@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&amp;display=swap");

:root {
  font-size: 14px;
}
* {
  margin: 0px;
  padding: 0px;
}
body,
article,
aside,
details,
figcaption,
figure,
footer,
div,
header,
menu,
nav,
section,
ul,
h1,
h2,
h3,
h4,
ul,
li,
h6,
form {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0.01em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  list-style: none;
}
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
}
select::-ms-expand {
  display: none;
}
*:focus {
  outline: none;
  box-shadow: none !important;
  border: none;
}
a {
  text-decoration: none;
  border: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
a:hover,
a:focus {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  text-decoration: none;
}
.bg-gray {
  background: #f5f5f5;
}
button:focus {
  outline: 0 !important;
}
input,
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.microphone-button.active {
  color: #008c44 !important;
}

.scale {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
.show767 {
  display: none !important;
}
.btn-all {
  font-size: 1.175rem;
  line-height: 1.49;
  border: solid 1px #000;
  background: #fff;
  padding: 5px 0px;
  color: #000;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
  width: 190px;
  border-radius: 0px;
}
.btn-all:hover {
  background: #fff;
  color: #008c44;
  border: solid 1px #008c44;
}
.btn-all-invert {
  font-size: 1.175rem;
  line-height: 1.49;
  border: solid 1px #008c44;
  padding: 5px 0px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #008c44;
  width: 190px;
  border-radius: 0px;
}
.btn-all-invert:hover {
  background: #fff;
  color: #008c44;
  border: solid 1px #008c44;
}

.tab-content > .tab-pane {
  height: 0px;
  display: flex !important;
  overflow: hidden;
}
.tab-content > .tab-pane.active {
  height: auto;
}
/* preloader */
#preloader {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  background-color: #fff;
}
#preloader .loaderImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#preloader .loaderImg img {
  width: 400px;
}
.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* INTRO START */

.intro-wrap {
  position: relative;
  overflow: hidden;
}
.intro-bg {
  width: 100%;
  height: 100vh;
  position: relative;
}
/* .introbgimg1{background: url("/assets/images/intro-bg.jpg") no-repeat; background-size: cover; background-position: right; }
.introbgimg2{background: url("/assets/images/intro-bg1.jpg") no-repeat; background-size: cover; background-position: right; }
.introbgimg3{background: url("/assets/images/intro-bg2.jpg") no-repeat; background-size: cover; background-position: right; } */
.imgintro {
  cursor: default;
}

.Intrologo {
  position: absolute;
  left: 50%;
  top: 9%;
  transform: translateX(-50%);
  z-index: 999;
  width: 200px;
}
.Intrologo img {
  width: 100%;
}
.intro-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.intro-bg div.compat-object-fit {
  background-size: cover;
  background-position: center;
}
.intro-bg div.compat-object-fit img {
  opacity: 0;
}
.corporate-siteimg {
  opacity: 0;
}
.exp-iffcoimg {
  opacity: 0;
}
.opanone {
  opacity: 0;
  position: relative;
  z-index: 0;
  transition: opacity 0.15s linear;
  height: 0;
}
.opanone img {
  display: none;
}
.opadone {
  opacity: 1;
  position: relative;
  z-index: 9;
  transition: opacity 0.15s linear;
  height: auto;
}

.introbg11,
.introbg12 {
  height: 100vh;
  width: 100%;
  background-size: cover;
}

/* .im-farmarimg, .corporate-siteimg, .exp-iffcoimg{height: auto;} */
ul.select-profileintro {
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
}
ul.select-profileintro li {
  padding: 0;
  margin: 0 5%;
  width: 25%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
/* ul.select-profileintro li:nth-child(2){margin: 0 10%;} */
ul.select-profileintro li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 35px 0;
}
ul.select-profileintro li a span {
  transition: all 300ms ease;
  font-size: 12px;
}
ul.select-profileintro li a img {
  display: block;
  width: 101px;
  margin: 0 auto 15px;
}
ul.select-profileintro li a:active {
  transform: translateY(10px);
}

.hideintro-tab {
  display: none !important;
}
.active-introtab {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffea00 !important;
}
.active-introtab img.showintro-tab {
  display: none !important;
}
.active-introtab img.hideintro-tab {
  display: block !important;
}
.active-introtab span {
  font-size: 13px !important;
}

.intoimg-2x,
.intoimg-1x {
  display: none !important;
}
/* .intromain{} */
.workingmain {
  width: 930px;
  z-index: 10;
  margin: 0 auto;
  bottom: 0px;
  position: absolute;
  border-bottom: 10px solid #ffea00;
  height: auto;
  padding-bottom: 120px;
  left: 0;
  right: 0;
}
.intro-wrap .workingmain .radio-wrap {
  margin-bottom: 50px;
  width: 80%;
  margin: 0 auto;
}
.middle {
  width: 100%;
  text-align: center;
}

.intro-wrap .workingmain .formwrap {
  text-align: center;
  font-size: 28px;
  color: #fff;
  text-shadow: 4px 4px 12px #000;
}
.intro-wrap .workingmain .formwrap .textbox {
  padding: 25px;
}
.intro-wrap .workingmain .formwrap .textbox select {
  border: 0px;
  border-bottom: 2px dotted #ffea00;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  @media (-webkit-min-device-pixel-ratio: 2),;
  cursor: pointer;
  color: #ffea00;
  padding-right: 35px;
  background: url("../../images/intro-arrowselect.html") right 10px top 49%
    no-repeat;
}
.intro-wrap .workingmain .formwrap .buttonbox .btngo {
  border: 2px solid #ffea00;
  color: #ffea00;
  font-size: 30px;
  text-transform: uppercase;
  padding: 5px 30px;
  background: none;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.intro-wrap .workingmain .formwrap .buttonbox .btngo:hover {
  border: 2px solid #ffea00;
  color: #000;
  background: #ffea00;
}
.zoom-banner {
  -webkit-animation: zoom-banner 150s infinite;
  -moz-animation: zoom-banner 150s infinite;
  -o-animation: zoom-banner 150s infinite;
  animation: zoom-banner 150s infinite;
}

@keyframes zoom-banner {
  0% {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
  }
  25% {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2); /* Standard syntax */
  }
  50% {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
  }
  75% {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2); /* Standard syntax */
  }
  100% {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
  }
}

@-webkit-keyframes zoom-banner {
  0% {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
  }
  25% {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2); /* Standard syntax */
  }
  50% {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
  }
  75% {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2); /* Standard syntax */
  }
  100% {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
  }
}

/* INTRO END */
.main {
  position: relative;
}

