.secwithimg-wrapper {
  background: url("/bg.png") repeat-x;
  padding: 2.5rem 0;
}

.secwithimg-wrapper:nth-child(even) .secwithimg {
  flex-direction: row-reverse;
}
.secwithimg-wrapper:nth-child(even) .secwithimg .img {
  padding-left: 0;
  padding-right: 30px;
}

.secwithimg {
  display: flex;
  align-items: center;
}
.secwithimg .contepart {
  width: 50%;
  text-align: left;
}
.secwithimg .contepart ul {
  margin: 1.5rem 0;
  padding: 0;
}
.secwithimg .contepart ul li {
  list-style: circle;
  list-style-position: inside;
  padding: 0.33rem 0;
  font-size: 0.88rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.2rem;
  font-family: var(--main-font, "Filson Pro");
}
.secwithimg .img {
  padding-left: 30px;
  padding-right: 0;
  width: 50%;
  height: auto;
  text-align: center;
}
.secwithimg .img img {
  width: auto;
  margin: auto;
  height: auto;
  max-width: 100%;
  padding-left: 3rem;
}
.secwithimg .img .noimage {
  width: 100%;
  height: 100%;
}
.secwithimg .mySwiper {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.secwithimg .mySwiper .swiper-wrapper {
  padding-bottom: 2rem;
  width: 100%;
}
.secwithimg .mySwiper .swiper-pagination {
  text-align: center;
}
.secwithimg .mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #174035;
  border-radius: 4px;
}
.secwithimg .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.1rem;
  border-radius: 4px;
}
.secwithimg .full_content {
  width: 100%;
  text-align: left;
}
.secwithimg .full_content h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #004135;
  line-height: 1.875rem;
  font-family: var(--main-font, "Filson Pro");
}
.secwithimg .full_content .desc p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.2rem;
  font-family: var(--main-font, "Filson Pro");
}
.secwithimg .full_content ul {
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
}
.secwithimg .full_content ul li {
  list-style: circle;
  list-style-position: inside;
  padding: 0.33rem 0;
  font-size: 0.88rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.2rem;
  font-family: var(--main-font, "Filson Pro");
}
.secwithimg .full_content figure {
  overflow-x: auto !important;
}
.secwithimg figure.table {
  overflow-x: auto;
  width: 100%;
}
.secwithimg figure.table > table {
  min-width: 800px;
  width: 100%;
  border-collapse: collapse;
}
.secwithimg .tbl_tabs ul {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 10px;
  border: none;
}
.secwithimg .tbl_tabs ul li {
  text-align: center;
  list-style: none;
}
.secwithimg .tbl_tabs ul li a {
  border: 1px solid #dcdcdc !important;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #000 !important;
}
.secwithimg .tbl_tabs ul li a.active {
  background-color: #174035 !important;
  color: #fff !important;
}
.secwithimg .tbl_tabs .tab-content .wlTabcontent {
  align-items: center;
}
.secwithimg .tbl_tabs .tab-content .wlTabcontent .col-md-12 {
  padding: 1rem;
}
.secwithimg .tbl_tabs .tab-content .wlTabcontent .installAppBtn {
  font-size: 0.85rem;
  font-weight: 700;
  color: #edffe8 !important;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  background-color: #004135;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: 300ms;
  border: none;
  display: inline-block;
}

.actbtn {
  text-align: center;
}
.actbtn .srb-btn {
  background: #004135;
  color: #edffe8 !important;
}
.actbtn .srb-btn svg {
  margin-left: 0.625rem;
}
.actbtn .srb-btn:hover {
  background: #47ee40;
  color: #004135 !important;
}

@media (max-width: 768px) {
  .secwithimg {
    display: block;
  }
  .secwithimg .secTitle3 h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-align: left !important;
  }
  .secwithimg .img,
  .secwithimg .contepart {
    width: 100%;
  }
  .secwithimg .img {
    padding: 0 !important;
  }
  .secwithimg .img img {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0 1.5rem 0 !important;
  }
  .secwithimg .contepart {
    padding: 0 0rem !important;
  }
  .secwithimg .contepart .desc p {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.3rem !important;
  }
  .secwithimg .contepart ul {
    padding: 0 0 0 12px;
  }
  .secwithimg .contepart ul li {
    font-size: 0.85rem;
    text-align: left;
  }
  .secwithimg .tbl_tabs ul li {
    width: 100%;
  }
  .secwithimg .tbl_tabs .tab-content .wlTabcontent {
    align-items: center;
  }
  .secwithimg .tbl_tabs .tab-content .wlTabcontent .col-md-6 {
    padding: 1rem;
  }
  .secwithimg .tbl_tabs .tab-content .wlTabcontent .installAppBtn {
    font-size: 0.85rem;
    font-weight: 700;
    color: #edffe8 !important;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
    background-color: #004135;
    padding: 0.7rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    cursor: pointer;
    transition: 300ms;
    border: none;
    display: inline-block;
  }
  .full_content {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .secwithimg {
    display: block;
  }
  .secwithimg .img,
  .secwithimg .contepart {
    width: 100%;
  }
  .secwithimg .img {
    padding: 0 !important;
  }
  .secwithimg .img img {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0 1.5rem 0 !important;
  }
  .secwithimg .contepart {
    padding: 0 0rem !important;
  }
  .secwithimg .contepart .desc p {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.3rem !important;
  }
  .secwithimg .contepart ul {
    padding: 0 0 0 12px;
  }
  .secwithimg .contepart ul li {
    font-size: 0.85rem;
    text-align: left;
  }
  .full_content {
    width: 100%;
  }
}
