@charset "utf-8";
/* CSS Document */
html{
  background:#000;
}
body {
  font-family: open sans !important;
  margin: 0 auto;
  background:#fff;
}
/*Place holder*/
::-webkit-input-placeholder {
    color: #fff !important;
}
:-moz-placeholder {
    color: #fff !important;
}
::-moz-placeholder {
    color: #fff !important;
}
:-ms-input-placeholder {
    color: #fff !important;
}
/*container*/
.container-fluid {
  max-width: 1600px;
}
/*Bootstrap Menu*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 0 5px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm-content .thumbnail > img {
  height: 200px;
}
.navbar.navbar-default {
  background: #000;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.navbar-default .navbar-nav > li:focus > a,.navbar-default .navbar-nav > li > a:focus {
  background: none;
  color:#fff;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > li:hover > a,.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  border-bottom: 2px solid #9ed434;
  color:#9ed434;
  font-weight:bold;
}
.navbar-default .navbar-nav > li > a {
  border-bottom: 2px solid #000000;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 #000000;
}
.navbar-default .navbar-nav > li.language > a {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
  padding: 2px;
}
.navbar-default .navbar-nav > li.language:hover > a{
	border:none;
}
/*Menu End*/
/*Landing Page*/
#landing {
  background-image: url("../image/368797.jpg");
  background-size: 100% 100%;
  color: #fafbfc;
  padding: 75px 0 0;
}
.upper_col {
  text-align: center;
}
.lower_col {
  text-align: center;
}
.text-exit {
  background-color: #9ed434;
  color: white;
  font-size: 40px;
  font-weight: 800;
  padding: 7px 3px !important;
  text-align: center;
  text-transform: uppercase;
}
.text_eng {
  font-size: 23px;
  font-weight: bold;
  margin-top: 2%;
  text-transform: uppercase;
}
.text_hindi {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
}
.lower_col {
  margin: 12% 0 5%;
}
.text_bottom {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 6px;
}
.eng, .hindi{
border:0px solid #2b5701;-webkit-box-shadow: #B4B5B5 0px 1px 1px inset;-moz-box-shadow: #B4B5B5 0px 1px 1px inset; box-shadow: #B4B5B5 0px 1px 1px inset; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:30px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #478F01; background-image: -webkit-gradient(linear, left top, left bottom, from(#478F01), to(#B4F738));
 background-image: -webkit-linear-gradient(top, #478F01, #B4F738);
 background-image: -moz-linear-gradient(top, #478F01, #B4F738);
 background-image: -ms-linear-gradient(top, #478F01, #B4F738);
 background-image: -o-linear-gradient(top, #478F01, #B4F738);
 background-image: linear-gradient(to bottom, #478F01, #B4F738);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#478F01, endColorstr=#B4F738);
 text-transform: uppercase;
}
.eng {
  margin-right: 10%;
  padding: 12px 32px;
}
.hindi {
  padding: 11px 32px;
}
.copyright {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-top: 1%;
  padding: 3% 0;
  text-align: center;
}
/*Feedback Page*/
#inner {
  background-image: url("../image/inner.jpg");
  background-size: 100% 100%;
  color: #fafbfc;
}
.add {
  font-size: 19px;
  letter-spacing: 1px;
  padding: 0 4px;
  margin-top: 16%;
}
.secadd {
  background-color: rgba(29, 29, 29, 0.14);
  line-height: 1;
  margin-top: 13%;
  padding: 8px 7px;
  width: 75%;
  border-radius: 4px;
}
.form-group input,.form-group select {
  background-color: rgba(29, 29, 29, 0.14) !important;
  border:none !important;
  color: #fff !important;
  font-size: 15px !important;
  height: 42px !important;
  margin: 15px 0 !important;
  padding: 6px 17px !important;
  border-radius: 0px;
  font-weight:bold;
}
.form-group textarea {
  background-color: rgba(29, 29, 29, 0.14) !important;
  border:none !important;
  color: #fff !important;
  font-size: 15px !important;
  margin: 15px 0 !important;
  padding: 6px 17px !important;
}
.b_text {
  color: #1d1d1d;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
}
.w_text {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
}
.feed-form h1 {
  font-size: 38px;
  font-style: italic;
  font-weight: 900;
  padding: 8px 0;
}
/*Footer*/
footer {
  background-color: black;
  color: #fff;
}
li {
  list-style: outside none none;
  padding: 6px 9px;
}
.navbar-inverse {
  background-color: #000000 !important;
  background-image: none !important;
  border: 0 none !important;
  margin-bottom:0 !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff !important;
}
.navbar-nav > li:nth-child(1) {
  padding-left: 0;
}
.navbar-inverse .navbar-nav > li > a:nth-child(1) {
  padding-left: 0;
}
.footer_p {
  font-size: 12px;
  word-spacing: 2px;
}
.website {
  color: #d42322;
}
.site_map {
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 5px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
.social-icon {
  border-radius: 3px;
}
.socials {
  text-align: center;
}
.footer_right {
  padding: 0 4% !important;
  text-align: right;
}
#fsubmin {
  background-color: white !important;
  color: #1d1d1d !important;
  font-size: 14px !important;
  letter-spacing: 1px;
}
/*Main Inner page*/
#main {
  background-image: url("../image/main_upper.jpg");
  background-size: 100% 100%;
  padding: 5% 0;
}
.upper_secp {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5% 0 0;
  text-align: center;
  text-transform: uppercase;
}
.mid_section {
  margin: 1% 0;
}
.maincrop_img {
  float: left;
  max-width: 18%;
}
.maincrop_text {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 8%;
  text-transform: uppercase;
}
.select-crop-sec {
  text-align: center;
}
.select-form {
  margin: 2% 0;
}
#slider-1-price > span, #slider-2-price > span {
  padding: 0 0 5%;
}
.select-crop-sec select {
  background-color: #83ba21;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 10%;
  padding: 10px 11px;
  height: 43px;
  width: 34%;
}
.select-crop-sec input {
  background-color: #83ba21;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 10%;
  padding: 10px 28px;
  font-size: 15px;
}
.crop-filter {
  margin-left: 0 !important;
  text-transform: uppercase;
}
#filter {
  background-image: url("../image/cloud.jpg");
  background-size: 100% 100%;
  color:#fff;
  padding: 50px 0;
  text-align: center;
}
.meter_img {
  margin: 0 0 0 6px;
  max-width: 17%;
  padding: 0 16px;
}
.meter_text {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#filter .select-crop-sec select {
  margin: 0;
}
#filter .select-crop-sec {
  padding: 13% 0;
}
.select-crop-sec.selectcropsec {
  padding: 0 !important;
  text-align: center !important;
}
.select-crop-sec .meter_text {
  padding: 0 0 4%;
}
#filter .col-md-4 {
  border-right: 2px solid;
}
#filter .col-md-4.no-border {
  border-right: medium none !important;
}
#filter .select-crop-sec:nth-child(1) {
  padding-bottom: 1px;
}
.meter_alti_text {
  padding: 13% 0;
}
/*.meter_text > span {
  font-size: 36px;
  margin: 0 9px;
}*/
.meter_text > span {
  font-size: 30px;
  padding: 0 0 0 13px;
}
.slider_range {
  padding: 0 24%;
}
.deg {
  font-size: 28px;
  letter-spacing: 1px;
}
/*Product page*/
.prod-name {
  margin: 8% 0;
  text-align: center;
}
.prod-img {
  text-align: right;
}
.product-image {
  margin: 40px 80px 0 0;
  max-height: 300px;
}
.fruit-name {
  background-color: #a81130;
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  margin: 0 11%;
  padding: 9px 0;
  text-transform: uppercase;
}
.fruit-sciname {
  color: black;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 3%;
}
.fruit-type {
  color: #a81130;
}
.category {
  background-color: #f1f1f1;
  margin-bottom: 47%;
  margin-right: 7%;
  padding: 0;
}
/*Mobile category design*/
#product-list-mobile {
  padding-bottom: 9px;
}
.category-m {
  padding: 0 5%;
}
.category-name {
  background-color: #a81130;
  color: #fff;
  font-size: 16px;
  margin: 4px 0;
  padding: 1% 2%;
  letter-spacing: 1px;
}
.category > li:nth-child(2n+1) {
  background-color: #ededed;
}
/*mobile category design end*/
.category > li {
  border-bottom: 1px dashed #cccccc;
  font-size: 19px;
  letter-spacing: 2px;
}
.category > li a {
  color: #303030;
  display: block;
  font-size: 18px;
  padding: 4px 10px;
}
.category li.active {
  background-color: #83ba21;
  font-weight: bold;
  position:relative;
}
.category li.active::after {
  border-bottom: 15px solid transparent;
  border-left: 15px solid #83ba21;
  border-top: 15px solid transparent;
  content: "";
  position: absolute;
  right: -15px;
  top:8px;
}
.category .active a{
	color: #fff;
}
.category > li a:hover {
  text-decoration: none;
}
/*Product list table*/
#product-list .main_heading, #product-list-mobile .main_heading {
  background-color: #9b3f40;
  color: #fff;
  font-size: 21px;
  letter-spacing: 2px;
  text-align: center;
}
#product-list td, #product-list-mobile td {
  border: 2px solid #9b3f40;
  vertical-align:middle;
}
#product-list .main_heading.small {
  font-size: 14px;
}
#product-list .heading, #product-list-mobile .heading {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#product-list .table p, #product-list-mobile .table p {
  font-size: 17px;
  letter-spacing: 1px;
  margin: 0;
}
#product-list thead, #product-list-mobile thead {
  border: 2px solid #9b3f40;
}
/*Product page mobile table design*/
#product-list-mobile .main_heading {
  font-size: 13px;
}
#product-list-mobile .heading {
  font-size: 11px;
}
#product-list-mobile .table p {
  font-size: 12px;
}
.category-name tbody {
  background-color: #fff;
  color: black;
}
.icon {
  float: right;
}
/*Slider UI Override*/
.ui-slider-horizontal {
  height: 8px;
}
.ui-slider-horizontal .ui-slider-range {
  background: #83ba21;
}
.ui-slider .ui-slider-handle {
  background-image: url("../image/Untitled-1.png");
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  height: 30px;
  background-position: 0 -5px;
}
#slider-1-price > span:first-child,#slider-2-price > span:first-child {
  float: left;
}
#slider-1-price > span:last-child,#slider-2-price > span:last-child {
  float: right;
}
.slider_range span {
  font-size: 16px;
}
.inputs {
  margin-top: 15px;
  padding: 8% 0 30%;
}
.inputs input {
  background-color: rgba(32, 69, 90, 0.4);
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 3px 0;
  text-align: center;
  width: 65px;
  margin: 0 5%;
}
/*Popup*/
.mai-content {
  background-color: rgba(131, 186, 33, 0.9);
  padding: 0 3% !important;
}
.product-content {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 7%;
  text-align: justify;
}
#popup thead {
  background-color: #fff;
}
.main_heading {
  border: medium none !important;
  letter-spacing: 2px;
  padding: 3px !important;
  text-transform: uppercase;
}
.contents {
  border: medium none !important;
  color: #fff;
  font-size: 19px;
  letter-spacing: 2px;
  padding: 3px !important;
}
.navbar-default .navbar-header .navbar-nav > .open > a {
  background: #ffffff;
  /*width: 65px;*/
}
.navbar-header .navbar-nav .dropdown.language {
  position: relative;
}
.navbar-nav .language.open .dropdown-menu {
  top: 39px;
  position: absolute;
  background:#9ed434;
}
#cropModal table thead {
  background: #ffffff;
  font-size: 18px;
}
.modal-header {
  background: #8fc136;
  border: medium none;
  color: #ffffff;
  padding: 15px;
}
.modal-dialog {
  width: 1000px;
  max-width: 96%;
}
.col-xs-12 > table > thead {
  display: none;
}
#cropModal .contents a {
  background-color: #ffffff;
  border-radius: 30px;
  color: #8fc136;
  padding: 0 15px;
}
#cropModal .contents a i {
  margin-left: 10px;
}
.alert.absolute {
  left: 26%;
  padding: 5px;
  position: absolute;
  top: -80%;
  width: 46%;
}
.alert-dismissable.absolute .close {
  background-color: #000000;
  border-radius: 15px;
  opacity: 0.5;
  padding: 0 4px;
  right: 0;
}
.select-crop-sec select:disabled {
  opacity: 0.5;
}
.navbar-toggle {
  margin-right: 5px;
  padding: 9px 5px;
}