.headingmain h2 {
  text-align: center;
  color: #008c44;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 25px;
}
.headingmain h2 span {
  position: relative;
}
.headingmain h2 span font {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.headingmain h2 span:before,
.reportshead h3 span:before {
  position: absolute;
  content: "";
  height: 3px;
  background: #ffea00;
  top: 50%;
  left: -10%;
  width: 120%;
  margin: 0 auto;
  z-index: 0;
}

.farmer-select {
  position: absolute;
  animation: slide-down1 1s;
}

header {
  background: #fff;
}
.toppadding {
  padding-top: 40px;
}
.topheader {
  background: #ffea00;
  position: relative;
  z-index: 1111;
}
.topheader ul.formwrap {
  display: flex;
  padding: 5px 0;
}
.topheader ul.formwrap li select {
  border: 0px;
  border-bottom: 2px dotted #1d8134;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  @media (-webkit-min-device-pixel-ratio: 2),;
  cursor: pointer;
  color: #1d8134;
  padding-right: 20px;
  background: url("../../images/arrow-selectgreen.html") right 0px top 49%
    no-repeat;
  text-transform: uppercase;
}
.topheader ul.formwrap li {
  margin: 0 20px;
}
.topheader ul.formwrap li a {
}
.topheader ul.formwrap li a.switch i {
  color: #1d8134;
  line-height: 24px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.topheader ul.formwrap li a.switch i:hover {
  color: #333;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.topheader ul.formwrap li:first-child {
  margin: 5px 0;
  border-right: 1px solid #666;
  padding-right: 20px;
}

.topheader ul.rightformwrap {
  display: flex;
  padding: 2px 0;
  justify-content: flex-end;
}
.topheader ul.rightformwrap li select {
  border: 0px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  @media (-webkit-min-device-pixel-ratio: 2),;
  cursor: pointer;
  color: #1d8134;
  padding-right: 30px;
  background: url("../../images/arrow-selectgreen.html") right 0px top 49%
    no-repeat;
  text-transform: uppercase;
}
.topheader ul.rightformwrap li .header-state select {
  text-transform: unset;
}
.topheader ul.rightformwrap li {
  padding: 0 25px;
  border-right: 1px solid #666;
  line-height: 15px;
  margin: 5px 0;
  position: relative;
}
.topheader ul.rightformwrap li a {
  color: #333;
  text-transform: uppercase;
  font-size: 0.8rem;
  position: relative;
}
.topheader ul.rightformwrap li a:hover {
  color: #1d8134;
}
.topheader ul.rightformwrap li:last-child {
  margin-right: 0px;
  border: 0px;
}

.topheader ul.rightformwrap li a.hindi {
  color: #1d8134;
  font-size: 0.9rem;
}
.topheader ul.rightformwrap li a.hindi:hover {
  color: #333;
}

.topheader ul.rightformwrap li a.tender-blink {
  padding: 0;
  margin: 0;
}
.topheader ul.rightformwrap li a.tender-blink:before,
.topheader ul.rightformwrap li a.tender-blink:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: -20px;
  border-radius: 50%;
  border: 0.07em solid red;
  width: 15px;
  height: 15px;
}
.topheader ul.rightformwrap li a.tender-blink:before {
  display: none;
  -webkit-animation: ripple 3.5s linear infinite;
  animation: ripple 3.5s linear infinite;
}
.topheader ul.rightformwrap li a.tender-blink:after {
  -webkit-animation: ripple 3.5s linear 1s infinite;
  animation: ripple 3.5s linear 1s infinite;
}
.topheader ul.rightformwrap li a.tender-blink .red-dot-tender {
  position: absolute;
  width: 9px;
  height: 9px;
  left: -17px;
  right: 0;
  top: 1px;
  background: red;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.mainheader {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.fixedActice {
  position: fixed;
  top: 0;
  box-shadow: 0px 5px 2px -2px rgba(0, 0, 0, 0.1);
  transition: all 1s ease-out 0s;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  animation: slide-down 0.7s;
}

.mainheader .logo {
  padding: 13px 0;
}
.mainheader .logo img{
  width: 130px; 
}

.mainheader .navmain {
  display: flex;
}
.mainheader .navmain a {
  font-size: 1.1rem;
  padding: 15px 10px 0 10px;
  position: relative;
  /* width: 56px; 
  margin: 0 23px 0 0;*/
  display: flex;
}
.mainheader .navmain a:hover {
  background: #008c44;
  color: #ffffff;
}
/* .mainheader .navmain a:before{content: '\f142'; opacity: 1; transition: all 0.3s; position: absolute; left: 15px; padding-right: 10px; font-size: 50px; color:#7f7f7f; top: 0; font-family: "Font Awesome 5 Pro"; font-weight: 300;} */
.mainheader .navmain a:hover:before {
  color: #89bf9d;
}

.mainheader .navmain a span {
  position: absolute;
  top: 45px;
  left: 2px;
  margin-left: 10px;
  height: 2px;
  width: 70%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #008c44;
  border-radius: 10rem;
}
.mainheader .navmain a span:before {
  left: 0;
  width: 100%;
  position: absolute;
  top: -7px;
  content: "";
  height: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #008c44;
  border-radius: 10rem;
}
.mainheader .navmain a span:after {
  left: 0;
  width: 100%;
  position: absolute;
  top: 7px;
  content: "";
  height: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #008c44;
  border-radius: 10rem;
}

.mainheader .navmain a:hover span,
.mainheader .navmain a:hover span:before,
.mainheader .navmain a:hover span:after {
  background: #ffffff;
  /* width: 52%; */
}
.mainheader .navmain a:hover span:before,
.mainheader .navmain a:hover span:after {
  width: 100%;
}

.mainheader .navmain.active1 a {
  background: #008c44;
  color: #008c44;
}
.mainheader .navmain.active1 a:before {
  color: #89bf9d;
}
.mainheader .navmain.active1 a span {
  background: #89bf9d;
  display: block;
  width: 52%;
}
.mainheader .navmain.active1 a span:before,
.mainheader .navmain.active1 a span:after {
  background: #ffffff;
  width: 100%;
}

.mainheader .navmain.active1 a:before {
  opacity: 0;
  left: -0px;
}
.mainheader .navmain.active1 a span {
  background: transparent;
  left: 12px;
  top: 37px;
}
.mainheader .navmain.active1 a span:before {
  transform: rotate(45deg);
  top: 0;
}
.mainheader .navmain.active1 a span:after {
  transform: rotate(-45deg);
  top: -0px;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.1);
  }
  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(0.1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.mainheader .logoright {
  display: flex;
  justify-content: flex-end;
}

/* .searchbox .inputbox input{height:75px; border: none; border-right:none; box-sizing:border-box; font-size:1.8rem; padding-left: 60px; width:88%; float:left;  text-indent: 0.01px; text-overflow: ''; color: #555; position: relative; background: #f7f7f7; font-weight: 200;} */
.searchbox .inputbox input {
  font-family: "Montserrat", sans-serif;
  height: 75px;
  border: none;
  border-right: none;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding-left: 60px;
  width: 100%;
  float: left;
  text-indent: 0.01px;
  text-overflow: "";
  color: #555;
  position: relative;
  background: #f7f7f7;
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.searchbox .inputbox input:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 75px;
  color: #666;
  font-family: "FontAwesome";
  left: 15px;
  z-index: 1;
  font-size: 2.2rem;
  background: url("../../images/search-icon.png") left 50% no-repeat;
}

.searchbox .inputbox button {
  height: 75px;
  border: none;
  box-sizing: border-box;
  padding: 10px;
  margin: 0px;
  float: right;
  cursor: pointer;
  width: 12%;
  color: #757575;
  font-size: 3rem;
}
.searchbox .inputbox button:hover {
  color: #222;
}
.microphone-button {
  background: #eee;
}
.microphone-button.active {
  background-color: #1d8134;
  color: #fff;
}
.microphone-button.active i {
  color: #fff;
}

.searchbox {
  position: relative;
  width: 100%;
}

/* .searchbox:before{ content:''; position: absolute;  width: 28px; height: 75px; color: #666; font-family: 'FontAwesome'; left: 15px; z-index: 1; font-size:2.2rem; background: url("/assets/images/search-icon.png") left 50% no-repeat;} */
.start-type {
  color: #008c44;
  font-weight: 500;
  line-height: 50px;
  font-style: italic;
  display: none;
}
/* ********************* */
.menu-container {
  max-width: 100%;
  position: relative;
  background: #fff;
  margin: 0 auto;
  z-index: 50;
  border-bottom: 1px solid #d7d7d7;
}
.main-menu {
  display: block;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.7s;
  position: absolute;
  top: 75px;
  left: auto;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  min-height: 0;
  margin-top: 0;
  z-index: 16;
}

ul.menudrop {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  width: 315px;
}
ul.menudrop li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.menudrop li a {
  color: #1c1c1c;
  background: none !important;
  font-weight: 500;
  padding: 0.6875rem 1.125rem !important;
  display: block;
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
/* ************ */
/* ul.menudrop li a:after{ transition: all .3s; content: '';  border:none;} */
ul.menudrop > li > a:after,
ul.menudrop > li > a:after {
  opacity: 0;
  content: "\f0da";
  border: none;
  width: 30px;
  height: 45px;
  background: #1d8134;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  color: #ffea00;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-align: center;
  line-height: 45px;
  z-index: 1;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
ul.menudrop > li.active > a:after,
ul.menudrop > li:hover > a:after {
  opacity: 1;
}
ul.menudrop li a:before {
  display: none;
}

ul.menudrop li.active a,
ul.menudrop li:hover a {
  background: #1d8134 !important;
  color: #ffea00;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
/* ul.menudrop li.active a:after, ul.menudrop li:hover a:after{ transition: all .3s;  content: ''; right: 7%; top: 40%; position: absolute; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 9px solid #ffea00;} */
ul.menudrop li .nav-content {
  position: absolute;
  left: 0;
  display: none;
  opacity: 1;
  top: 0;
  width: 70.3%;
  margin: 0 0 0 26.3%;
  background: #f7f7f7;
  border-left: 1px solid #f1f1f1;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
ul.menudrop li .nav-content.active {
  display: block;
  left: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.relative {
  position: relative;
}

ul.menudrop li .nav-content {
  margin-left: 26.6%;
}
ul.menudrop li.active .nav-content.active {
  margin-left: 26.6%;
}

ul.menudrop li .nav-content ul.listing-sbmenu {
  padding: 20px 0 0 3.8rem;
  margin: 0;
  width: 320px;
  font-size: 1rem;
  animation: slide-down-menu 1s;
}
ul.menudrop li .nav-content ul.listing-sbmenu li {
  list-style: none;
  width: 100%;
}
ul.menudrop li .nav-content ul.listing-sbmenu li a {
  display: block;
  position: relative;
  color: #1c1c1c;
  background: none !important;
  transition: all 0.3s;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-weight: 400;
}
ul.menudrop li .nav-content ul.listing-sbmenu li a:after {
  border: none;
  transition: all 0.3s;
}
ul.menudrop li .nav-content ul.listing-sbmenu li a:hover {
  background: none;
  color: #137f3a;
  transition: all 0.3s;
}
ul.menudrop li .nav-content ul.listing-sbmenu li a:hover:after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #137f3a;
  right: auto;
  top: auto;
  margin-left: 10px;
  margin-top: 4px;
}

ul.menudrop li .nav-content ul.listing-sbmenu li a.tender-link:hover:after {
  top: 77%;
}

ul.menudrop li .nav-content .navcontent-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 499px;
  justify-content: right;
  height: 100%;
  background: transparent;
  overflow: hidden;
}
ul.menudrop li .nav-content .navcontent-img img {
  height: auto;
  width: 100%;
}
ul.menudrop li .nav-content .navcontent-img .menuimg {
  position: relative;
  top: 0;
  right: 0;
  height: 100%;
}
ul.menudrop li .nav-content .navcontent-img .menuimg-txt {
  width: 250px;
  height: 180px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 25px;
  animation: slide-down-menuimg 2s;
}
ul.menudrop li .nav-content .navcontent-img .menuimg-txt .menu-imgcopy {
  font-size: 1rem;
  padding: 1.25rem;
}
ul.menudrop li .nav-content .navcontent-img .menuimg-txt .menu-imgcopy a {
  color: #137f3a;
  display: block;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  background: none !important;
}
ul.menudrop li .nav-content .navcontent-img .menuimg-txt .menu-imgcopy a:after {
  border: none;
}
ul.menudrop li .nav-content .navcontent-img .menuimg-txt .menu-imgcopy a:hover {
  background: none;
  text-decoration: underline;
}

ul.search-hints {
  padding: 0;
  padding: 20px 0 0 0;
  font-size: 1.5rem;
  display: none;
}
ul.search-hints li {
  margin: 0 0 15px 0;
}
ul.search-hints li a {
  color: #000;
}
/* ----------------nav device------------------ */
.mainheader .navmain-device {
  display: none;
}
.mainheader .navmain-device a {
  position: relative;
  /* width: 110px; */
  cursor: pointer;
}
.mainheader .navmain-device a:before {
  content: "\f142";
  opacity: 1;
  transition: all 0.3s;
  position: absolute;
  left: 31px;
  padding-right: 10px;
  font-size: 50px;
  color: #7f7f7f;
  top: -1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: none;
}

.mainheader .navmain-device a span {
  /* display: none; */
  position: absolute;
  top: 46px;
  left: 17px;
  margin-left: 12px;
  height: 2px;
  width: 68%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #008c44;
  border-radius: 10rem;
}
.mainheader .navmain-device a span:before {
  left: 0;
  width: 100%;
  position: absolute;
  top: -7px;
  content: "";
  height: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #008c44;
  border-radius: 10rem;
}
.mainheader .navmain-device a span:after {
  left: 0;
  width: 100%;
  position: absolute;
  top: 8px;
  content: "";
  height: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #008c44;
  border-radius: 10rem;
}

.mainheader .navmain-device.devicem-active a {
  background: #008c44;
  color: #008c44;
}
.mainheader .navmain-device.devicem-active a:before {
  color: #89bf9d;
}
.mainheader .navmain-device.devicem-active a span {
  background: #89bf9d;
  width: 33%;
}
.mainheader .navmain-device.devicem-active a span:before,
.mainheader .navmain-device.devicem-active a span:after {
  background: #ffffff;
  width: 100%;
}

.mainheader .navmain-device.devicem-active a:before {
  opacity: 0;
  left: -0px;
}
.mainheader .navmain-device.devicem-active a span {
  background: transparent;
  left: 7px;
  top: 35px;
  display: block;
}
.mainheader .navmain-device.devicem-active a span:before {
  transform: rotate(45deg);
  top: 0;
}
.mainheader .navmain-device.devicem-active a span:after {
  transform: rotate(-45deg);
  top: -0px;
}

.menutrans {
  transform: translateY(0%);
  opacity: 1;
}
/* .mainheader .navmain-device.devicem-active a{}
.mainheader .navmain-device.devicem-active a:before{content: '\f142'; position: absolute; left: 31px; padding-right: 10px; font-size: 50px; color:#7f7f7f; top: -1px; font-family: "Font Awesome 5 Pro"; font-weight: 300;}

.mainheader .navmain-device.devicem-active a span{display: block;  position: absolute; top: 34px; left: 17px; margin-left: 25px;  height: 4px; width: 33%; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; background:transparent; border-radius:10rem;}
.mainheader .navmain-device.devicem-active a span:before{transform: rotate(-45deg); left: 0; width: 100%; position: absolute; top: 0px; content: ''; height: 4px; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; background: #7f7f7f; border-radius:10rem;}
.mainheader .navmain-device.devicem-active a span:after{transform: rotate(45deg); left: 0; width: 100%; position: absolute; top: 0px; content: ''; height: 4px; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; background: #7f7f7f; border-radius:10rem;} */
.pushmenu-space {
  margin-top: -55px;
}

.menu-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 15;
  display: none;
}
.searchOverlay {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 281;
}

#twitterNotSuppoerMSG {
  color: red;
}

ul.farmer-drop {
  display: none;
}
ul.farmer-drop li select {
  border: 0px;
  border-bottom: 2px dotted #1d8134;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  @media (-webkit-min-device-pixel-ratio: 2),;
  cursor: pointer;
  color: #1d8134;
  padding-right: 20px;
  background: url("../../images/arrow-selectgreen.html") right 0px top 49%
    no-repeat;
  text-transform: uppercase;
}
ul.farmer-drop li {
  margin: 0 20px;
}
ul.farmer-drop li a.switch i {
  color: #1d8134;
  line-height: 24px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
ul.farmer-drop li a.switch i:hover {
  color: #333;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.farmer-drop li:first-child {
  margin-left: 0px;
}

/* ----------------------- */
.top-slider {
  position: relative;
}
.home-top-slider .item {
  position: relative;
  height: 88.5vh;
}
.home-top-slider .banner_text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.25);
}

.home-top-slider .banner_text .container .banner_content {
  max-width: 500px;
  padding-top: 5%;
}

.home-top-slider .banner_text .container .banner_content h2,
.home-top-slider .banner_text .container .banner_content h1 {
  font-size: 4rem;
  font-weight: 700;
  /* color: #008c44; */
  color: #fff;
  line-height: 1.1;
  padding-bottom: 25px;
}
.home-top-slider .banner_text .container .banner_content p {
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
  padding-right: 35%;
  font-family: "Montserrat", sans-serif;
}
.bnr_img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.customSelectBox {
  position: relative;
  padding-right: 10px;
  border-bottom: 2px dotted #ffea00;
}
.customSelectBox:after {
  display: none;
}
.customSelectBox select {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 14px;
  color: #000 !important;
}
.customSelectBox .selectedText,
.choosen-state.selectListCustom .textSelected,
.choosen-language.selectListCustom .textSelected {
  font-weight: 700;
  cursor: pointer;
  color: #ffea00;
  background: url(../../images/intro-arrowselect.html) right 1px top 65%
    no-repeat;
  overflow: hidden;
  margin-right: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 12px 12px 5px 5px;
  font-size: 25px;
}
.choosen-language.selectListCustom .listSelect,
.choosen-state.selectListCustom .listSelect {
  z-index: 1;
}

.customSelectBox .errorMsg {
  color: red;
  position: absolute;
  font-weight: bold;
  display: none;
  white-space: nowrap;
}
.choosen-language.selectListCustom .listSelect,
.choosen-state.selectListCustom .listSelect {
  width: 100%;
  max-height: 162px;
}

.featuredProdDiscHeight {
  min-height: 220px;
}

/*** Arrow Slider down***/

.arrowsliderdown {
  position: absolute;
  left: 0px;
  bottom: 3%;
  right: 0;
  width: 90px;
  height: auto;
  margin: auto;
  padding: 0px;
  text-align: center;
  z-index: 14;
}
.arrowsliderdown a {
  font-size: 12px;
  color: #fff;
}

.arrowsliderdown a span {
  display: block;
  line-height: 16px;
}
.arrowsliderdown .arrow {
  text-align: center;
  margin: 8% 0;
}
.arrowsliderdown .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/*** Arrow Slider down***/

@media (max-width: 767px) {
  .home-top-slider .banner_text .container .banner_content h2,
  .home-top-slider .banner_text .container .banner_content h1 {
    font-size: 1rem;
  }
}

/************ TAB 2 TOP WRAP **************/
.tab2top-wrap {
  background: #008c44;
  width: 100%;
  z-index: 10;
}
.tab2top-wrap .heading {
  align-self: center;
}
.tab2top-wrap .heading h3 {
  color: #fff;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  padding: 20px 0;
}
/* common tabs */
.common-tabs {
  color: #5c5c5c;
}

.common-tabs nav {
  border-bottom: solid 1px #e3e3e3;
}

.common-tabs .nav-tabs {
  border: none;
}

@media (max-width: 1024px) {
  .common-tabs .nav-tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.common-tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #fff;
  border-top: none;
  padding: 15px 30px;
  font-family: "Montserrat";
  font-size: 2rem;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.common-tabs .nav-tabs .nav-link.active {
  color: #ffea00;
  background-color: transparent;
}

@media (max-width: 768px) {
  .common-tabs .nav-tabs .nav-link {
    padding: 10px 15px;
  }
}

.common-tabs .nav-tabs .nav-link h2 {
  font-size: 1rem;
  margin: 0;
  font-weight: inherit;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  min-height: 42px;
}

.common-tabs .nav-tabs .nav-item.show .nav-link {
  color: #e76d24;
  background-color: transparent;
}

.tabs-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* end common tabs */
.slide-bot-tab .nav {
  padding-top: 15px;
  position: relative;
}
.slide-bot-tab .nav:after {
  border-bottom: 1px solid #66ba8f;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 102px;
  left: 0px;
}

.p-nutri-tabimg0 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  left: 22px;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}
.p-nutri-tabimg4 {
  width: 60px;
  height: 82px;
  position: absolute;
  top: 5px;
  left: 22px;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}
.p-nutri-tabimg1 {
  width: 72px;
  height: 87px;
  position: absolute;
  top: 0px;
  left: 22px;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}
.p-nutri-tabimg2 {
  width: 102px;
  height: 87px;
  position: absolute;
  top: 0px;
  left: 6px;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}
.p-nutri-tabimg3 {
  width: 94px;
  height: 87px;
  position: absolute;
  top: 0px;
  left: 33px;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}

.p-nutri-tabimg5 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  left: 22px;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}
.p-nutri-tabimg6 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  left: 22px;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}

.micronutri-tabimg {
  width: 60px;
  height: 87px;
  position: absolute;
  top: 0px;
  left: 22px;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}
.nano-ferti-tabimg {
  width: 54px;
  height: 87px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
}
.p-nutri-tabimg4 img,
.p-nutri-tabimg1 img,
.p-nutri-tabimg2 img,
.p-nutri-tabimg3 img,
.nano-ferti-tabimg0 img,
.micronutri-tabimg img,
.nano-ferti-tabimg img,
.p-nutri-tabimg5 img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.slide-bot-tab .nav-tabs .nav-link .hidetab-icon {
  display: block !important;
}
.slide-bot-tab .nav-tabs .nav-link .showtab-icon {
  display: none !important;
}
.slide-bot-tab .nav-tabs .nav-link.active .hidetab-icon {
  display: none !important;
}
.slide-bot-tab .nav-tabs .nav-link.active .showtab-icon {
  display: block !important;
}

.slide-bot-tab .nav-tabs .nav-link {
  padding: 100px 0 20px 0;
  width: /*12.5%;*/ 10.5%;
  margin: /*0 1.32%*/ 0 1%;
  position: relative;
  z-index: 1;
}
.slide-bot-tab .nav-tabs .nav-link:before {
  border-bottom: 4px solid #ffea00;
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  top: 86px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.slide-bot-tab .nav-tabs .nav-link.active:before {
  width: 90%;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.slide-bot-tab .nav-tabs .nav-link:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0px;
}
.slide-bot-tab .nav-tabs .nav-link.active:after {
  bottom: -9px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #008c44;
  width: 10px;
  height: 8px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.slider-nav,
.slider-nav1,
.slider-nav2,
.slider-nav3,
.slider-nav4,
.slider-nav5 {
  padding: 35px 0;
}
.slider-nav .item,
.slider-nav1 .item,
.slider-nav2 .item,
.slider-nav3 .item,
.slider-nav4 .item,
.slider-nav5 .item {
  opacity: 0.5;
}
.slider-nav .item.slick-current,
.slider-nav1 .item.slick-current,
.slider-nav2 .item.slick-current,
.slider-nav3 .item.slick-current,
.slider-nav4 .item.slick-current,
.slider-nav5 .item.slick-current {
  opacity: 1;
}

.slider-nav .slick-slide img,
.slider-nav1 .slick-slide img,
.slider-nav2 .slick-slide img,
.slider-nav3 .slick-slide img,
.slider-nav4 .slick-slide img,
.slider-nav5 .slick-slide img {
  display: block !important;
}

#homeProductImgList .slick-prev,
#homeProductImgList .slick-next {
  margin-top: 5px;
}
#homeProductImgList .slick-prev {
  left: -5px;
}
#homeProductImgList .slick-next {
  right: 5px;
  margin: -11px;
}

