body,
html {
  height: 100%;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 18px !important;

}


body.home navbar-nav li.home,
body.about navbar-nav li.about,
body.contact navbar-nav li.contact {
  background-color: red;
  /* or however you want to style the active tab */
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  font-size: 17px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
}
p.card-text.stl.stl {
    margin-top: 0;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  color: #ffffff !important;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
h4.subheadspfsoil {
    text-decoration: underline;
}
li.sub-menu a {
  padding: 8px;
  color: black !important;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

#about:focus .nav-link {
  color: red;
}

span.navbar-text {
  cursor: pointer;
}

body a {
  text-transform: all;
  text-decoration: none !important;
  color: #212529 !important;
}

section#last-section .col-md-3 {
  height: auto !important;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: rgb(226 0 0 / 75%) !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1100px;
}

.trans-breadcrumb a {
  letter-spacing: 2px;
  text-transform: uppercase !important;
  color: #d7ff76 !important;
  text-decoration: none !important;
  font-size: 15px;
}

.navbar-light .navbar-nav .nav-link,
span.navbar-cont,
span.navbar-text {
  font-size: 16px !important;
  font-family: 'Rubik', sans-serif;
  color: rgb(255 255 255 / 50%) !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255 254 254 / 90%) !important;
}

/* Hide Dropdowns by Default */
nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
  /* the height of the main nav */
}

::marker {
  color: #ffffff00;
}

#Solution li {
  list-style: initial;
}

#Solution ::marker {
  color: #000;
}

#dark-background li {
  list-style: initial;
}

#dark-background ::marker {
  color: #000;
}


/* Display Dropdowns on Hover */
nav ul li:hover>ul {
  display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
  width: auto;
  float: none;
  display: list-item;
  position: relative;
}

/* Second, Third and more Tiers */
nav ul ul ul li {
  background: #ffffff;
  position: relative;
  top: -60px;
  left: 283px;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  border-radius: 13px;
  /*    margin-top: 31px;
*/
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: max-content !important;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
}

i.fa.fa-caret-right {
  font-size: 20px !important;
  float: right !important;
}

.dropdown-content a {
  font-size: 15px;
  color: black;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: 285px !important;
}

section.trans-main {
  background-image: radial-gradient(#779C3B, #2C4412) !important;
}

.footer-big .navbar-brand img {
  margin-left: 0px !important;
}

.navbar-brand img {
  margin-left: 40px !important;
  max-width: 65% !important;
}

.carousel {
  height: 550px !important;
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  margin: 0px 40px 0px 40px !important;
  position: absolute !important;
  top: 40% !important;
  opacity: 1 !important;
  transition: opacity .15s ease;
  color: #779C3B;
}




#evaluation img {
  max-width: 20%;
}


#Biofilter img {
  margin-top: -10% !important
}

@media (max-width:400px) {
  #Biofilter img {
    margin-top: -20% !important
  }
}

.card-body .section-heading {
  color: white !important;
}

.card-body .btn-filter {
  float: left !important;
  color: #FFFFFF !important;
  background: #85B119 !important;
  border: none !important;
  box-shadow: 5px 5px 10px #00000047 !important;
}

span.badge.badge-default {
  font-weight: 100;
  font-size: 18px !important;
  font-family: 'Rubik', sans-serif;
  color: rgb(255 255 255 / 50%) !important;
  text-decoration: underline;
  margin-top: 4px;
}

.bcontent {
  margin-top: 10px;
}

.card-slider .row {
  margin: 10% -16px !important;
}

.hero-image {
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

span.navbar-text {
  padding: 5px 15px 5px 15px !important;
  background: #a4d627;
  color: white !important;
  border-radius: 30px;
  margin-left: auto !important;
}


.fixed-top {
  border-bottom: 1px solid #00000040;
  height: 100px !important;
  background-color: #f8f9fa00 !important;
}


ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  margin-left: auto !important;
}


p {
  font-size: 17px !important;
}

.section-subheading {
  letter-spacing: 2px;
  text-transform: uppercase !important;
  color: #85B119 !important;
  font-size: 17px !important;
  transform: uppercase !important;
  font-family: 'Rubik', sans-serif;
}

