


@media (max-width: 991px) {
 
  .header-horizontal.active .navbar-toggler {
      position: fixed;
      top: 1rem;
      right: 1rem;
      z-index: 21;
    }
  .header-horizontal .navbar-brand {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  .header-horizontal .navbar-collapse {
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    position: fixed;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: 20;
    background-color: #fff;
    color: #45595b !important;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .header-horizontal .navbar-collapse .navbar-extra,
  .header-horizontal .navbar-collapse .actions-nav,
  .header-horizontal .navbar-collapse .navbar-info-title {
    color: #747d88 !important;
  }
  .header-horizontal .navbar-collapse .navbar-nav > .nav-item:hover > .nav-link,
  .header-horizontal
    .navbar-collapse
    .actions-nav
    > .nav-item:hover
    > .nav-link {
    color: #ffb524 !important;
  }
  .header-horizontal .navbar-collapse .navbar-info-value {
    color: #ffb524 !important;
  }
  .header-horizontal .navbar-collapse .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin: auto;
  }
  .header-horizontal .navbar-nav > .nav-item,
  .header-horizontal .actions-nav > .nav-item {
    padding: 0.25rem 0;
  }
  .header-horizontal .nav {
    padding-top: 0.25rem;
  }

  .header-horizontal .nav-item {
    font-size: 1.125rem;
  }
  .header-horizontal .actions-nav .nav-item {
    font-size: 1rem;
  }
  .header-horizontal .nav-item .nav-item {
    font-size: 0.875em;
  }
  .header-horizontal .nav-link {
    padding-left: 0;
  }
  .header-horizontal .nav-arrow {
    color: inherit;
    /* position: absolute; */
    left: 100%;
    top: 50%;
    margin-top: -0.5em;
  }
  .header-horizontal .nav-item.active > .nav {
    display: block;
  }
  .header-horizontal .nav-link.active {
    color: #ffb524;
  }
  .header-horizontal .nav-link.active .nav-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-horizontal .navbar-info-title {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: "Rubik";
  }
  .header-horizontal .navbar-info-value {
    font-size: 1.75rem;
  }
  .header-horizontal.active {
    color: #45595b !important;
  }
  .header-horizontal.active .navbar-collapse {
    top: 0;
  }
  .header-horizontal.active .navbar-toggler {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 21;
  }
}

@media (min-width: 992px) {
 
  .header-horizontal .navbar-toggler,
  .header-horizontal .navbar-mobile {
    display: none;
  }
  .header-horizontal .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .header-horizontal .navbar-collapse .container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
  .header-horizontal .navbar-nav,
  .header-horizontal .actions-nav {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 15%;
  }
  .header-horizontal .navbar-nav > .nav-item,
  .header-horizontal .actions-nav > .nav-item {
    margin: 0 0.75rem;
  }
  .header-horizontal .actions-nav {
    padding: 0;
  }
  .header-horizontal .actions-nav .nav {
    min-width: auto;
  }
  .header-horizontal .actions-nav + .navbar-info {
    margin-top: 0.5rem;
  }
  .header-horizontal .nav-item {
    position: relative;
  }
  .header-horizontal .nav-link {
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  .header-horizontal .navbar-nav + .navbar-extra {
    padding-left: 0.75rem;
  }
  .header-horizontal .navbar-nav > .nav-item:hover > .nav-link {
    color: #ffb524;
  }
  .header-horizontal .nav-hover-show-sub:hover > .nav-link,
  .header-horizontal .nav-hover-show-sub:hover > .nav-arrow {
    color: #ffb524;
  }
  .header-horizontal .nav-hover-show-sub:hover > .nav {
    display: block;
    z-index: 2;
  }
  .header-horizontal .nav-hover-show-sub:hover > .nav {
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    animation-duration: 0.2s;
  }
  .header-horizontal .nav {
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -0.5rem;
    padding: 1rem 0;
    /* background-color: #fff; */
    /* background-color: #7acdff; */
    background: #fff6e3;
    /* background-color: #7acdff; */
    background: #fff6e3;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.4);
    min-width: 12rem;
    border-radius: 0.75rem;
  }
  .header-horizontal .nav > .nav-item {
    padding: 0.5rem 0;
    color: #45595b;
    font-size: 0.875rem;
  }
  .header-horizontal .nav > .nav-item > .nav {
    top: -0.75rem;
    left: 100%;
  }
  .header-horizontal .nav > .nav-item > .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
    /* color: #45595b; */
    color:black !important;
    color:black !important;
  }
  .header-horizontal .nav > .nav-item > .nav-link:hover {
    color:black !important;
    /* background-color: #072a61; */
    background-color: #ffe7ad;
   
    color:black !important;
    /* background-color: #072a61; */
    background-color: #ffe7ad;
   
  }
  .header-horizontal .nav > .nav-item-arrow-down > .nav-link {
    padding-right: 4rem;
    position: relative;
    display: block;
  }
  .header-horizontal .nav > .nav-item-arrow-down > .nav-arrow,
  .header-horizontal .nav > .nav-item-arrow-down > .nav-link .nav-arrow {
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    font-size: inherit;
  }
}
@media (min-width: 1200px) {
  .header-horizontal .navbar-nav > .nav-item {
    margin: 0 1.5rem;
  }
  .header-horizontal .actions-nav > .nav-item {
    margin: 0 1rem;
  }
  .lg-size{
  width:638px;
  height:414px;
}
}
@media (min-width: 768px) {
  .footer-view-links {
    text-align: left;
  }
  
}

/*Desktop*/

@media (min-width: 1440px) and (max-width: 2560px) {
  .dairy {
    top: 72%;
    right: 22%;
  }
  .bloglist-whitebg {
   
    padding-bottom: 100px;
}
  .meat {
    top: 72%;
    left: 21%;
  }
  .dairy {
    top: 72%;
    right: 22%;
  }
  .meat {
    top: 72%;
    left: 21%;
  }
  .adjust-live-margin{
    margin-top:75px !important;
  }
}

/*Laptop*/
@media (min-width: 1201px) and (max-width: 1439px) {
    .card-product{
  min-height:280px !important;
}
  .slide-bg {
    background-image: url(../images/banner/sec-3.png);
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 11%;
    padding-top: 33%;
    /* padding-bottom: 12%; */
  }
  .card-two-blog {
    width: 315px;
    height: 218px;
}
.img-left-move {
    position: relative;
    left: -82px;
}
.gap-agjust-lg {
    gap: 1em;
}
.legumes {
    top: 60%;
    left: 23%;
}
.dairy {
    top: 72%;
    right: 20%;
}
.meat {
    top: 72%;
    left: 22%;
}
.product-top-tworoots {
    left: -167px;
}
.vada-pro-small {
    min-width: 237px;
    position: relative;
    left: -51px;
}
.like-card-first img:hover {
  position: relative;
  margin-top: -30%;
  left: -55px;
  min-width: 525px;
  cursor: pointer;
}

    }

/*Laptop*/
@media (min-width: 1024px) and (max-width: 1200px) {
   .card-section {
   z-index: 0;
  
}
.card-group {
    padding-top: 0px;
}
  .yellowbg {
    height: 511px;
}

.making {
  font-size: 46px;
}
.hindi-word {
font-size: 162px;
line-height: 116px;
}
.enjoyable {
font-size: 54.67px;
}
.non-sticky {
font-size: 25px;
}
.sabudana {
font-size: 45px;
}
.average {
font-size: 65px;
line-height: 88px;
}
.slide-bg {
margin-top: 25%;
padding-top: 33%;
}
.steps-yellowbg {
margin-top: -11%;

}
.step-blue {
font-size: 28px;
}
.step-yellow{
  font-size: 28px;
}
.step-para {
font-size: 20px;
line-height: 22px;
}
.step-yellow-para{
  font-size: 20px;
line-height: 22px;
}
.blue-bg-text .text-sec {
font-size: 40.97px;
}
.blue-bg-text .text-first {
font-size: 40.97px;
}
.blue-image-text {
font-size: 22.76px;
}
.card-img-top1 {
width: 212.35px !important;
height: 212.35px;
margin-top: -10px;
margin-bottom: -20px;
}
.top-font {
font-size: 32.16px;
}
.card-inner-padding {
padding: 13px 15px;
}
.font-card {
font-family: 'Metropolis', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #072A61;
}
.card-img-top2 {
width: 212.34px !important;
height: 212.34px;
margin-top: -13px;
margin-bottom:-20px;
}
.top-font2 {
font-size: 32.16px;
}
.font-card-two {
line-height: 20px;
font-size: 16px;
}
.card-img-top3 {
width: 193.22px !important;
height: 182.43px;
margin-top: 10px;
margin-bottom: -10px;
}
.first-card,.third-card {
height:auto;
/* width:385px; */
}
.card-product{
  min-height:280px !important;
}
.second-card{
height:auto;
}
.feedback {
font-size: 55.97px;
line-height: 25px;
}
.feedback-titlepara {
font-size: 24px;
line-height: 28px;
padding: 10px 106px;
}
.feedback-title{
color:#FF502E !important;
font-size:28px;
}
.feedback-para{
font-size: 14.76px;
line-height: 20px;
  padding: 0px ;
}
.cards_container {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding:20px;
}
.f-para{
  line-height: 21px;
}
.madein {
  font-weight: 300 !important;
  font-size: 36px;
}
.india{
font-size: 36px;
}
.blogbg{
  background-image: url('../images/blogbg.png');
  position: relative;
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;       
    padding-top:-20%;
    margin-top: -10%; 
     z-index: 1 !important; 
}
.blog-img{
  background-image: url('../images/banner/Blog.png');
  background-size: contain;
  background-repeat: no-repeat;
  height:490px
}

.benefits-para-pad {
  padding: 0px;
}
.gluten-text {
  font-size: 39px;
  line-height: 37px;
}
.gluten-para {
  font-size: 26px;
  line-height: 30px;
}
.gluten-tittle-two {
  font-size: 39.85px;
  line-height: 113%;
}
.Celiac-text {
  font-size: 30.94px;
  line-height: 109.00000000000001%;
}
.free-diet {
  font-size: 60.52px;
  line-height: 93%;
}

.free-diet-link li {
  font-size: 25px;
  line-height: 116%;
  margin-bottom: 30px;
}
.diet{
  margin-top:-80px;
}
.blog-yellowbg {
  background-image: url(../images/blog/blog-top-head.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 201px;
}
.blue-blog {
  background-image: url(../images/blog/blue-blog-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: auto;
  min-height: auto;
  padding-bottom: 140px;
}
.blog-blue-bg {
  padding-top: 170px;
}
.red-circletry {
  width: 150px;
  height: 130px;
  right: -69px;
  top: -22px;
}
.gluten-tittle-blue {
  font-size: 42px;
  line-height: 37%;
}
.final-thoughts {
  min-height: 644px;
  margin-bottom: -228px;
}
.benefits-red {
  height: 391px;
  width: 188px;
}
.benefits-yellow {
  height: 391px;
  width: 186px;
}
.card-para-font {
  font-size: 16px;
  line-height: 121%;
}
.fruits {
  top: 32%;
  left: 22%;
}
.legumes {
  top: 53%;
  left: 8%;
}
.nuts {
  top: 33%;
  right: 20%;
}
.meat {
  top: 68%;
  left: 5%;
}
.grains {
  top: 52%;
  right: 5%;
}
.dairy {
  top: 68%;
  right: 4%;
}
.thought-img-top{
  margin-top:29px;
}
.final-overlay h1 {
  top: -72px;
  left: 22%;
  font-size: 60.52px;
  line-height: 65%;
}
.final-overlay {
  position: absolute;
  top: 15%;
  left: 14%;
  font-size: 26px;
  line-height: 113.99999999999999%;
  max-width: 77%;
}
.contact-card-address {
  width: 100%;
  height: 240px;
  padding-top: 15px;
}
.contact-card {
  width: 100%;
  height: 240px;
  padding-top: 60px;
}
.contact_submit {
  padding: 0 113px;
}
.contact-form label, .contact_form label {
  font-size: 18px !important;
}
.contact-form textarea {
  width: 100%;
  height: 145px;
}

/* Blog-two page */
.blog-two-font {
  font-size: 124.54px;
  line-height: 88%;
  margin-bottom: 69px;
}
.para-size {
  font-size: 30px;
}
.gluten-para {
  font-size: 24px;
}
.food-para-pad {
  padding: 0px 28px;
}
.gap-agjust-lg {
  gap: 1em;
}
.card-two-blog {
  position: relative;
  top: 230px;
  background-color: #0071CE;
  width: 64%;
  height: auto;
  border-radius: 34px;
  left: 180px;
}
.blog-recipe-sec {
  min-height: 1350px;
  margin-bottom: -228px;
}
.img-left-move {
  position: relative;
  left: -97px;
}
.blog-recipe-sec .top-blog-two {
  text-align: left;
  padding-left: 0px;
  padding-top: 34px;
}
/* .two-img-card{
  width: 140px;
} */
.conclusion-overlay {
  position: absolute;
  top: 16%;
  left: 11%;
  font-size: 23px;
  max-width: 84%;
}
.conclusion-overlay h1 {
  position: absolute;
  top: -86px;
  left: 25%;
  font-size: 60.52px;
  line-height: 147%;
}
.blog-recipe-sec .text-blog-two{
  padding-left:0px;
}
.blog-recipe-sec .line-break-lg{
  display:inline;
}

/* product page */
.right-pro-adj {
  position: relative;
  left: 0px;
}
.vada-pro-small {
  min-width: 214px;
  position: relative;
  left: -43px;
}
.product-top-tworoots {
  left: -175px;
}
.left-pro-adj {
  position: relative;
  left: 0px;
}
.blue-card-pro{
  left:-15px;
  padding-bottom: 15px;
}
.card-height-vada {
  padding: 17px 10px;
}
.pro-top-font {
  font-size: 110.41px;
  line-height: 94%;
}
.pro-top-font-yellow {
  font-size: 110.41px;
  line-height: 94%;
}
.para-pro-font {
  font-size: 22.1px;
  line-height: 30px;
}
.recipe-nutri-text {
  font-size: 36px;
  line-height: 44px;
}
.card-height {
  padding: 0px 10px;
}
.logo-icon p {
  font-size: 21.8px;
}
.product-yellowbg, .product-redbg {
  min-height: 713px;
}
.hover-pro-text {
  font-size: 32px;
  line-height: 1%;
  top: 0px;
}
.like-card-first {
  padding-bottom: 19px;
}
.like-card-first img:hover {
  position: relative;
  margin-top: -32%;
  left: -55px;
  min-width: 405px;
  cursor: pointer;
}
.footer-content {
  padding-top: 17% !important;
  padding-bottom: 3%;
}

}

/*tablet*/

@media (min-width: 768px) and (max-width: 1023px) {
  .yellowbg {
    height: 400px;
}
  .lg-size{
  width:638px;
  height:414px;
}
.making {
  color: #072A61;
  font-size: 35px;
  line-height: 30px;
}
.hindi-word {

font-size: 127px;
line-height: 90px;

}
.sabudana-vada img {
width: 270px;
height: 270px;
position: relative;
top: 26px;
left: -75px;
}
.enjoyable {
color: #C44523;
font-size: 40.67px;
margin-bottom: 10px;
line-height: 40px;
}
.logo-root img {
z-index: 1;
background: transparent;
margin-top: 3px;
}
.versus{
margin-top:-3% !important;
z-index: 1;
}
.average {
font-size: 38px;
line-height: 35px;
}
/* .yellow-rightdot img{
display: none;
} */
.sabudana {
font-weight: 700;
color: #FFDD00;
font-size: 35px;
margin-top: -10px !important;
}
.slide-bg {
  margin-top: 24%;
  padding-top: 33%;
  padding-bottom: 11%;
}
.white-curve-line {
position: absolute;
top: 140px;
}
.non-sticky {
font-size: 14px;
color: white;
}
.orangebg {
/* margin-top: -28%; */
/* z-index: 1; */
margin-top: -35%;
height: auto;
padding-bottom: 147px;
}

.title-section h2 {
font-size: 46px;
line-height: 35px;
}
.title-section p {
font-size: 64px;
line-height: 64px;
}
.center-left{
font-size: 28px;
margin-top:-15px !important ;
}
.slider .center-right{
font-size: 28px;
margin-top:-15px !important ;
}
.slider .center-center{
font-size: 28px;
margin-top:-15px !important ;
}
.slide.active .center-left{
font-size: 32px;
color: #072A61;

}

.slide.active .center-center{
font-size: 32px;
color: #072A61;
}

.slide.active .center-right{
font-size: 32px;
color: #072A61;
}
.curve-line {
position: absolute;
top: 72px;
}
.step-img {
position: relative;
z-index: 2;
width: 100px;
}
.step-color {
font-size: 36px;
line-height: 30px;
color: #B53E1B;
}
.step-yellow-color{
  font-size: 36px;
line-height: 30px;
color: #ffcd1e;
}
.step-blue {
color: #072A61;
font-size: 21px;
/* line-height: 28px; */
margin-bottom: -1px;
}
.step-yellow{
  font-size: 21px;
margin-bottom: -1px;
}
.step-para {
font-size: 18px;
line-height: 20px;
}
.step-yellow-para{
  font-size: 18px;
line-height: 20px;
}
.card-group {
    padding-top:0px;
}
.steps-yellowbg{
background-image: url(../images/banner/sec-4.png);    position: relative;
  width: 100%;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -13%;      
  padding-top:15% !important;
      z-index: 3 !important; 
  padding-bottom: 9%;

  
}
.blue-bg-text .text-first{
color:white;
font-family: HWT Artz;
    font-weight: 700;
    font-size: 27.97px;
 text-transform: uppercase;
}
.blue-bg-text .text-sec {
color: #FFCD1E;
font-family: HWT Artz;
font-weight: 700;
font-size: 27.97px;
text-transform: uppercase;
}
.blue-bg .blue-padding {
padding-left: 0px;
padding-top: 50px;
}
.white-dot-blue {
position: relative;
top: -2px;
}
.blue-image-text {
font-size: 18px;
text-transform: capitalize;
color: #FFFFFF;
padding-top: 15px;
}
.card-section {
padding-bottom: 13%;
margin-top: -15%;
}
.feedback {
font-size: 50.97px;
color: #FF6243;
text-align: center;
line-height: 12px;
padding-top: 0px;
}
.feedback-titlepara {
font-size: 23px;
line-height: 29px;
padding: 14px 0;
}
.feedback-title{
font-size: 26px;
}
.feedback-para {
font-size: 14.76px;
line-height: 20px;
padding: 0px 8px;
}
.cards_container {
box-sizing: border-box;
width: 100%;
height: auto;
margin: 0 auto;
background: #FFCD1E;
border-radius: 15.76px;
padding:25px;
}
.wave {
  margin-top: -33px;
  padding-bottom: 3%;
  padding-top: 13%;
}
/* .logo-icon img {
height: 130px;
width: 130px;
} */
.lic-text {
padding-left: 0px !important;
font-size: 12px;
}
.f-para {
padding: 0px;
text-align: justify;
line-height: 25px;
}
.madein {
font-size: 30px !important;
}
.india {
font-size: 34px;
}
.foot-logo p {
margin-top: 40px;
font-size: 15px;
}
.blogbg{
  background-image: url('../images/blogbg.png');
  position: relative;
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;       
    padding-top:-20%;
    margin-top: -10%; 
   z-index: 1 !important; 
}
.blog-img{
  background-image: url('../images/banner/Blog.png');
  background-size: contain;
  background-repeat: no-repeat;
  height:400px
}
.card-inner-padding {
  padding: 0px 18px;
}
.feedback-section {
  margin-top: 37px !important;
}

.blog-yellowbg {
  min-height: 148px;
}
.gluten-text {
  font-size: 28px;
  line-height: 22px;
}
.gluten-tittle {
  font-size: 36px;
  line-height: 30px;
}
.gluten-para {
  font-size: 18px;
  line-height: 22px;
}
.gluten-text-two {
  font-size: 36.85px;
  line-height: 73%;
}
.gluten-tittle-two {
  font-size: 29.85px;
  line-height: 96%;
}
.Celiac-text {
  font-size: 23.94px;
  line-height: 106%;
}
.benefits-para-pad {
  padding: 0px 148px;
}
.red-circletry {
  display: none;
}
.blue-blog {
  min-height: 1226px;
}
.diet {
  margin-top: -13px;
}
.free-diet {
  font-size: 38.52px;
  line-height: 96%;
}
.yellow-circle-final {
 display:none;
}
.final-thoughts {
  min-height: 555px;
  margin-bottom: -286px;
}
.free-diet-link li {
  font-size: 18px;
  line-height: 117%;
}
.fruits {
  top: 43%;
  left: 6%;
}
.legumes {
  top: 59%;
  left: 2%;
}
.meat {
  top: 71%;
  left: 1%;
}
.nuts {
  top: 44%;
  right: 6%;
}
.grains {
  top: 59%;
  right: 1%;
}
.dairy {
  top: 72%;
  right: 0%;
}
.leaf-img {
  max-width: 350px;
}
.blog-blue-bg {
  padding-top: 203px;
}
.thought-img-top {
  margin-top: 20px;
}
.final-overlay h1 {
  position: absolute;
  top: -97px;
  left: 24%;
  font-size: 62.52px;
  line-height: 88%;
}
.final-overlay h1 {
  position: absolute;
  top: -55px;
  left: 28%;
  font-size: 46.52px;
  line-height: 34%;
}
.final-overlay {
  top: 16%;
  left: 14%;
  font-size: 23px;
  max-width: 77%;
}
.blog-two-font {
  font-size: 72.54px;
  margin-bottom: 67px;
}
.para-size {
  font-size: 23px;
}
.gluten-para {
  font-size: 16px;
  line-height: 22px;
}

.food-para-pad {
  padding: 0px;
}
.conclusion-overlay {
  position: absolute;
  top: 15%;
  left: 10%;
  font-weight: 500;
  font-size: 21px;
  max-width: 86%;
  padding: 0px;
}
.conclusion-overlay h1 {
  position: absolute;
  top: -81px;
  left: 28%;
  font-size: 50.52px;
}

.card-two-blog {
  position: relative;
  top: 230px;
  background-color: #0071CE;
  width: 80%;
  height: auto;
  border-radius: 34px;
  left: 80px;
}
.blog-recipe-sec {
  min-height: 1305px;
  margin-bottom: -247px;
  z-index: -1;
}
.blog-recipe-sec .line-break-lg{
  display: inline;
}
.blog-recipe-sec .top-blog-two {
  text-align: left;
  margin-left: 20px;
  padding-top: 28px;
}

.blog-recipe-sec .text-blog-two{
  padding-left:20px;
}
.gap-agjust-lg {
  gap: 3em;
  position: relative;
  left: 20%;
}
.two-img-card{
  width: 170px;
  height: 170px;
}

/* Product page */
.right-pro-adj {
  position: relative;
  left: 0px;
}
.product-top-tworoots {
  min-width: auto;
  height: auto;
  position: relative;
  left: 0px;
}
.card-height {
  width: 100%;
  padding: 0px;
}
.logo-icon p {
  font-size: 15.3px;
  line-height: 100%;
}
.left-pro-adj {
  position: relative;
  left: 0px;
}
.left-pro-adj .line-break-lg{
  display: inline;
}
.pro-top-font {
  font-size: 73.41px;
  line-height: 60px;
  padding-top: 21px;
}
.pro-top-font-yellow {
  font-size: 73.41px;
  line-height: 60px;
  padding-top: 21px;
}
.para-pro-font {
  font-size: 23.1px;
  line-height: 29px;
}
.product-yellowbg, .product-redbg {
  min-height: 524px;
}
.product-yellowbg h1, .product-redbg h1{
  font-size: 54px;
  line-height: 72%;
}

.like-font {
  font-size: 50px;
  line-height: 1px;
}
.hover-pro-text {
  font-size: 23px;
  line-height: 7%;
  top: 0px;
}
.like-card-first img:hover {
  position: relative;
  margin-top: -32%;
  left: -55px;
  min-width: 315px;
  cursor: pointer;
}
.like-card-first{
  border-radius: 20px;
}
.like-sec {
  margin-bottom: -13%;
}
.product-top-sec .line-break-lg{
  display: inline;
}




}
/*large mobile to tablet*/

@media (min-width: 425px) and (max-width: 767px) {
    .making {
        color: #072A61;
        font-size: 36px;
        line-height: 6px;
        position: relative;
        margin-top: 65px;
    }
    .card-section .first-card-require:hover{
  position: relative;
  top:0% !important;
}
    .hindi-word {
        font-size: 110px;
        font-weight: 700;
        line-height: 114px;
    }

    .enjoyable {
        color: #C44523;
        font-size: 41.67px;
        line-height: 19px;
        margin-bottom: 23px;
        margin-top: -9px;
    }

.main-image{
width: 300px;
margin-top:18px;
}
    .sabudana-vada img {
        width: 220px;
        height: 220px;
        position: relative;
        top: 173px;
        left: -56px;
    }


.yellow-rightdot img {
top: -81px;
right: -26px;
}
.average {
  margin-top: 20px;
  font-size: 30px;
  line-height: 11px;
}
.sabudana {
  font-size: 30px;
  margin-top: 0px !important;
}
.versus {
    margin-top: -6% !important;
    width: 330px;
    position: relative;
    left: 30px;
    z-index: 1;
    margin-bottom: 12% !important;
}
.white-curve-line {
position: absolute;
top: 71px;
}
.non-sticky {
font-size: 16px;
color: white;
position: relative;
/* left:-15px; */
}
.slide-bg {
    margin-top: 147%;
    padding-top: 35%;
    padding-bottom: 2%;
    /* background-image: url(../images/banner/mob-slider-bg.png); */
}
.title-section h2 {
  font-size: 30px;
  line-height: 12px;
}
.title-section p {
  font-size: 33px;
  line-height: 35px;
}

.slider-section {
  margin-top: -13% !important;
}
.center-left{
  font-size: 20px;
  margin-top:0px !important ;
  }
  .slider .center-right{
  font-size: 20px;
  margin-top:0px !important ;
  }
  .slider .center-center{
  font-size: 20px;
  margin-top:0px !important ;
  }
  .slide.active .center-left{
  font-size: 22px;
  color: #072A61;
  
  }
  
  .slide.active .center-center{
  font-size: 22px;
  color: #072A61;
  }
  .card-group {
    padding-top: 0px;
}
  
  .slide.active .center-right{
  font-size: 22px;
  color: #072A61;
  }
  .steps-yellowbg {
    padding-bottom: 8%;
    padding-top: 50%;
    margin-top: -44%;
    background-image: url(../images/banner/steps-mob.png);
    position: relative;
}
.step-color {
  font-size: 32px;
  line-height: 28px;
  color: #B53E1B;
}
.step-yellow-color{
   font-size: 32px;
  line-height: 28px;
  color: #ffcd1e;
}
.step-blue {
  color: #072A61;
  font-size: 26px;
  line-height: 58px;
  /* margin-bottom: 3px; */
}
.step-yellow{
   font-size: 26px;
  line-height: 58px;
}
.step-para {
  font-size: 19px;
  line-height: 23px;
  padding: 0px 70px !important;
}
.step-yellow-para{
   font-size: 19px;
  line-height: 23px;
  padding: 0px 70px !important;
}

.blue-bg {
  margin-top: -25%;
  padding-top: 35%;
  padding-bottom: 13%;

  background-image: url(../images/banner/mobile-sec-5.png);
  /* position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  margin-top:-10%;
  z-index: -6;
  padding-top:12%; */
}
.blue-bg-text .text-first {
  font-size: 24.97px;
  line-height: 4px;
}

.blue-bg-text .text-sec {
  font-size: 24px;
}
.blue-bg .blue-padding {
  /* padding-left: 90px;
  padding-top: 0px; */
    padding-left: 0px;
    padding-top: 0px;
    position: relative;
    /* left: 123px; */
    text-align: center;
}
.blogbg {
  margin-top: -21%;
  min-height: 702px;
  padding-top: 16%;
  background-image: url(../images/mobile-blog.png);
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
   z-index: 1 !important; 
}

.blog-img img {
  margin-top: -1% !important;
  width:87%;
  position: relative;
  left:24px;
}
.mob-blog-correct{
  padding-bottom: 30% !important;
}
.blog-img{
  
  height:0px;
}
.card-section {
  background-image: url(../images/banner/card-mob.png);
  padding-bottom: 16%;
  margin-top: -22%;
  padding-top: 110px;
}
.feedback {
  font-size: 38.97px;
  line-height: 12px;
  padding-top: 0px;
}
.feedback-titlepara {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0px;
}
.yellowbg {
        height: 716px !important;
        background-image: url(../images/banner/mobile-yellow-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: 100%;
        z-index: 10;
        height: auto;
        /* padding-bottom: 38px; */
        /* min-height: 160px; */
        margin-bottom: 3px;
    }
.top-mobile-screen{
  margin-top:90px;
}
.margin-correct-mob{
  margin-top:-63px;
}
.slider {
  position: relative;
  width: 90%;
  margin-top:25px ;
}
.yellow-rightdot {
  display: none;
}
.step-img {
  width: 120px;
}
.cards_container {
  /* box-sizing: border-box; */
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  background: #FFCD1E;
  border-radius: 15.76px;
  padding: 25px;
}


.cards_container .item.active {
    display: block;
    opacity: 1;
    position: relative;
    height: auto !important;
    padding: 0px;
}

.action_btns .btn {
    margin: -25px;

}
.feedback-para{
  font-size: 14.76px;
  line-height: 20px;
    padding: 0px ;
  }
.feedback-slide-img{
  width:70% !important;
  height:220px;
}
.wave {
  margin-top: 23px;
  background-image:url(../images/banner/mob-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  }
  .feedback-title {
    color: #FF502E !important;
    font-size: 24px;
}
.top-adjust-img{
  margin-top:-58% !important;
  margin-bottom: 10%;
}
.white-curve-line {
    position: absolute;
    transform: rotate(90deg);
    height: 91vh;
    top: 55px;
}
  .blue-image-text {
    font-size: 18.76px;
    padding-top: 0px;
    text-align: center;
    /* margin-left: 10px; */
}


.cards_container .item.active {
    display: block;
    opacity: 1;
    position: relative;
    height: auto !important;
    padding: 0px;
}
.gluten-para {
  font-size: 18px;
  line-height: 23px;
}
.benefits-para-pad {
  padding: 0px;
}
.benefits-red {
  width: auto;
  height:360px;
  margin-bottom: 20px;
  border-radius: 57.17px;
  border:none;
}
.benefits-yellow {
  height: 360px;
 margin-bottom:20px;
  width: auto;
  border:none;
  border-radius: 57.17px;
}
.mobile-benefits-pad {
  padding: 0px 80px;
  margin-bottom: -74px;
}
.gluten-tittle {
  font-size: 30px;
  line-height: 18px;
  margin-top: 30px;
}
.gluten-text {
  font-size: 28px;
  line-height: 29px;
}
.gluten-para {
  font-size: 16px;
  line-height: 20px;
  padding-right: 0px !important;
}
.gluten-text-two {
  font-size: 30.85px;
  line-height: 70%;
}
.gluten-tittle-two {
  font-size: 31.85px;
  line-height: 71%;
}
.blog-yellowbg {
  min-height: 143px;
}
.Celiac-text {
  font-size: 28.94px;
}
.red-circletry {
  display:none;
}
.final-thoughts {
  min-height: 546px;
  margin-bottom: -325px;
}
.free-diet {
  font-size: 30.52px;
  line-height: 72%;
}
.free-diet-link li {
  font-size: 18px;
  line-height: 118%;
}
.diet {
  margin-top: -123px;
}
.yellow-circle-final {
  display:none;
 }



 .leaf-img {
  max-width: 182px;
  height: auto;
  position: relative;
  z-index: 1;
}
.dot-label-right1 p {
  font-size: 12px;
  margin-top: 0px;
  margin-left: -165px;
}
.dot-label-right1::before {
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 22px;
}
.dot-label-left1::before {
  top: 50%;
  transform: translateY(-50%);
  width: 78px;
  height: 22px;
}
.fruits {
  top: 50%;
  left: 3%;
}
.legumes {
  top: 66%;
  left: 1%;
}
.dot-label-left1 p {
  font-size: 12px;
  
}
.meat {
  top: 70%;
  left: -1%;
}
.nuts {
  top: 54%;
  right: 1%;
}
.grains {
  top: 67%;
  right: -7%;
}
.span-bracket{
  display: block;
}
.dairy {
  top: 70%;
  right: -5%;
}
.blue-blog {
  background-image: url(../images/blog/blog-mob-blue.png);
  min-height: 705px;
  margin-bottom: 115px;
}
.gluten-tittle-blue {
  font-size: 32px;
  line-height: 40%;
}
.gluten-tittle-white {
  font-size: 25px;
}
.blog-blue-para {
  font-size: 20px;
  line-height: 102%;
}
.blog-blue-bg {
  padding-top: 145px;
}
.leaf-blog-img {
  padding: 0px 86px;
  height: 291px;
}
.thought-img-top {
  margin-top: -8px;
}
.final-overlay h1 {
  top: -31px;
  left: 27%;
  font-size: 28.52px;
  line-height: 41%;
}
.final-overlay {
  top: 22%;
  left: 8%;
  font-size: 14px;
  max-width: 90%;
  padding: 0px 20px;
}
.contact_para {
  font-size: 18px;
  text-align: justify;
}
.contact-card {
  padding-top: 35px !important;
}
.blog-two-font {
  font-size: 34.54px;
  line-height: 18%;
  top: 19px;
  margin-bottom: 39px;
}
.para-size {
  font-size: 20px;
  line-height: 102%;
}
.gluten-para {
  font-size: 14px;
  line-height: 18px;
}
.food-para-pad {
  padding: 0px;
}
.gap-agjust-lg {
  gap: 0em;
}
.card-inner-font {
  font-size: 18px;
}
.card-para-font {
  font-size: 16px;
}
.card-two-blog {
  top: 113px;
  height: auto;
  left: 53px;
  width: 80%;
  border-radius: 20px;
}
.blog-recipe-sec {
  background-image: url(../images/blog/blog-recipe-2.png);
  min-height: 1252px;
  margin-bottom: -386px;
  z-index: -1;
}
.two-img-card{
  width: 140px;
  height: 140px;
}
.blog-recipe-sec .line-break-lg {
  display: inline;
}
.blog-recipe-sec .top-blog-two {
  font-size: 18.4px;
  text-align: left;
  position: relative;
  bottom: -10px;
}
.blog-recipe-sec .padd-blog-two {
  padding-left: 0px;
}
.blog-recipe-sec .text-blog-two {
  font-size: 14.56px;
  text-align: left;
  padding-left: 0px;
}
.conclusion-overlay h1 {
  top: -42px;
  left: 26%;
  font-size: 30.52px;
}

.conclusion-overlay {
  top: 16%;
  left: 11%;
  font-size: 13px;
  max-width: 84%;
  padding: 0px;
}

.img-left-move {
  position: relative;
  left: -75px;
}

/* Product page */
.right-pro-adj {
  position: relative;
  left: 0px;
}
.product-top-tworoots {
  min-width: auto;
  height: auto;
  position: relative;
  left: 0px;
}
.card-height {
  width: 100%;
  padding: 0px;
}
.logo-icon p {
  font-size: 15.3px;
  line-height: 100%;
}
.left-pro-adj {
  position: relative;
  left: 0px;
}
.left-pro-adj .line-break-lg{
  display: inline;
}
.pro-top-font {
  font-size: 48.41px;
  line-height: 42px;
  padding-top: 21px;
}
.pro-top-font-yellow {
  font-size: 48.41px;
  line-height: 42px;
  padding-top: 21px;
}
.para-pro-font {
  font-size: 18.1px;
  line-height: 23px;
}
    .product-yellowbg {
        min-height: 524px;
        padding-top: 11%;
        padding-bottom: 10%;
        background-image: url(../images/product/mob-yellow-roduct.png);
    }
    .product-redbg{
       min-height: 524px;
        padding-top: 11%;
        padding-bottom: 10%;
        background-image: url(../images/product/mob-red-product.png);
    }

.product-yellowbg h1, .product-redbg h1 {
  font-size: 38px;
  line-height: 72%;
}

.like-font {
  font-size: 50px;
  line-height: 1px;
}
.hover-pro-text {
  font-size: 23px;
  line-height: 7%;
  top: 0px;
}
.like-card-first img:hover {
  position: relative;
  margin-top: -25%;
  left: 0px;
  min-width: 315px;
  cursor: pointer;
}
.like-card-first{
  border-radius: 20px;
  margin:18px 0px;
}
.like-sec {
  margin-bottom: 0%;
  padding-top: 12%;
}
.vada-pro-small {
  min-width: 248px;
  position: relative;
  left: -8px;
}
.blue-card-pro {
  margin-top: 20px;
  padding-bottom: 20px;
}
.recipe-nutri-text {
  font-size: 28px;
  line-height: 44px;
}
.pro-bottom-text {
  font-size: 21.1px;
  line-height: 0px;
}
.nutri-container .nutri-item li {
  font-size: 16.48px;
}
.india-pro {
  font-size: 22.1px;
}
.border-full {
  font-size: 18px;
  padding: 7px 14px;
}
.pad-mobile-pro{
      padding:0px 30px;
}
.like-card-first:hover {
  margin-top: 44px;
}
.final-thoughts img {
  margin-top: -12%;
}
.orangebg {
    position: absolute;
    width: 100%;
    background-image: url(../images/banner/mobile-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -36%;
    /* z-index: 1; */
    height: auto;
    padding-top: 16%;
    padding-bottom: 0px;
    min-height: 877px;
}
/* new home mobile */
    .mob-home-img {
        width: 252px !important;
        position: relative;
        left: 16px;
        top: -12px;
        margin-bottom: 10px;
    }

    .slide img {
        width: 167px;
        position: relative;
        left: 7px;
    }
.coin-img{
  width:100px;
}
.card-img-top1 {
  width: 168px !important;
  height: 163px;
}
.card-inner-padding {
  padding: 0px 20px 15px 20px;
}
.top-font {
  font-size: 30.16px;
  line-height: 22px;
}
.font-card {
  font-size: 17px;
  line-height: 21px;
}
.first-card, .third-card, .second-card {
  height: auto;
  width:87%;
  position: relative;
  left:22px;
}
.card-img-top2 {
  width: 156px !important;
  height: 153px;
}
.top-font2 {
  font-size: 30.16px;
  line-height: 21px;
}
.font-card-two {
  font-size: 17px;
  line-height: 20px;
}
.card-img-top3 {
  width: 160px !important;
  height: 154px;
  margin-top: 18px;
}

.recipe-wave {
  background-image:url("../images/recipe/recipe-mob-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 800px;
  position: relative;
  z-index: 3;
  margin-top: 36%;
  padding-top: 5%;
}
.card_border {
  margin-bottom: 16%;
}
.border-design {
  position: relative; /* Important for positioning the ::after */
}

.border-design::after {
  content: "";
  position: absolute;
  left: 0px;
}
  .review label {
    font-size: 80px !important;
}



}

/*medium phone*/
@media (max-width: 424px) {
  .review label {
    font-size: 75px !important;
}
  .recipe-wave {
    background-image:url("../images/recipe/recipe-mob-footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 800px;
    position: relative;
    z-index: 3;
    margin-top: 36%;
    padding-top: 5%;
  }
  .recipe-list-wave{
    margin-top:0 !important;
  }
  
  .yellowbg {
    background-image: url("../images/banner/mobile-yellow-bg.png");

              height: 655px !important;
      padding-bottom: 38px;
      /* min-height: 160px; */
      margin-bottom: 20px;

  }
  .fluffybg {
        position: relative;
        width: 100%;
        background-image: url(../images/fluffy-mobile.png);
        /* background-size: cover; */
        background-size: 100% auto;
        background-repeat: no-repeat;
        /* background-position: center; */
        background-position: bottom center;;
        height: auto;
        padding-top: 680px;
        padding-bottom: 0px;
        margin-bottom: -720px;
    }
    .fluffy-title h2{
      font-size: 65px;
        line-height: 12px;
    }
    .img-mobilesize{
      padding-top:30px;
      height: 200px;
    }
    .madefrom {
      font-size: 14.32px;
    
    }
    .buynow {
      padding-top: 50px;
    }
  .making {
    color: #072A61;
    font-size: 28px;
    line-height: 26px;
    position: relative;
    top: 18px;
}
.hindi-word {
  font-size: 89px;
  font-weight: 700;
  line-height: 95px;
}
.enjoyable {
  color: #C44523;
  font-size: 33.67px;
  line-height: 19px;
  margin-bottom: 17px;
  margin-top: -15px;
}
.main-image{
width: 300px;
margin-top:18px;
}
.sabudana-vada img {
  position: relative;
  top: 156px;
  left: -76px;
  width: 201px;
  height: 200px;
}
.yellow-rightdot img {
top: -81px;
right: -26px;
}
.average {
  margin-top: 20px;
  font-size: 30px;
  line-height: 11px;
}
.sabudana {
  font-size: 30px;
  margin-top: 0px !important;
}
.white-curve-line {
position: absolute;
top: 71px;
}
.non-sticky {
font-size: 16px;
color: white;
position: relative;
/* left:-15px; */
}

.slide-bg {
    margin-top: 140%;
    padding-top: 53%;
    padding-bottom: 1%;
}
.title-section h2 {
  font-size: 30px;
  line-height: 12px;
}
.title-section p {
  font-size: 40px;
  line-height: 49px;
}

.slider-section {
  margin-top: -22% !important;
}
.center-left{
  font-size: 18px;
  margin-top:0px !important ;
  }
  .slider .center-right{
  font-size: 18px;
  margin-top:0px !important ;
  }
  .slider .center-center{
  font-size: 18px;
  margin-top:0px !important ;
  }
  .slide.active .center-left{
  font-size: 20px;
  color: #072A61;
  
  }
  
  .slide.active .center-center{
  font-size: 20px;
  color: #072A61;
  }
  
  .slide.active .center-right{
  font-size: 20px;
  color: #072A61;
  }
  .steps-yellowbg {
    /* margin-top: -21%;
    padding-top: 27%; */
    margin-top: -28%;
    padding-top: 35%;
    padding-bottom: 6%;
    background-image: url(../images/banner/steps-mob.png);
}
.step-color {
  font-size: 30px;
  line-height: 28px;
  color: #B53E1B;
}
.step-yellow-color{
   font-size: 30px;
  line-height: 28px;
   color:#ffcd1e;
}
.step-blue {
  color: #072A61;
  font-size: 22px;
  margin-bottom: -1px;
}
.step-yellow{
  font-size: 22px;
  margin-bottom: -1px;
}
.step-para {
  font-size: 16px;
  line-height: 18px;
  padding: 0px 60px !important;
}
.step-yellow-para{
  font-size: 16px;
  line-height: 18px;
  padding: 0px 60px !important;
}
.blue-bg {
  margin-top: -20%;
  padding-top: 26%;
  padding-bottom: 10%;
  background-image: url(../images/banner/mobile-sec-5.png);
}
.blue-bg-text .text-first {
  font-size: 24.97px;
  line-height: 13px;
}
.blue-bg-text .text-sec {
  font-size: 21.97px;
}
.blue-bg .blue-padding {
  padding-left: 0px;
  padding-top: 0px;
  position: relative;
  /* left: 123px; */
  text-align: center;
}
.blogbg {
  margin-top: -27%;
}
.blogbg {
  margin-top: -29%;
  min-height: 685px;
  padding-top: 19%;
  background-image: url(../images/mobile-blog.png);
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
   z-index: 1 !important; 
}
.blog-img img {
  margin-top: -1% !important;
  width: 87%;
  position: relative;
  left: 24px;
}
.blog-img{
  
  height:0px;
}
.card-section {
  padding-bottom: 17%;
  margin-top: -19%;
  padding-top: 93px;
  background-image: url(../images/banner/card-mob.png);
}
.feedback {
  font-size: 27.97px;
  line-height: 10px;
  padding-top: 0px;
}
.feedback-titlepara {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0px;
}
.cards_container {
  /* box-sizing: border-box; */
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  background: #FFCD1E;
  border-radius: 15.76px;
  padding: 25px;
}

.top-mobile-screen{
  margin-top:80px;
}
.margin-correct-mob{
  margin-top:-63px;
}
.slider {
  position: relative;
  width: 90%;
  margin-top:40px ;
}
.feedback-section {
  margin-top: 16px;
}
.yellow-rightdot {
  display: none;
}
.step-img {
  width: 100px;
}

.cards_container .item.active {
    display: block;
    opacity: 1;
    position: relative;
    height: auto !important;
    padding: 0px;
}

.cards_container .item.active {
    display: block;
    opacity: 1;
    position: relative;
    height: 500px;
    padding: 0px;
}

.action_btns .btn {
    margin: -25px;

}
.feedback-para{
  font-size: 13.76px;
  line-height: 20px;
    padding: 0px ;
  }
.feedback-slide-img{
  width:70% !important;
  height:200px;
}
.wave {
  margin-top: 23px;
  background-image: url(../images/banner/mob-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 700px;
}

  .feedback-title {
    color: #FF502E !important;
    font-size: 22px;
}
.top-adjust-img{
  margin-top:-58% !important;
  margin-bottom: 10%;
}
.white-curve-line {
  position: absolute;
  transform: rotate(90deg);
  height: 100vh;
  top: 6px;
  /* transform-origin: left top; 
  width: auto;
  height: 100vh; */
  }
  .blue-image-text {
    font-size: 16.76px;
    padding-top: 0px;
    /* text-align: center; */
    margin-left: 10px;
}

.gluten-para {
  font-size: 18px;
  line-height: 23px;
}
.benefits-para-pad {
  padding: 0px;
}
.benefits-red {
  width: auto;
  height:360px;
  margin-bottom: 20px;
  border:none;
  border-radius: 57.17px;
}
.benefits-yellow {
  height: 360px;
 margin-bottom:20px;
  width: auto;
  border:none;
  border-radius: 57.17px;
}
.mobile-benefits-pad{
  padding:0px 60px;
  margin-bottom: -87px;
}
.gluten-tittle {
    font-size: 23px;
    line-height: 18px;
    margin-top: 30px;
}
.gluten-text {
  font-size: 26px;
  line-height: 29px;
}
.gluten-para {
  font-size: 16px;
  line-height: 19px;
  padding-right: 0px !important;
}
.gluten-text-two {
  font-size: 26.85px;
  line-height: 70%;
}
.gluten-tittle-two {
  font-size: 26.85px;
  line-height: 71%;
}
.blog-yellowbg {
  min-height: 143px;
}
.Celiac-text {
  font-size: 23.94px;
}
.red-circletry {
  display:none;
}
.final-thoughts {
  min-height: 546px;
  margin-bottom: -365px;
}
.free-diet {
  font-size: 32.52px;
  line-height: 72%;
}
.free-diet-link li {
  font-size: 18px;
  line-height: 118%;
}
.diet {
  margin-top: -123px;
}
.yellow-circle-final {
  display:none;
 }
 .leaf-img {
  max-width: 146px;
  height: auto;
  position: relative;
  z-index: 1;
}
.dot-label-right1 p {
  font-size: 12px;
  margin-top: 0px;
  margin-left: -165px;
}
.dot-label-right1::before {
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 22px;
}
.dot-label-left1::before {
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 22px;
}
.fruits {
  top: 56%;
  left: 3%;
}
.legumes {
  top: 69%;
  left: 1%;
}
.dot-label-left1 p {
  font-size: 12px;
  
}
.meat {
  top: 70%;
  left: -3%;
}
.nuts {
  top: 60%;
  right: 1%;
}
.grains {
  top: 69%;
  right: -10%;
}
.span-bracket{
  display: block;
}
.dairy {
  top: 71%;
  right: -8%;
}
.blue-blog {
  margin-top: 31px !important;
  min-height: 660px;
  margin-bottom: 97px;
  background-image: url(../images/blog/blog-mob-blue.png);
}
.gluten-tittle-blue {
  font-size: 29px;
  /* position: relative; */
  padding-top: 5px;
  line-height: 40%;
}
.gluten-tittle-white {
  font-size: 25px;
}
.blog-blue-para {
  font-size: 20px;
  line-height: 102%;
}
.blog-blue-bg {
  padding-top: 130px;
}
.leaf-blog-img {
  padding: 0px 58px;
  height: 291px;
}
.thought-img-top {
  margin-top: -6px;
}
.final-overlay h1 {
  top: -28px;
  left: 27%;
  font-size: 28.52px;
  line-height: 41%;
}
.final-overlay {
  top: 20%;
  left: 7%;
  font-size: 13px;
  max-width: 93%;
  padding: 0px 20px;
}
.final-thoughts img {
  margin-top: -13%;
}
.contact_para {
  font-family: 'Metropolis Regular', sans-serif !important;
  font-weight: 500;
  color: #4B4B4B;
  font-size: 16px;
  line-height: 1.2;
  text-align: justify;
}
.contact-card {
  width: 100%;
  height: 171px;
  padding-top: 29px !important;
  margin-top: -2px;
}

.blog-two-font {
  font-size: 34.54px;
  line-height: 18%;
  top: 19px;
  margin-bottom: 39px;
}
.para-size {
  font-size: 20px;
  line-height: 102%;
}
.gluten-para {
  font-size: 14px;
  line-height: 18px;
}
.food-para-pad {
  padding: 0px;
}
.gap-agjust-lg {
  gap: 0em;
}
.card-inner-font {
  font-size: 18px;
}
.card-para-font {
  font-size: 16px;
}
.card-two-blog {
  top: 76px;
  height: auto;
  left: 53px;
  width: 80%;
  border-radius: 20px;
}
.blog-recipe-sec {
  min-height: 1051px;
  background-image: url(../images/blog/blog-recipe-2.png);
  margin-bottom: -293px;
  z-index: -1;
  top: 21px;
}
.two-img-card{
  width: 120px;
  height: 120px;
}
.blog-recipe-sec .line-break-lg {
  display: inline;
}
.blog-recipe-sec .top-blog-two {
  font-size: 16.4px;
  text-align: left;
  position: relative;
  bottom: -10px;
}
.blog-recipe-sec .padd-blog-two {
  padding-left: 0px;
}
.blog-recipe-sec .text-blog-two {
  font-size: 12.56px;
  text-align: left;
  padding-left: 0px;
}
.conclusion-overlay h1 {
  top: -33px;
  left: 33%;
  font-size: 22.52px;
}
.conclusion-overlay {
  top: 15%;
  left: 13%;
  font-size: 11px;
  max-width: 81%;
  padding: 0px;
}
.img-left-move {
  position: relative;
  left: -69px;
}

/* Product page */
.right-pro-adj {
  position: relative;
  left: 0px;
}
.product-top-tworoots {
  min-width: auto;
  height: auto;
  position: relative;
  left: 0px;
}
.card-height {
  width: 100%;
  padding: 0px;
}
.logo-icon p {
  font-size: 15.3px;
  line-height: 100%;
}
.left-pro-adj {
  position: relative;
  left: 0px;
  padding: 0px;
}
.left-pro-adj .line-break-lg{
  display: inline;
}
.pro-top-font {
  font-size: 38.41px;
  line-height: 33px;
  padding-top: 21px;
}
.pro-top-font-yellow {
  font-size: 38.41px;
  line-height: 33px;
  padding-top: 21px;
}
.para-pro-font {
  font-size: 15.1px;
  line-height: 19px;
}
.product-yellowbg {
  min-height: 524px;
  padding-top: 9%;
  padding-bottom: 7%;
  background-image: url(../images/product/mob-yellow-roduct.png);
}
 .product-redbg{
       min-height: 524px;
         padding-top: 9%;
  padding-bottom: 7%;
        background-image: url(../images/product/mob-red-product.png);
    }
.product-yellowbg h1, .product-redbg h1 {
  font-size: 30px;
  line-height: 0%;
}

.like-font {
  font-size: 32px;
  line-height: 1px;
}
.hover-pro-text {
  font-size: 23px;
  line-height: 7%;
  top: 0px;
}
.like-card-first:hover {
  margin-top: 44px;
}


.like-card-first img:hover {
  position: relative;
  margin-top: -25%;
  left: 0px;
  min-width: 277px;
  cursor: pointer;
}
.like-card-first{
  border-radius: 20px;
  margin:18px 0px;
}
.like-sec {
  margin-bottom: 10%;
  padding-top: 41px;
}
.vada-pro-small {
  min-width: 248px;
  position: relative;
  left: -8px;
}
.blue-card-pro {
  margin-top: 20px;
  padding-bottom: 20px;
}
.recipe-nutri-text {
  font-size: 22px;
  line-height: 29px;
}
.pro-bottom-text {
  font-size: 18.1px;
  line-height: 0px;
}
.nutri-container .nutri-item li {
  font-size: 16.48px;
}
.india-pro {
  font-size: 22.1px;
}
.border-full {
  font-size: 15px;
  padding: 7px 14px;
}
.pad-mobile-pro{
      padding:0px 30px;
}
.nutri-container {
  grid-template-columns: 63% 37%;
  border-radius: 17px;
  overflow: hidden;
}
.nutrition-card {
  background-color: #FF6243;
  padding: 4px 9px 0px 9px;
}

/* new home mobile */
.versus {
    margin-top: -4% !important;
    width: 301px;
    position: relative;
    left: 20px;
    z-index: 1;
}
.orangebg {
  position: absolute;
  width: 100%;
  background-image: url(../images/banner/mobile-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -42%;
  /* z-index: 1; */
  height: auto;
  padding-top: 22%;
  padding-bottom: 0px;
  min-height: 865px;
}
    .mob-home-img {
        width: 340px !important;
        position: relative;
        left: 2px;
        top: -10px;
        margin-bottom: 10px;
    }
    .slide img {
        width: 167px;
        position: relative;
        left: 7px;
    }
.coin-img{
  width:100px;
}
.card-img-top1 {
  width: 168px !important;
  height: 163px;
}
.card-inner-padding {
  padding: 0px 20px 15px 20px;
}
.top-font {
  font-size: 30.16px;
  line-height: 22px;
}
.font-card {
  font-size: 17px;
  line-height: 21px;
}
.first-card, .third-card, .second-card {
  height: auto;
  width:87%;
  position: relative;
  left:22px;
}
.card-img-top2 {
  width: 156px !important;
  height: 153px;
}
.top-font2 {
  font-size: 30.16px;
  line-height: 21px;
}
.font-card-two {
  font-size: 17px;
  line-height: 20px;
}
.card-img-top3 {
  width: 160px !important;
  height: 154px;
  margin-top: 18px;
}
.card_border {
  margin-bottom: 21%;
}
.border-design {
  position: relative; /* Important for positioning the ::after */
}

.border-design::after {
  content: "";
  position: absolute;
  left: 0px;
}




}

/*form page laptop and tab view*/

/* Laptop/Desktop view: 1025px to 1440px */
@media (min-width: 1025px) and (max-width: 1440px) {
  .card-product{
  min-height:280px !important;
}
  .just-say {
    font-size: 56px;
  }

  .card-border,
  .card_border {
    padding: 40px 25px;
    top: 80px;
  }

  .contact-form label,
  .contact_form label {
    font-size: 20px;
  }

  .submit-btn {
    padding: 5px 45px !important;
  }

  textarea {
    height: 140px;
  }

  .form-footer {
    margin-top: -5% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .just-say {
    font-size: 40px;
    text-align: center;
  }
  .card-border,
  .card_border {
    padding: 20px 20px;
    top: 80px;
  }
  .contact-form label,
  .contact_form label {
    font-size: 16px;
  }
  .contact_form input[type="text"], .contact_form input[type="email"] {
    width: 100%;
    height: 30px; 
}
.contact_form textarea {
  width: 100%;
  height: 60px;
}
  .form-footer {
    margin-top: -4% !important;
  }
  .contact-form,
  .contact_form {
    padding: 15px;
  }
  input[type="text"],
  input[type="email"],
  input[type="file"],
  textarea {
    font-size: 14px;
  }
  .contact-card {
    width: 150px;
    height: 180px;
    padding-top: 50px;
  }
  .contact-card-address{
    width: 150px;
    height: 180px;
    padding-top: 25px;
  }
  .contact-card-address img {
    height: 25px;
    width: 25px;
}
  .contact-card img {
    height: 25px;
    width: 25px;
}
.contact-text {
  font-size:14px;
}
.contact-para{
  font-size:12px;
}
.contact_submit {
  padding: 0 100px;
  font-size: 14px; 
}
.header-horizontal .navbar-nav > .nav-item > .nav-link { 
  font-size: 20px;
}
.navbar-info .contactus { 
  font-size:18px;
  text-wrap: nowrap;
}
.slider {
  position: relative;
  width: 80%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4% !important;
}
.border-design {
  position: relative; /* Important for positioning the ::after */
}

.border-design::after {
  content: "";
  position: absolute;
  left: 5px;
}


}




/*card section in index responsive for medium*/
@media (min-width:450px) and (max-width: 768px) {
  .first-card,.second-card,.third-card {  
    height: 339px;
  }  
  .first-card img, .second-card img, .third-card img{
      height:130px !important;
      width:130px !important;
  }
  .top-font2, .top-font {
    font-size: 24px;
    line-height: 18px;
  }
  .font-card,  .font-card-two {      
      font-size: 14px;
      text-align: justify;
      line-height: 18px;
  }  
  
  .card-button{
      margin-bottom:10px;
      border-radius:19.17px;
      padding:2px 6px;
      font-weight: 500;
      font-size: 10px;
      line-height: 29px;
  }  
  .card-circle{
    width: 100px;
  }
  .vada-pro-small {
    min-width: 248px;
    position: relative;
    left: -18px;
}


}

@media (min-width:300px) and (max-width: 324px) {
    .review label {
    font-size: 65px !important;
}
      .mob-home-img {
        width: 257px !important;
        left: 13px;
        top: -10px;
        margin-bottom: 21px;
    }
    .making {
        line-height: 29px;
        margin-top: 14px;
    }
  .recipe-wave {
    margin-top: 42%;
    padding-top: 18%;
}
  .sabudana-vada img {
    left: -86px;
}
.versus {
    width: 263px;
    left: 10px;
    margin-bottom:6% !important;
}
.average {
  margin-top: -3px;
  font-size: 24px;
  line-height: 5px;
}
.orangebg {
  min-height: 756px;
}
.sabudana {
  font-size: 27px;
  margin-top: 0px !important;
}
  .slide-bg {
    padding-top: 60%;
}
.center-left {
  font-size: 14px;
}
.slider .center-right {
  font-size: 14px;
}
.slider .center-center {
  font-size: 14px;
}
.active .center-left {
  font-size: 20px !important;
}
.slide.active .center-right {
  font-size: 20px !important;
}
.slide.active .center-center {
  font-size: 20px !important;
}
.steps-yellowbg {
  margin-top: -25%;
  padding-top: 33%;
  padding-bottom: 9%;
}
.blue-bg {
  margin-top: -25%;
  padding-top: 32%;
  padding-bottom: 15%;
}
.blue-bg .blue-padding {
  padding-left: 0px;
}
.blue-image-text {
  font-size: 20.76px;
}
.blogbg {
  margin-top: -54%;
  padding-top: 45%;
          min-height: 615px;
           z-index: 1 !important; 
  /* min-height: 493px; */
}
.blog-text h2 {
  font-size: 44px;
  padding-top: 15%;
}
.card-section {
  margin-top: -24%;
  padding-bottom: 20%;
}
.first-card, .third-card, .second-card {
  height: auto;
  width: 94%;
  left: 9px;
}
/* .card-img-top1, .card-img-top2 {
  width: 210.35px !important;
  height: 210.35px;
}
.card-img-top3{
  width: 200.35px !important;
} */
.card-button {
  padding: 5px 13px;
  font-size: 12.02px;
}
.top-font {
  font-size: 30.16px;
  line-height: 20px;
}
.font-card {
  font-size: 14px;
  line-height: 20px;
}
.top-font2 {
  font-size: 30.16px;
  line-height: 20px;
}
.font-card-two {
  font-size: 14px;
  line-height: 20px;
}
.first-card, .third-card, .second-card {
  height: auto;
}
.feedback {
  font-size: 24.97px;
  line-height: 19px;
  padding-top: 0px;
}
.action_btns {
    position: absolute;
    /* top: 40%; */
    top: 51%;
    width: 100%;
    z-index: 99;
}
.feedback-titlepara {
  font-size: 13px;
  line-height: 15px;
}
.feedback-title {
  font-size: 18px;
  margin-top: 10px;
}
.feedback-para {
  font-size: 12.76px;
  line-height: 19px;
}
.wave {
  margin-top: 22px;
}
.madein {
  font-size: 30px;
  font-size: 30px;
}
.blue-bg-text .text-first {
  font-size: 24.97px;
  line-height: 11px;
}
.blue-bg-text .text-sec {
  font-size: 23.97px;
}
.white-curve-line {
  top: -55px;
}
.gluten-para {
  font-size: 16px;
}
.gluten-tittle-two {
  font-size: 23.85px;
  line-height: 42%;
}
.Celiac-text {
  font-size: 19.94px;
}
.gluten-tittle {
  font-size: 22px;
  line-height: 8px;
  margin-top: 8px;
}
.benefits-yellow {
  height: 383px;
}
.mobile-benefits-pad {
  padding: 0px 43px;
  margin-bottom: -110px;
}
.leaf-img {
  max-width: 120px;
}
.dot-label-left1 p {
  font-size: 10px;
  padding-left: 30px;
}
.fruits {
  top: 56%;
  left: 2%;
}
.legumes {
  top: 69%;
  left: -7%;
}
.dairy {
  top: 71%;
  right: -11%;
}
.grains {
  top: 69%;
  right: -15%;
}
.nuts {
  top: 60%;
  right: -8%;
}
.dot-label-right1 p {
  font-size: 10px;
  margin-top: 0px;
  margin-left: -165px;
}
.meat {
  top: 70%;
  left: -7%;
}
.leaf-blog-img {
  padding: 0px 30px;
  height: 291px;
}
.gluten-text {
  font-size: 25px;
  line-height: 27px;
}
.gluten-tittle-blue {
  font-size: 26px;
  line-height: 40%;
}
.gluten-tittle-white {
  font-size: 22px;
}
.blog-blue-para {
  font-size: 16px;
  line-height: 102%;
}
.card-para-font {
  font-size: 16px;
}
.free-diet-link li {
  font-size: 16px;
  line-height: 110%;
}
.thought-img-top {
  margin-top: 12px;
}
.final-overlay h1 {
  top: -24px;
  left: 27%;
  font-size: 22.52px;
}
.final-overlay {
  top: 20%;
  left: 7%;
  font-size: 11px;
  max-width: 92%;
  padding: 0px 16px;
}
.just-say {
  font-size: 38.97px;
}
.contact-form label, .contact_form label {
  font-size: 15px;
}
.card-border {
  padding: 30px 11px 4px 13px;
  margin-bottom: 86px;
}
.contact-form textarea {
  width: 100%;
  height: 94px;
  padding: 0px;
}
.contact-card {
  width: 100%;
  height: 140px;
  padding-top: 20px;
  margin-bottom: -20px;
}
.contact-card-address {
  width: 100%;
  height: 170px;
  padding-top: 10px;
  margin-bottom: -20px;
}
.contact_submit {
  padding: 0 94px;
}
.card_border {
  margin-bottom: 97px;
}
.blog-two-font {
  font-size: 28.54px;
  line-height: 1%;
  top: 22px;
}
.para-size {
  font-size: 16px;
  line-height: 102%;
}
.blog-recipe-sec .top-blog-two {
  font-size: 12.4px;
}
.blog-recipe-sec .text-blog-two {
  font-size: 11px;
}
 .line-break-lg {
  display: inline;
}
.blog-recipe-sec {
  min-height: 1003px;
  margin-top: 92px;
}
.conclusion-overlay h1 {
  top: -30px;
  font-size: 20.52px;
}
.conclusion-overlay {
  top: 14%;
  left: 12%;
  font-size: 10px;
}

/* product page */
.vada-pro-small {
  min-width: 218px;
  position: relative;
  left: -13px;
}
.pro-top-font {
  font-size: 35.41px;
}
.pro-top-font-yellow {
  font-size: 35.41px;
}
.para-pro-font {
  font-size: 12.1px;
  line-height: 19px;
}
.yellow-pro-back {
  border-radius: 30px;
  padding: 23px;
}
.border-full {
  font-size: 14px;
  padding: 7px 14px;
}
.logo-icon p {
  font-size: 12.3px;
  line-height: 100%;
}
.product-yellowbg h1, .product-redbg h1 {
  font-size: 28px;
  line-height: 0%;
}
.like-card-first img:hover {
  position: relative;
  margin-top: -25%;
  left: 0px;
  min-width: 215px;
  cursor: pointer;
}
.final-thoughts {
  min-height: 546px;
  margin-bottom: -364px;
}
.blue-blog {
  margin-top: 61px !important;
  min-height: 613px;
  margin-bottom: 97px;
}
.border-design {
  position: relative; /* Important for positioning the ::after */
}

.border-design::after {
  content: "";
  position: absolute;
  left: 0px;
}
    .card-section .first-card-require:hover{
  position: relative;
  top:0% !important;
}
.card-section a{
  text-decoration: none;
}
.card-group {
    padding-top: 0px;
}


  
}
/* contact card section and form page responsive*/
@media (min-width:375px) and (max-width: 768px) {
  .contact-card {
    width: 100%;
    height: 171px;
    padding-top: 46px;
    margin-top: -2px;
}
.card-group {
    padding-top: 0px;
}
.card-section a{
  text-decoration: none;
}
    .card-section .first-card-require:hover{
  position: relative;
  top:0% !important;
}
  .contact-card-address{   
    width: 100%;
    height: 170px; 
    padding-top:10px;
    margin-bottom:-20px ;
  }
  .contact_submit {
    padding: 0 100px; 
    margin-bottom:20px;
  }
  .just-say { 
    font-size: 50px;
  }
  .contact-form label, .contact_form label {
    font-size:18px;
    margin-bottom: 0px;
  }
  .contact-form {
    padding: 5px;  
  }
  .card-border {
    padding: 20px;
    margin-bottom: 20%;
}
  .form-footer {
    margin-top: -25% !important;
  }
  .action_btns {
    position: absolute;
    /* top: 40%; */
    top: 51%;
    width: 100%;
    z-index: 99;
}
.line-space{
  line-height: 25px;
}
.bloglist-whitebg {
    padding-bottom: 70px;
}
.blog-title{
  margin-top:20px;
}
    .fluffybg {
        position: relative;
        width: 100%;
        background-image: url(../images/fluffy-mobile.png);
        /* background-size: cover; */
        background-size: 100% auto;
        background-repeat: no-repeat;
        /* background-position: center; */
        background-position: bottom center;;
        height: auto;
        padding-top: 680px;
        padding-bottom: 0px;
        margin-bottom: -720px;
    }
    .fluffy-title h2{
      font-size: 65px;
        line-height: 12px;
    }
    .img-mobilesize{
      padding-top:30px;
      height: 200px;
    }
    .madefrom {
      font-size: 14.32px;
    
    }
    .buynow {
      padding-top: 50px;
    }

  }


  @supports (-webkit-touch-callout: none){
        .review label {
    font-size: 65px !important;
}
          a{
                text-decoration:none;
                color:white;
        }
          .mob-home-img {
        width: 340px !important;
        position: relative;
        left: 2px;
        top: -10px;
        margin-bottom: 10px;
    }
    .mob-home-img {
        width: 352px !important;
        position: relative;
        left: 4px;
        top: -12px;
        margin-bottom: 10px;
    }
        .gluten-tittle {
        font-size: 22px;
        line-height: 18px;
        margin-top: 30px;
    }
    .like-font {
        font-size: 24px;
        line-height: 1px;
    }
        .recipe-nutri-text {
        font-size: 20px;
        line-height: 29px;
    }
        .nutri-container {
        grid-template-columns: 63% 37%;
        border-radius: 17px;
        overflow: hidden;
    }
    .feedback {
        font-size: 24.97px;
        line-height: 19px;
        padding-top: 0px;
    }
        .gluten-tittle-two {
        font-size: 23.85px;
        line-height: 42%;
    }
    .gluten-tittle {
        font-size: 22px;
        line-height: 8px;
        margin-top: 8px;
    }
        .gluten-tittle-blue {
        font-size: 24px;
        line-height: 40%;
    }
.card-button {
  padding: 5px 13px;
  font-size: 12.02px;
  color:#010100 !important;
}
    .recipe-button {
        padding: 6px 19px;
        font-size: 12px;
        color:#010100 !important;
    }
    .border-design {
  position: relative; /* Important for positioning the ::after */
}

.border-design::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -7px;
  width: 37%;
  height: 1.5px; /* <-- Thickness of your border */
  background-color: black; /* <-- Border color */
}
  .card-group {
    padding-top: 0px;
}

.red-text-para p {
        font-size: 10px;
        margin: 0px;
        line-height: 16px;
    }
    .action_btns {
    position: absolute;
    /* top: 40%; */
    top: 51%;
    width: 100%;
    z-index: 99;
}
    .card-section .first-card-require:hover{
  position: relative;
  top:0% !important;
}
.card-section a{
  text-decoration: none;
}
}
/*blog pages responsive code*/
@media (min-width:375px) and (max-width: 768px) {
  .blog-whitebg {
    position: relative;
    min-height: 300px;
}
.sago-text {
    margin-top: -28%;
}
.pro-top-font {
    font-size: 40.41px;
    /* line-height:23px; */
    padding-top: 21px;
    text-align: center;
}
.pro-top-font-yellow {
    font-size: 40.41px;    
    padding-top: 31px;
    text-align: center;    
}
.soak-sabudana {
   margin-top: 2%;
    margin-left: 5%;   
}
.soak-foot{
  margin-top:5% !important;
}
.soak-yellow-bg {     
  background-image: url(../images/product/mob-yellow-roduct.png);
  margin-top: 2%;
  position: relative;
  z-index: 1;
}
.cook-sabudana-yellowbg{
   /* background-image: url(../images/product/mob-yellow-roduct.png);
  margin-top: -8px;
  position: relative;
  z-index: 1; */
     
    background-image: url(../images/product/mob-yellow-roduct.png);
    background-repeat: no-repeat;
    background-size: 100% 45%;   /* reduce second value to reduce height */
    background-position: top;
    margin-top: -8px;
    position: relative;
    z-index: 1;
    margin-bottom: -20%;
}
.blog-whitecookbg {
    background-image: url(../images/blog/blog-white-head.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* min-height: 990px; */
    margin-top: -720px;
}
.subtitle-cooktextstep2{ 
    font-size: 32px;    
}
.soak-sabudana-para {   
    font-size: 18.12px;
    line-height: 18px;
    color: black;
}
.mobile-center{
  text-align: center;
}
.mobile-size img{
  max-height:80px;
}
.soak-red-bg {  
  background-image: url(../images/product/mob-red-product.png);
  min-height: 524px;   
  position: relative;
   padding-top: 9%;
        padding-bottom:15%;
  z-index: 2;
}
.cook-step {
    width: 80px;
    height: auto;
}
.title-cooktext {   
    font-size: 32px;   
}
.subtitle-cooktext {    
    font-size: 32px;  
}
.cook-dailysabudanaimg {   
    max-height: 300px;
    margin-top:-30px;
}
.cook-final {
        min-height: 546px;
        margin-bottom: -365px;
    }
    .cook-finaloverlay h1{
      font-size: 22px;
        line-height: 41%;
    }
    .cook-finaloverlay img{
      height: 60px;
      margin-top: -40px !important;
      margin-right: 10px;
    }
    .cook-finaloverlay h2{
      font-size:20px;
    }
    .benefit-sabudana{
      margin-top: 15%;
      margin-left: 1%;
    }
    .benefit-title {   
    font-size: 40px;  
}
.benefit-subtitle {
  font-size: 30px; 
}
.benefit-para {
  font-size: 25px;
}
.benefit-subpara{
 font-size: 20px; 
}
.nature, .digest{
    font-size:30px;
   }
   .nature-img, .digest-img {
    height: 70px;
    padding-right:5px;
}
.nature-para, .digest-para{
  font-size:20px;
}
.nature-title, .digest-title{
  font-size:30px
}
.nature-list li, .digest-list li{
  font-size:20px;
}
.hydration-para1, .hydration-para2{
  font-size:18px;
  text-align: justify;
}
.fourth-card{
  min-height: 430px;
}
.benefit-whitebg {
      padding-bottom: 100px;
}
.benefit-foot{
  margin-top: -12% !important;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
  .soak-yellow-bg {
    background-image: url(../images/product/mob-yellow-roduct.png);  
    min-height: 850px;   
    position: relative;
    z-index: 1;
}
 .fluffybg {
        padding-top: 250px;
        min-height: 850px;
        background-size: cover;
        margin-bottom: -400px !important;
    }
.soak-red-bg {  
  background-image: url(../images/product/mob-red-product.png);
  min-height: 854px;   
  position: relative;
  z-index: 2;
}
    .pro-top-font {
    font-size: 63.41px;
    line-height: 60px;
    padding-top: 41px;
  }
      .pro-top-font-yellow {
        font-size:63.41px;
        line-height: 60px;
        
    }
  .mobile-size img{
    min-width: 100px;
    min-height: 70px ;
  }
 
.soak-foot{
  margin-top:-28% !important;
}
  .mobile-center {
        text-align: center;
    }
  .cook-text {
   font-size: 64.58px !important;  
  margin-top: -70px;
}
.sago-text {    
    font-size: 64.58px !important;   
    margin-top: -70px;
}
   
    .cook-final {
        min-height: 546px;
        margin-bottom: -265px;
    }
    .cook-finaloverlay h1{
      font-size: 52px;
        line-height: 41%;
        margin-top: -80px !important;
    }
    .cook-finaloverlay img{
      height: 120px;      
    }
    .cook-finaloverlay h2{
      font-size:50px;
      margin-top: -50px;
    }
    .final-thoughts img {
    margin-top: -30%;
}
.benefit-title, .why-title {   
    white-space: nowrap;
    font-size:40px;
}
.benefit-para{
  font-size: 22px;
}
    .benefit-subpara {
        font-size: 16px;
    }
  
    .benefit-list li{
font-size:18px;
    }
  .benefit-sabudana {
  margin-top: 45%;       
    }
    .nature-img, .digest-img {
    max-height: 50px !important;
    max-width:50px;
    padding-right: 5px;
}
.nature, .digest{
  font-size:30px;
}
.nature-para, .digest-para {
        font-size: 16px;
    }
.nature-title, .digest-title {
font-size: 30px;
margin-top: -10px !important;
}
.nature-list li, .digest-list li {
        font-size: 16px;
        line-height:20px;
    }
    .digest-para-topspace{
      margin-top:-15px;
    }
    .fourth-card{
       min-height: auto !important;
    height: auto !important;
    padding: 5px 10px !important;
    margin-bottom: 30px;
    }
    .benefit-foot {
    margin-top: -25% !important;
    }
    .hydration-para1, .hydration-para2{
      font-size:16px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
 .laptop-margin{
  margin-top:-30% !important;
  }
  .bloglist-whitebg {   
    padding-bottom: 280px;
}
  .soak-yellow-bg {   
    margin-top: -18%;
    position: relative;
    z-index: 1;
}
.soak-sabudana-title {
    padding-top: 40%;
}
.soak-sabudana {
    padding-top: 10%;
    margin-left: 5px;
}
.soak-red-bg {   
    margin-top: -25%;   
}
.soak-foot {
  margin-top: -35%;
}
 .cook-foot{
    margin-top: 0px;
  }
.red-text{
  line-height:60px !important;
}
  .cook-text {
   font-size: 64.58px !important;  
  margin-top: -240px;
}

.cook-sabudana-yellowbg {
    background-image: url(../images/blog/cook-sabudana-yellowbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1250px;
    width: 100%;
    margin-top: -5% !important;
    position: relative;
    z-index: 1;
}
.cook-step {
   padding-top: 70px;
}
.title-cooktext, .subtitle-cooktext, .subtitle-cooktextstep2 {  
    font-size: 52px;  
}
.cook-dailysabudanaimg {
    max-height: 800px;
}
.blog-whitecookbg {
    padding-bottom: 250px;
}
.benefit-title, .why-title {   
    white-space: nowrap;
    font-size:50px;
}
.benefit-subtitle {
  font-size: 35px; 
}
.benefit-para{
  font-size: 28px;
}
    .benefit-subpara {
        font-size: 20px;
    }
  
    .benefit-list li{
font-size:20px;
    }
  .benefit-sabudana {
  margin-top: 15%;       
    }
    .nature-img, .digest-img {
    max-height: 50px !important;
    max-width:50px;
    padding-right: 5px;
}
.nature, .digest{
  font-size:36px;
}
.nature-para, .digest-para {
        font-size: 20px;
    }
.nature-title, .digest-title {
font-size: 36px;
margin-top: -10px !important;
}
.nature-list li, .digest-list li {
        font-size: 20px;
        line-height:30px;
    }
    .digest-para-topspace{
      margin-top:-15px;
    }
    .fourth-card{
       min-height: auto !important;
    height: auto !important;
    padding: 5px 10px !important;
    margin-bottom: 30px;
    }
    .benefit-foot {
    margin-top: -35% !important;
    }
    .hydration-para1, .hydration-para2{
      font-size:20px;
    }
    .benefit-section-title{
    padding-top: 30px;
    }
    .fluffy-title h2 {
   font-size: 89px;
    padding-top: 55%;
    }
    .fluffybg{
      margin-bottom: -550px;
    }
    .steps-yellowbg {
   
    
    padding-top: 20%;
   
    margin-top: -20% !important;
}
}
@media (min-width: 1201px) and (max-width: 1439px) {
  .laptop-margin{
  margin-top:-30% !important;
  }
  .soak-yellow-bg {   
    margin-top: -18%;
    position: relative;
    z-index: 1;
}
.soak-sabudana-title {
    padding-top: 40%;
}
.soak-sabudana {
    padding-top: 10%;
    margin-left: 5px;
}
.soak-red-bg {   
    margin-top: -25%;   
}
.soak-foot {
  margin-top: -35%;
}
 .cook-foot{
    margin-top: 0px;
  }
.red-text{
  line-height:60px !important;
}
  .cook-text {
   font-size: 64.58px !important;  
  margin-top: -240px;
}
.cook-sabudana-yellowbg {
    background-image: url(../images/blog/cook-sabudana-yellowbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1250px;
    width: 100%;
    margin-top: -5% !important;
    position: relative;
    z-index: 1;
}
.cook-step {
   padding-top: 70px;
}
.title-cooktext, .subtitle-cooktext, .subtitle-cooktextstep2 {  
    font-size: 52px;  
}
.cook-dailysabudanaimg {
    max-height: 800px;
}
.blog-whitecookbg {
    padding-bottom: 250px;
}
.benefit-title, .why-title {   
    white-space: nowrap;
    font-size:50px;
}
.benefit-subtitle {
  font-size: 35px; 
}
.benefit-para{
  font-size: 28px;
}
    .benefit-subpara {
        font-size: 20px;
    }
  
    .benefit-list li{
font-size:20px;
    }
  .benefit-sabudana {
  margin-top: 15%;       
    }
    .nature-img, .digest-img {
    max-height: 50px !important;
    max-width:50px;
    padding-right: 5px;
}
.nature, .digest{
  font-size:36px;
}
.nature-para, .digest-para {
        font-size: 20px;
    }
.nature-title, .digest-title {
font-size: 36px;
margin-top: -10px !important;
}
.nature-list li, .digest-list li {
        font-size: 20px;
        line-height:30px;
    }
    .digest-para-topspace{
      margin-top:-15px;
    }
    .fourth-card{
       min-height: auto !important;
    height: auto !important;
    padding: 5px 10px !important;
    margin-bottom: 30px;
    }
    .benefit-foot {
    margin-top: -35% !important;
    }
    .hydration-para1, .hydration-para2{
      font-size:20px;
    }
    .benefit-section-title{
    padding-top: 30px;
    }
}
@media (min-width: 1441px) and (max-width: 2560px) {  
/* .soak-sabudana-title {
    padding-top: 40%;
}
.soak-sabudana {
    padding-top: 10%;
    margin-left: 5px;
}
.laptop-margin{
padding-top: 15%;
}
 .cook-foot{
    margin-top: 0px;
  }
.red-text{
  line-height:60px !important;
}
  .cook-text {
   font-size: 64.58px !important;  
  margin-top: -240px;
}
.cook-sabudana-yellowbg {
    background-image: url(../images/blog/cook-sabudana-yellowbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1250px;
    width: 100%;
    margin-top: -5% !important;
    position: relative;
    z-index: 1;
}
.cook-step {
   padding-top: 70px;
}
.title-cooktext, .subtitle-cooktext, .subtitle-cooktextstep2 {  
    font-size: 52px;  
}
.cook-dailysabudanaimg {
    max-height: 800px;
}
.blog-whitecookbg {
    padding-bottom: 250px;
}
.benefit-title, .why-title {   
    white-space: nowrap;
    font-size:50px;
}
.benefit-subtitle {
  font-size: 35px; 
}
.benefit-para{
  font-size: 28px;
}
    .benefit-subpara {
        font-size: 20px;
    }
  
    .benefit-list li{
font-size:20px;
    }
  .benefit-sabudana {
  margin-top: 15%;       
    }
    .nature-img, .digest-img {
    max-height: 50px !important;
    max-width:50px;
    padding-right: 5px;
}
.nature, .digest{
  font-size:36px;
}
.nature-para, .digest-para {
        font-size: 20px;
    }
.nature-title, .digest-title {
font-size: 36px;
margin-top: -10px !important;
}
.nature-list li, .digest-list li {
        font-size: 20px;
        line-height:30px;
    }
    .digest-para-topspace{
      margin-top:-15px;
    }
    .fourth-card{
       min-height: auto !important;
    height: auto !important;
    padding: 5px 10px !important;
    margin-bottom: 30px;
    }
   
    .hydration-para1, .hydration-para2{
      font-size:20px;
    }
    .benefit-section-title{
    padding-top: 30px;
    } */
}

@media (min-width:300px) and (max-width: 324px) {
  .laptop-margin{
  margin-top:-25% !important;
  }
   .blog-whitebg {
    position: relative;
    min-height: 250px;
}
.pro-top-font {
    font-size: 40.41px;
    /* line-height:23px; */
    padding-top: 21px;
    text-align: center;
}
.pro-top-font-yellow {
    font-size: 40.41px;    
    padding-top: 31px;
    text-align: center;    
}
.soak-sabudana {
   margin-top: 2%;
    margin-left: 5%;   
}
.soak-foot{
  margin-top:5% !important;
}
.soak-yellow-bg {     
  background-image: url(../images/product/mob-yellow-roduct.png);
  margin-top: -5px;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.soak-sabudana-para {   
    font-size: 18.12px;
    line-height: 18px;
    color: black;
}
.mobile-center{
  text-align: center;
}
.mobile-size img{
  max-height:80px;
}
.soak-red-bg {  
  background-image: url(../images/product/mob-red-product.png);
  min-height: 524px;   
  position: relative;
   padding-top: 9%;
        padding-bottom:15%;
  z-index: 2;
}
.cook-sabudana-yellowbg{  
    background-image: url(../images/product/mob-yellow-roduct.png);
    background-repeat: no-repeat;
    background-size: 100% 45%;   /* reduce second value to reduce height */
    background-position: top;
    margin-top: -8px;
    position: relative;
    z-index: 1;
    margin-bottom: -20%;
}
.cook-final {
        min-height: 546px;
        margin-bottom: -365px;
    }
    .cook-finaloverlay h1{
      font-size: 22px;
        line-height: 41%;
    }
    .cook-finaloverlay img{
      height: 60px;
      margin-top: -40px !important;
      margin-right: 10px;
    }
    .cook-finaloverlay h2{
      font-size:20px;
    }
    .cook-step {
    width: 80px;
    height: auto;
}
.title-cooktext {   
    font-size: 32px;   
}
.subtitle-cooktext {    
    font-size: 32px;  
}
.cook-dailysabudanaimg {   
    max-height: 300px;
    margin-top:-30px;
}
.blog-whitecookbg {
    background-image: url(../images/blog/blog-white-head.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -720px;
    margin-bottom: 50px;
}
.subtitle-cooktextstep2{ 
    font-size: 32px;    
}
.soak-sabudana-para {   
    font-size: 18.12px;
    line-height: 18px;
    color: black;
}
 .benefit-sabudana{
      margin-top: 15%;
      margin-left: 1%;
    }
    .benefit-title  {   
    font-size: 40px;  
}
.benefit-subtitle {
  font-size: 30px; 
}
.benefit-para {
  font-size: 25px;
}
.benefit-subpara{
 font-size: 20px; 
}
.nature, .digest{
    font-size:30px;
   }
   .nature-img, .digest-img {
    height: 70px;
    padding-right:5px;
}
.nature-para, .digest-para{
  font-size:20px;
}
.nature-title, .digest-title{
  font-size:30px
}
.nature-list li, .digest-list li{
  font-size:20px;
}
.hydration-para1, .hydration-para2{
  font-size:18px;
  text-align: justify;
}
.fourth-card{
  min-height: 430px;
}
.benefit-whitebg {
      padding-bottom: 100px;
}
.benefit-foot{
  margin-top: -12% !important;
}
}