.rate_charges {
  padding: 2.5rem 0;
  background: #f6f7f9;
  background: url("/bg.png") repeat-x;
}
.rate_charges figure {
  overflow-x: auto !important;
}
.rate_charges .secTitle3 {
  text-align: left;
  margin-bottom: 2rem;
}
.rate_charges .secTitle3 h2 {
  margin-bottom: 1rem;
}
.rate_charges .secTitle3 p {
  margin-bottom: 0.625rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  font-family: var(--main-font, "Filson Pro");
}
.rate_charges .secTitle3 small {
  font-size: 0.62rem;
  font-weight: 400;
  color: #000000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.rate_charges .mySwiper {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.rate_charges .mySwiper .swiper-slide {
  padding: 0 10px;
}
.rate_charges .mySwiper .swiper-wrapper {
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
}
.rate_charges .mySwiper .swiper-pagination {
  text-align: center;
}
.rate_charges .mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #174035;
  border-radius: 4px;
}
.rate_charges .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.1rem;
  border-radius: 4px;
}
.rate_charges .CommonCard {
  min-height: 10.6875rem !important;
}
.rate_charges .rate_chargesfeatcard {
  text-align: center;
  margin: 0 1rem;
  background-color: #edffe8;
  border: 1px solid #47ee40;
  width: 100%;
  border-radius: 10px;
  padding: 1.5rem;
}
.rate_charges .rate_chargesfeatcard:first-child {
  margin-left: 0;
}
.rate_charges .rate_chargesfeatcard:last-child {
  margin-right: 0;
}
.rate_charges .rate_chargesfeatcard h6 {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  margin-bottom: 0.8rem;
}
.rate_charges .rate_chargesfeatcard p {
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 400;
  color: #004135;
  line-height: 1.1rem;
  font-family: var(--main-font, "Filson Pro");
}
.rate_charges .actbtn {
  margin-top: 1rem;
  text-align: center;
}
.rate_charges .actbtn .srb-btn {
  background: #004135;
  color: #edffe8 !important;
}
.rate_charges .actbtn .srb-btn svg {
  margin-left: 0.625rem;
}
.rate_charges .actbtn .srb-btn:hover {
  background: #47ee40;
  color: #004135 !important;
}
.rate_charges .srb-btn {
  text-align: center;
  background: #004135;
  color: #edffe8;
  margin: auto;
  width: 20%;
}
.rate_charges .srb-btn a {
  text-decoration: none;
}
.rate_charges .srb-btn:hover {
  background: #47ee40;
  color: #004135 !important;
}

@media (max-width: 768px) {
  .rate_charges {
    padding: 1.5rem 0;
  }
  .rate_charges .secTitle3 h2 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .rate_charges .srb-btn {
    display: inline-block;
    width: auto;
  }
  .rate_charges .mySwiper .swiper-wrapper {
    justify-content: left;
  }
}