.section-heading {
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'DM Serif Text', serif !important;
  font-size: 30px;
  line-height: 40px;
}

.trans-sections {
  padding-top: 5% !important;
  padding-bottom: 3% !important;
}

.trans-sections-bottom {
  padding: 1% 5% 3% 5% !important;
}


h3.treatment-number {
  margin-left: -8%;
  margin-bottom: -20%;
  font-size: 130px;
  font-family: 'DM Serif Text', serif !important;
  color: #85b11920;
  font-weight: 400;
}

.treatment-heading {
  font-weight: 400;
  font-family: 'DM Serif Text', serif !important;
  color: #001100 !important;
  font-size: 36px !important;
  line-height: 40px;
}

p.treatment-text {
  padding: 0px 80px 0px 5px !important;
}

div#treatment-col {
  margin-top: 8%;
}


div#treatment img {
  width: 260px;
  height: 370px;
  border-radius: 10px;
  /*box-shadow: 10px 10px 10px #0000000d;*/
}

.footer-big .col-md-3 {
  height: auto !important;

}

.col-md-3 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 400px;
}

/*latest news*/
.card {
  border-radius: 0px !important;
}

img.card-img-top {
  border-radius: 0px !important;
}

section#dark-background {
  background: #F5F5F5 !important;
}

.card-title {
  font-size: 17px !important;
  font-weight: bold;
}

button.btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4rem ;
  color: white;
  background: #85b119;
  float: right;
}
.submit_btn{
  border: 0.5rem solid #85b119;
  border-radius: 4rem;
  color: white;
  background: #85b119;
}

i.fa.fa-angle-right {
  font-size: 30px;
}

.fa {
  text-align: center;
  font-size: 30px !important;
}



/*our clients*/
.main {
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row>.column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none;
  /* Hide all elements by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
button.btn-filter.active {
  color: white;
  background: #85b119;
}

button.btn-filter {
  border: none;
  width: auto;
  height: auto;
  border-radius: 64px;
  color: black;
  background: #fffffffa;
  padding: 5px 40px 5px 40px;
}

div#myBtnContainer {
  text-align: center;
}

.col-xs-12.col-md-6.col-sm-8.col-lg-6.center-block {
  margin: auto;
  text-align: center;
}


#clients-view-more p {
  letter-spacing: 2px;
  color: #8C8C8C !important;
  text-transform: Uppercase !important;
}

#clients-view-more button.btn {
  margin: 20px;
  float: none !important;
}

/*footer*/


ul {
  padding: 0;
  margin: 0
}

li {
  list-style: none
}

a:focus,
a:hover {
  text-decoration: none;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease
}

a:focus {
  outline: 0
}

img {
  max-width: 100%
}

p {
  font-size: 16px !important;
  line-height: 30px;
  color: #001100;
  font-weight: 300
}

h4 {
  font-family: Rubik, sans-serif;
  margin: 0;
  font-weight: 400;
  padding: 0;
  color: #363940
}

a {
  color: #5867dd
}

.no-padding {
  padding: 0 !important
}

.footer-big {
  background: #000000 !important;
  padding: 50px 0 0 0;
}

.footer-big a {
  color: #ffffff !important;
}

.footer-big .row {
  margin: 0px !important;
}

.footer-big .footer-widget {
  margin-bottom: 0px;
}

.footer--light {
  background: #e7e8ed;
}

.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
  font-family: 'Rubik';
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  text-align: initial;
}

.footer-menu ul li a:hover {
  color: #c5c2c2 !important;
}

.footer-big li {
  display: flex !important;
}

/*.footer-menu {
 padding-left:48px
 }*/