.bgslidenav {
  background: url("../../images/bg-slidenav.html") bottom center no-repeat;
  position: relative;
}
.urea-sliderfor h3 {
  color: #008c44;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 25px;
}
.urea-sliderfor p {
  color: #222;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.urea-sliderfor .btn-all,
.urea-sliderfor .btn-all-invert {
  width: 100%;
}

.navtab-tophome {
  position: relative;
}
.navtab-tophome:before {
  content: "";
  width: 111%;
  height: 0;
  position: absolute;
  background: #f5f5f5;
  bottom: 0;
  left: -4%;
}
.bgslidenav .noData {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ************* where to buy modal *************** */
.wheretobuy-modal {
  padding-right: 0 !important;
}
.wheretobuy-modal .modal-dialog {
  max-width: 45%;
}
.wheretobuy-modal-left {
  padding: 25px 0;
  margin: 0;
}
.inputbox-wb {
  text-align: center;
  position: relative;
  width: 90%;
}
.input-addresss-wb {
  width: 90%;
  margin: 0;
  font-size: 1rem;
  padding: 10px 120px 10px 15px;
  border: 1px solid #ccc;
  font-weight: 500;
}
.wbsubmit {
  background: url(../../images/search-icon.png) center center no-repeat;
  background-size: 22px;
  width: 25px;
  height: 25px;
  border: 0;
  position: absolute;
  right: 42px;
  top: 9px;
  cursor: pointer;
}
.wblocation {
  position: absolute;
  right: 40px;
  top: 7px;
  border-left: 1px solid #ccc;
  padding: 5px 0 3px 10px;
}
.wblocation .fa-location {
  font-size: 20px;
  color: #868686;
  cursor: pointer;
  font-weight: 200;
}

.wheretobuy-modal-right {
  padding: 0;
  margin: 0;
  display: none;
}
.wheretobuy-modal-right .mapouter {
  position: relative;
  height: 550px;
  width: 100%;
}
.wheretobuy-modal-right .mapouter #gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.close-wheretobuy-modal {
  background: #fff;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.close-wheretobuy-modal span {
  position: absolute;
  font-size: 4rem;
  font-weight: 100;
  top: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.close-wheretobuy-modal:focus {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2) !important;
}

.wherebuy-chkbox-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0 40px;
  padding-bottom: 10px;
}
.wherebuy-mapaddres-box {
  padding: 0 25px 0;
  position: relative;
  max-height: 350px;
}

