@media screen and (min-width: 1366px) {
  .mobile-break {
    display: none;
  }
}
@media screen and (max-width: 1367px) {
  .at {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .btn-tab {
    font-size: 12px !important;
  }
  .nav-link {
    font-size: 13px;
  }
}
.footer-eco {
  min-height: 100%;
  background: url("../img/footer-bg.webp") rgba(255, 255, 255, 0.8);
  background-size: cover;
  background-blend-mode: multiply;
}

.middle-a {
  font-size: 16px;
  color: white !important;
  font-weight: 100 !important;
}

.bnw { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.contact-field {
  background-color: #787878;
}

.ratings i {
  color: #fbc507;
}

/* body {
font-family: 'Merriweather', serif;
} */
.text-15 {
  font-size: 15px;
}

.text-18 {
  font-size: 18px;
}

.text-14 {
  font-size: 14px;
}

.text-12 {
  font-size: 12px;
}

p {
  font-size: 18px;
  line-height: 35px;
  font-family: "Source Sans Pro", sans-serif;
}

.card-text {
  font-size: 14px;
  line-height: 26px;
}

.card-title {
  font-weight: 500;
}

a {
  text-decoration: none !important;
  color: black;
}

.dropdown-item:hover {
  color: #00984a !important;
}

a:hover {
  color: #00984a;
}

.nav-link {
  font-weight: 400;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* .navbar-collapse {
flex-basis: auto;
} */
.dropdown-toggle {
  outline: 0;
}

.dropdown-menu {
  border-color: white;
}

.card {
  border-radius: 0 !important;
}

.logo {
  display: block;
  max-width: 250px;
  max-height: 62px;
  width: auto;
  height: auto;
}

.brand {
  max-height: 100px;
}

.bg-gray {
  background-color: #f4f4f4;
}

.eco {
  color: #00984a;
}

.btn-eco {
  color: white;
  background-color: #00984a;
  border: none !important;
  border-radius: 0px !important;
}

label {
  color: black;
  font-size: 13px;
  font-weight: 500;
}

.table-green {
  background-color: #d1e7dd !important;
}

.table-yellow {
  background-color: #fff3cd !important;
}

td {
  font-weight: 400 !important;
}

#ecoinput {
  border-radius: 0;
  border: 2px solid black;
}

body {
  background-color: #f4f4f4;
}

.form-label {
  padding: 5px 0px 5px 0px;
}

.text-red {
  color: red;
}

.form-check-label {
  font-weight: 500;
}

/* .bg-dark{
background-color: black !important;
} */
.gt-th {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(23, 32, 43, 0.5)), url("../img/pexels-photo-380768.webp");
}

.card-height {
  height: 210px;
}



.sliders {
  display: block;
  max-width: 1900px;
  max-height: 700px;
  width: auto;
  height: auto;
}

.input-group-text {
  font-weight: 700 !important;
  background-color: #d9d9d9 !important;
  border: none !important;
  width: 120px;
}/*# sourceMappingURL=style.css.map */



.checkbox {
  float: left;
  width: 100px;
  height: 100px;
  cursor: pointer;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 20px;
  -moz-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
  -o-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
  -webkit-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
  transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
}
.checkbox:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.checkbox:hover:after {
  color: white;
}
.checkbox:after {
  line-height: 100px;
  font-family: "FontAwesome";
  display: block;
  content: "";
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 30px;
  -moz-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
  -o-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
  -webkit-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
  transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
}
.checkbox.is-checked:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  font-size: 50px;
  color: white;
}
.checkbox.is-checked:hover:after {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.check:after {
  content: "\f00c";
  background-color: rgba(165, 194, 92, 0);
}
.check.is-checked:after {
  background-color: #a5c25c;
}
.ecoX {
  color: white;
  font-weight: 700 !important;
  background-color: #00984a !important;
}