.footer-menu ul li a {
  font-size: 15px;
  line-height: 32px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.footer-menu ul li a:hover {
  color: #5867dd
}

.footer-menu--1 {
  width: 100%
}

.footer-widget-title {
  letter-spacing: 1px;
  color: #85B119;
  font-family: 'Rubik';
  line-height: 42px;
  margin-bottom: 10px;
  font-size: 18px;
}

hr {
  margin: 0rem 0;
}

.mini-footer {
  background: #000000;
  text-align: center;
  padding: 1px 0;
}

.mini-footer p {
  margin-top: 10px !important;
  text-align: initial;
  margin: 0;
  line-height: 26px;
  color: #ffffff;
}

.mini-footer p a {
  color: #5867dd
}

.mini-footer p a:hover {
  color: #34bfa3
}

.widget-about img {
  display: block;
  margin-bottom: 30px
}

.widget-about p {
  font-weight: 400
}

.widget-about .contact-details {
  margin: 30px 0 0 0
}

.widget-about .contact-details li {
  margin-bottom: 10px
}

.widget-about .contact-details li:last-child {
  margin-bottom: 0
}

.widget-about .contact-details li span {
  padding-right: 12px
}

.widget-about .contact-details li a {
  color: #5867dd
}

button#twitter {
  background: #55ACEE;
}

button#facebook {
  background: #3B5998;
}

button#instagram {
  background: linear-gradient(10deg, #3f4dfffc 0%, #e6683c 25%, #dc2743 50%, #d02066 75%, #98106d 100%);
}

button#you-tube {
  background: #BA202E;
}

.mini-footer button.btn {
  margin: 2px;
  padding: 0px;
  width: 30px;
  height: 30px;
  float: none !important;
}

.mini-footer .fa {
  font-size: 13px !important;
  padding: 0px 4px 0px 4px;
}

#carouselExampleIndicators a {
  color: #a6b77e !important;
}

.section-subheading a {
  text-decoration: none !important;
  color: #85B119 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #a4d627 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  background-color: #a4d627 !important;
}






@media (max-width:991px) {
  .footer-menu {
    padding-left: 0
  }
}





/*ABOUT US PAGE*/

.jumbotron.jumbotron-fluid {
  height: 200px;
  text-align: center;
}

.jumbotron p {
  margin-bottom: 5px !important;
  color: #d7ff76 !important;
  margin-top: 90px !important;
}

.jumbotron .fa {
  font-size: 20px !important;
  margin: 10px !important;
}

.jumbotron .section-heading {
  color: white !important;
}

#leadership-team-img img {
  height: 80% !important;
  width: auto !important;
}

#leadership-team-second p {
  margin-right: 60px;
}





/*trans-biofilter*/

#trans-biofilter-works img {

  max-width: 60% !important;
}

#Bio-Filter .col-md-4 {
  text-align: center !important;
  background-position: center;
  height: 300px;
  background-repeat: no-repeat;
  background-size: auto;

}

#Bio-Filter-text .col-md-4 {
  height: 100px !important;
}

#Segments .col-md-2 {
  border: 1px solid #85B119;
}

#biofilter-advantages {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#biofilter-advantages h3 {
  color: #fff !important;
}

#biofilter-advantages .col-md-4 {
  background: white;
  padding: 20px 15px 20px 15px;
  width: 31%;
  height: 200px;
  border: 1px solid #85B119;
  border-radius: 18px;
  margin: auto;
}

.numberCircle {
  height: 50px !important;
  width: 50px !important;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  font-family: 'DM Serif Text', serif !important;
  border: 1px solid #707070;
}

p.title {
  /*  font-weight: bold;
margin: 6px 0px 0px 0px; */
}

p.title {
  margin: 0px 0px 0px 12px;
}

h3.total-stats {
  margin-top: 27px;
  letter-spacing: 2px;
  font-family: 'Rubik';
  font-weight: bolder;
  text-align: center;
  color: #AAD75F;
  font-size: 45px;
}

#Statistics .col-md-3 {
  border-right: 1px solid #7D7D7D;
  height: 100px !important;
}

#Statistics h3 {
  margin-bottom: 0px !important;
  letter-spacing: 6px;
  font-size: 30px;
  font-weight: bold;
}

#Statistics span.badge.badge-default {
  text-decoration: none !important;
  color: black !important;
  padding: 0px !important;
}

button.Enquire {
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #343956;
  font-family: 'Rubik';
  border-radius: 5px;
  margin: 20px 0px 20px 0px;
  background: #A2C631;
  border: none;
  width: auto !important;
  height: 50px;
}

