/* .dropdown-menu::-webkit-scrollbar {
  width: 5px;
background-color:#fdb913;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #6e78ff;
  border-radius: 3px;
} */
/* .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #fdb913; 
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #6e78ff;
  border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: #4e5aff; 
} */
/* .dropdown-menu:hover{
  height: 80vh !important;
overflow-y: scroll !important;


}


 .dropdown-menu 
::-webkit-scrollbar-thumb {
  scrollbar-width: 5px !important;
  background-color:#fdb913 !important;
  } */


  body .soya .flex_box .inner_box ul {
    background-color: rgba(255, 255, 255, 0.6);
    /* padding: 50px 0px; */
  }


.ProductLink abody {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

body a {
  text-decoration: none;
}

body .container-fluid {
  width: calc(100% - 8%);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e53f2c;
}

body .topbar {
  background-color: #000;
  text-align: right;
}

body .topbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

body .topbar ul li {
  list-style-type: none;
  position: relative;
  padding: 0 15px;
}
/* topbar searchbox start */
body .topbar ul li:last-child::after, body .topbar ul li.searchBox::after, body .topbar ul li.bd-none::after {
  display: none !important;
}

body .topbar ul li.searchBox {
  padding-right: 0;
}

body .topbar ul li.searchBox input {
  border: 0;
  padding: 3px 10px;
  outline: none;
  padding-right: 30px;
  -webkit-box-shadow: inset 0px 5px 12px #777;
          box-shadow: inset 0px 5px 12px #777;
  font-weight: 500;
}

body .topbar ul li.searchBox input::-webkit-input-placeholder {
  color: #b2bccc;
  font-weight: 300;
  text-transform: uppercase;
}

body .topbar ul li.searchBox input:-ms-input-placeholder {
  color: #b2bccc;
  font-weight: 300;
  text-transform: uppercase;
}

body .topbar ul li.searchBox input::-ms-input-placeholder {
  color: #b2bccc;
  font-weight: 300;
  text-transform: uppercase;
}

body .topbar ul li.searchBox input::placeholder {
  color: #b2bccc;
  font-weight: 300;
  text-transform: uppercase;
}

body .topbar ul li.searchBox svg {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #b2bccc;
}

body .topbar ul li.searchBox #search_box{
    position: absolute;
    width: calc(100% - 15px);
    z-index: 1022;
    top: 28px;
    right: 0px;
    background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

body .topbar ul li.searchBox #search_box ul{
    padding: 6px 15px;
}

body .topbar ul li.searchBox #search_box ul a{
    color: #000;
    font-weight: 500;
}
/* topbar searchbox end */
/* header searchbox start */
/* body .searchbar li.searchBox {
  padding-right: 0;
  display: none;
} */
@media screen and (max-width:992px){
  /* body .searchbar li.searchBox {
    display: block;
  } */
  body .topbar ul li.searchBox{
    display: none;
  }
}
/* body .searchbar li.searchBox input {
  border: 0;
  padding: 3px 10px;
  outline: none;
  padding-right: 30px;
  -webkit-box-shadow: inset 0px 5px 12px #777;
          box-shadow: inset 0px 5px 12px #777;
  font-weight: 500;
}

body .searchbar li.searchBox input::-webkit-input-placeholder {
  color: #b2bccc;
  font-weight: 300;
  text-transform: uppercase;
}

body .searchbar li.searchBox input:-ms-input-placeholder {
  color: #b2bccc;
  font-weight: 300;
  text-transform: uppercase;
}

body .searchbar li.searchBox input::-ms-input-placeholder {
  color: #b2bccc;
  font-weight: 300;
  text-transform: uppercase;
}

body .searchbar li.searchBox input::placeholder {
  color: #b2bccc;
  font-weight: 300;
  text-transform: uppercase;
}

body .searchbar li.searchBox svg {
  position: absolute;
  color: #b2bccc;
  margin-left:-30px;
  margin-top:8px;
}

body .searchbar li.searchBox #search_box{
    position: absolute;
    width: calc(100% - 15px);
    z-index: 1022;
    top: 28px;
    right: 0px;
    background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

body .searchbar li.searchBox #search_box ul{
    padding: 6px 15px;
}

body .searchbar li.searchBox #search_box ul a{
    color: #000;
    font-weight: 500;
} 
.searchbar{
  padding: 0px;
}
@media screen and (max-width:412px) {
  body .searchbar li.searchBox input{
    width:135px;
  }
} */
/* header searchbox end */
body .topbar ul li::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .topbar ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 27px;
  display: block;
}

body .navbar {
  background-color: #fff !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

body .navbar .navbar-brand img {
  width: 100px;
  height: auto;
}

body .navbar .navbar-nav {
  margin-left: auto;
}

body .navbar .navbar-nav > .nav-item {
  padding: 0 10px;
}

body .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}

body .navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
  color: #e53f2c;
}

body .navbar .navbar-nav .dropdown .dropdown-toggle::after {
  display: none;
}

body .navbar .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

body .navbar .navbar-nav .dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

 
}
/*.dropdown-menu {*/
/*  max-height: 0;*/
/*  overflow: hidden;*/
/*  transition: max-height 0.3s ease-in-out;*/
/*}*/
 
/*.check_box:checked + .dropdown-menu {*/
/*  max-height: 500px !important;*/
/*}*/
/*.check_box + .dropdown-menu {*/
/*  max-height: 0px !important;*/
/*}*/

body .navbar .navbar-nav .dropdown .dropdown-menu li:last-child .dropdown-item {
  border: 0;
}

body .navbar .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
  white-space: break-spaces;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #e6e7e8;
  border-bottom: 1px solid #fff;
}

body .navbar .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover, body .navbar .navbar-nav .dropdown .dropdown-menu li .dropdown-item:focus {
  background: #fdb913;
  color: #000;
}

body .banner {
  /* min-height: calc(100vh - 130px); */
}

body .banner .swiper {
  width: 100%;
  height: 100%;
}