ul.wherebuy-address-listbox {
  padding: 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.wherebuy-address-listbox > h6 {
  font-size: 1.0625rem;
  color: #078c45;
  font-weight: 700;
  margin-bottom: 15px;
}
ul.wherebuy-address-listbox li {
  padding: 0;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  position: relative;
}

ul.wherebuy-address-listbox li > ul {
  display: flex;
  justify-content: space-between;
}
ul.wherebuy-address-listbox li > ul > li {
  font-weight: 500;
  position: relative;
}
ul.wherebuy-address-listbox li > ul > li:nth-child(2) {
  margin-right: 25%;
  display: none;
}
.icon-addleft {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
}
.locicon-wb {
  width: 16px;
}
.callicon-wb {
  width: 20px;
}
.timeicon-wb {
  width: 22px;
  top: -2px;
}
.diricon-wb {
  width: 22px;
}
.sublist-wb {
  padding: 0 !important;
}
/* ********* checkbox reach ******* */
.reach-check label {
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.reach-check label .checkbox-r {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  vertical-align: middle;
  position: relative;
}
.reach-check label .checkbox-r:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 14px;
  border-right: 2px solid #e30303;
  border-bottom: 2px solid #e30303;
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transition: all 0.2s;
}
.reach-check label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.reach-check label input:checked + .checkbox-r {
  border-color: #000000;
}
.reach-check label input:checked + .checkbox-r:before {
  transform: translate(-50%, -60%) rotate(45deg) scale(1);
}
.reach-check label .text {
  margin-left: 5px;
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.reach-check label input:disabled + .checkbox-r {
  opacity: 0.3;
}
/* ******************* sticky tab home ********************* */
.stick-prod.slide-bot-tab .nav-tabs .nav-link {
  display: flex;
  align-items: center;
}
.stick-prod.slide-bot-tab .nav-tabs .nav-link.active:before {
  width: 0;
  display: none;
}
.stick-prod.slide-bot-tab .nav-tabs .nav-link.active:after {
  display: none;
}
.stick-prod.slide-bot-tab .nav-tabs .nav-link {
  padding: 10px 0 10px 55px;
}
.stick-prod.slide-bot-tab a,
.stick-prod.slide-bot-tab a.active {
  background-position: left top;
  opacity: 1;
}
.stick-prod.slide-bot-tab a {
  opacity: 0.7;
}
.stick-prod.common-tabs .nav-tabs .nav-link h2 {
  text-align: left;
  font-size: 0.875rem;
  width: 90%;
}
.stick-prod.slide-bot-tab .nav:after {
  display: none;
}

.stick-prod.slide-bot-tab .p-nutri-tabimg0 {
  width: 55px;
  height: 57px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.stick-prod.slide-bot-tab .p-nutri-tabimg4 {
  width: 55px;
  height: 57px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.stick-prod.slide-bot-tab .p-nutri-tabimg5 {
  width: 45px;
  height: 57px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.stick-prod.slide-bot-tab .p-nutri-tabimg6 {
  width: 55px;
  height: 57px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.stick-prod.slide-bot-tab .p-nutri-tabimg1 {
  width: 44px;
  height: 57px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0;
}
.stick-prod.slide-bot-tab .p-nutri-tabimg2 {
  width: 52px;
  height: 57px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0;
}
.stick-prod.slide-bot-tab .p-nutri-tabimg3 {
  width: 55px;
  height: 57px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0;
}
.stick-prod.slide-bot-tab .micronutri-tabimg {
  width: 33px;
  height: 57px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0;
}
.stick-prod.slide-bot-tab .nano-ferti-tabimg {
  width: 36px;
  height: 57px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}

/* .stick-prod.slide-bot-tab .nav-tabs a.nav-link:nth-child(1){width:14%; padding-left: 60px; transition: all 0.5s;}
.stick-prod.slide-bot-tab .nav-tabs a.nav-link:nth-child(2){width:13%; padding-left: 48px; transition: all 0.5s;}
.stick-prod.slide-bot-tab .nav-tabs a.nav-link:nth-child(3){width:17%; padding-left: 70px; transition: all 0.5s;}
.stick-prod.slide-bot-tab .nav-tabs a.nav-link:nth-child(4){width:17%; padding-left: 60px; transition: all 0.5s;}
.stick-prod.slide-bot-tab .nav-tabs a.nav-link:nth-child(5){width:12%; padding-left: 40px; transition: all 0.5s;}
.stick-prod.slide-bot-tab .nav-tabs a.nav-link:nth-child(6){width: 12%; padding-left: 44px; transition: all 0.5s;} */

.stick-prod#hometabs {
  padding-bottom: 10px;
  transition: all 0.5s;
}
/* .stickOnScroll-on{transition: all 0.5s;} */

.stick-prod {
  position: fixed;
  top: 72px;
  padding: 0 0 10px !important;
  transition: all 0.5s;
}

.topgreenbox-tab {
  min-height: 100px;
}

.soul-wrap {
  position: relative;
}
.soul-wrap .headingmain p {
  font-size: 1.3rem;
  color: #222;
  margin: 0 20%;
  font-weight: 600;
  line-height: 25px;
}
.soul-wrap {
  align-items: center;
}
.soul-wrap .imgwrap {
  position: relative;
  max-width: 1216px;
  height: auto;
}
.soul-wrap .imgwrap iframe {
  width: 100%;
  height: 100%;
}
.soul-wrap .textwrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soul-wrap .textwrap .text-box a.playbtn {
  font-size: 7rem;
  font-weight: 900;
  color: #fff;
}
.soul-wrap .textwrap .text-box a.playbtn:hover {
  color: #ffea00;
}
.video-dialog {
  background: #000;
}

.sliderproducts .left .textbox h6 {
  font-size: 1.3rem;
  color: #454545;
}
.sliderproducts .left .textbox h5 {
  color: #008c44;
  font-weight: 800;
  font-size: 1.6rem;
}
.sliderproducts .left .textbox p {
  line-height: 2rem;
  padding-bottom: 25px;
  font-size: 1.3rem;
  color: #454545;
}

.sliderproducts .slick-prev,
.sliderproducts .slick-next {
  width: 32px;
  height: 32px;
  left: -33px !important;
  left: auto;
  opacity: 1;
  background: #424242;
  top: 0px;
  margin-top: 49px;
}
.sliderproducts .slick-prev:after,
.sliderproducts .slick-next:after {
  content: "\f105";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
.sliderproducts .slick-next {
  transform: rotate(180deg);
  top: 0px;
  margin: 0px;
}
.sliderproducts .slick-prev.slick-disabled,
.sliderproducts .slick-next.slick-disabled {
  opacity: 0.55;
  cursor: default;
}

.soilandtree {
  max-width: 1366px;
  margin: 0 auto;
}
.soilandtree .imgbox-wrap {
  border-right: 1px solid #fff;
  position: relative;
}
.soilandtree .imgbox-wrap img {
  width: 100%;
  height: auto;
}
.soilandtree .imgbox-wrap .btnwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.soilandtree .imgbox-wrap .btnwrap a.soilbtn {
  position: relative;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  text-shadow: 0px 2px 7px #333;
}
.soilandtree .imgbox-wrap .btnwrap a.soilbtn:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 14px;
  bottom: 10px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background: #ffea00;
}
.soilandtree .imgbox-wrap .btnwrap a.soilbtn:hover:after {
  width: 104%;
  left: -2%;
}

.farmerspeak h2 {
  text-align: center;
  color: #008c44;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 25px;
}
.farmerspeak h2 span {
  padding: 0 15px;
  position: relative;
  background: #fff;
}
.farmerspeak h2 span:before {
  position: absolute;
  content: "";
  height: 3px;
  background: #ffea00;
  top: 50%;
  left: -10%;
  width: 120%;
  margin: 0 auto;
  z-index: -1;
}
.farmerspeak .textbox {
  box-sizing: border-box;
}
.farmerspeak .textbox h5 {
  color: #008c44;
  font-weight: 800;
  font-size: 1.3rem;
}
.farmerspeak .textbox h6 {
  color: #000;
}
.farmerspeak .textbox p {
  line-height: 2rem;
  padding-bottom: 15px;
  font-size: 1rem;
}
.farmerspeak .textbox .play {
  float: left;
  font-size: 3.2rem;
  padding-right: 10px;
  margin-top: -10px;
}
.farmerspeak .textbox .play a {
  color: #008c44;
}
.farmerspeak .textbox .play a:hover {
  color: #000;
}
.farmerspeak a:hover {
  color: #000;
}
.farmerspeakbox {
  margin: 0 auto;
  width: 315px;
}

.search-sliderbox {
  margin: 0 auto;
  width: 310px;
}
.search-sliderbox .textbox {
  box-sizing: border-box;
}
.search-sliderbox .textbox h5 {
  color: #008c44;
  font-weight: 600;
  font-size: 1.3rem;
}
.search-sliderbox .textbox p {
  line-height: 1.5;
  max-height: 40px;
  overflow: hidden;
}
.search-sliderbox .textbox a {
  display: block;
  color: #008c44;
  font-weight: 600;
  text-decoration: underline;
}
.search-sliderbox .textbox a:hover {
  text-decoration: none;
}

.searchbox-slider .slick-prev,
.searchbox-slider .slick-next {
  width: 26px;
  height: 30px;
  opacity: 1;
  background: none;
  top: 33%;
}
.searchbox-slider .slick-prev {
  top: 20%;
}
.searchbox-slider .slick-prev {
  left: -45px;
  height: auto !important;
  width: auto !important;
  color: transparent !important;
  padding: 0 !important;
}
.searchbox-slider .slick-next {
  right: -45px !important;
  height: auto !important;
  width: auto !important;
  color: transparent !important;
  padding: 0 !important;
}
.searchbox-slider .slick-prev:after,
.searchbox-slider .slick-next:after {
  content: "\f104";
  position: absolute;
  width: 26px;
  height: 30px;
  top: 0;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  color: #333;
  font-size: 40px;
  line-height: 30px;
}
.searchbox-slider .slick-next {
  transform: rotate(180deg);
}
.searchbox-slider .slick-prev.slick-disabled,
.searchbox-slider .slick-next.slick-disabled {
  opacity: 0.55;
  cursor: default;
}

.tickerslider .slick-prev,
.tickerslider .slick-next {
  width: 26px;
  height: 30px;
  opacity: 1;
  background: none;
  top: 40%;
}
.tickerslider .slick-prev {
  left: -45px;
}
.tickerslider .slick-next {
  right: -45px !important;
}
.tickerslider .slick-prev:after,
.tickerslider .slick-next:after {
  content: "\f104";
  position: absolute;
  width: 26px;
  height: 30px;
  top: 0;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  color: #333;
  font-size: 40px;
  line-height: 30px;
}
.tickerslider .slick-next {
  transform: rotate(180deg);
}
.tickerslider .slick-prev.slick-disabled,
.tickerslider .slick-next.slick-disabled {
  opacity: 0.55;
  cursor: default;
}

.arrowslick .slick-prev,
.arrowslick .slick-next {
  width: 26px;
  height: 30px;
  opacity: 1;
  background: none;
}
.arrowslick .slick-prev:after,
.arrowslick .slick-next:after {
  content: "\f104";
  position: absolute;
  width: 26px;
  height: 30px;
  top: 0;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  color: #333;
  font-size: 40px;
  line-height: 30px;
}
.arrowslick .slick-next {
  transform: rotate(180deg);
}
.arrowslick .slick-prev.slick-disabled,
.arrowslick .slick-next.slick-disabled {
  opacity: 0.55;
  cursor: default;
}
.arrowslick .slick-list {
  width: calc(100% - 45px);
  margin: 0 auto;
}
.arrowslick .slick-slide img {
  margin: 0 auto;
}

#covidStateSliderTab .slick-prev,
#covidStateSliderTab .slick-next {
  margin-top: -7px;
}
#covidStateSliderTab .slick-next {
  margin-top: -27px;
}
#covidStateSliderTab .slick-prev:after,
#covidStateSliderTab .slick-next:after {
  content: "\f104";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  color: #333;
  font-size: 28px;
  line-height: 26px;
}

.farmerslider .slick-prev,
.farmerslider .slick-next {
  width: 26px;
  height: 30px;
  opacity: 1;
  background: none;
  top: 30%;
}
.farmerslider .slick-prev:after,
.farmerslider .slick-next:after {
  content: "\f104";
  position: absolute;
  width: 26px;
  height: 30px;
  top: 0;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  color: #333;
  font-size: 40px;
  line-height: 30px;
}
.farmerslider .slick-next {
  transform: rotate(180deg);
}
.farmerslider .slick-prev.slick-disabled,
.farmerslider .slick-next.slick-disabled {
  opacity: 0.55;
  cursor: default;
}
.farmerslider .slick-list {
  width: calc(100% - 45px);
  margin: 0 auto;
}
.farmerslider .slick-prev:hover:after,
.farmerslider .slick-next:hover:after {
  color: #008c44;
}

.sfr-slider-product .slick-prev,
.sfr-slider-product .slick-next {
  width: 40px;
  height: 52px;
  opacity: 1;
  background: none;
  top: 50%;
}
.sfr-slider-product .slick-prev {
  left: 5%;
}
.sfr-slider-product .slick-next {
  right: 5% !important;
  top: 45%;
}
.sfr-slider-product .slick-prev:after,
.sfr-slider-product .slick-next:after {
  content: "\f104";
  position: absolute;
  width: 40px;
  height: 52px;
  top: 0;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 100;
  font-size: 100px;
  line-height: 52px;
}
.sfr-slider-product .slick-next {
  transform: rotate(180deg);
}
.sfr-slider-product .slick-prev.slick-disabled,
.sfr-slider-product .slick-next.slick-disabled {
  opacity: 0.55;
  cursor: default;
}

.slider-year-nav .slick-prev,
.slider-year-nav .slick-next {
  width: 26px;
  height: 30px;
  opacity: 1;
  background: none;
  top: 10px;
}
.slider-year-nav .slick-prev {
  left: 17%;
}
.slider-year-nav .slick-next {
  right: 17% !important;
}
.slider-year-nav .slick-prev:after,
.slider-year-nav .slick-next:after {
  content: "\f104";
  position: absolute;
  width: 26px;
  height: 30px;
  top: 1px;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}
.slider-year-nav .slick-next {
  transform: rotate(180deg);
}
.slider-year-nav .slick-prev.slick-disabled,
.slider-year-nav .slick-next.slick-disabled {
  opacity: 0.55;
  cursor: default;
}

.slider-for-insidemile .slick-prev,
.slider-for-insidemile .slick-next {
  width: 50px;
  height: 50px;
  opacity: 1;
  background: none;
  margin-top: -25px;
}
.slider-for-insidemile .slick-prev {
  left: 30px;
}
.slider-for-insidemile .slick-next {
  right: 30px !important;
}
.slider-for-insidemile .slick-prev:after,
.slider-for-insidemile .slick-next:after {
  content: "\f104";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50px;
}
.slider-for-insidemile .slick-next:after {
  transform: rotate(180deg);
}
.slider-for-insidemile .slick-prev.slick-disabled,
.slider-for-insidemile .slick-next.slick-disabled {
  opacity: 0.55;
  cursor: default;
}

.cooperative-topslider .slick-prev,
.cooperative-topslider .slick-next {
  width: 26px;
  height: 30px;
  opacity: 1;
  background: none;
  top: 45%;
}
.cooperative-topslider .slick-prev {
  left: -65px;
  margin-top: 20px;
}
.cooperative-topslider .slick-next {
  right: -65px !important;
}
.cooperative-topslider .slick-prev:after,
.cooperative-topslider .slick-next:after {
  content: "\f104";
  font-weight: 300;
  position: absolute;
  width: 26px;
  height: 30px;
  top: 0;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  color: #707070;
  font-size: 40px;
  line-height: 30px;
}
.cooperative-topslider .slick-next {
  transform: rotate(180deg);
}
.cooperative-topslider .slick-prev.slick-disabled,
.cooperative-topslider .slick-next.slick-disabled {
  opacity: 0.55;
  cursor: default;
}

.headingmain h2,
.headingmain h1 {
  text-align: center;
  color: #008c44;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 25px;
}
.headingmain h2 span,
.headingmain h1 span {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.feed-wrap .feeds {
  position: relative;
}
.feed-wrap .feeds .livefeed img {
  width: 100%;
}
.feed-wrap .feeds .iconlive {
  position: absolute;
  left: 0;
  bottom: 0;
}
.feed-wrap .feeds .iconlive .instalogo {
  width: 100%;
}
.feed-wrap .feeds .iconlive a {
  background: #fff;
  width: 55px;
  height: 55px;
  color: #fff;
  padding: 8px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 37px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.feed-wrap .feeds .iconlive a:after {
  z-index: -1;
  position: absolute;
  width: 0%;
  height: 0px;
  content: "";
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.feed-wrap .feeds .iconlive a.fb:hover:after {
  background: #eee;
  width: 100%;
  height: 100%;
}
.feed-wrap .feeds .iconlive a.fb {
  color: #3b579d;
}
.feed-wrap .feeds .iconlive a.twitter:hover:after {
  background: #eee;
  width: 100%;
  height: 100%;
}
.feed-wrap .feeds .iconlive a.twitter {
  color: #6aace8;
}
.feed-wrap .feeds .iconlive a.insta:hover:after {
  background: #eee;
  width: 100%;
  height: 100%;
}

.covidStateTab .tablinks-md {
  display: block;
}
.covidStateTab .slick-track {
  display: flex;
  flex-direction: row;
}
.covidStateTab .tablinks-md .nav-link {
  margin: 0;
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
}
.covidStateTab .tab-content-md {
  margin-top: 30px;
}
.covidStateTab .awards-detail-slider-box {
  margin-top: 0;
  padding-top: 0;
}

.alsoview-content {
}
.alsoview-content h2 {
  color: #008c44;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 25px;
}
.alsoview-content h2 span {
  padding: 0 0px;
  position: relative;
  background: #fff;
}
.alsoview-content h2 span:after {
  position: absolute;
  content: "";
  height: 3px;
  background: #ffea00;
  bottom: -10px;
  left: -10%;
  width: 30%;
  margin: 0 auto;
  z-index: -1;
}
.alsoview-content ul {
}
.alsoview-content ul li {
}
.alsoview-content ul li a {
  border-bottom: 1px solid #cfcfcf;
  line-height: 3.5rem;
  padding-top: 1rem;
  font-size: 1.2rem;
  color: #666;
  display: block;
}
.alsoview-content ul li a:hover {
  background: #f5f5f5;
  padding-left: 15px;
}

.textInBlack .ourbusiness-innertxt,
.textInBlack .ourbuss-activity-linebox .whitetxt {
  color: #000;
}
.textInBlack .ourbusiness-innertxt span:before {
  border-color: #000;
}

.footertop {
  background: #008c44 url("../../images/footer-bg.png") center center
    no-repeat;
  background-size: cover;
  color: #fff;
}
footer .iffco-dec,
footer .iffco-dec p {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #fff;
}

footer ul.footer-tab li a,
footer .footer-tab h4 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: block;
  padding: 7px 0;
}
footer .footer-tab h4:last-child a {
  text-transform: none;
}
footer ul.footer-tab li:last-child a {
  text-transform: inherit;
}
footer ul.footer-tab li a:hover,
footer .footer-tab h4 a:hover {
  background: #fff;
  padding-left: 15px;
  color: #008c44;
}
.smalltext-footer {
  text-transform: none;
}
.footercoop {
  margin-top: 15px;
}
footer ul.footer-social {
  display: flex;
  width: 260px;
  margin-left: auto;
  justify-content: center;
  background: #fff;
  padding: 10px 0;
  margin-top: 55px;
}
footer ul.footer-social li {
  margin: 0 8%;
  position: relative;
}
footer ul.footer-social li:after {
  content: "|";
  position: absolute;
  right: -75%;
  color: #a1a1a1;
  top: 0;
  font-size: 1.5rem;
  font-weight: 300;
}
footer ul.footer-social li:last-child:after {
  display: none;
}
footer ul.footer-social li a {
  text-transform: uppercase;
  transform: scale(1);
  font-size: 2rem;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
footer ul.footer-social li a:hover {
  transform: scale(1.1);
}
footer ul.footer-social li a.fb-footer {
  color: #3b579d;
}
footer ul.footer-social li a.twi-footer {
  color: #6aace8;
}
footer ul.footer-social li a.youtube-footer {
  color: #ff0000;
}
footer ul.footer-social li a.fb-footer,
footer ul.footer-social li a.twi-footer,
footer ul.footer-social li a.youtube-footer {
  margin-top: 3px;
}

footer ul.footer-social .instalogo-footer {
  width: 100%;
}

.new-update {
  margin-top: 15px;
  text-transform: uppercase;
}
.new-update input.boxinput {
  height: 50px;
  border: 1px solid #fff;
  border-right: none;
  box-sizing: border-box;
  font-size: 1.2rem;
  padding: 10px;
  width: 70%;
  float: left;
  background: #fff;
  -webkit-appearance: none;
}
.new-update button.boton {
  height: 50px;
  border: none;
  border-left: 2px solid #008c44;
  box-sizing: border-box;
  padding: 10px;
  margin: 0px;
  float: left;
  cursor: pointer;
  width: 30%;
  color: #008c44;
  font-size: 1.2rem;
  background: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.new-update button.boton:hover {
  background: #ffea00;
  font-weight: 700;
}

.ticker {
  max-width: auto;
  margin: 0 auto;
  border: 1px solid #fff;
}
.ticker a {
  background: #f3f3f3;
  color: #b3b3b3;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.6875rem;
}
.ticker a span {
  display: flex;
  min-height: 42px;
  width: 100%;
  justify-content: center;
  line-height: 1rem;
}
.ticker a:hover {
  background: #ffea00;
  color: #333;
}
.ticker a img {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.ticker a:hover img {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.copyright {
  color: #b1b1b1;
  letter-spacing: 1px;
}

/* -------------icons------------- */
.rightarrow {
  background: url(https://www.iffco.in/assets/images/rightarrow.svg) right 3% top 50% no-repeat;
  background-size: 11px;
}

/* --------- modal ----------- */
.modal-dialog {
  max-width: 80%;
  margin: 50px auto 0;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.close-video {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.close-video {
  position: absolute;
  right: 0;
  top: -44px;
}
.close-video span {
  padding: 0px 20px;
  background: #000;
  font-size: 40px;
}
.close-video:hover {
  color: #fff;
}

.bottom-grey-device {
  position: fixed;
  bottom: 0;
  background: #fff;
  height: 70px;
  width: 100%;
  display: none;
  z-index: 151;
  transition: bottom 0.3s;
}
.bottom-grey-right {
  position: absolute;
  right: 0;
  top: 0;
}
.bottom-grey-left {
  position: absolute;
  left: 20px;
  top: 10px;
}
.bottom-grey-center {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
  width: 85px;
}
.bottom-grey-center button {
  border: none;
  background: none;
  color: #7f7f7f;
  padding: 15px 0 0 0;
  cursor: pointer;
}
.bottom-grey-center button .fa-microphone {
  font-size: 40px;
}

.talkto-veer {
  position: fixed;
  bottom: 0;
  right: 2%;
  width: 120px;
  z-index: 10;
}
.talkto-veer img {
  position: relative;
  z-index: 1;
}
.talkto-veer .callus {
  font-size: 0.75rem;
  color: #424242;
  text-align: center;
  background: #fff;
  width: 100%;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 17px 0 8px;
  z-index: 0;
  margin: -10px 0 0 0;
}
.talkto-veer .callus a {
  color: #424242;
}
.callus-small {
  text-align: center;
  background: #fff;
  font-weight: 600;
  position: absolute;
  padding: 12px 10px 0 23px;
  z-index: 0;
  margin: 0 0 0 -16px;
  border: 1px solid #e1e1e1;
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.callus-small .fa-phone {
  transform: rotate(90deg);
  font-size: 25px;
}

/* add some new */
ul.menudrop > li.active a,
ul.menudrop > li a {
  position: relative;
  height: 45px;
}

.backtop-box {
  position: fixed;
  display: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  bottom: 10px;
  right: 100px;
  z-index: 99;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* .backtop-box a{color: #000; background: #ffea00; display:block; padding: 0; position: relative; -webkit-border-radius: 6px; border-radius: 100%; display: block; text-align: center; width: 51px; height: 51px; } */
/* .backtop-box a:after{content: "\f062"; position: absolute; right:0px; left: 0; margin:0 auto; text-align:center; top: 3px; font-family: "Font Awesome 5 Pro"; font-size: 25px; font-weight: 5s00;} */

.cropsec-home {
  position: relative;
}
.cropfp {
  position: absolute;
  right: 30px;
  top: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-down-menu {
  0% {
    opacity: 1;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-down-menu1 {
  0% {
    opacity: 0;
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}
@keyframes slide-down-menuimg {
  0% {
    opacity: 1;
    transform: translateX(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-down1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-tabs {
  0% {
    opacity: 1;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes download {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes yellowline {
  0% {
    opacity: 1;
    width: 0%;
    background: yellow;
    height: 5px;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 5px;
    width: 100%;
    background: yellow;
  }
}

.navmain-pointer {
  cursor: pointer;
  pointer-events: none;
}
#hometabs {
  z-index: 20;
  width: 100% !important;
}
/* #hometabs{height: 230px;} */
.stickOnScroll-on {
  animation: slide-tabs 0.5s;
  z-index: 400;
}

.talktosmall {
  display: none;
  bottom: 10px;
  right: 35px;
  position: relative;
}
.talktosmall .talktobig-device {
  display: none !important;
}
.taktosmall-width {
  width: 162px;
}

.device-search {
  display: none;
  z-index: 100;
}
.device-search-inner {
  max-width: 85%;
  margin: 70px auto 0;
  transform: translateY(5%);
  transition: all 0.4s;
}
.device-search.device-search-visible .device-search-inner {
  transform: translateY(0);
}

.stick-topmenu {
  position: fixed;
  top: 0;
  transition: all 0.5s;
}
.mainmenu-h {
  height: 76px;
  position: relative;
  z-index: 50;
}
.mainheader.stick-topmenu .morphsearch.open .morphsearch-onopen {
  top: 76px;
}
.mainheader.stick-topmenu .morphsearch.open .morphsearch-close {
  top: 0;
}

.iv {
  opacity: 0;
}

.filterwrap {
  width: 100%;
}
.filterprod-link {
  opacity: 1 !important;
  color: #000;
  display: block;
}
.filterprod-link:hover {
  color: #000;
}
.prod-filtertab {
  position: absolute;
  right: -94px;
  top: 6px;
  z-index: 3;
  width: 200px;
}
.prod-filtertab-inner {
  border-bottom: 166px solid #ffea00;
  border-left: 25px solid transparent;
  border-right: 0 solid transparent;
  height: 0;
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}

.filterimg-txtbox {
  width: 120px;
  margin: 38% auto 0;
  position: relative;
  text-align: left;
}
.filterimg-txtbox .filterimg {
  padding: 0;
  position: relative;
}
.filterdot {
  position: absolute;
  width: 13px;
  height: 13px;
  font-size: 10px;
  text-align: center;
  line-height: 13px;
  color: #fff;
  background: red;
  border-radius: 100%;
  left: 37px;
  bottom: 4px;
}
.filterimg-txtbox .filtertxt {
  position: absolute;
  right: 0;
  top: -5px;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  width: 65px;
}
.submitbtn-style {
  border: none;
  background: none;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  height: 167px;
  width: 100%;
}
.submitbtn {
  display: none;
}
.stick-prod .fltr-bynu {
  display: none;
}
.submit-space {
  /*margin-top: 15px;*/
  display: block;
}

.stick-prod .prodtabtop .prod-filtertab {
  top: 9px;
}
.stick-prod .prodtabtop .prod-filtertab-inner {
  border-bottom: 76px solid #ffea00;
  top: 3px;
  transition: all 0.5s;
}
.stick-prod .prodtabtop .prod-filtertab-inner .filterimg-txtbox {
  margin: 13% auto 0;
  transition: all 0.5s;
  width: 110px;
}
.stick-prod .prodtabtop .prod-filtertab-inner .filterimg {
  width: 30px;
}

.stick-prod .prodtabtop .submitbtn-style {
  margin-top: 10px;
}
.stick-prod .filterdot {
  left: 27px;
  bottom: 0;
}
.stick-prod .submitbtn-style {
  height: 71px;
}

/* *******filter options************* */
.filter-optionbox {
  position: absolute;
  left: -93px;
  overflow: hidden;
  right: 0;
  background: #eaeaea;
  z-index: 2;
  top: 0;
  margin: 6px auto;
  height: 0px;
  width: 102%;
  opacity: 0;
  transition: all 0.5s;
}
.open-filter {
  opacity: 1;
  height: 166px;
  transition: all 0.5s;
}
.filterbox-inner {
  margin: 45px 30px 30px;
}

.filter-close {
  position: absolute;
  left: -5px;
  top: 4px;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
  display: none;
  z-index: 5;
}
.stickOnScroll-on .filter-close {
  left: -10px;
}
.fltr-bynu {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  position: absolute;
  top: 8px;
  left: 30px;
}

.stickOnScroll-on .fltr-bynu {
  display: none;
}
/* ***********checkfilter*************** */
.filter-check {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.open-filter .filter-check {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.filter-check label {
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  margin-right: 1.5%;
}
.filter-check label:last-child {
  margin-right: 0;
}
.filter-check label .checkbox-r {
  display: inline-block;
  width: 88px;
  height: 75px;
  border: 1px solid #008c44;
  background: #fff;
  vertical-align: middle;
  position: relative;
}
.filter-check label .checkbox-r:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s;
  background: #fff;
}
.filter-check label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.filter-check label input:checked + .checkbox-r .text {
  color: #fff;
}
.filter-check label input:checked + .checkbox-r:before {
  background: #008c44;
}

.filter-check label .text {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  color: #008c44;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
}
.filter-check label .text .smalltxt {
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
  line-height: 0.6rem;
  margin-top: 5px;
}

#mainMenuBar-prod .filter-optionbox .filterbox-inner {
  overflow-x: auto;
}

.stick-prod .prodtabtop .filter-optionbox {
  margin: 12px 0;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.stick-prod .prodtabtop .filterbox-inner {
  margin: 8px 0 0 15px;
  transition: all 0.5s;
}
.stick-prod .prodtabtop .filter-check label .checkbox-r {
  height: 60px;
  transition: all 0.5s;
}
.stick-prod .prodtabtop .filter-check label .text {
  font-size: 2.25rem;
  line-height: 2.7rem;
  transition: all 0.5s;
}

.stick-prod .prodtabtop .open-filter {
  height: 76px;
  opacity: 1;
}

/********************************/
img.lazy {
  display: inline;
}
.overflowmenu {
  overflow-y: hidden;
}

.tab-content > .tab-pane.forIE {
  display: block !important;
}

.errorscreen {
  width: 100%;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  padding: 5% 0 8%;
  text-align: center;
}
.errorscreen img {
  max-width: 100%;
}
.errorscreen .msguser {
  width: 100%;
  text-align: center;
}
.errorscreen .msguser h4 {
  color: #231f20;
  font-size: 1.25rem;
}
.bannerWhiteTxt h1 {
  color: #fff !important;
}
.startTalkingPopup .voiceTxt {
  font-size: 2rem;
  display: none;
  padding: 20px 10px;
}
.webcountbox p {
  font-size: 0.8rem;
  color: #ffffff;
}
.webCounts {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