div#Capacity {
  max-width: 1000px;
  text-align: center;
}

thead {
  background: #F5F5F5;
}

td {
  border-bottom: 1px solid #E3E3E3 !important;
  padding: 15px !important;
}

th {
  border: none;
  padding: 12px !important;
}

td.last-col {
  color: #414141 !important;
  font-size: 12px;
}

#Effluent-Treatment {
  max-width: 807px;
}

#Effluent-Treatment img {
  border-radius: 20px;
  max-width: 100%;
}

#Effluent-Treatment p {
  text-align: center !important;
  margin-bottom: 0px;
  color: #414141 !important;
}

#Effluent-Treatment h3 {
  font-family: 'Rubik' !important;
  font-weight: bold;
  text-align: center !important;
  letter-spacing: 5px;
}

#Effluent-Treatment .col-md-6 {
  /*  width: 50%;
*/
}

#Before-Treatment {
  margin: 0px 0px 0px 0px;
}

#After-Treatment {
  margin: 0px 0px 0px 0px;
}

.square {
  height: 200px;
  width: 200px;
  background-color: #555;
}

#Effluent-Treatment .col-md-4 {
  margin: 0 auto;
  width: 18%;
  border: 1px solid #ABD85F;
  padding: 20px 0px 20px 0px !important;
}

.trans-Effects-heading {
  color: #414141 !important;
  font-size: 23px !important;
}

#Soil-Testing .fa {
  color: #85B119;
  margin: 5px 10px 10px 10px;
  font-size: 15px !important;
}

.list-group-item {
  border: none;
  display: flex !important;
}

#Soil-Features .col-md-2 {
  width: 14%;
  border-radius: 90px;
  border: 1px solid #85B119;
  padding: 25px 4px 20px 4px;
  margin: auto;
  height: 210px !important;
}

#Soil-Features img {
  max-width: 55%;
}

#Soil-Features span.badge.badge-default {
  text-decoration: none;
  color: #001100 !important;
}

#biofilter-advantages .col-md-6 {
  height: 150px;
  display: flex;
  background: white;
  padding: 40px;
  border: 1px solid #85B119;
  border-radius: 18px;
  width: 48% !important;
  margin: auto;
}

#Evaluate .col-md-2 {
  width: 18%;
  height: 200px;
  border-radius: 18px;
  border: 1px solid #707070;
  padding: 28px 20px 28px 20px;
  margin: auto;
}

#Evaluate button.btn {
  float: none !important;
}

#parameter-1 .col-md-3 {
  height: 180px;
  margin: auto;
  width: 18%;
  padding: 25px 20px 25px 20px;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #bffc6e, #8cc63e);
}

#parameters .col-md-2 {
  height: fit-content !important;
  margin: auto;
  width: 19%;
  padding: 50px 15px 50px 15px !important;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #bffc6e, #8cc63e);
}

.col-spacer {
  width: 12%;
}

#parameter-1 {
  margin-bottom: 5px !important;
}

#parameter-2 {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

#Evaluate .col-spacer {
  width: 20%;
}

#irrigation {
  width: 15%;
}

a.Article {
  text-decoration: none;
  color: #85B119;
  float: right;
}

.table-bottom {
  font-style: italic;
  color: #00000050;
}

#Solution li.list-item {
  padding: 10px;
}

#zero-waste button.btn {
  float: none !important;
  margin: 10px;
}

div#dark-background {
  background: #F5F5F5 !important;
  width: 49%;
  margin: 0px auto;
  padding: 30px 15px 30px 15px;
}

div#dark-background li {
  margin: 15px 0px 10px 0px;
}

#results .row {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

/*contact us*/
#Contact li {
  display: flex !important;
}

#Contact .col-md-6 {
  margin: 0 auto;
  flex: 0 0 auto;
  width: 40%;
}

#Contact .col-md-6 ul {
  margin-top: 30px !important;
}

#Contact .col-md-6 form {
  margin-top: 30px !important;
}

#Contact img {
  margin-right: 10px;
  padding: 10px;
  height: 50px;
  border: 1px solid #85b119;
  width: 50px;
  border-radius: 30px;
}