body .banner .swiper .swiper-wrapper .swiper-slide {
  height: calc(100vh - 130px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .banner .swiper .swiper-wrapper .swiper-slide::after {
  position: absolute;
  content: "";
  /* background-color: rgba(0, 0, 0, 0.5); */
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid {
  position: relative;
  z-index: 9;
  height: 100%;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width:767px) and (min-width:568px){
 .footer p{
  margin: 0 !important;
  padding-left: 2rem;
 }
 .footer h5{
  margin: 0 !important;
  padding-left: 2rem;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
 }
  .footer .social_icons{
  margin: 0 !important;
  padding-left: 2rem !important;
 }
}
body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-center h4 {
  color: #fff;
  padding-bottom: 10px;
}
body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-center h4 span{

  padding-right: 10px;
} 
body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-center p {
color: #fff;
font-size: 27px;
font-weight: 600;
padding-left: 25px;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-left h4 {
  color: #fff;
  padding-bottom: 10px;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-left p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-left: 25px;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-left p span {
  display: block;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .row {
  width: 100%;
}
@media screen and (min-width:992px){
body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box {
    display: inline-block !important;
}
}
body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
    flex-direction: column;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box img {
  max-width: 165px;
  width: 100%;
  position: static;
  margin-bottom: 60px;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text-right {
  text-align: right;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid h4 {
    border-radius: 35px;
    font-size: 50px;
    display: inline-block;
    text-align: left;
    color: #fff;
    padding: 30px 30px;
    font-weight: 800;
    line-height: 65px;
    margin: 0px;
}

body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid h4 span {
  display: block;
}

/* @media (min-width:1200px){
  body .banner .swiper .swiper-wrapper .swiper-slide img {
    height: 100% !important;
     }

}
@media (min-width:993px) and (max-width:1199px){
  body .banner .swiper .swiper-wrapper .swiper-slide img {
      height: 100% !important;
       }
} */

@media (max-width:767px){
  body .dealer .box .form_info .form .submit_btn {
      padding: 10px 23px !important;
  }
}
body .banner .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
}

.footer .justify-content-center {
  justify-content: unset !important;
}

body .modal-dialog {
  max-width: 600px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

body .modal-dialog .modal-content {
  border-radius: 0px;
  border: none;
}

body .modal-dialog .modal-content .modal-header {
  border: none;
  padding :0px;
}

body .modal-dialog .modal-content .modal-body {
  text-align: center;
  min-height: 250px;
  padding: 3rem;
}

body .modal-dialog .modal-content .modal-body img {
  max-width: 110px;
}

body .modal-dialog .modal-content .modal-body p {
  font-size: 26px;
  margin: 0%;
  font-weight: 500;
  margin-bottom: 10px;
}

body .modal-dialog .modal-content .modal-body h3 {
  font-size: 30px;
  font-weight: 500;
}

body .modal-backdrop {
  width: 100%;
  height: 100%;
}

body .soya_title {
  padding: 50px 0;
  text-align: center;
}

body .soya_title h4 {
  color: #58595b;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

body .soya_title h4 span {
  display: block;
}

body .soya {
  min-height: 850px;
  background-image: url("../images/soya_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .soya .container-fluid {
  height: 100%;
  width: 100%;
}

body .soya .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body .soya .flex_box .inner_box {
  max-width: 800px;
}

body .soya ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .soya ul li {
  width: 50%;
  list-style-type: none;
  padding: 40px;
}

body .soya ul li:nth-child(1) {
  border-right: 2px solid #58595b;
  border-bottom: 2px solid #58595b;
  /* padding-left: 0; */
  /* padding-top: 20px; */
  /* width: 350px;
  height: 350px; */
}

body .soya ul li:nth-child(2) {
  border-bottom: 2px solid #58595b;
  /* padding-top: 20px; */
  /* width: 350px;
  height: 350px; */
}

body .soya ul li:nth-child(3) {
  border-right: 2px solid #58595b;
  /* padding-left: 0; */
  /* padding-bottom: 20px; */
  /* width: 350px;
  height: 350px; */
}

body .soya ul li:nth-child(4) {
  /* padding-bottom: 20px; */
  /* width: 350px;
  height: 350px; */
}

body .soya ul li h1 {
  font-size: 70px;
  color: #58595b;
}

body .soya ul li h4 {
  font-size: 37px;
  color: #58595b;
}

body .awards {
  background-color: #fdb913;
  padding: 20px 0;
  text-align: center;
}

body .awards h2 {
  color: #000;
  margin: 0;
  font-size: 55px;
  font-weight: 400;
}

body .agencies {
  padding: 60px 0;
  text-align: center;
}

body .agencies h4 {
  font-size: 35px;
  font-weight: 300;
  color: #000;
  margin-bottom: 100px;
}

body .agencies h4 span {
  display: block;
}

body .agencies .box {
  margin-bottom: 60px;
}

body .agencies .box .img_box img {
  /*max-width: 380px;*/
  max-width: 465px;
  width: 100%;
}

body .agencies .box .text_box {
  padding: 30px 0;
}

body .agencies .box .text_box p {
  font-size: 20px;
  line-height: 24px;
}

body .agencies .box .text_box p span {
  display: block;
}

body .dealer .img_box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body .dealer .box {
  margin-top: -200px;
}

body .dealer .box .title {
  text-align: center;
  padding: 40px 0;
  background-color: #d1d3d4;
}

body .dealer .box .title h3 {
  font-size: 60px;
}

body .dealer .box .title h6 {
  font-size: 33px;
  margin: 0;
}

body .dealer .box .form_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .dealer .box .form_info .info {
  width: 40%;
  padding: 50px 20px;
  background-color: #fdb913;
  text-align: center;
}

body .dealer .box .form_info .info .icon {
  height: 60px;
  margin-bottom: 20px;
}

body .dealer .box .form_info .info h4 {
  font-size: 20px;
  font-weight: 600;
}

body .dealer .box .form_info .info p {
  font-size: 20px;
  font-weight: 400;
}

body .dealer .box .form_info .info p span {
  display: block;
}

body .dealer .box .form_info .form {
  width: 60%;
  padding: 50px;
  background-color: #dfd6c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .dealer .box .form_info .form form {
  width: 100%;
}

body .dealer .box .form_info .form .input_box {
  margin-bottom: 20px;
}

body .dealer .box .form_info .form .input_box input {
  width: 100%;
  font-size: 20px;
  padding: 15px;
  outline: none;
  border: 1px solid #6e6e6e;
}

body .dealer .box .form_info .form .input_box input::-webkit-input-placeholder {
  font-style: italic;
  color: #000;
}

body .dealer .box .form_info .form .input_box input:-ms-input-placeholder {
  font-style: italic;
  color: #000;
}

body .dealer .box .form_info .form .input_box input::-ms-input-placeholder {
  font-style: italic;
  color: #000;
}

body .dealer .box .form_info .form .input_box input::placeholder {
  font-style: italic;
  color: #000;
}

body .dealer .box .form_info .form .link {
  text-align: right;
  margin-bottom: 20px;
}

body .dealer .box .form_info .form .link a {
  font-size: 20px;
  text-decoration: none;
  color: #000 !important;
}

body .dealer .box .form_info .form .submit_btn {
  outline: none;
  border: 0;
  font-size: 20px;
  color: #000;
  background-color: #fdb913;
  padding: 10px 30px;
  max-width: 200px;
  width: 100%;
  font-style: italic;
}

body .clientele {
  padding: 60px 0;
  text-align: center;
}

body .clientele h1 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 60px;
}

body .clientele ul {
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .clientele ul li {
  list-style-type: none;
  margin: 0 30px;
  margin-bottom: 60px;
}

body .clientele ul li img {
  -webkit-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.2);
  max-width: 260px;
}

/* body .sliderInfo {
  min-height: 100vh;
} */

body .sliderInfo .swiper {
  width: 100%;
  height: 100%;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  /* background-size: cover; */
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_2 .col-md-12{
display: flex;
justify-content: end;
}
body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_4 .col-md-12{
display: flex;
justify-content: end;
}
body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_1 {
  background-image: url("../images/slider_1.png");
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_2 {
  background-image: url("../images/slider_2.png");
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_3 {
  background-image: url("../images/slider_3.png");
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_4 {
  background-image: url("../images/slider_4.png");
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_5 {
  background-image: url("../images/slider_5.png");
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid {
  position: relative;
  z-index: 9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .row {
  width: 100%;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text-right {
  max-width: 800px;
  margin-left: auto;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box {
  padding: 160px 0 160px;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box h3 {
  font-size: 55px;
  color: #fff;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 30px;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box h3 span {
  display: block;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box h6 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box p span {
  display: block;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box .read_more {
  background-color: #fdb913;
  border-radius: 10px 20px 10px 20px;
  display: inline-block;
  padding: 10px 40px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  margin-top: 30px;
  text-transform: capitalize;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box.text_dark h3,
body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box.text_dark h6,
body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box.text_dark p {
  color: #000;
}
body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box.text_white h3,
body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box.text_white h6,
body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box.text_white p {
  color: #fff;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box.text_dark .space-me {
  margin-bottom: 15px;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box.text_dark h6,
body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box.text_dark p {
  font-weight: 500;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide.pos-right img {
  -o-object-position: center right;
     object-position: center right;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide.pos-btm img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

body .sliderInfo .swiper-button-prev,
body .sliderInfo .swiper-button-next {
  top: 50%;
}

body .sliderInfo .swiper-button-prev::after,
body .sliderInfo .swiper-button-next::after {
  display: none;
}

body .sliderInfo .swiper-button-prev {
  left: 100px;
}

body .sliderInfo .swiper-button-prev::before {
  content: "";
  background-image: url("../images/left_icon.png");
  width: 30px;
  height: 55px;
  background-position: center;
  background-size: cover;
}

body .sliderInfo .swiper-button-next {
  right: 100px;
}

body .sliderInfo .swiper-button-next::before {
  content: "";
  background-image: url("../images/right_icon.png");
  width: 30px;
  height: 55px;
  background-position: center;
  background-size: cover;
}

body .banner_about {
  background-image: url("../images/About Us banner 1449x600.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 699px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .banner_about h4 {
  font-size: 40px;
  font-weight: 300;
  max-width: 650px;
  display: inline-block;
  text-align: left;
  color: #000;
  padding: 60px 20px;
  background-color: rgba(220, 220, 220, 0.65);
    border-radius: 20px;
}

body .track_record {
  background-color: #fdb913;
  padding: 20px 0;
  margin: 20px 0;
  text-align: center;
}

body .track_record h2 {
  color: #000;
  margin: 0;
  font-size: 55px;
  font-weight: 400;
}

body .our_business {
  padding: 60px 0 0;
  text-align: center;
}

body .our_business h2 {
  font-size: 40px;
  font-weight: 600;
}

body .our_business p {
  font-size: 24px;
  padding: 0 7%;
  margin: 0;
}

body .our_quality,
body .our_listing {
  background-color: #e8e6dc;
}

body .our_manufacturing,
body .our_quality,
body .our_listing {
  padding: 60px 0;
  text-align: center;
}

body .our_manufacturing h2,
body .our_quality h2,
body .our_listing h2 {
  font-size: 40px;
  font-weight: 600;
}

body .our_manufacturing p,
body .our_quality p,
body .our_listing p {
  font-size: 24px;
  padding: 0 7%;
  margin: 0;
}

body .our_certifications {
  padding: 60px 0;
  text-align: center;
}

body .our_certifications h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}

body .footer {
  background-color: #4d4d4f;
  padding: 50px 0 20px 0px;
}

body .footer .foot-box-a {
  width: 70%;
  margin-left: auto;
}

body .footer a {
  color: #fff;
}

body .footer .footer_logo {
  max-width: 140px;
}

body .footer .quick_link {
  width: 75%;
  margin-left: auto;
}

body .footer .quick_link li {
  font-size: 16px;
  list-style-type: none;
  font-weight: 600;
  color: #fdb913;
  line-height: 28px;
}

body .footer .quick_link li a {
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

body .footer h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fdb913;
  line-height: 28px;
  margin: 6px 0px 0px 0px;
}

body .footer p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0px;
}

body .footer .flex_box {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

body .footer .flex_box .social_icons {
  display: block;
  padding: 0;
}

body .footer .flex_box .social_icons li {
  list-style-type: none;
  display: inline-block;
  font-size: 25px;
  padding: 0 32px;
}

body .footer .flex_box .social_icons li a {
  color: #fff;
}

body .footer .flex_box .social_icons li a .svg-inline--fa {
  font-size: 30px;
}

body .footer_btm {
  margin-top: 30px;
  text-align: center;
}

body .footer_btm p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

body .banner_mission_value {
  background-image: url("../images/page_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .our_mission_value {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 120vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .our_mission_value .banner-space {
  padding-bottom: 80px;
}

body .our_mission_value h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

body .our_mission_value .left_mission {
  padding: 0px 0px 0px 30px;
}

body .our_mission_value .left_mission p {
  font-size: 21px;
  color: #000;
  margin-bottom: 12px;
}

body .our_mission_value .left_mission p span {
  display: block;
}

body .our_mission_value .right_mission {
  padding: 0px 30px 0px 38px;
  border-left: 2px solid #000;
}

body .our_mission_value .right_mission h2 {
  padding-left: 12px;
}

body .our_mission_value .right_mission ul li {
  font-size: 21px;
  color: #000;
  margin-bottom: 12px;
}

body .our_mission_value .right_mission ul li::marker {
  font-size: 18px;
}

body .vision_circle {
  background-color: #d2232a;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .vision_circle p {

  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin-bottom: 0%;
  line-height: 46px;
    text-transform: capitalize;

}

body .vision_circle p span {
  display: block;
}

body .leadership_profile {
  padding: 90px 0px;
}

body .leadership_profile .leadership_box {
  width: 70%;
  margin: auto;
}

body .leadership_profile .leadership_box .img-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e6e7), to(#cdcfd0));
  background-image: linear-gradient(#e5e6e7, #cdcfd0);
}

body .leadership_profile .leadership_box img {
  width: 100%;
}

body .leadership_profile .leadership_box p {
  /* margin-top: 20px; */
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #d2232a;
  letter-spacing: 0.7px;
}

body .leadership_profile .leadership_box p span {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

body .innovation {
  
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin: 20px 0px; */
}

body .innovation .innovation-text {
  padding: 0px 30px;
}

body .innovation .innovation-text p {
  font-size: 21px;
  color: #000;
  margin-bottom: 12px;
}

body .our-distribution {
  
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin: 20px 0px; */
}

body .our-distribution .innovation-text {
  padding: 0px 50px;
}

body .our-distribution .innovation-text p {
  font-size: 21px;
  color: #000;
  margin-bottom: 12px;
}

body .stake-holder-slider {
  background-color: #e6e7e8;
  padding: 60px 0px;
}

body .stake-holder-slider h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

body .stake-holder-slider .sliderBox {
  position: relative;
  margin: 60px 0;
  padding: 0 5%;
}

body .stake-holder-slider .sliderBox .mySwiper {
  padding: 0 15px;
}

body .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 30px;
  margin: 100px 0;
  min-height: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.modal-header .btn-close {
  padding: .5rem .6rem;
    font-size: 1.5rem;
  background-color: rgb(253, 185, 19);
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-size: 45%;
}
body .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("../images/quote.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 9;
}

body .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide p {
  text-align: center;
  font-size: 16px;
}

body .stake-holder-slider .sliderBox .swiper-button-next img,
body .stake-holder-slider .sliderBox .swiper-button-prev img {
  width: 15px;
}

body .stake-holder-slider .sliderBox .swiper-button-next::after,
body .stake-holder-slider .sliderBox .swiper-button-prev::after {
  display: none;
}

body .stake-holder-slider .sliderBox .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  position: relative;
}

body .stake-holder-slider .sliderBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fdb913;
}

body .stake-holder-slider .sliderBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  width: 21px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #fdb913;
  display: block;
  position: absolute;
  left: -6.5px;
  top: -6px;
}

body .dealers-circle {
  padding: 60px 0px 90px 0px;
}

body .dealers-circle .dealer-text {
  text-align: center;
  margin-bottom: 100px;
}
/* Default: no scale on page load */
body .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: none;
}

/* Add this class via JS AFTER Swiper is initialized */
body.loaded .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
body .dealers-circle .dealer-text h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

body .dealers-circle .dealer-text p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

body .dealers-circle .sliver-circle-2,
body .dealers-circle .circle-yellow-2,
body .dealers-circle .circle-yellow,
body .dealers-circle .sliver-circle {
  font-size: 18px;
  background-color: #ffdfa4;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -webkit-box-shadow: 21px 1px 2px 0px #dcddde;
          box-shadow: 21px 1px 2px 0px #dcddde;
  position: relative;
  margin-bottom: 25px;
}

body .dealers-circle .sliver-circle-2::after,
body .dealers-circle .circle-yellow-2::after,
body .dealers-circle .circle-yellow::after,
body .dealers-circle .sliver-circle::after {
  position: absolute;
  content: "";
  height: 175px;
  width: 13px;
  top: -74px;
  -webkit-transform: rotate(44deg);
  transform: rotate(43deg);
  left: 74px;
  background-color: #ffdfa4;
}

body .dealers-circle .sliver-circle-2 p,
body .dealers-circle .circle-yellow-2 p,
body .dealers-circle .circle-yellow p,
body .dealers-circle .sliver-circle p {
  font-size: 18px;
  margin-bottom: 0px;
  text-align: center;
  color: #000;
  padding: 0px 25px;
}

body .dealers-circle .sliver-circle-2,
body .dealers-circle .sliver-circle {
  background-color: #e6e7e8;
  -webkit-box-shadow: 21px 1px 2px 0px #dcddde;
          box-shadow: 21px 1px 2px 0px #dcddde;
}

body .dealers-circle .sliver-circle-2::after,
body .dealers-circle .sliver-circle::after {
  background-color: #e6e7e8;
}

body .dealers-circle .circle-yellow-2,
body .dealers-circle .sliver-circle-2 {
  -webkit-box-shadow: -21px 1px 2px 0px #dcddde;
          box-shadow: -21px 1px 2px 0px #dcddde;
}

body .dealers-circle .circle-yellow-2::after,
body .dealers-circle .sliver-circle-2::after {
  left: auto;
  top: 177px;
  right: 74px;
}

body .banner_soya_lecithin {
  background-image: url("../images/Soya Acid Oil & Fatty Acid.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .soya-tab-item {
  padding: 50px 0px;
}

body .soya-tab-item .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .soya-tab-item .tab-box a {
  border: 1px solid #e6e7e8;
  font-size: 16px;
  font-weight: 500;
  width: 300px;
  border-radius: 15px;
  color: #000;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  height: 60px;
  padding: 0px 15px;
}

body .soya-tab-item .tab-box .active-tab {
  background-color: #fdb913;
  font-weight: 600;
  border: none;
}

body .soya-tab-item .tab-box-2 {
  margin-bottom: 40px;
}

body .soya-tab-item .soy-tab-text h2 {
  font-size: 28px !important;
  font-weight: 400;
  margin-bottom: 60px;
  line-height: 1.5;
  text-align: center;
  text-transform: unset;
}

body .soya-tab-item .soy-tab-text h2 span {
  display: block;
}

body .color-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .color-circle span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 3px;
}

body .color-circle .black {
  background-color: #58595b;
}

body .color-circle .yellow {
  background-color: #fdb913;
}

body .color-circle .red {
  background-color: #d2232a;
}
.soya-chunks{
    /* background-image: url("../images/soya-product-image.png") !important; */
}
body .lecithin-mainbox {
  /* background-image: url("../images/lecithin_banner-old.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .soya-lecithin-textbox {
  min-height: 800px;
  padding: 60px 110px;
  background-color: #ffffffb5;
  opacity: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.postive-nutrition-mainbox .soya-lecithin-textbox {
  min-height: 958px;
}
body .soya-lecithin-textbox h2 {
  font-size: 32px;
  font-weight: 600;
  color: #d2232a;
  margin-bottom: 15px;
}

body .soya-lecithin-textbox h2 span {
  display: block;
}

body .soya-lecithin-textbox p {
  font-size: 21px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}

body .soya-lecithin-textbox p .bold-span {
  font-weight: 600;
}

body .soya-lecithin-textbox .bean-box h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.5;
}

body .soya-lecithin-textbox .bean-box ul {
  padding: 0px;
  margin: 0%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .soya-lecithin-textbox .bean-box ul a{
    color: #000;
}

body .soya-lecithin-textbox .bean-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  width: 100%;
}

body .soya-lecithin-textbox .bean-box ul li img {
  width: 20px;
  margin-right: 6px;
  image-rendering: -webkit-optimize-contrast;
}

body .soya-lecithin-textbox-2 {
  padding: 60px 80px;
}

body .soya-lecithin-textbox-3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 60px 80px;
}

body .lecithin-varieties {
  padding: 60px 0px;
}

body .lecithin-varieties h2 {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 35px;
}

body .lecithin-varieties h2 span {
  display: block;
}

body .shadow-btn {
  padding: 18px 20px;
  -webkit-box-shadow: 6px 8px 8px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 8px 1px rgba(0, 0, 0, 0.2);
  background-color: #efeff0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin: auto;
}

body .shadow-btn p {
  font-size: 18px;
  color: #000;
  margin: 0px;
}

body .soya-color-circle h2 {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 35px;
}

body .soya-color-circle ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

body .soya-color-circle ul li {
  font-size: 18px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: #ffdfa4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000;
  -webkit-box-shadow: 10px 8px 8px 0px #ccc;
          box-shadow: 10px 8px 8px 0px #ccc;
  margin: 0px 25px;
  padding: 0px 25px;
  line-height: 23px;
}

body .soya-color-circle ul .silver-circle {
  background-color: #e6e7e8;
}

body .soya-color-circle-2 {
  padding: 50px 0px 30px 0px;
}

body .soya-color-circle-3 {
  padding: 60px 0px 50px 0px;
}

body .refined-circle-color {
  padding: 50px 0px 0px 0px;
}

body .refined-circle-color .p-text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 25px 0px 0px 0px;
}

body .refined-circle-color .p-text span {
  display: block;
}

body .refined-circle-color ul li {
  margin: 0px 5px;
}

body .food-application {
  padding: 25px 0px;
}

body .food-application .food-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .food-application .food-box .food-text {
  width: 48%;
  background-color: #e8e6dc;
  border-radius: 25px;
  padding: 35px 45px 35px 45px;
}

body .food-application .food-box .food-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

body .food-application .food-box .food-text ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

body .food-application .food-box .food-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 8px;
}

body .food-application .food-box .food-text ul li img {
  width: 15px;
  margin-right: 10px;
}

body .food-application .food-box .food-text ul li span {
  display: inline-block;
  font-size: 18px;
  color: #000;
}

body .food-application .food-box .food-text ul li .block-span {
  display: block;
}

body .food-application .food-box .food-text-2 {
  width: 100%;
  margin-bottom: 30px;
}

body .food-application .food-box .food-text-2 .bean-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}

body .food-application .food-box .food-text-2 .bean-box-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
}

body .contact-line {
  margin-top: 35px;
}

body .contact-line p {
  font-size: 18px;
  margin-bottom: 0px;
  letter-spacing: 0.2px;
}

body .contact-line p a {
  color: #d2232a;
  font-weight: 600;
}

body .contact-line-2 {
  margin: 10px 0px;
}

body .contact-line-buy {
  margin-left: 25px;
}

body .protien-hover-img {
  padding: 0px 0px 50px 0px;
}

body .protien-hover-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0%;
  margin: 0px;
  list-style-type: none;
}

body .protien-hover-img ul li {
  position: relative;
  width: 100%;
  height: 100%;
}

body .protien-hover-img ul li img {
  width: 100%;
  height: 100%;
}

body .protien-hover-img ul li:hover > .overlay-box {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 0px;
  opacity: 1;
}

body .protien-hover-img ul li .overlay-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 20px 30px;
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
}

body .protien-hover-img ul li .overlay-box:hover > h3 {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

body .protien-hover-img ul li .overlay-box:hover > a {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

body .protien-hover-img ul li .overlay-box h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body .protien-hover-img ul li .overlay-box h3 span {
  display: block;
}

body .protien-hover-img ul li .overlay-box a {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  background-color: #fdb913;
  padding: 1px 8px;
  color: #000;
  border-radius: 10px;
  font-size: 13px;
  max-width: 90px;
  margin-left: auto;
}

body .edible-hover-text ul li {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6e7e8;
}

body .edible-hover-text ul li a {
  font-size: 42px;
  color: #000;
  font-weight: 500;
  line-height: 1.3;
}

body .edible-hover-text ul li a span {
  display: block;
}

body .edible-hover-text ul .bg-li {
  background-color: #d1d3d4;
}

body .protien-based-2 {
  /* background-image: url("../images/hipro-img-2.png"); */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .sliver-bg-text {
  background-color: #e6e7e8;
  padding: 50px 0px;
}

body .sliver-bg-text h2 {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  margin: 0%;
  line-height: 1.5;
}

body .sliver-bg-text h2 span {
  display: block;
}

body .protien-based-3 {
  /* background-image: url("../images/soya-in-bowl.jpg"); */
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .protien-two-flour {
  padding: 50px 0px 30px 0px;
}

body .protien-two-flour .img-flour ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0%;
  margin: 0%;
  list-style-type: none;
}

body .protien-two-flour .img-flour ul li {
  max-width: 400px;
  max-height: 380px;
  text-align: center;
}

body .protien-two-flour .img-flour ul li img {
  width: 100%;
  height: 100%;
}

body .protien-two-flour .img-flour ul li p {
  margin-top: 25px;
  font-size: 21px;
  font-weight: 500;
}

body .protien-two-flour .text-flour {
  margin-top: 50px;
}

body .protien-two-flour .text-flour h2 {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  margin: 0%;
  line-height: 1.5;
}

body .protien-two-flour .text-flour h2 span {
  display: block;
}

body .protien-based-4 {
  /* background-image: url("../images/defatted-soya-flakes-untoasted.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .protien-based-5 {
  /* background-image: url("../images/Fullfat-Flour.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .protien-based-6 {
  /* background-image: url("../images/Soya-chunks-hover.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .h2-text h2 {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1.5;
}

body .h2-text h2 span {
  display: block;
}

body .protien-based-7 {
  /* background-image: url("../images/Soya-hulls.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .edible-oil-banner {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
 .edible-oil-banner .container-fluid {
    width: 100%;
    padding: 0;
}
 .edible-oil-banner img{
     width:100%;
 }
body .refined-oil-mainbox {
  /* background-image: url("../images/refined-sunflower-oil.jpg"); */

  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;

  /* background-size: contain; */
  background-position: 22%;
  position: relative;
}

  body .refined-oil-mainbox::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,.5); */
    background: #dfd6c4;
    z-index: -1;
  }

body .youtube-box {
  position: absolute;
  top: -2%;
  right: 8%;
  width: 140px;
  background-color: #fdb913;
  padding: 10px 10px 10px 10px;
  -webkit-box-shadow: 5px 5px 8px 0px #a4a1a1;
          box-shadow: 5px 5px 8px 0px #a4a1a1;
  border-radius: 0px 0px 50px 50px;

  /* z-index: 2; */
}

body .youtube-box p {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

body .youtube-box p span {
  display: block;
}

body .youtube-box a {
  text-align: center;
  display: block;
  margin-top: 10px;
}

body .youtube-box a i {
  font-size: 28px;
  color: #d2232a;
}

body .youtube-box::after {
  position: absolute;
  content: "";
  background-image: url(../images/youtube-right-icon.PNG);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 38px;
  top: 0px;
  left: -25px;
}

body .nutrion-label {
  padding: 60px 0px;
}

body .nutrion-label .nutrion-box h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}

body .nutrion-label .nutrion-box ul {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
    display: grid;
  grid-template-columns: 3fr 3fr 3fr;
}
@media screen and (max-width:600px) {
  body .nutrion-label .nutrion-box ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1;
  }
}
  .sunflower-nutrition span{
    width:100%;
  }
.sunflower-nutrition {
  padding: 0px !important;
}
body .nutrion-label .nutrion-box ul li {
  max-width: 420px;
  margin: 0px 25px 35px 25px;
  text-align: center;
  width: 100%;
}

body .nutrion-label .nutrion-box ul li p {
  font-size: 18px;
  font-weight: 500;
  background-color: #dfd6c4;
  padding: 12px;
  color: #000;
  margin: 0px;
}

body .nutrion-label .nutrion-box ul li span {
  padding: 12px;
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 600;
  background-color: #e6e7e8;
}

body .buy-now-box {
  padding: 0px 0px 30px 0px;
}

body .buy-now-box .buy-now ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0%;
  padding: 0%;
}

body .buy-now-box .buy-now ul li {
  border: 2px solid #fdb913;
  width: 100%;
  margin: 0px 25px 15px 25px;
}

body .buy-now-box .buy-now ul li h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  background-color: #fdb913;
}

body .buy-now-box .buy-now ul li .img-box-buy {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body .buy-now-box .buy-now ul li .img-box-buy img {
  width: 100%;
}

body .buy-now-box .buy-now ul li .img-box-buy a {
  font-size: 18px;
  font-weight: 400;
  padding: 2px;
  background-color: #fdb913;
  display: inline-block;
  color: #000;
  max-width: 90px;
  margin: auto;
  margin-bottom: 50px;
}

body .refined-soybean-oil {
  /* background-image: url("../images/pure-banner2.jpg"); */

  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;

  /* background-size: contain; */
  background-position: 22%;
}

body .refined-soybean-oil::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0,0,0,.5); */
  background: #dfd6c4;
  z-index: -1;
}

body .filtered-mustard-oil,
body .filtered-groundnut-oil {
  /* background-image: url("../images/Filtered-Groundnut-oil.png"); */
  /* background-image: url("../images/Groundnut%20Oil.png"); */
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;

  /* background-size: contain; */
  background-position: 22% ;
}

body .filtered-groundnut-oil::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0,0,0,.5); */
  background: #dfd6c4;
  z-index: -1;
}

body .filtered-mustard-oil .soya-lecithin-textbox-2,
body .filtered-groundnut-oil .soya-lecithin-textbox-2 {
  padding-top: 150px;
}

body .filtered-mustard-oil {
  /* background-image: url(../images/Filtered-Mustard-oil.png); */
  /* background-image: url(../images/Mustrad%20Oil.png); */
  /* background-position: left; */

  background-size: cover;
  background-position: 22% ;
}

body .filtered-mustard-oil::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0,0,0,.5); */
  background: #dfd6c4;
  z-index: -1;
}
body .investor-grievances .container {
    padding: 20px 15px !important;
}
body .brown-bg-text {
  background-color: #e8e6dc;
  margin-top: 25px;
  padding: 35px 0px;
}

body .acid-oil-fatty {
  /* background-image: url("../images/triple-banner.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .banner_positive_nutrition {
  background-image: url("../images/postive-nutrtion-banner.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .postive-nutrition-mainbox {
  /* background-image: url("../images/postive-nutrtion.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

body .p-text-3,
body .p-text-2 {
  margin-bottom: 50px;
}

body .p-text-3 p,
body .p-text-2 p {
  font-size: 18px;
  font-weight: 400;
  text-align: start;
}

body .p-text-3 p span,
body .p-text-2 p span {
  display: block;
}

body .p-text-3 {
  margin-bottom: 0px;
}

body .p-text-3 p {
  text-align: center;
}

body .p-text-3 p:nth-child(2) {
  margin-bottom: 0px;
}

body .health-well-mainbox {
  /* background-image: url("../images/running-banner.png"); */
  background-position: center left;
  background-repeat: no-repeat;
      background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

body .enviroment-text {
  padding: 50px 0px 0px 0px;
}

body .enviroment-text .p-text-2 {
  margin-bottom: 0px;
}

body .enviroment-text .p-text-2 p {
  margin-bottom: 0px;
  font-weight: 500;
}

body .enviorment-investment-mainbox {
  /* background-image: url("../images/enviorment-investment-banner.jpg"); */
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

body .green-factory-mainbox {
  /* background-image: url("../images/green-factory.jpg"); */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

body .enviorment-mainbox {
  /* background-image: url("../images/enviorment-banner.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

body .social-mainbox {
  /* background-image: url("../images/social.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

body .governance-mainbox {
  /* background-image: url("../images/governance.png"); */
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

body .banner_exports {
  background-image: url("../images/exports-main.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .map-box .video-export h1 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}

body .map-box .video-export iframe {
  width: 100%;
  min-height: 800px;
  margin-bottom: 40px;
}

body .map-box .map-text-box {
  text-align: center;
  padding: 18px;
  background-color: #fdb913;
}

body .map-box .map-text-box h1 {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}

body .banner_notice {
  background-image: url("../images/notice-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .notice-pdf {
  padding: 80px 0px 50px 0px;
}

body .notice-pdf .notice-box .fy-btn {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background-color: #fdb913;
  max-width: 130px;
  padding: 6px 10px;
  margin-bottom: 20px;
}

body .notice-pdf .notice-box ul {
  margin: 0%;
  padding: 0%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .notice-pdf .notice-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

body .notice-pdf .notice-box ul li img {
  margin-right: 15px;
  width: 58px;
}

body .notice-pdf .notice-box ul li p {
  font-weight: 400;
  color: #000;
  font-size: 18px;
  margin: 0%;
}

body .notice-pdf .notice-box ul li a {
  color: #000;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .notice-pdf .notice-box-2 ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .notice-pdf .notice-box-3 ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .notice-pdf .notice-box-3 ul li {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
 
}

body .notice-pdf-2 {
  padding: 10px 0px;
}

body .notice-pdf-2 .notice-box {
  padding: 0px 25px;
}

body .notice-pdf-2 .notice-box ul li {
  width: auto;
}

body .corporate-report {
  padding: 70px 0px;
}

body .corporate-report table {
  width: 100%;
  border-bottom: 2px solid #fdb913;
}

body .corporate-report table thead {
  background-color: #fdb913;
}

body .corporate-report table thead tr th {
  font-size: 18px;
  padding: 12px;
}

body .corporate-report table thead tr td {
  font-size: 18px;
  width: 130px;
  padding: 12px;
  font-weight: 800;
  text-align: center;
}

body .corporate-report table tbody tr th {
  font-size: 19px;
  padding: 18px 12px;
  font-weight: 400;
}

body .corporate-report table tbody tr td {
  font-size: 18px;
  padding: 18px 12px;
  font-weight: 400;
  width: 130px;
  text-align: center;
}

body .corporate-report table tbody tr td img {
  width: 45px;
  image-rendering: -webkit-optimize-contrast;
}

body .corporate-report table tbody .silver-color {
  background-color: #e6e7e8;
}

body .corporate-report-2 {
  padding: 60px 0px;
}

body .corporate-report-2 table thead tr td {
  width: 280px;
}

body .corporate-report-2 table tbody tr td {
  width: 280px;
}

body .investor-box {
  padding: 50px 0px 0px 0px;
}

body .investor-box .investor-text-box {
  padding: 0px 25px;
  margin-bottom: 35px;
}

body .investor-box .investor-text-box h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

body .investor-box .investor-text-box h2 span {
  display: block;
}

body .investor-box .investor-text-box a,
body .investor-box .investor-text-box p {
  color: #000;
  font-size: 18px;
  margin-bottom: 8px;
}

body .investor-box .investor-text-box a span,
body .investor-box .investor-text-box p span {
  display: block;
}

body .investor-grievances {
  padding: 0px 0px;
}

body .investor-grievances .text-box-investor {
  padding: 0px 25px;
}

body .investor-grievances .text-box-investor a {
  color: #000;
}

body .investor-grievances .text-box-investor h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
}

body .investor-grievances .text-box-investor h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 15px 0px 20px 0px;
}

body .investor-grievances .text-box-investor ul {
  padding: 0%;
  margin: 0;
  list-style: none;
}

body .investor-grievances .text-box-investor ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .investor-grievances .text-box-investor ul li p {
  color: #000;
  font-size: 18px;
  margin-bottom: 8px;
  width: 60%;
}

body .investor-grievances .text-box-investor ul li p:nth-child(1) {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .investor-grievances .text-box-investor ul li p:nth-child(1) span {
  width: 10%;
}

body .investor-grievances .text-box-investor:nth-child(1) {
  margin-bottom: 35px;
}

body .careers-main-box {
  padding: 20px 0px 40px 0px;
}

body .careers-main-box .careers-text {
  margin-bottom: 50px;
}

body .careers-main-box .careers-text h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
}

body .careers-main-box .careers-text h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

body .careers-main-box .careers-text p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

body .careers-main-box .careers-text p img {
  width: 18px;
  margin-right: 5px;
  image-rendering: -webkit-optimize-contrast;
}

body .careers-main-box .create-job {
  background-color: #fdb913;
  padding: 10px 0px;
  margin-bottom: 8px;
}

body .careers-main-box .create-job h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 0px;
  text-align: center;
}

body .careers-main-box .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .careers-main-box .form-box .img-box {
  width: 40%;
}

body .careers-main-box .form-box .img-box img {
  height: 100%;
}

body .careers-main-box .form-box .form {
  width: 60%;
  background-color: #6d6e71;
  padding: 80px 70px 50px 70px;
}

body .careers-main-box .form-box .form form .input-box {
  margin-bottom: 25px;
}

body .careers-main-box .form-box .form form .input-box input {
  width: 100%;
  font-size: 18px;
  padding: 12px 20px;
  outline: none;
  font-style: italic;
}

body .careers-main-box .form-box .form form .input-box input::-webkit-input-placeholder {
  color: #000;
}

body .careers-main-box .form-box .form form .input-box input:-ms-input-placeholder {
  color: #000;
}

body .careers-main-box .form-box .form form .input-box input::-ms-input-placeholder {
  color: #000;
}

body .careers-main-box .form-box .form form .input-box input::placeholder {
  color: #000;
}

body .careers-main-box .form-box .form form button {
  outline: none;
  border: 0;
  font-size: 20px;
  color: #000;
  background-color: #fdb913;
  padding: 8px 30px;
  max-width: 200px;
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 50px;
  font-style: italic;
}

body .banner_industry_solution {
  background-image: url("../images/industry-banner.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .dairy-sector-mainbox,
body .infant-sector-mainbox,
body .qua-poultry-mainbox,
body .Pharmaceutical-sector-mainbox,
body .food-sector-mainbox {
  /* background-image: url("../images/burger-img.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

body .Pharmaceutical-sector-mainbox {
  /* background-image: url(../images/tab-img.jpg); */
}

body .aqua-poultry-mainbox {
  /* background-image: url(../images/aqua-poutry-farm.jpg); */
}

body .infant-sector-mainbox {
  /* background-image: url(../images/oats-img-infant.jpg); */
}

body .dairy-sector-mainbox {
  /* background-image: url(../images/soymilk.jpg); */
}

body .banner_careers {
  background-image: url("../images/careers.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .share-price {
  padding: 80px 0px;
}

body .share-price .kirti-share {
  border-bottom: 2px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .share-price .kirti-share p {
  color: #000;
}

body .share-price .kirti-share .left-box ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .share-price .kirti-share .left-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .share-price .kirti-share .left-box ul li img {
  width: 50px;
  height: 40px;
  image-rendering: -webkit-optimize-contrast;
  margin: 0px 6px;
  position: relative;
  bottom: 40%;
}

body .share-price .kirti-share .left-box ul li .blue-p {
  color: #479af7;
  border-bottom: 2px solid #e3c6b0;
  font-size: 18px;
  font-weight: 600;
}

body .share-price .kirti-share .left-box ul li .green-p {
  color: #5fac56;
  font-size: 18px;
  font-weight: 600;
}

body .share-price .kirti-share .left-box ul li .green-p span {
  font-size: 14px;
  color: #314758;
}

body .share-price .kirti-share .left-box ul li p {
  font-size: 13px;
  font-weight: 500;
}

body .share-price .kirti-share .right-box p {
  font-size: 13px;
  font-weight: 500;
}

body .share-price .share-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 0px;
}

body .share-price .share-button-box button {
  background-color: #0277d8;
  border: none;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
}

body .share-price .share-button-box button:nth-child(2) {
  margin: 0px 5px;
}

body .share-price .share-price-box {
  padding: 20px 10px;
  /*background-color: #f0f0f0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .share-price .share-price-box ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  /*max-width: 260px;*/
  width: 100%;
  -webkit-box-shadow: 6px 6px 30px #d4d0d0;
          box-shadow: 6px 6px 30px #d4d0d0;
}

body .share-price .share-price-box ul li {
  height: 50px;
  padding: 0px 10px;
  background-color: #fff;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .share-price .share-price-box ul li p {
  color: #6d6d6d;
  font-weight: 600;
  font-size: 15px;
  margin: 0px;
}

body .share-price .share-price-box ul li .blue-p {
  color: #8bddea;
}

body .share-price .share-price-box ul li span {
  display: inline-block;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

body .share-price .market {
  margin-top: 50px;
}

body .share-price .market p {
  margin: 0px;
}

body .share-price .market .box-share {
  background-color: #0f4969;
  padding: 0px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
}

body .share-price .market .box-share p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

body .share-price .market .box-share span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

body .share-price .market .share-box-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

body .share-price .market .share-box-total ul {
  margin: 0%;
  padding: 0%;
  list-style: none;
  width: 100%;
}

body .share-price .market .share-box-total ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding: 0px 14px;
  border-bottom: 2px solid #d6d6d6;
}

body .share-price .market .share-box-total ul li span,
body .share-price .market .share-box-total ul li p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

body .share-price .market .share-box-total ul li:nth-child(1) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .share-price .market .share-box-total ul li:nth-child(8) {
  border: none;
}

body .share-price .market .share-box-total ul:nth-child(1) {
  border-right: 2px solid #d6d6d6;
  border-left: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
}

body .share-price .market .share-box-total ul:nth-child(2) {
  border-right: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
}

body .check_box {
  display: none;
}

body .mustard-text-box {
  opacity: 0.8;
}

body .notice-pdf .notice-box ul li p{
  width: 80% !important;
}

div#footerformpopup .form-group {
  margin-bottom: 1rem !important;
}
.footer-form-popup .dod_banner_hp {
  padding-bottom: 1.5rem !important;
}
div#footerformpopup .form-group .form-control {
  padding: 0.5rem 1rem !important;
}

@media (min-width: 1530px) {
  .banner {
    min-height: calc(100vh - 0px);
  }
  .banner .swiper .swiper-wrapper .swiper-slide {
    min-height: calc(101vh - 0px);
  }
}

@media (max-width: 1680px) {
  body {
    zoom: 80%;
  }
    
   body   #chartContainer{
        zoom: 125%;
    }
}
 @media ( max-width : 768px ){
        body .banner_about {
            min-height: 551px;
        }
    }
@media (max-width: 1580px) {
  body .agencies h4 {
    font-size: 24px;
  }
  body .agencies .box .text_box p {
    font-size: 18px;
  }
  body .agencies .box .img_box p {
    font-size: 18px;
  }
  body .agencies .box .img_box img {
    max-width: 350px;
  }
  body .banner_about h4 {
    font-size: 36px;
    text-transform: capitalize;
  }
  body .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  body .topbar ul li a {
    font-size: 14px;
  }
  body .clientele {
    padding: 60px 0px;
  }
  body .clientele ul li {
    max-width: 250px;
  }
  body .clientele h1 {
    font-size: 42px;
  }
  body .dealer .box .form_info .form .link a {
    font-size: 18px;
  }
  body .dealer .box .form_info .form .submit_btn {
    font-size: 18px;
  }
  body .dealer .box .form_info .form .input_box input {
    font-size: 18px;
  }
  body .dealer .box .title h3 {
    font-size: 42px;
  }
  body .dealer .box .title h6 {
    font-size: 22px;
  }
  body .dealer .box .form_info .info p {
    font-size: 18px;
  }
  body .awards h2 {
    font-size: 28px;
  }
  body .track_record h2 {
    font-size: 46px;
  }
  body .our_business p {
    font-size: 18px;
  }
  body .our_business h2 {
    font-size: 32px;
  }
  body .our_manufacturing p {
    font-size: 18px;
  }
  body .our_manufacturing h2 {
    font-size: 32px;
  }
  body .our_quality p {
    font-size: 18px;
  }
  body .our_quality h2 {
    font-size: 32px;
  }
  body .our_certifications h2 {
    font-size: 32px;
  }
  body .our_listing p {
    font-size: 18px;
  }
  body .our_listing h2 {
    font-size: 32px;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid h4 {
    font-size: 32px;
    margin-top: 15px;
    line-height: 38px;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-left p {
    font-size: 25px;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box {
    padding: 175px 0 160px;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box .read_more {
    font-size: 20px;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box h3 {
    font-size: 38px;
    line-height: 48px;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box p {
    font-size: 18px;
  }
  body .footer .flex_box .social_icons li {
    font-size: 22px;
  }
  body .footer p {
    font-size: 14px;
  }
  body .footer .quick_link li a {
    font-size: 14px;
  }
  body .footer_btm p {
    font-size: 14px;
  }
  body .soya_title {
    padding: 25px 0px;
  }
  body .soya_title h4 {
    font-size: 26px;
    line-height: 48px;
  }
  body .soya .flex_box .inner_box {
    max-width: 700px;
  }
  body .soya ul li h1 {
    font-size: 48px;
  }
  body .soya ul li h4 {
    font-size: 24px;
  }
  body .our_mission_value {
    background-position: center;
  }
  body .our_mission_value h2 {
    font-size: 26px;
  }
  body .our_mission_value .right_mission {
    padding: 0px 0px 0px 20px;
  }
  body .our_mission_value .right_mission ul li {
    font-size: 18px;
  }
  body .our_mission_value .left_mission {
    padding: 0px;
  }
  body .our_mission_value .left_mission p {
    font-size: 18px;
  }
  body .our-distribution .innovation-text,
  body .innovation .innovation-text {
    padding: 0px 30px;
  }
  body .our-distribution .innovation-text p,
  body .innovation .innovation-text p {
    font-size: 20px;
  }
   @media (min-width:768px){
    #innovation-text-20{
        width: 50% !important;
    }}
  body .dealers-circle .circle-yellow,
  body .dealers-circle .sliver-circle,
  body .dealers-circle .sliver-circle-2,
  body .dealers-circle .circle-yellow-2 {
    width: 250px;
    height: 250px;
  }
  body .dealers-circle .circle-yellow p,
  body .dealers-circle .sliver-circle p,
  body .dealers-circle .sliver-circle-2 p,
  body .dealers-circle .circle-yellow-2 p {
    font-size: 16px;
  }
  body .dealers-circle .circle-yellow-2::after,
  body .dealers-circle .sliver-circle-2::after {
    left: auto;
    top: 145px;
    right: 70px;
    z-index: -10;
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
  }
  body .soya-lecithin-textbox {
    padding: 40px 46px;
    min-height: 790px;

    /* position: relative; */
    /* z-index: 1; */
  }
  body .soya-lecithin-textbox h2 {
    font-size: 26px;
  }
  body .soya-lecithin-textbox p {
    font-size: 21px;
  }
  body .soya-lecithin-textbox .bean-box h4 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  body .soya-lecithin-textbox .bean-box ul li {
    font-size: 18px;
  }
  body .soya-lecithin-textbox .bean-box ul li img {
    width: 16px;
    height: 20px;
  }
  body .lecithin-varieties h2 {
    font-size: 24px;
  }
  body .lecithin-varieties h2 span {
    display: inline-block;
  }
  body .shadow-btn p {
    font-size: 18px;
  }
  body .soya-color-circle h2 {
    font-size: 24px;
  }
  body .soya-color-circle ul li {
    font-size: 18px;
    width: 195px;
    height: 195px;
    margin: 0px 15px;
  }
  body .food-application .food-box .food-text h3 {
    margin-bottom: 20px;
  }
  body .food-application .food-box .food-text ul li span {
    font-size: 16px;
  }
  body .protien-hover-img ul li .overlay-box h3 {
    font-size: 28px;
  }
  body .sliver-bg-text {
    padding: 45px 0px;
  }
  body .sliver-bg-text h2 {
    font-size: 24px;
  }
  body .sliver-bg-text h2 span {
    display: inline-block;
  }
  body .protien-two-flour .text-flour {
    margin-top: 40px;
  }
  body .protien-two-flour .text-flour h2 {
    font-size: 24px;
  }
  body .h2-text h2 {
    font-size: 24px;
  }
  body .h2-text h2 span {
    display: inline-block;
  }
  body .edible-hover-text ul li {
    height: 500px;
  }
  body .edible-hover-text ul li a {
    font-size: 32px;
    line-height: 1.2;
  }
  body .nutrion-label .nutrion-box h2 {
    font-size: 26px;
  }
  body .nutrion-label .nutrion-box ul li {
    margin: 0px 15px 30px 15px;
    max-width: 360px;
  }
  body .nutrion-label .nutrion-box ul li p {
    font-size: 16px;
  }
  body .nutrion-label .nutrion-box ul li span {
    font-size: 16px;
  }
  body .buy-now-box .buy-now ul li {
    margin: 0px 15px 15px 15px;
  }
  body .buy-now-box .buy-now ul li .img-box-buy img {
    min-height: 250px;
  }
  body .contact-line-buy {
    margin-left: 15px;
  }
  body .refined-circle-color ul li {
    margin: 0px 5px;
  }
  body .refined-circle-color .p-text span {
    display: initial;
  }
  body .nutrion-label {
    padding: 45px 0px;
  }
  body .soya-tab-item .soy-tab-text h2 {
    font-size: 24px !important;
    margin-bottom: 50px;
  }
  body .soya-tab-item .soy-tab-text h2 span {
    display: initial;
  }
  body .p-text-3 p span {
    display: initial;
  }
  body .map-box .map-text-box h1 {
    font-size: 28px;
  }
  body .notice-pdf .notice-box ul li p {
    font-size: 16px;
  }
  body .corporate-report table thead tr th {
    font-size: 16px;
  }
  body .corporate-report table tbody tr th {
    font-size: 16px;
  }
  body .corporate-report-2 table thead tr td {
    width: 130px;
  }
  body .corporate-report-2 table tbody tr td {
    width: 200px;
  }
  body .careers-main-box .careers-text p {
    font-size: 16px;
  }
  body .careers-main-box .careers-text h2 {
    font-size: 28px;
  }
  body .careers-main-box .create-job h2 {
    font-size: 28px;
  }
  body .vision_circle {
     width: 220px;
     height: 220px;
  }
  body .vision_circle p {
    font-size: 24px;
    line-height: 36px;
  }
  body .banner_mission_value,
  body .edible-oil-banner,
  body .banner_positive_nutrition,
  body .banner_notice,
  body .banner_careers,
  body .banner_soya_lecithin,
  body .banner_industry_solution,
  body .banner_exports {
    min-height: 480px;
  }
  /*body .share-price .share-price-box ul {*/
  /*  max-width: 190px;*/
  /*}*/
  body .share-price .share-price-box ul li p {
    font-size: 14px;
  }
  body .share-price .share-price-box ul li span {
    font-size: 14px;
  }
  body .stake-holder-slider h2 {
    font-size: 28px;
  }
  body .dealers-circle .dealer-text h2 {
    font-size: 28px;
  }
  body .leadership_profile .leadership_box {
    width: 80%;
  }
  body .protien-two-flour .img-flour ul li {
    max-width: 310px;
  }
  body .soya ul li{
    padding: 40px;
  }
}

@media (max-width : 1440px){
  /* body .soya ul li{
    padding: 25px;
  } */
}

@media (max-width: 1366px) {
  body .leadership_profile .leadership_box {
    width: 85%;
  }
  body .innovation {
    min-height: 750px;
  }
  body .our-distribution {
    min-height: 600px;
  }
  body .shadow-btn {
    width: 100%;
  }
  body .protien-two-flour .img-flour ul li {
    max-width: 280px;
  }
  body .nutrion-label .nutrion-box ul li {
    max-width: 340px;
  }
  body .p-text-2 p span {
    display: initial;
  }
  body .soya .flex_box .inner_box {
    width: 600px;
  }
  body .soya ul li h1 {
    font-size: 54px;
  }
  body .soya ul li h4 {
    font-size: 24px;
  }
  body .awards h2 {
    font-size: 34px;
  }
  body .agencies {
    padding: 50px 0px 20px 0px;
  }
  body .agencies .box {
    margin-bottom: 20px;
  }
  body .agencies .box .text_box p {
    font-size: 18px;
  }
  body .agencies .box .img_box img {
    max-width: 300px;
  }
  body .agencies h4 {
    font-size: 22px;
  }
  body .dealer .box .form_info .form .submit_btn {
    font-size: 18px;
  }
  body .dealer .box .form_info .form .link a {
    font-size: 16px;
  }
  body .dealer .box .form_info .form .input_box input {
    font-size: 18px;
  }
  body .dealer .box .form_info .info p {
    font-size: 18px;
  }
  body .dealer .box .title h6 {
    font-size: 24px;
  }
  body .dealer .box .title h3 {
    font-size: 42px;
  }
  body .clientele h1 {
    font-size: 38px;
  }
  body .clientele ul li {
    max-width: 240px;
  }
  body .clientele-2 {
    padding: 0px 0px 20px 0px;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box h3 {
    font-size: 45px;
  }
  body .map-box .video-export h1 {
    font-size: 24px;
  }
  body .map-box .video-export iframe {
    min-height: 600px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  body .container-fluid {
    width: calc(100% - 5%);
  }
  body .clientele ul li img {
    max-width: 210px;
  }
  body .navbar .navbar-nav .nav-item .nav-link {
    padding: 0px;
    font-size: 15px;
  }
  body .soya-lecithin-textbox {
    padding: 40px 30px;
    min-height: 675px;
  }
  body .soya-lecithin-textbox p {
    font-size: 16px;
  }
  body .soya-lecithin-textbox h2 {
    font-size: 24px;
  }
  body .soya-lecithin-textbox .bean-box ul li {
    font-size: 15px;
  }
  body .soya-lecithin-textbox .bean-box h4 {
    font-size: 16px;
  }
  body .shadow-btn {
    width: 100%;
    padding: 18px 10px;
  }
  body .shadow-btn p {
    font-size: 18px;
  }
  body .protien-two-flour {
    padding: 30px 0px 30px 0px;
  }
  body .protien-two-flour .img-flour ul li {
    max-width: 230px;
  }
  body .protien-two-flour .img-flour ul li p {
    font-size: 18px;
    margin-top: 15px;
  }
  body .protien-two-flour .text-flour h2 {
    font-size: 21px;
  }
  body .protien-two-flour .text-flour h2 span {
    display: initial;
  }
  body .sliver-bg-text {
    padding: 35px 0px;
  }
  body .sliver-bg-text h2 {
    font-size: 21px !important;
  }
  body .soya-color-circle h2 {
    font-size: 21px;
  }
  body .h2-text h2 {
    font-size: 21px;
  }
  body .filtered-groundnut-oil .soya-lecithin-textbox-2 {
    padding-top: 110px;
  }
  body .soya-lecithin-textbox-2 {
    padding: 85px 30px 30px 30px;
  }
  body .soya-tab-item {
    padding: 40px 0px;
  }
  body .soya-tab-item .tab-box a {
    font-size: 14px;
    height: 50px;
  }
  body .soya-tab-item .soy-tab-text h2 {
    font-size: 21px;
  }
  body .nutrion-label .nutrion-box ul li {
    margin: 0px 5px 20px 5px;
    max-width: 240px;
  }
  body .nutrion-label .nutrion-box ul li p {
    padding: 7px;
    font-size: 14px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .nutrion-label .nutrion-box ul li span {
    height: 44px;
    font-size: 14px;
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .buy-now-box .buy-now ul li {
    margin: 0px 5px 15px 5px;
  }
  body .buy-now-box .buy-now ul li h3 {
    font-size: 15px;
    padding: 12px;
  }
  body .buy-now-box .buy-now ul li .img-box-buy a {
    font-size: 16px;
  }
  body .contact-line-buy {
    margin-left: 5px;
  }
  body .soya-color-circle ul {
    margin-bottom: 15px;
  }
  body .soya-color-circle ul li {
    width: 150px;
    height: 150px;
    font-size: 13px;
    line-height: 17px;
  }
  body .refined-circle-color .p-text {
    font-size: 16px;
  }
  body .nutrion-label {
    padding: 35px 0px;
  }
  body .contact-line {
    margin-top: 25px;
  }
  body .food-sector-mainbox {
    margin-bottom: 20px;
  }
  body .p-text-2 p {
    font-size: 16px;
  }
  body .health-well-mainbox {
    background-position: inherit;
  }
  body .map-box .map-text-box h1 {
    font-size: 24px;
  }
  body .p-text-3 {
    font-size: 16px;
  }
  body .enviroment-text {
    padding: 40px 0px;
  }
  body .corporate-report table thead tr td {
    width: 80px;
  }
  body .corporate-report table tbody tr td {
    width: 80px;
  }
  body .notice-pdf {
    padding: 60px 0px 50px 0px;
  }
  body .share-price .share-price-box ul {
    max-width: 140px;
  }
  body .share-price .share-price-box ul li p {
    font-size: 13px;
  }
  body .share-price .share-price-box ul li span {
    font-size: 13px;
  }
  body .share-price .share-button-box button {
    font-size: 13px;
  }
  body .share-price .market .box-share p {
    font-size: 15px;
  }
  body .share-price .market .share-box-total ul li p {
    font-size: 14px;
  }
  body .share-price .market .share-box-total ul li span {
    font-size: 14px;
  }
  body .corporate-report-2 table thead tr td {
    width: 140px;
  }
  body .corporate-report-2 table tbody tr td {
    width: 140px;
  }
  body .investor-box .investor-text-box p {
    font-size: 15px;
  }
  body .investor-box .investor-text-box h2 {
    font-size: 24px;
  }
  body .investor-box .investor-text-box:nth-child(2) {
    margin-bottom: 0px;
  }
  body .investor-grievances .text-box-investor h2 {
    font-size: 24px;
  }
  body .investor-grievances .text-box-investor h4 {
    font-size: 21px;
  }
  body .investor-grievances .text-box-investor ul li p {
    font-size: 15px;
  }
  body .notice-pdf-2 {
    padding: 40px 0px 20px 0px;
  }
  body .vision_circle {
    width: 130px;
    height: 130px;
    /* padding: 10px; */
    /* border-radius: 1rem; */
    /* display: inline-block; */
  }
  body .vision_circle p {
    font-size: 24px;
    line-height: 32px;
  }
  body .banner_mission_value,
  body .edible-oil-banner,
  body .banner_positive_nutrition,
  body .banner_notice,
  body .banner_careers,
  body .banner_soya_lecithin,
  body .banner_industry_solution,
  body .banner_exports {
    min-height: 277px;
    padding: 0;
    background-size: cover !important;
    text-align: right;
  }
   body .edible-oil-banner{
       padding: 0rem 0;
   }
  body .banner_industry_solution {
     background-size: 100% 100% !important;
  }
  body .careers-main-box .create-job h2 {
    font-size: 24px;
  }
  body .careers-main-box .careers-text {
    margin-bottom: 40px;
  }
  body .careers-main-box .careers-text h2 {
    font-size: 24px;
  }
  body .careers-main-box .form-box .form {
    padding: 60px 50px 50px 50px;
  }
  body .careers-main-box .form-box .form form button {
    max-width: 160px;
    font-size: 18px;
  }
  body .careers-main-box .form-box .form form .input-box input {
    font-size: 16px;
  }
  body .brown-bg-text {
    margin-top: 20px;
  }
  body .our_mission_value {
    background-position: center;
    min-height:95vh;
  }
  body .our_mission_value .banner-space {
    padding-bottom: 40px;
  }
  body .our_mission_value h2 {
    font-size: 24px !important;
  }
  body .our_mission_value .right_mission ul li {
    font-size: 16px;
    margin-bottom: 7px;
  }
  body .our_mission_value .left_mission p {
    font-size: 16px;
  }
  body .leadership_profile .leadership_box {
    width: 85%;
  }
  body .leadership_profile .leadership_box p {
    font-size: 16px;
  }
  body .leadership_profile .leadership_box p span {
    font-size: 14px;
  }
  body .innovation {
    min-height: 730px;
  }
  body .innovation .innovation-text {
    padding: 0px 10px;
  }
  body .innovation .innovation-text p {
    font-size: 16px;
  }
  body .our-distribution {
    min-height: 590px;
  }
  body .our-distribution .innovation-text {
    padding: 0px 10px;
  }
  body .our-distribution .innovation-text p {
    font-size: 16px;
    padding-top: 20px;
  padding-bottom: 20px;
  }
  body .dealers-circle {
    padding: 50px 0px 80px 0px;
  }
  body .dealers-circle .sliver-circle,
  body .dealers-circle .circle-yellow {
    -webkit-box-shadow: 12px 1px 2px 0px #dcddde;
            box-shadow: 12px 1px 2px 0px #dcddde;
  }
  body .dealers-circle .sliver-circle::after,
  body .dealers-circle .circle-yellow::after {
    z-index: -10;
  }
  body .dealers-circle .sliver-circle,
  body .dealers-circle .sliver-circle-2,
  body .dealers-circle .circle-yellow-2,
  body .dealers-circle .circle-yellow {
    width: 205px;
    height: 205px;
    margin-bottom: 15px;
  }
  body .dealers-circle .sliver-circle p,
  body .dealers-circle .sliver-circle-2 p,
  body .dealers-circle .circle-yellow-2 p,
  body .dealers-circle .circle-yellow p {
    font-size: 14px;
    line-height: 19px;
  }
  body .dealers-circle .sliver-circle-2,
  body .dealers-circle .circle-yellow-2 {
    -webkit-box-shadow: -12px 1px 2px 0px #dcddde;
            box-shadow: -12px 1px 2px 0px #dcddde;
  }
  body .dealers-circle .sliver-circle-2::after,
  body .dealers-circle .circle-yellow-2::after {
    top: 97px;
    right: 59px;
  }
  body .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide {
    padding: 50px 10px;
  }
  body .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide p {
    font-size: 12px;
  }
  body .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide::before {
    width: 80px;
    height: 80px;
  }
  body .lecithin-varieties h2 {
    font-size: 21px;
  }
  body .food-application .food-box .food-text {
    padding: 35px 30px 30px 30px;
  }
  body .food-application .food-box .food-text ul li span {
    font-size: 15px;
  }
  body .food-application .food-box .food-text h3 {
    font-size: 21px;
  }
  body .contact-line p {
    font-size: 16px;
  }
  body .food-application {
    padding: 15px 0px;
  }
  body .soya_title {
    padding: 25px 0px;
  }
  body .soya_title h4 {
    font-size: 28px;
    line-height: 45px;
  }
  body .awards h2 {
    font-size: 28px;
  }
  body .agencies h4 {
    margin-bottom: 60px;
  }
  body .clientele {
    padding: 50px 0px;
  }
  body .clientele ul li {
    max-width: 180px;
  }
  body .track_record h2 {
    font-size: 28px;
  }
  body .our_business {
    padding: 30px 0 0;
  }
  body .our_business h2 {
    font-size: 26px;
  }
  body .our_manufacturing,
  body .our_quality,
  body .our_listing {
    padding: 40px 0px;
  }
  body .our_manufacturing h2,
  body .our_quality h2,
  body .our_listing h2 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  body .footer .foot-box-a {
    width: 85%;
  }
  
  body .text_box-Addressing {
    position: relative;
    left: 15%;
  }
  body .navbar .navbar-nav .nav-item {
    padding: 0px 8px;
  }
  body .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  body .soya-tab-item .tab-box a {
    padding: 0px 12px;
  }
  
     
  body .refined-oil-mainbox{
    /* background-position: 13%; */
    background-position: 8%;
  }
  body .filtered-groundnut-oil {
    /* background-position: 11%; */
    background-position: 8%;
  }
  body .filtered-mustard-oil{
    background-position: 10% ;
  }

  body #refined-sunflower-oil-modal .modal-dialog .modal-content .modal-body {
    padding: 2rem !important;
  }
  body .vision_circle {
      width: auto;
      height: auto;
      padding: 10px;
      border-radius: 1rem;
      display: inline-block;
      margin-right: 13em;
      position: absolute;
      left: 33px;
    }
      body .our_mission_value {
    background-position: center;
    min-height: 80vh;
  }
}

@media (max-width: 991px) {
  body .banner_mission_value,
  body .edible-oil-banner,
  body .banner_positive_nutrition,
  body .banner_notice,
  body .banner_careers,
  body .banner_soya_lecithin,
  body .banner_industry_solution,
  body .banner_exports {
    padding: 2rem 0;
  }
  body .edible-oil-banner{
       padding: rem 0;
  }
  body .shadow-btn {
    padding: 18px 4px;
  }
  body .shadow-btn p {
    font-size: 17px;
  }
  body .lecithin-varieties h2 {
    font-size: 18px !important;
  }
  body .soya-color-circle ul li {
    width: 135px;
    height: 135px;
    font-size: 14px;
    padding: 0px 10px;
    margin: 0px 8px;
    line-height: 15px;
  }
  body .soya-color-circle h2 {
    font-size: 18px;
  }
  body .refined-circle-color ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .refined-circle-color ul li:nth-child(6),
  body .refined-circle-color ul li:nth-child(5) {
    margin-top: 15px;
  }
  body .container-fluid {
    width: 100%;
  }
  body .soya-tab-item {
    padding: 30px 0px;
  }
  body .soya-tab-item .soy-tab-text h2 {
    font-size: 18px !important;
    margin-bottom: 35px;
  }
  body .soya-tab-item .tab-box {
    margin-bottom: 30px;
  }
  body .soya-tab-item .tab-box a {
    width: 100%;
    font-size: 17px;
    padding: 0px 10px;
  }
  body .soya-tab-item .tab-box a:last-child {
    margin-right: 0px;
  }
  body .soya-tab-item .tab-box-2 {
    margin-bottom: 10px;
  }
  body .color-circle span {
    width: 10px;
    height: 10px;
  }
  body .footer .foot-box-a {
    width: 95%;
  }
  body .footer .flex_box .social_icons {
    margin-bottom: 30px;
  }
  body .footer .flex_box .social_icons li a .svg-inline--fa {
    font-size: 32px;
  }
  body .footer p {
    font-size: 15px;
  }
  body .footer .footer_logo {
    max-width: 120px;
  }
  body .footer .quick_link li {
    font-size: 15px;
  }
  body .food-application .food-box .food-text {
    padding: 25px 25px 25px 25px;
  }
  body .food-application .food-box .food-text h3 {
    font-size: 18px;
  }
  body .food-application .food-box .food-text ul li img {
    width: 12px;
    margin-right: 6px;
  }
  body .food-application .food-box .food-text ul li span {
    font-size: 14px;
  }
  body .food-application .food-box .food-text-2 {
    margin-bottom: 15px;
  }
  body .food-application .food-box .food-text-2 .bean-box-2 {
    width: 100%;
  }
  body .food-application .food-box .food-text-2 .bean-box-3 {
    width: 100%;
  }
  body .soya-color-circle-2 {
    padding: 35px 0px 20px 0px;
  }
  body .protien-hover-img ul li .overlay-box a {
    font-size: 10px;
  }
  body .protien-hover-img ul li .overlay-box h3 {
    font-size: 18px;
  }
  body .sliver-bg-text h2 {
    font-size: 18px;
  }
  body .soya-lecithin-textbox {
    min-height: 480px;
  }
  body .soya-lecithin-textbox p {
    font-size: 19px;
  }
  body .soya-lecithin-textbox h2 {
    font-size: 21px;
  }
  body .soya-lecithin-textbox-2 {
    padding: 85px 20px 30px 20px;
  }
  body .protien-two-flour .img-flour ul li {
    max-width: 185px;
  }
  body .leadership_profile .leadership_box {
    width: 95%;
  }
  body .our-distribution {
    min-height: 300px;
  }
  body .our-distribution .innovation-text {
    padding: 10px;
  }
  body .innovation-text {
    padding: 0%;
  }
  body .stake-holder-slider {
    padding: 60px 0px 30px 0px;
  }
  body .edible-hover-text ul li {
    height: 350px;
  }
  body .edible-hover-text ul li a {
    font-size: 24px;
  }
  body .shadow-btn {
    width: 95%;
  }
  body .sliver-bg-text {
    padding: 30px 0px;
  }
  body .h2-text h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  body .h2-text h2 span {
    display: initial;
  }
  body .buy-now-box {
    padding: 0px 0px 10px 0px;
  }
  body .buy-now-box .buy-now ul li h3 {
    padding: 0;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .nutrion-label .nutrion-box ul li {
    max-width: 200px;
  }
  body .health-well-mainbox {
    margin-bottom: 20px;
  }
  body .contact-line {
    margin-bottom: 10px;
  }
  body .notice-pdf .notice-box ul li p {
    font-size: 15px;
  }
  body .share-price .kirti-share .left-box ul li img {
    width: 40px;
    height: 30px;
    bottom: 30px;
  }
  body .share-price .kirti-share .left-box ul li p {
    font-size: 12px;
  }
  body .share-price .kirti-share .left-box ul li .blue-p {
    font-size: 13px;
  }
  body .share-price .kirti-share .left-box ul li .green-p {
    font-size: 13px;
  }
  /*body .share-price .share-price-box ul {*/
  /*  max-width: 110px;*/
  /*}*/
  body .share-price .share-price-box ul li p {
    font-size: 12px;
  }
  body .share-price .share-price-box ul li span {
    font-size: 12px;
  }
  body .share-price .share-button-box {
    font-size: 12px;
  }
  body .corporate-report-2 table tbody tr td {
    width: 110px;
  }
  body .corporate-report-2 table thead tr td {
    width: 110px;
  }
  body .careers-main-box .form-box .form {
    padding: 50px 40px 40px 40px;
  }
  body .careers-main-box .form-box .form form button {
    font-size: 16px;
  }
  body .careers-main-box .form-box .form form .input-box input {
    padding: 9px 15px;
  }
  body .banner_about h4 {
    font-size: 28px;
  }
  body .our_business {
    padding: 30px 0px 0px 0px;
  }
  body .our_business p {
    font-size: 16px;
  }
  body .our_business h2 {
    font-size: 26px;
  }
  body .our_manufacturing {
    padding: 50px 0px;
  }
  body .our_manufacturing p {
    font-size: 16px;
  }
  body .our_manufacturing h2 {
    font-size: 26px;
  }
  body .our_quality {
    padding: 50px 0px;
  }
  body .our_quality p {
    font-size: 16px;
  }
  body .our_quality h2 {
    font-size: 26px;
  }
  body .our_certifications {
    padding: 50px 0px;
  }
  body .our_certifications h2 {
    font-size: 26px;
  }
  body .our_listing {
    padding: 30px 0px;
  }
  body .our_listing h2 {
    font-size: 26px;
  }
  body .our_listing p {
    font-size: 16px;
  }
  body .text_box-Addressing {
    position: relative;
    left: 0;
  }
  body .soya_title {
    padding: 30px 0px;
  }
  body .soya_title h4 {
    font-size: 26px;
    line-height: 36px;
  }
  body .soya {
    min-height: auto;
  }

  body .soya ul li:nth-child(1),
  body .soya ul li:nth-child(2){
    padding: 48px;
  }
  body .soya ul li:nth-child(3),
  body .soya ul li:nth-child(4) {
    padding: 60px;
  }

  body .soya ul li {
    padding: 50px;
  }
  body .soya ul li h4 {
    font-size: 21px;
  }
  body .soya ul li h1 {
    font-size: 46px;
  }
  body .soya .flex_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .soya .flex_box .inner_box {
    width: 100%;
    padding: 30px 0px;
  }
  body .soya .flex_box .inner_box ul {
    background-color: rgba(255, 255, 255, 0.6);
    /* padding: 50px 0px; */
  }
  body .awards h2 {
    font-size: 28px;
  }
  body .agencies h4 {
    font-size: 18px;
    /* margin-bottom: 60px; */
  }
  body .agencies .box {
    margin-bottom: 0px;
  }
  body .agencies .box .text_box p {
    font-size: 16px;
  }
  body .dealer .box .title {
    padding: 25px 0px;
  }
  body .dealer .box .title h3 {
    font-size: 28px;
  }
  body .dealer .box .title h6 {
    font-size: 18px;
  }
  body .dealer .box .form_info .form {
    padding: 40px;
  }
  body .dealer .box .form_info .form .submit_btn {
    font-size: 16px;
    max-width: 170px;
  }
  body .dealer .box .form_info .form .input_box input {
    font-size: 16px;
    padding: 12px;
  }
  body .dealer .box .form_info .info p {
    font-size: 16px;
  }
  body .clientele ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .clientele ul li {
    max-width: 250px;
  }
  body .clientele h1 {
    font-size: 28px;
  }
  body .clientele-2 {
    padding: 20px 0px 20px 0px;
  }
  body .navbar .navbar-nav {
    margin: 5px 0px;
  }
  body .navbar .navbar-nav .dropdown {
    position: relative;
  }
  body .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: inherit;
  }
  body .navbar .navbar-nav .nav-item {
    padding: 8px 8px;
  }
  body .navbar .navbar-nav .dropdown .dropdown-menu {
    max-height: 0px;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
  }
  
  .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
 
.check_box:checked + .dropdown-menu {
  max-height: 500px !important;
}
.check_box + .dropdown-menu {
  max-height: 0px !important;
}
  body .navbar .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
    background: #e6e7e8;
    padding: 6px;
  }
  body .navbar .navbar-nav .check_box {
    display: block;
    position: absolute;
    right: 2%;
    top: 20px;
    width: 40px;
    height: 40px;
    -webkit-appearance: inherit;
       -moz-appearance: inherit;
            appearance: inherit;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body .navbar .navbar-nav .check_box::after {
    position: absolute;
    background-image: url(../images/drop-down-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 14px;
    height: 14px;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  body .navbar .navbar-nav .check ~ .dropdown-menu {
    display: block;
    opacity: 1;
    max-height: 500px;
    visibility: inherit;

    overflow-y: scroll;
  }
  body .navbar .navbar-nav .check::after {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  body .navbar .navbar-brand img {
    width: 80px;
  }
  body .scrolled {
    position: fixed;
    width: 100%;
  }
  body .close-icon .navbar-toggler-icon {
    background-image: url(../images/closed.png);
  }
  body .navbar-light .navbar-toggler {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body .navbar-light .navbar-toggler-icon {
    width: 25px;
  }
  body .map-box .video-export h1 {
    font-size: 21px;
  }
  body .map-box .video-export iframe {
    min-height: 500px;
    margin-bottom: 25px;
  }
  /* new css added for home page slider issue */

  body .banner .swiper{
    width: inherit;
    height: inherit;
  }

  body .banner .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    background-color: transparent;
    height:auto;
    display: block;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .banner_one {
    -o-object-position: 60%;
       object-position: 60%;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide::after {
    /* display: none !important; */
  }
  body .banner .swiper .swiper-wrapper .swiper-slide > img {
    /* height: 350px;  */
    position: static;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid {
    height: 70vh;
    display: block !important;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .row {
    margin-left: 0;
    height: 100%;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box {
    /* position: static;
    max-width: 100% !important;
    text-align: left;
    width: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box h2{
    background: #0000007d;
    display: inherit;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    width: max-content;
    font-size: 22px;
  }

  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box img {
    margin-bottom: 0px;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid h4 {
    padding: 0;
    color: #000 !important;
    text-align: center;
    font-size: 28px !important;
    line-height: 28px !important;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid h4 span {
    display: inline-block;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid p {
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #fff !important;
    padding-left: 30px !important;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-center p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid h4 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    padding-top: 0;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide:nth-child(3),
  body .banner .swiper .swiper-wrapper :nth-child(5) {
    position: relative;
  }

  /* body .banner .swiper .swiper-wrapper .swiper-slide:nth-child(3)::after,
  body .banner .swiper .swiper-wrapper :nth-child(5)::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  } */

  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text-right {
    text-align: center;
}

body .clientele ul li {
  max-width: 300px;
}
body .clientele ul li img {
  max-width: 100%;
}

body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box {
  padding: 175px 60px 160px;
}
/* body .sliderInfo {
  min-height: 100%;
} */
body .clientele-2 h1 {
  margin-top: 30px;
}

body .banner_about {
  position: relative;
}
body .banner_about h4 {
  font-weight: 500;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  /* width: 100%; */
  margin: 0;
  padding: 26px;
  max-width: 100%;
  text-align: center;
}

body .banner_about{
  background-position: 1% center;
}
body .banner_about h4 {
padding: 20px 10px !important;
}
body .banner_about h4 {
  font-size: 24px;
}
/* body .filtered-mustard-oil, body .filtered-groundnut-oil {
  background-position: -71px center;
} */

}

@media( max-width : 768px ){
  body .refined-oil-mainbox{
    background-position: inherit;
  }
  body .refined-soybean-oil{
    background-position: 10%;
  }
  /* body .filtered-groundnut-oil {
    background-position: -29%;
  } */
  /* body .filtered-mustard-oil{
    background-position: -11%;
  } */
  body #refined-sunflower-oil-modal .modal-dialog .modal-content .modal-body {
    padding: 1rem !important;
  }
  #refined-sunflower-oil-modal .h-close-icon {
    font-size: 26px;
    margin-top: -5px;
}
  body .our_mission_value {
    min-height: 474px;
  }
}

@media (max-width: 576px) {
  body .banner .swiper .swiper-wrapper .swiper-slide > img {
    /* height: 190px !important; */
    position: static;
  }
  body .banner_mission_value {
    background-position: 80% center;
  }
  body .banner_about{
      background-position: 21% center;
  }
  body .banner_about h4 {
    padding: 20px 10px !important;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_1 .container-fluid {
    background: rgba(0, 0, 0, 0.4);
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_2 {
    background-position: 25% center;
    /* background-size: contain; */
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_2 .container-fluid {
    background: rgba(255, 255, 255, 0.8);
    /* background-size: contain; */
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_3 .container-fluid {
    background: rgba(255, 255, 255, 0.4);
    /* background-size: contain; */
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_4 {
    /* background-position: 55% center; */
    /* background-size: contain ; */
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide.slider_5 {
    background-position: 33% center;
    /* background-size: contain !important; */
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .row {
    width: auto;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box {
    padding: 55px 0 160px;
  }
  body .clientele ul li img {
    max-width: 354px;
  }
  body .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
  body .modal-dialog .modal-content .modal-body p {
    font-size: 18px;
  }
  body .modal-dialog .modal-content .modal-body h4 {
    font-size: 21px;
  }
  body .banner_about {
    position: relative;
  }
  body .banner_about h4 {
    font-weight: 500;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    /* width: 100%; */
    margin: 0;
    padding: 26px;
    max-width: 100%;
    text-align: center;
  }
  body .add_space {
    margin-top: 10px;
  }
  body .add_space-1 {
    margin-top: 10px;
  }
  body .navbar-light .navbar-toggler {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body .navbar-light .navbar-toggler-icon {
    width: 35px;
  }
  body .stake-holder-slider .sliderBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    left: -6px;
  }
  body .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide {
    margin-bottom: 50px;
    min-height: auto;
  }
  body .footer {
    padding: 30px 10px;
  }
  body .footer .foot-box-a {
    width: 100%;
  }
  body .footer p {
    font-size: 15px;
  }
  body .footer .footer_logo {
    max-width: 170px;
    margin-top: 8px;
  }
  body .footer .col-md-4:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  body .footer .col-md-4:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  body .footer .col-md-4:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body .footer .flex_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .footer .flex_box .social_icons {
    margin: 0px 0px;
  }
  body .footer .flex_box .social_icons li {
    padding: 0px 12px;
  }
  body .footer .flex_box .social_icons li a .svg-inline--fa {
    font-size: 26px;
  }
  body .footer .flex_box .social_icons .instgram {
    padding-left: 0px;
  }
  body .footer .quick_link {
    text-align: left;
    padding: 0px;
    width: 100%;
    margin: 15px 0px;
  }
  body .footer .quick_link li {
    font-size: 15px;
  }
  body .soya-tab-item .tab-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px 0px 20px 0px;
  }
  body .soya-tab-item .tab-box a {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  body .soya-tab-item .soy-tab-text h2 {
    margin-bottom: 25px;
  }
  body .soya-tab-item .tab-box-2 {
    margin-bottom: 0px;
  }
  body .soya-lecithin-textbox {
    padding: 30px;
  }
  body .shadow-btn {
    margin-bottom: 15px;
  }
  body .shadow-btn p {
    font-size: 18px;
  }
  body .lecithin-varieties {
    padding: 30px 0px;
  }
  body .lecithin-varieties h2 {
    margin-bottom: 20px;
  }
  body .soya-color-circle h2 {
    margin-bottom: 30px;
  }
  body .soya-color-circle ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0%;
  }
  body .soya-color-circle ul li {
    margin-bottom: 15px;
  }
  body .food-application .food-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .food-application .food-box .food-text {
    width: 100%;
    margin-bottom: 15px;
  }
  body .food-application .food-box .food-text-2 .bean-box-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .contact-line {
    margin-top: 15px;
  }
  body .protien-hover-img {
    padding: 0px 0px 30px 0px;
  }
  body .protien-hover-img ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .protien-hover-img ul li .overlay-box h3 {
    font-size: 24px;
  }
  body .protien-hover-img ul li .overlay-box a {
    font-size: 13px;
    max-width: 95px;
  }
  body .edible-hover-text ul li a {
    font-size: 28px;
  }
  body .nutrion-label .nutrion-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .nutrion-label .nutrion-box ul li {
    max-width: 100%;
  }
  body .buy-now-box .buy-now ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .sliver-bg-text {
    padding: 20px 0px;
  }
  body .soya-color-circle-3 {
    padding: 30px 0px;
  }
  body .p-text-2 {
    margin-bottom: 30px;
  }
  body .p-text-3 p {
    font-size: 16px;
  }
  body .map-box .video-export h1 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  body .map-box .video-export iframe {
    min-height: 300px;
    margin-bottom: 15px;
  }
  body .map-box .map-text-box h1 {
    font-size: 21px;
  }
  body .enviroment-text {
    padding: 30px 0px;
  }
  body .notice-pdf {
    padding: 30px 0px;
  }
  body .notice-pdf .notice-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .notice-pdf .notice-box ul li {
    width: 100%;
    margin: 12px 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .corporate-report table thead tr th,
  body .corporate-report table thead tr td {
    min-width: 100px;
  }
  body .corporate-report table thead tr th.mw-300,
  body .corporate-report table thead tr td.mw-300 {
    min-width: 300px;
  }
  body .corporate-report table thead tr th.min-200,
  body .corporate-report table thead tr td.min-200 {
    min-width: 250px;
  }
  body .corporate-report table tbody tr th {
    width: 200px;
  }
  body .corporate-report table tbody tr td {
    width: 150px;
  }
  body .topbar ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 0;
  }
  body .topbar ul li {
    padding: 0 10px 0 0;
    margin-right: 10px;
  }
  body .topbar ul li a {
    font-size: 12px;
  }
  body .topbar ul li.searchBox input {
    width: 100%;
  }
   li.searchBox {
    width: 100%;
    margin-top: 10px;
  }
  body .careers-main-box {
    padding: 20px 0px 30px 0px;
  }
  body .careers-main-box .form-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .careers-main-box .form-box .img-box {
    width: 100%;
  }
  body .careers-main-box .form-box .form {
    width: 100%;
  }
  body .soya ul li:nth-child(1),
  body .soya ul li:nth-child(2){
    padding: 40px;
  }
  body .soya ul li:nth-child(3),
  body .soya ul li:nth-child(4) {
    padding: 50px;
  }
  body .soya ul li {
    padding: 50px 30px;
  }
  body .soya ul li h1 {
    font-size: 26px;
  }
  body .soya ul li h4 {
    font-size: 16px;
  }
  body .awards h2 {
    font-size: 24px;
  }
  body .agencies h4 span {
    display: initial;
  }
  body .dealer .img_box img {
    display: none;
  }
  body .dealer .box {
    margin-top: 0px;
  }
  body .dealer .box .title {
    padding: 25px 5px;
  }
  body .dealer .box .title h3 {
    font-size: 24px;
    margin: 5px 0px 0px 0px;
  }
  body .dealer .box .form_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .dealer .box .form_info .info {
    width: 100%;
    padding: 30px 20px;
  }
  body .dealer .box .form_info .form {
    width: 100%;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box .read_more {
    font-size: 14px;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box h3 {
    font-size: 26px;
    line-height: 36px;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box p {
    font-size: 16px;
  }
  body .sliderInfo .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box p span {
    display: initial;
  }
  body .sliderInfo .swiper-button-next::before {
    position: absolute;
    left: 85px;
    top: 30px;
    width: 20px;
  }
  body .sliderInfo .swiper-button-prev::before {
    position: absolute;
    right: 85px;
    top: 30px;
    width: 20px;
  }
  body .clientele {
    padding: 40px 0px;
  }
  body .clientele h1 {
    margin-bottom: 30px;
  }
  body .clientele ul li {
    /* max-width: 100%;  */
    /* margin: 0px 5px; */
    /* margin-bottom: 20px; */
    max-width: 45%;
    margin: 0 9px;
    margin-bottom: 25px;
  }
  body .acid-text-box {
    min-height: 400px;
  }
  body .clientele-2 {
    padding: 20px 0px 20px 0px;
  }
  body .banner {
    /* min-height: auto; */
    /* min-height: 45vh; */
    height: auto;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    background-color: transparent;
    height: auto;
    display: block;
    padding-bottom: 0;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .banner_one {
    -o-object-position: 60%;
       object-position: 60%;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide::after {
    /* display: none !important; */
  }
  body .banner .swiper .swiper-wrapper .swiper-slide > img {
    /* height: 350px; */
    position: static;
    /* height: auto; */
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid {
    height: 100%;
    display: flex;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .row {
    margin-left: 0;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box {
    position: static;
    max-width: 100% !important;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    flex-wrap: wrap;
    white-space: wrap;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box h2{
    width: fit-content;
    padding:9px !important;
  }

  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text_box img {
    margin-bottom: 0px;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid h4 {
    padding: 0;
    color: #000 !important;
    text-align: center;
    font-size: 22px !important;
    line-height: 28px !important;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid h4 span {
    display: inline-block;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid p {
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #fff !important;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid.flex-center p {
    font-size: 18px;
    font-weight: 400;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid h4 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    padding-top: 0;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide:nth-child(3),
  body .banner .swiper .swiper-wrapper :nth-child(5) {
    position: static;
  }
  /* body .banner .swiper .swiper-wrapper .swiper-slide:nth-child(3)::after,
  body .banner .swiper .swiper-wrapper :nth-child(5)::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  } */
  body .our_mission_value {
   min-height: 439px;
    background-position: 15%;
  }
  body .our_mission_value .right_mission {
    border: none;
    padding: 0px;
  }
  body .our_mission_value .right_mission h2 {
    padding: 0px;
  }
  body .our_mission_value .left_mission {
    margin-bottom: 30px;
  }
  body .our_mission_value .left_mission p span {
    display: initial;
  }
  body .leader-ship-margin {
    margin: 0px;
  }
  body .leadership_profile {
    padding: 50px 0px 25px 0px;
  }
  body .leadership_profile .leadership_box {
    width: 100%;
  }
  body .innovation {
    min-height: 580px;
  }
  body .innovation .innovation-text {
    padding: 0px;
  }
  body .our-distribution {
    min-height: 250px;
    position: relative;
  }
  body .our-distribution::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
  }
  body .our-distribution p {
    position: relative;
  }
  body .dealers-circle .dealer-text h2 {
    font-size: 24px;
  }
  body .dealers-circle .sliver-circle,
  body .dealers-circle .sliver-circle-2,
  body .dealers-circle .circle-yellow-2,
  body .dealers-circle .circle-yellow {
    margin: 50px auto 50px auto;
  }
  body .share-price {
    padding: 50px 0px;
  }
  body .share-price .share-price-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .share-price .share-price-box ul {
    max-width: 100%;
    margin-bottom: 15px;
  }
  body .share-price .kirti-share .left-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .track_record h2 {
    font-size: 24px;
  }
  body .our_business h2,
  body .our_manufacturing h2,
  body .our_quality h2,
  body .our_listing h2 {
    font-size: 24px;
  }
  body .our_manufacturing,
  body .our_quality,
  body .our_listing {
    padding: 40px 0px;
  }
  body .our_certifications h2 {
    margin-bottom: 15px;
  }
  body .protien-two-flour {
    padding: 30px 0px 10px 0px;
  }
  body .protien-two-flour .text-flour {
    margin-top: 0px;
  }
  body .protien-two-flour .text-flour h2 {
    font-size: 18px;
  }
  body .protien-two-flour .img-flour ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .protien-two-flour .img-flour ul li {
    max-width: 100%;
  }
  body .corporate-report {
    padding: 40px 0px;
  }
  body .notice-pdf-2 .notice-box {
    padding: 0%;
  }
  body .investor-box {
    padding: 40px 0px 0px 0px;
  }
  body .investor-box .investor-text-box {
    padding: 0px;
  }
  body .investor-box .investor-text-box h2 {
    font-size: 21px;
  }
  body .investor-grievances {
    padding: 40px 0px;
  }
  body .investor-grievances .text-box-investor {
    padding: 0%;
  }
  body .investor-grievances .text-box-investor h2 {
    font-size: 21px;
  }
  body .investor-grievances .text-box-investor h4 {
    font-size: 18px;
    margin: 12px 0px 15px 0px;
  }
  body .our_business p,
  body .our_manufacturing p,
  body .our_quality p,
  body .our_listing p {
    padding: 0px;
  }
  body .navbar .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
    font-size: 13px;
  }
  body .navbar .navbar-nav .nav-item {
    padding: 0px 8px;
  }
  body .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    margin: 8px 0px;
  }
  body .navbar .navbar-nav .check_box {
    right: 3%;
  }
  body .stake-holder-slider .sliderBox {
    margin: 0px;
  }
  body .swiper-button-prev {
    left: 0px;
  }
  body .swiper-button-next {
    right: 0px;
  }
  body .footer_btm p {
    font-size: 14px;
  }
  body .edible-hover-text ul li {
    margin-bottom: 15px;
    height: auto;
  }
  body .edible-hover-text ul li img {
    height: auto;
  }
  body .text_box-Addressing {
    left: 0%;
    max-width: 392px !important;
  }
  body .protien-hover-img ul li {
    margin-bottom: 15px;
  }
  .stake-holder-slider .sliderBox .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    z-index: 1 !important;
  }
  body .soya .flex_box .inner_box ul{
    padding: 0;
  }

  .footer-form-popup .dod_banner_hp .card-body {
    padding: 1.5rem !important;
  }
}

@media ( max-width : 425px ){
    
  body .refined-oil-mainbox {
    background: none !important;
  }
  body .refined-soybean-oil {
    background: none !important;
  }
  body .filtered-groundnut-oil {
    background: none !important;
  }
  body .filtered-mustard-oil {
    background: none !important;
  }
  .soya-chunks{
   background-image: none !important;
    background-color: rgb(223, 214, 196);
  }
  .mob-bg-row{
    height: 70vh;
  }
  .mob-bg-img-sunflower{
    /* background-image: url("../images/Sunflower%20OIl.png"); */
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: 21%;
  }
  
  .mob-bg-img-soybean{
    /* background-image: url("../images/Soyabean%20Oil.png"); */
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: 21%;
  }
  
  .mob-bg-img-groundnut{
    /* background-image: url("../images/Groundnut%20Oil.png"); */
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: 22%;
  }
  
  .mob-bg-img-mustard{
    /* background-image: url(../images/Mustrad%20Oil.png); */
    width: 100%;
    height: 100%;
background-size: cover;
    background-position: 22%;
    background-repeat: no-repeat;
  }

  body .filtered-groundnut-oil .soya-lecithin-textbox-2{
    padding-top: 30px;
  }

  body .filtered-mustard-oil .soya-lecithin-textbox-2, body .filtered-groundnut-oil .soya-lecithin-textbox-2{
    padding-top: 30px;
  }

  body .soya-lecithin-textbox h2{
    margin-top: 0 !important;
  }

  body .banner .swiper .swiper-wrapper .swiper-slide .image-3{
    object-fit: fill;
  }

  body .banner .swiper .swiper-wrapper .swiper-slide .image-4{
    object-fit: fill;
  }

}


@media (max-width: 375px) {
  body .our_manufacturing,
  body .our_quality,
  body .our_listing {
    padding: 25px 0px;
  }
  body .footer_btm p {
    font-size: 13px;
  }
  body .our_mission_value h2 {
    font-size: 21px !important;
  }
  body .our_mission_value .banner-space {
    padding: 40px 0px;
  }
  body .sliver-bg-text h2 {
    font-size: 16px;
  }
  body .soya-color-circle h2 {
    font-size: 16px;
  }
  body .soya-color-circle-2 {
    padding: 35px 0px 0px 0px;
  }
  body .soya-color-circle-2 h2 {
    font-size: 16px;
  }
  body .contact-line p {
    font-size: 15px;
  }
  body .h2-text h2 {
    font-size: 16px;
  }
  body .lecithin-varieties h2 {
    font-size: 16px !important;
  }
  body .edible-hover-text ul li {
    height: auto;
  }
  body .edible-hover-text ul li a {
    font-size: 21px;
  }
  body .protien-hover-img ul li .overlay-box h3 {
    font-size: 21px;
  }
  body .youtube-box {
    right: 1%;
    width: 130px;
  }
  body .youtube-box a i {
    font-size: 20px;
  }
  body .soya-tab-item .soy-tab-text h2 {
    font-size: 16px;
  }
  body .share-price .share-button-box button {
    font-size: 10px;
  }
  body .investor-box {
    padding: 40px 0px 0px 0px;
  }
  body .investor-box .investor-text-box {
    padding: 0px;
  }
  body .investor-box .investor-text-box h2 {
    font-size: 18px;
  }
  body .investor-box .investor-text-box a {
    font-size: 14px;
  }
  body .investor-box .investor-text-box p {
    font-size: 12px;
  }
  body .investor-grievances {
    padding: 30px 0px 20px 0px;
  }
  body .investor-grievances .text-box-investor {
    padding: 0%;
  }
  body .investor-grievances .text-box-investor ul li p {
    font-size: 12px;
  }
  body .investor-grievances .text-box-investor h2 {
    font-size: 18px;
  }
  body .investor-grievances .text-box-investor h4 {
    font-size: 14px;
    margin: 10px 0px 12px 0px;
  }
  body .notice-pdf-2 .notice-box-investor-box .fy-btn {
    font-size: 14px;
    margin-bottom: 5px;
    max-width: 95px;
  }
  body .notice-pdf-2 .notice-box-investor-box ul li p {
    font-size: 12px;
  }
  body .notice-pdf-2 .notice-box-investor-box ul li img {
    width: 40px;
    image-rendering: -webkit-optimize-contrast;
  }
  body .careers-main-box .form-box .form {
    padding: 40px 30px 30px 30px;
  }
  body .soya_title h4 {
    font-size: 21px;
  }
  body .soya .flex_box .inner_box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0%;
    text-align: center;
  }
  body .soya .flex_box .inner_box ul li:nth-child(3),
  body .soya .flex_box .inner_box ul li:nth-child(1) {
    border-right: none;
    padding: 30px;
  }
  body .soya .flex_box .inner_box ul li:nth-child(3) {
    border-bottom: 2px solid #58595b;
  }
  body .soya .flex_box .inner_box ul li {
    width: 100%;
    padding: 30px;
  }
  body .soya .flex_box .inner_box ul li h4 {
    font-size: 22px;
    margin: 0px;
  }
  body .soya .flex_box .inner_box ul li h1 {
    font-size: 38px;
  }
  body .dealer .box .form_info .form {
    padding: 40px 20px;
  }
  body .dealer .box .form_info .info {
    padding: 15px 20px;
  }
  body .dealer .box .form_info .info .icon {
    margin-bottom: 10px;
    height: 40px;
  }
  body .dealer .box .form_info .info p {
    font-size: 15px;
  }
  body .dealer .box .form_info .info h4 {
    font-size: 18px;
  }
  body .dealer .box .title h3 {
    font-size: 21px;
  }
  body .innovation {
    min-height: 650px;
  }
  body .soya-lecithin-textbox {
    padding: 30px 20px;
  }
  body .our-distribution {
    min-height: 500px;
  }
  body .vision_circle p {
    font-size: 13px;
    line-height: 17px;
  }
  body .banner_about {
    min-height: 600px;
  }
  body .banner_about h4 {
    font-size: 20px;
  }
  body .text_box-Addressing {
    left: 9%;
    max-width: 260px !important;
  }
  body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid .text-right {
    top: 25%;
  }
  .text-danger{
    margin-top: -20px !important;
    display: block !important;
  }
  .disabled-btn{
    cursor: not-allowed;
        background: rgba(0,0,0,0.1);
    }


    body .our-distribution{
      background-position: right bottom;
    }
    body .refined-oil-mainbox{
      background-position: 10% !important;
    }
    /* body .filtered-mustard-oil, body .filtered-groundnut-oil {
      background-position: -167px center;
    } */
  
}

@media ( max-width : 320px ){
  
}

.read-more, .read-less {
    background-color: #fdb913;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 20px;
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    /* margin-top: 30px; */
    max-width: fit-content;
    cursor: pointer;
}

.read-less-more{
    display: none;
}

.read-less-more.show{
    display: block;
}

body .share-price{
  padding: 80px 0 15px;
}

body .share-price .designed_by_btn {
  position: relative;
  color:#479af7;
}

body .share-price .designed_by_btn p a {
  color:#479af7;
}

/*changes css ------ 01-09-2022*/

.text_box.text_box-Addressing h1 {
    /* background-color: #dfbc5b8c !important; */
    padding: 20px;
    display: inline-block;
    color: #fff;
    text-shadow: 2px 3px 20px #000;
    font-size: 50px;
}
.text_box.text_box-Addressing img {
    padding-left: 27px;
}
.col-md-12.text-left .text_box h1{
    padding: 20px;
    display: inline-block;
    color: #fff;
    text-shadow: 7px 7px 6px #000;
    font-size: 50px;
}
.text_box h2 {
    background-color: #0000007d;
    display: inherit;
    padding: 20px;
    border-radius: 20px;
}
@media (min-width: 1024px) {
body .text_box {  
    color: #fff !important;
    text-align: center !important;
    }
    .text_box.text_box-Addressing h2 {
    /* margin-top: -250px !important; */
}
.text_box h2 {
    background-color: #0000007d;
    display: inherit;
    padding: 20px;
    border-radius: 20px;
}
.text_box p {
    padding: 20px !important;
}
}
.product-main-head {background-color: #fdb913;
padding: 10px 0px;
margin-bottom: 8px;
text-align:center;
}
.productRow .productList { border: 0.01em solid #dddbdb; border-radius: 0 0 2% 2%; height:100%;}
.productRow .productList .productImage { 
    /*height:195px; */
    overflow:hidden;
}
.productRow .productList img { max-width:100%; cursor:pointer;     transition: all 1s ease;
    -moz-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease;}
.productRow .productList img:hover {transform: scale(1.2);}

.productRow .productList h3 { font-size:18px;}
.productRow .productList .ProductText {padding: 1em;}

/*  .productRow .productList .ProductText button {background:#fdb913; padding:5px 10px; font-size:13px; border:none; border-radius:5px;}
.productRow .productList .ProductText button:hover { background:#da2128;  transition: all 1s ease;
    -moz-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease; color:#ffffff;}
.productRow .productList .ProductText button img {width:15px;}
.productRow .productList .ProductText button img, .productRow .productList .ProductText button i { display:inline-block; vertical-align:middle;}*/

.productRow .productList .ProductText .ProductLink a {text-decoration: none; display: inline-block; max-width: 100px; margin: 5px; vertical-align: middle;}

.clearfix {
  overflow: auto;
}

/*jio button */
.productRow .productList .ProductText .ProductLink .btn-jio {
padding:5px;
background-color: white;
border-radius:10px;
border-color:#e31e24;
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
width:100px;
}
.productRow .productList .ProductText .ProductLink .btn-jio:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*amazon button */
.productRow .productList .ProductText .ProductLink .btn-amz {
width:100px;
height: 50px;
background-color: white;
border-radius:10px;
border-color:#e31e24;
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
padding:5px;
}
.productRow .productList .ProductText .ProductLink .btn-amz:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*flipkart button */
.productRow .productList .ProductText .ProductLink .btn-flipkart {
width:100px;
height: 50px;
padding:5px;
background-color: white;
border-radius: 10px;
border-color:#e31e24;
box-shadow: 0 0 10px 0 rgba(0,0,0,.5)

}
.productRow .productList .ProductText .ProductLink .btn-flipkart:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.bgtext {
  font-size: 45px;
  font-weight: bold;
  color: #e31e24;
}

.contact-page {
  background-color: #f3f3f3;
  padding-top: 50px;
}
.contact-info-box {
  background-color: #fdb913;
  color: #111111;
  border-radius: 40px 40px 40px 40px;
  padding: 40px;
  margin-bottom: 50px;
}
.address_main p {
  font-size: 24px;
}
.contact-info-box ul {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-info-box ul li {
  margin-right: 30px;
}
.contact-info-box ul li a {
  font-size: 22px;
  color: #111111;
}
.contact-info-box ul li i {
  font-size: 22px;
  padding-right: 5px;
}
.contact-info-box .social_icon {
  margin-top: 30px;
}

.contact-info-box .social_icon a {
  color: #111111;
  font-size: 32px;
  margin-right: 30px;
}

.contact-map {
  /* border-radius: 40px 0 40px 0; */
  border: 4px solid #fff;
  overflow: hidden;
  padding: 10px;
  /* padding-top: 110%; */
  position: relative;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.contact-box .submit_form {
  background-color: #fdb913;
  padding: 45px 48px;
  border-radius: 40px 0px 40px 0px;
  margin-bottom: 12px;
}
.contact-box .submit_form label,
.form-group label {
  font-size: 18px;
  margin-bottom: 5px;
    font-weight: 700;
}
.contact-box .submit_form .form-control,
.form-group .form-control {
  font-size: 18px;
  padding: 12px;
  
}
.office-block {
    margin-bottom: 35px;
}
.info-row a{
  font-size:22px;
}
.social_icon{
  margin-top:50px;
}
.office-block p {
    line-height: 1.7;
    font-size: 24px;
}
.contact-section .social_icon a{
  background-color: #e31e24;
  padding: 16px 16px;
  border-radius: 100%;
  margin: 10px;
}
.info-row {
    display: flex;
    /* align-items: center; */
    margin-bottom: 25px;
}
.contact-section .social_icon i::before {
  color: white;
}
.icon-box {
width: 58px;
  height: 49px;
    border: 2px solid #e63946;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.mail-icon,
.call-icon {
    font-size: 22px;
    color: #e63946;
}

.info-row p {
    font-size: 22px;
    line-height: 1.6;
}
.info-row a {
    font-size: 22px;
    line-height: 1.6;
    color: black;
    text-decoration: none;
}
@media(min-width: 1200px){
.location-box{
  height: 57px;
  width: 105px;
}
.full-detail{
  margin-top: 100px;
}
}
/* Responsive */
@media(max-width: 768px){
.contact-page .container{
  max-width: 100%;
}
}
@media(max-width: 600px){
    .contact-section{
        padding: 0 15px;
    }
    .office-block h2{
        font-size: 22px;
    }
    .icon-box{
        width: auto;
        height: auto;
        border: none;
    }
    .location-box{
      width: auto;
      height: auto;
    }
}
@media(max-width: 576px){
.info-row p {
    font-size: 16px;
}
.info-row a {
    font-size: 16px;
}
}
.btn.btn-primary {
  background-color: #e84200;
  border: none;
  color: #fff;
  border-radius: 0 20px 0 20px;
  padding: 20px 44px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}

.enquiry-box h3 {
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 16px;
}
.enquiry-box p {
  font-size: 24px;
}
#box-20{
  width:100%;
}
#agencies-rt h4 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .btn.btn-primary {
    padding: 14px 30px;
    font-size: 18px;
  }
  .contact-box .submit_form { padding: 30px; }
}
@media (max-width: 1440px) and (min-width: 1260px) {
body .banner_mission_value,
body .edible-oil-banner,
body .banner_positive_nutrition,
body .banner_notice,
body .banner_careers,
body .banner_soya_lecithin,
body .banner_industry_solution,
body .banner_exports {
  min-height: 425px;
}
}
@media (max-width: 1024px) and (min-width: 920px) {
  body .banner_mission_value,
  body .edible-oil-banner,
  body .banner_positive_nutrition,
  body .banner_notice,
  body .banner_careers,
  body .banner_soya_lecithin,
  body .banner_industry_solution,
  body .banner_exports {
    min-height: 269px;
  }
}
@media (max-width: 919px) and (min-width: 680px) {
  body .banner_mission_value,
  body .edible-oil-banner,
  body .banner_positive_nutrition,
  body .banner_notice,
  body .banner_careers,
  body .banner_soya_lecithin,
  body .banner_industry_solution,
  body .banner_exports {
    min-height: 225px;
  }
}
@media (max-width: 679px) and (min-width: 525px) {
  body .banner_mission_value,
  body .edible-oil-banner,
  body .banner_positive_nutrition,
  body .banner_notice,
  body .banner_careers,
  body .banner_soya_lecithin,
  body .banner_industry_solution,
  body .banner_exports {
    min-height: 156px;
  }
}
@media (max-width: 524px) {
  body .banner_mission_value,
  body .edible-oil-banner,
  body .banner_positive_nutrition,
  body .banner_notice,
  body .banner_careers,
  body .banner_soya_lecithin,
  body .banner_industry_solution,
  body .banner_exports {
    min-height: 124px;
    background-size: 100% 100% !important;
  }
}
@media (max-width: 1259px) and (min-width: 1199px) {
  body .banner_mission_value,
  body .edible-oil-banner,
  body .banner_positive_nutrition,
  body .banner_notice,
  body .banner_careers,
  body .banner_soya_lecithin,
  body .banner_industry_solution,
  body .banner_exports {
    min-height: 396px;
  }
}
@media (max-width: 991px) {
    body .banner .swiper .swiper-wrapper .swiper-slide .container-fluid p {
      font-size: 18px !important;
    }
}
@media (max-width: 767px) and (min-width: 568px){
    .footer p {
        margin: 0 !important;
        padding-left: 0rem !important;
    }
    .footer h5{
  padding-left: 0rem !important;
}
    .footer .social_icons{
 padding-left: 0rem !important;
}
}
@media (max-width: 767px) and (min-width: 577px){
 #footer-lt{
    padding-left: 45px !important;
}
body .topbar ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px 0;
    }

}
@media (max-width:767px){
#box-20 iframe{
width: 100% !important;
padding: 0px 15px;
}
}
.floating{
box-shadow:none !important;
}

body .topbar ul {
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 15px 0;
    }
    body .topbar ul li {
        padding: 0 10px 0 0;
        margin-right: 10px;
    }




#footer-rt{
     height: inherit;

}
#footer-rt{
font-weight: 600;
    color: #fdb913;
    line-height: 18px;
 margin-top: 6px ;
}

@media (max-width: 767px){
body .footer .foot-box-a {
    width: 99%!important;

}
body .footer .foot-box-a {
        width: 99% !important;
    }
  }
                            

@media (min-width: 768px){
body .footer .foot-box-a {
    width: 99%!important;

}
}
@media (max-width: 767px){
#footer-rt {
    margin-top: 20px !important;
    flex-direction: column !important;
}

}


body .clientele ul li img {
    border-radius: 30px 0px 30px 0px;
    border: 3px solid  #e31e240d;
}
h2{
   font-size: 45px !important;
   text-transform: capitalize;

}
    body .clientele ul li img {
        border-radius: 30px 0px 30px 0px;
        border: 3px solid #e31e240d;
    }

.dropdown-menu a{
    text-transform: capitalize !important;
}
.dropdown-menu {
    text-transform: capitalize!important;
}

body .leadership_profile .leadership_box{
  box-shadow: 10px 10px 9px 10px #cecece !important;
/* padding-bottom: 15px; */
border-radius: 10px !important;
margin-top: 20px;
}
body .leadership_profile .leadership_box:hover p{
  background-color: #fdb913 !important;
}
body .leadership_profile .leadership_box p{
  /* background: #e8c562 !important; */
padding: 20px !important;
text-align: center;

width: 100% !important;
/* border-radius: 10px 10px !important; */
}

@media (max-width:417px) and (min-width:376px){
  body .vision_circle p {
  font-size: 15px !important; 
    line-height: 17px !important;
  }
 
}
@media (max-width:767px){
  .innovation-text{
    margin-top: 30px !important;
  }
}
 @media (min-width:768px){
    #innovation-text-20{
        width: 50% !important;
    }}
    @media (max-width:768px){
        .innovation-text{
        background:  #d0d0cf7a ;
        padding: 15px !important;
        border-radius: 10px 20px;
    }}
     @media (max-width:767px){
    body .dealers-circle .sliver-circle{
        margin-bottom: 80px;
    }
    body .dealers-circle .sliver-circle-2{
        margin-bottom: 80px; 
    }
    body .dealers-circle .circle-yellow{
        margin-bottom: 80px; 
    }
    body .dealers-circle .circle-yellow-2{
        margin-bottom: 80px ; 
    }
    }
    body .stake-holder-slider .sliderBox .mySwiper {
        padding:0px !important
    }
    
 @media screen and (max-width:455px) {
 .custom-caption-2 {
    bottom: 35px;
    left: 0px;
    text-align: center;
    right: -17%;
  }
      .custom-caption-2 h2{
    font-size:20px !important;
  }
  .custom-caption-2 p {
    font-size:18px !important;
  }
    .custom-caption-1 {
    bottom: 19px;
    left: 152px;
  }
  .carousel-caption h2{
    font-size:20px !important;
  }
    .custom-caption-3 {
    transform: translate(-35%, 9px);
  }
    .custom-caption-3 p {
    font-size:18px !important;
  }
   .custom-caption-4 {
    bottom: -17px;
    left: 0px;
    right: 0px;
  }
    .feature h2 {
    font-size: 14px !important;
  }
    .custom-caption-1 {
    bottom: 107px;
    left: 182px;
  }
    .features {
    transform: translate(34%, 159px) !important;
  }
}
.Product-banner{
  min-height: inherit !important;
  padding: 0px !important;
}
/* @media (min-width: 1600px) and (max-width:2179px){
.Product-banner {
  min-height: 494px !important;
}
}
@media (min-width: 2180px) {
.Product-banner {
    min-height: 580px !important;
    background-size: 100% 100% !important;
}
}
@media (max-width: 1580px) {
    .Product-banner{
    min-height: 435px !important;
  }
}
@media (max-width: 1440px) and (min-width: 1260px) {
  .Product-banner{
    min-height: 390px !important;
  }
}
@media (max-width: 1259px) and (min-width: 1199px) {
    .Product-banner{
    min-height: 362px !important;
  }
} */
@media (max-width: 1199px) {
    /* .Product-banner {
    min-height: 348px !important;
  } */
  .Groundnut-Oil-text {
  transform: translate(31%,-97px);
}
}
/* @media (max-width: 1024px) and (min-width: 920px) {
    .Product-banner {
    min-height: 283px !important;
  }
}
@media (max-width: 919px) and (min-width: 680px) {
    .Product-banner {
    min-height: 244px !important;
  }
}
@media (max-width: 768px) and (min-width: 680px) {
    .Product-banner {
    min-height: 735px !important;
  }
}
@media (max-width: 679px) and (min-width: 525px) {
      .Product-banner {
    min-height: 670px !important;
}
  .Mustard-banner  {
    min-height: 659px !important;
  }
}
@media (max-width: 524px) {
        .Product-banner {
    min-height: 527px !important;
  }
} */
.soyaoil-text{
  transform: translate(15%,-56px);
}
.soyaoil-text h2{
  font-size: 34px !important;
  font-weight: 600 !important;
  line-height: 55px;
  letter-spacing: 1.2px;
}
.highlight-red{
  color: #e31e24;
  padding: 0px 3px;
}
.Groundnut-Oil-text{
transform: translate(44%,-97px);
  width: fit-content;
}
.Groundnut-Oil-text h2{
  font-size: 34px !important;
  font-weight: 600;
  color: #e31e24;
}
.sunflower-text {
  transform: translate(26%,-90px);
  width: fit-content;
}
.sunflower-text h2{
  color: #e31e24;
  font-weight: 600;
  font-size: 34px !important;
}
.Mustard-oil-text{
  padding-top: 50px;
}
.Mustard-oil-text h2{
  color: #e31e24;
  font-weight: 600;
  font-size: 34px !important;
}
.kritioil-text{
  font-size: 45px;
  font-weight: 600;
  padding-left: 32px;
  text-align: left;
}
@media (max-width: 1200px) {
.soyaoil-text {
   display: flex;
  justify-content: flex-start;
  transform: inherit;
}
.Mustard-oil-text h2 {
  font-size: 30px !important;
}
.sunflower-text {
  transform: inherit;
}
.sunflower-text {
  transform: inherit;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
}
@media (max-width: 1024px) {
  .Groundnut-Oil-text{
transform: inherit;
width: inherit;
display: flex;
justify-content: center;
padding-top: 20px;
}
.kritioil-text{
  font-size: 28px;
}
.Groundnut-Oil-text h2{
  font-size: 24px !important;
}
.sunflower-text h2{
  font-size: 28px !important;
}
.Mustard-oil-text h2{
  font-size: 24px !important;
}
}
@media (max-width: 769px) {
   .Product-banner{
    padding: 0rem 0 !important;
   }
  .soyaoil-text h2 {
  font-size: 26px !important;
  line-height: inherit;
  letter-spacing: inherit;
}
 .soyaoil-text {
    display: flex;
    justify-content: center;
    padding-top: 50px;
  }
.sunflower-text {
padding-top: 70px;
}
.Groundnut-Oil-text h2{
  font-size: 28px !important;
  text-align: center;
}
.sunflower-text h2{
  font-size: 28px !important;
  text-align: center;
}
.Mustard-oil-text h2{
  font-size: 28px !important;
}
.Mustard-oil-text {
  padding-top: 50px;
}
.kritioil-text{
    font-size: 34px;
    padding-top: 40px;
    padding-left: 0px;
    text-align: center;
}
  .Groundnut-Oil-text {
    padding-top: 50px;
  }
}
@media (min-width: 1600px) {
  body .soya {
    background-size: 100% 100%;
  }
}
@media screen and (max-width:2125px) and (min-width:1900px) {
 body .our_mission_value {
  min-height: 933px;
} 
}
@media screen and (max-width:2300px) and (min-width:2126px) {
 body .our_mission_value {
  min-height: 1024px;
} 
}
@media screen and (max-width:2600px) and (min-width:2301px) {
 body .our_mission_value {
  min-height: 1155px;
} 
}
@media screen and (min-width:1900px){
  h1, h2{
    font-size:55px !important;
  }
  p{
    font-size:24px !important;
  }
  body .agencies .box {
    height: 550px;
  }
  .text_box-award p {
    font-size: 27px !important;
  }
  body .navbar .navbar-nav .nav-item .nav-link {
  font-size: 22px;
}
 body{
  font-size: 20px !important;
 }
 .h4, h4 {
        font-size: 40px !important;
    }
    body .footer .quick_link li {
  font-size: 20px;
}
body .footer p {
  line-height: 30px;
}
}
#agencies-rt .row{
  justify-content: center;
}
@media screen and (min-width:2000px) {
body .soya-lecithin-textbox {
    min-height: 1080px;
}
}
/*body .edible-oil-banner {*/
/*    min-height:inherit !important;*/
/*}*/
.indusrtyEmodal:hover {
  color: black;
  background-color: #fdb913;
  border-color: #fdb913;
}
.error-text {
    font-size: 16px;
    margin-top: 4px;
    display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.indusrtyEmodal{
  margin: 10px auto;
}
@media screen and (max-width:1024px) {
  .error-text{
    padding-left: 6px;
  }
}
@media screen and (max-width:450px) {
  .error-text {
  /* padding-left: 18px !important; */
  font-size: 13px !important;
  padding-top: 20px;
}
.industry-form{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
}
@media (max-width: 767px) {
    .postive-nutrition-mainbox .soya-lecithin-textbox {
        min-height: 357px;
    }
}
@media (max-width: 767px) { 
.soya-chunks{
  background-position: 15% !important;
}
}