.tbl-header-custom {
  text-align: end;
  padding-right: 25px !important;
  font-family: "geomanist-medium";
  font-size: 18px;
  color: #4ea4a5;
  padding-top: 20px !important;
}

.tbl-data-odd {
  background-color: rgb(132 195 196 / 0.1);
  padding: 20px !important;
}

.tbl-data-even {
  background-color: rgb(132 195 196 / 0.25);
  padding: 20px !important;
}

table td,
th {
  border: none !important;
}

.geomanist-book {
  font-family: "geomanist-book";
  font-size: 18px;
  line-height: 24px;
}

.geomanist-medium {
  font-family: "geomanist-medium";
  font-size: 18px;
}

.custom-ul-li {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}

.bullet-li {
  list-style: disc !important;
  background: none;
  padding: 0px !important;
}

.sec-1 {
  background: url("../images/D-banner.png") !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 346px;
  width: 100%;
}

.info-box-l {
  padding: 14px;
  background-color: rgb(255 255 255 / 0.7);
  margin: 42px 20px;
  border-radius: 8px;
  display: none;
}

.info-box-s{
  display: none;
}

@media (max-width: 1199px) {
  .sec-1 {
    background: url("../images/T-banner.png") !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .geomanist-book {
    font-family: "geomanist-book";
    font-size: 14px;
    line-height: 24px;
  }

  .geomanist-medium {
    font-family: "geomanist-medium";
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .sec-1 {
    background: url("../images/M-banner-no text.png") !important;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    height: 280px !important;
    width: 100%;
  }

  .info-box-l {
    display: block;
  }
  .table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width:464px){
  .info-box-s {
    display: block;
    padding: 10px;
  }

  .info-box-l{
    display: none !important;
  }

  .mt-464{
    margin-top: 30px !important;
  }
}

@media (max-width: 410px) {
  .sec-1 {
    background: url("../images/M-banner-no text.png") !important;
    background-size: contain !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    height: 244px !important;
    width: 100%;
  }

}

@media (max-width: 372px) {
  .sec-1 {
    background: url("../images/M-banner-no text.png") !important;
    background-size: contain !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    height: 244px !important;
    width: 100%;
  }

  .info-box {
    display: block;
  }
}