#Contact button.btn.btn-primary {
  border: none;
  float: inherit;
  width: fit-content;
  margin: 25px 10px 10px 0px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.Gujarat-heading {
  font-weight: bold !important;
}

#Trans-vruddhi .col-md-6 {
  padding: 10px;
  box-shadow: 0px 10px 10px #0000000f;
  border-left: 4px solid #a4d627;
  display: inline-flex;
  width: 40%;
  margin: auto;
}

.numberCircle-vrddhi {
  height: 50px !important;
  width: 50px !important;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  font-family: 'DM Serif Text', serif !important;
}


#transvruddhi-adv p.title {
  font-weight: bold;
  margin: 10px 15px 0px 20px !important;
}

.card {
  width: 18rem;
}

.caption {
  padding: 30px;
}

#Bio-Filter img {
  height: 170px;
  width: auto !important;
  /*  max-width: 60% !important;
*/
}

#Segments img {
  max-width: 80% !important;
}

#Gallery img {
  margin: auto;
  width: 50%;
}


#Khanderaopura-gallery {
  max-width: 900px !important;
}

#Khanderaopura-gallery p {
  font-size: 25px !important;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
}

/*#bio-plus {
    margin: 10px 0px 0px 12px !important;
    }*/
#Stories .card {
  width: auto !important;
}

p.News-gujrat {
  padding: 5% 20% 0% 20% !important;
}

#pills-tab li {
  margin: 0 auto !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  padding: 10px;
  border-radius: 30px;
  background-color: #85b119;
}

.leaders-name {
  font-weight: bold !important;
  text-align: center !important;
}

.card-text:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}

#form-heading {
  color: #000000 !important;
}

.modal-header {
  border: none !important;
  display: block !important;
  text-align: center !important;
}

.modal-footer {
  border: none !important;

}

.modal-header .btn-close {
  float: right !important;
}

.modal-header .section-heading {
  margin-bottom: 0px !important;

}

.modal-header .section-subheading {
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}

.modal-content {
  width: 80% !important;
  margin: auto;
}

button#submitf1 {
  border-radius: 29px;
  width: 44%;
  margin: 19px 0px;
}

label.formlabel {
  color: #6f6f6f;
  font-size: 17px;
  margin: 13px 0px 6px 0px;
}

.modal-body {
  padding: 10px 35px 20px 35px !important;
}

input#recipient {
  border-radius: 20px !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B5B5B5 !important;
  opacity: 1;
  /* Firefox */
  font-size: 16px !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B5B5B5 !important;
  opacity: 1;
  /* Firefox */
  font-size: 16px !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B5B5B5 !important;
  opacity: 1;
  /* Firefox */
  font-size: 16px !important;
}

textarea.form-control {
  border-radius: 20px !important;
}

.modal-footer button.btn {
  border: none;
  width: fit-content;
  margin: 0px auto;
}

#Contact .social-icons button.btn {
  padding: inherit;
  width: 35px;
  height: 35px;
  float: none !important;
}

#Contact .social-icons {
  margin-top: 10px;
}

#Contact .fa {
  font-size: 16px !important;
}

#Contact p {
  margin-bottom: 2rem;
}


#Gujarat .img-fluid {
  max-width: 70%;
}

#zero-waste .img-fluid {
  max-width: 50%;
}

.gfg {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10%;
  position: relative;
}

.gfg1 {
  height: 400px;
  margin: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.second-txt {
  font-size: 17px !important;
  color: white;
  position: absolute;
  bottom: 0px;
  left: 10px;
}

#home-products .overlay {
  background-image: linear-gradient(to top, black, #33333300 30%);
  height: 400px !important;
}

hr.solid {
  border-top: 1px solid #bbb;
}

#all-products img {
  margin-bottom: 30px !important;
}

.nav-pills .nav-link {
  margin: 7px !important;
  background: whitesmoke;
  border: none !important;
  border-radius: 30px !important;
}

#clients-view-more a {
  text-decoration: none !important;
}

span.arr-for-mobile {
  margin-bottom: 30px;
  display: none;
  font-size: 50px !important;
  color: #555555 !important;
  text-align: center;

}

span.arr-for-desktop {
  display: block;
  font-size: 50px !important;
  color: #555555 !important;
}


#myBtnContainer button.btn {
  margin: 0px 30px 0px 20px;
  width: auto !important;
  height: 47px;
  border-radius: 64px;
  color: black;
  background: whitesmoke;
  float: none;
}

img.mySlides {
  height: 400px;
  width: auto;
  margin: auto !important;
}

/*#myBtnContainer .btn.active {
    background-color: #85b119 !important;
    color: white !important;
}
*/

sub {
  font-size: 20px;
}







/*media query started*/

/*Mobile device*/

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {

  /*home */
  #evaluation img {
    max-width: 60%;
  }

  img.mySlides {
    height: auto !important;

  }

  .me-auto {
    height: inherit;
    margin: 0% 15% 0% 15% !important;
  }

  .navbar-light .navbar-nav .nav-link,
  span.navbar-cont,
  span.navbar-text {

    color: rgb(255 255 255 / 95%) !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 10px 10px 10px 10px;
    position: initial;
    width: auto !important;
    background: #a4d627;
  }

  nav ul ul ul li {
    background: #ffffff;
    position: relative;
    top: 0px;
    left: 0px;
  }

  .carousel-control-prev,
  .carousel-control-next {

    z-index: auto;
  }

  .navbar-brand img {
    margin-top: -10px !important;
    margin-left: 0px !important;
    max-width: 50% !important;
  }

  .bg-light {
    height: auto !important;
  }

  span.navbar-text {
    display: block !important;
    margin-top: 15px !important;
    width: fit-content !important;
    margin-left: 0px !important;
  }

  .section-heading {
    font-size: 24px !important;
    text-align: center !important;
  }

  .section-subheading {
    text-align: center !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    margin: 0px 15px 0px 15px !important;
  }

  .card-body .btn-filter {
    margin-left: 0px !important;
  }

  #know-more {
    text-align: center !important;
    margin-top: 20px !important;
  }

  #kh-gallery .carousel {
    height: 180px !important
  }

  .carousel {
    height: 810px !important;
  }

  .trans-sections {
    padding: 15% 5% 0% 5% !important;
  }

  p {
    text-align: center !important;
    font-size: 16px !important;
  }

  h3.treatment-number {
    text-align: center;
    margin-left: 0%;
    margin-bottom: 0%;
    font-size: 90px;
  }

  .treatment-heading {
    text-align: center !important;
  }

  p.treatment-text {
    text-align: center !important;
    padding: 0px 0px 0px 0px !important;
  }

  div#treatment img {
    margin: auto !important;
    width: 100% !important;
    height: 500px !important;
  }

  #Products .col-md-3 {
    margin-bottom: 8% !important;
  }

  .card {
    margin-bottom: 10% !important;
    width: auto !important;
  }

  body,
  html {
    overflow-x: hidden !important;
  }

  #clients-view-more p {
    text-align: center !important;
  }

  a.navbar-brand {
    width: 240px !important;
  }

  .navbar-brand {
    margin-right: 0px !important;
  }

  #text-slider {
    margin: auto;
    margin-bottom: 0px !important;
    width: 72% !important;
  }

  #slider-text {
    font-size: 35px !important;
  }

  #home-products {
    height: 430px !important;
  }

  #biofilter-advantages .col-md-6 {
    height: auto !important;
  }

  .overlay {
    height: 450px !important;
  }

  /*about us*/

  #leadership-team-second p {
    margin-right: 0px !important;
  }

  .jumbotron p {
    text-align: center !important;
    margin-top: 50px !important;
  }

  .jumbotron.jumbotron-fluid {
    height: 170px !important;
    text-align: center;
  }

  #clients-section {
    margin-top: 10%;
  }

  #leaders-text {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  #leadership-team-img img {
    margin-bottom: 10%;
    height: auto !important;
    width: inherit !important;
  }

  /*bio filter*/

  div#Statistics img {
    height: 60px !important;
  }

  #Soil-Features .col-md-2 {
    margin: auto;
    width: 45% !important;
    height: 230px !important;
    margin-bottom: 8%;
  }

  #Bio-Filter .col-md-4 {
    height: auto !important;
  }

  #biofilter-advantages .col-md-4,
  .col-md-6 {
    margin-bottom: 20px !important;
    width: -webkit-fill-available !important;
  }

  .numberCircle {
    margin: auto !important;
  }

  #biofilter-advantages .row {
    margin: 0px -16px !important;
  }

  h3.total-stats {
    font-size: 30px !important;
  }

  div#Statistics .row>* {
    margin-bottom: 8% !important;
    width: -webkit-fill-available !important;
  }

  div#Statistics .row {
    display: contents !important;
  }

  #Statistics .col-md-3 {
    border-right: 0px solid #7D7D7D !important;
  }

  #Statistics .col-md-3 {
    text-align: center !important;
    height: auto !important;
  }

  .card-title {
    text-align: center !important;
  }

  #Effluent-Treatment .col-md-4 {
    margin: 15px 90px !important;
    width: -webkit-fill-available !important;
  }

  /*Soil-Testing-Kit.php*/
  .list-group-item {
    padding: 10px 0px;
    text-align: left;
  }

  #biofilter-advantages .col-md-6 {
    margin-bottom: 30px !important;
    width: -webkit-fill-available !important;
    display: block;
  }

  #Evaluate .col-md-2 {
    margin: auto;
    width: 70%;
    height: 200px;
    margin-bottom: 30px;
    padding: 40px 20px 28px 20px;
  }

  #parameters .col-md-2 {

    width: 45%;
  }

  #parameters .col-md-3 {
    margin: auto;
    height: 220px !important;
    margin-bottom: 20px;
    width: 45%;
  }

  #parameter-2 .col-md-2 {
    margin: auto;
    height: 220px !important;
    margin-bottom: 20px;
    width: 45%;
  }

  #parameter-1 .col-md-3 {
    margin: auto;
    height: 220px !important;
    margin-bottom: 20px;
    width: 45%;
  }

  #parameters .col-md-2 {
    margin: auto;
    height: 220px !important;
    margin-bottom: 20px;
    width: 45%;
  }

  .col-spacer {
    display: none !important;
  }

  iframe {
    height: 300px !important;
    width: 300px !important;
    margin: auto !important;
  }

  #Soil-Testing .col-md-6 {
    text-align: justify !important;
    padding: 0px 0px 0px 0px !important;
  }

  #Solution ol {
    text-align: center;
    padding: 0px !important;
  }

  p.News-gujrat {
    text-align: justify !important;
    padding: 30px 10px 30px 10px !important;
  }

  .mb-3 {
    display: flex !important;
  }


  #pills-tabContent .col-md-2 {
    width: 50% !important;
    padding: 30px 10px 30px 10px !important;
  }

  #Contact p {
    text-align: left !important;
  }

  .col-spacer {
    display: none !important;
  }

  span.arr-for-desktop {
    display: none;
    font-size: 50px !important;
    color: #555555 !important;
  }

  span.arr-for-mobile {
    display: block;
  }


  #Bio-Filter .col-6 {
    width: 100% !important;
  }

  div#home-products {
    width: 100%;

  }

  #myBtnContainer button.btn {
    margin: 5px 0px 5px 15px !important;
  }

  div#home-products {
    margin-bottom: 0px;
  }
}

/*tablet*/

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {

  .bg-light {
    height: auto !important;
  }

  .trans-sections {
    padding: 8% 5% 5% 5% !important;
  }

  #leadership-team-second p {
    margin-right: 0px;
    text-align: justify;
  }

  div#leadership-team-text {
    text-align: justify;
  }

  .col-spacer {
    width: 0px !important;
  }

  .section-heading {
    font-size: 28px !important;
  }

  #Contact .col-md-6 {

    width: 50%;
  }
}


/*media query finish*/

@media (width: 1024px) {

  .navbar-light .navbar-nav .nav-link,
  span.navbar-cont,
  span.navbar-text {
    font-size: 11px !important;

  }
}




@media screen and (min-device-width: 1920px) and (max-device-width: 3000px) {
  .container {
    max-width: 1350px !important;
  }


}