/* // <!-- global for all heading para & section --> */
section {
  padding: 60px 20px;
}

@media screen and (max-width: 750px) {
  section {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 570px) {
  section {
    padding: 30px 20px;
  }
}

section h2,
section .content {
  font-family: Raleway;
  font-weight: 500;
  font-size: 35px;
  color: #282828;
  margin-bottom: 30px;
}

section .para-cont-all {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #737373;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  section h2,
  section .content {
    font-size: 30px;
  }

  section .para-cont-all {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
  section h2,
  section .content {
    font-size: 24px;
    margin-bottom: 20px;
  }

  section .para-cont-all {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 18px;
  }
}

@media screen and (max-width: 570px) {
  section h2,
  section .content {
    font-size: 22px;
  }

  section .para-cont-all {
    font-size: 11px;
    line-height: 16px;
  }
}

.buttons-ext a {
  background: #133f59;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 15px 24px;
  border-radius: 6px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border: 1px solid #133f59;
  transition: all 0.5s ease;
}

.buttons-ext a:hover {
  background: #fff;
  color: #133f59;
}

.buttons-ext a:hover svg path {
  fill: #133f59;
}

@media screen and (max-width: 1150px) {
  .buttons-ext a {
    font-size: 12px;
    padding: 8px 16px;
    gap: 8px;
  }
}

@media screen and (max-width: 1080px) {
  .buttons-ext a {
    font-size: 12px;
    padding: 8px 16px;
    gap: 8px;
  }
}

@media screen and (max-width: 750px) {
  .buttons-ext a {
    font-size: 12px;
    padding: 8px 14px;
    gap: 6px;
  }

  .buttons-ext svg {
    width: 14px;
  }
}

@media screen and (max-width: 570px) {
  .buttons-ext a {
    font-size: 12px;
    padding: 8px 14px;
    gap: 6px;
  }

  .buttons-ext svg {
    width: 14px;
  }
}

/* // <!-- first section --> */
/* first section */
.InnerchargeOnhero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 120px;
}

.InnerchargeOnhero .inner-cont-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.InnerchargeOnhero .inner-cont-hero .content {
  width: 50%;
}

.InnerchargeOnhero .inner-cont-hero .content h1 {
  font-family: Raleway;
  font-weight: 500;
  font-size: 38px;
  line-height: 60px;
  color: #282828;
}

.InnerchargeOnhero .inner-cont-hero .content p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  margin-top: 16px;
  color: #424242;
}

.InnerchargeOnhero .inner-cont-hero .content p span {
  color: #282828;
  font-weight: 500;
}

.InnerchargeOnhero .inner-cont-hero .image-container {
  width: 40%;
}

.InnerchargeOnhero .inner-cont-hero .image-container img {
  width: 100%;
}

.InnerchargeOnhero .inner-cont-hero .content .buttons {
  margin-top: 4rem;
}

.InnerchargeOnhero .inner-cont-hero .content .buttons a {
  background: #133f59;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 15px 24px;
  border-radius: 6px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border: 1px solid #133f59;
  transition: all 0.5s ease;
}

.InnerchargeOnhero .inner-cont-hero .content .buttons a:hover {
  background: #fff;
  color: #133f59;
}

.InnerchargeOnhero .inner-cont-hero .content .buttons a:hover svg path {
  fill: #133f59;
}

@media screen and (max-width: 1150px) {
  .InnerchargeOnhero .inner-cont-hero .content h1 {
    font-size: 35px;
    line-height: 55px;
  }

  .InnerchargeOnhero .inner-cont-hero .content p {
    font-size: 17px;
    margin-top: 12px;
  }

  .InnerchargeOnhero .inner-cont-hero .content .buttons {
    margin-top: 2rem;
  }

  .InnerchargeOnhero .inner-cont-hero .content .buttons a {
    font-size: 12px;
    padding: 8px 16px;
    gap: 8px;
  }
}

@media screen and (max-width: 1080px) {
  .InnerchargeOnhero .inner-cont-hero .content h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .InnerchargeOnhero .inner-cont-hero .content p {
    font-size: 13px;
    margin-top: 10px;
  }

  .InnerchargeOnhero .inner-cont-hero .content .buttons {
    margin-top: 2rem;
  }

  .InnerchargeOnhero .inner-cont-hero .content .buttons a {
    font-size: 12px;
    padding: 8px 16px;
    gap: 8px;
  }
}

@media screen and (max-width: 750px) {
  .InnerchargeOnhero {
    padding-top: 90px;
  }

  .InnerchargeOnhero .inner-cont-hero .content h1 {
    font-size: 18px;
    line-height: 28px;
  }

  .InnerchargeOnhero .inner-cont-hero .content p {
    font-size: 11px;
    margin-top: 8px;
  }

  .InnerchargeOnhero .inner-cont-hero .content .buttons {
    margin-top: 2rem;
  }

  .InnerchargeOnhero .inner-cont-hero .content .buttons a {
    font-size: 12px;
    padding: 8px 14px;
    gap: 6px;
  }

  .InnerchargeOnhero .inner-cont-hero .content .buttons svg {
    width: 14px;
  }
}

@media screen and (max-width: 570px) {
  .InnerchargeOnhero {
    padding-top: 60px;
  }

  .InnerchargeOnhero .inner-cont-hero {
    display: flex;
    justify-content: space-between;
    align-items: unset;
    width: 100%;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .InnerchargeOnhero .inner-cont-hero .image-container {
    width: 80%;
    margin: auto;
  }

  .InnerchargeOnhero .inner-cont-hero .content {
    width: 100%;
  }

  .InnerchargeOnhero .inner-cont-hero .content h1 {
    font-size: 23px;
    line-height: 35px;
  }

  .InnerchargeOnhero .inner-cont-hero .content p {
    font-size: 12px;
    margin-top: 8px;
  }

  .InnerchargeOnhero .inner-cont-hero .content .buttons {
    margin-top: 1rem;
  }

  .InnerchargeOnhero .inner-cont-hero .content .buttons a {
    font-size: 12px;
    padding: 8px 14px;
    gap: 6px;
  }

  .InnerchargeOnhero .inner-cont-hero .content .buttons svg {
    width: 14px;
  }
}

/* // <!-- second section --> */
/* second section */
.InnerchargeOnHello {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.InnerchargeOnHello .inner-cont-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.InnerchargeOnHello .inner-cont-hero .content {
  width: 50%;
}

.InnerchargeOnHello .inner-cont-hero .image-container {
  width: 40%;
  position: relative;
}

.InnerchargeOnHello .inner-cont-hero .image-container .img-up-div {
  background: #f9f9f9;
  padding: 0px 30px 20px 30px;
  border-radius: 30px;
}

.InnerchargeOnHello .inner-cont-hero .image-container img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .InnerchargeOnHello .inner-cont-hero {
    display: flex;
    justify-content: space-between;
    align-items: unset;
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }

  .InnerchargeOnHello .inner-cont-hero .image-container {
    width: 50%;
    margin: auto;
  }

  .InnerchargeOnHello .inner-cont-hero .content {
    width: 100%;
  }

  .InnerchargeOnHello .inner-cont-hero .image-container {
    width: 60%;
  }
}

@media screen and (max-width: 570px) {
  .InnerchargeOnHello .inner-cont-hero .image-container {
    width: 85%;
  }

  .InnerchargeOnHello .inner-cont-hero .content {
    width: 100%;
  }
}

/* // <!-- third section --> */
.InnerchargeOnoverview .overview-head {
  text-align: center;
}

.InnerchargeOnoverview .overview-next-head {
  text-align: center;
}

.InnerchargeOnoverview .overview-next-head h3 {
  text-align: center;
  font-family: Raleway;
  font-weight: 500;
  font-size: 30px;
  color: #424242;
  margin-top: 30px;
}

.InnerchargeOnoverview .overview-head .para-cont-all {
  max-width: 60%;
  margin: auto;
  width: 100%;
}

.InnerchargeOnoverview .overview-benefits {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 30px;
}

.InnerchargeOnoverview .overview-benefits .overview-benefits-inner {
  text-align: center;
  width: 185px;
}

.InnerchargeOnoverview .overview-benefits .overview-benefits-inner div {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2.17px 6.08px 0px #00000040;
}

.InnerchargeOnoverview .overview-benefits .overview-benefits-inner div svg {
  padding: 20px;
}

@media screen and (max-width: 1080px) {
  .InnerchargeOnoverview .overview-next-head h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .InnerchargeOnoverview .overview-head .para-cont-all {
    max-width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .InnerchargeOnoverview .overview-next-head h3 {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 570px) {
  .InnerchargeOnoverview .overview-next-head h3 {
    font-size: 16px;
  }

  .InnerchargeOnoverview .overview-head .para-cont-all {
    max-width: 100%;
  }
}

/* // <!-- fourth section --> */
.InnerIntegratesection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  gap: 30px;
  overflow-x: hidden;
}

.text-block {
  flex: 1 1 45%;
  min-width: 280px;
}

.text-block h3 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
  color: #282828;
}

.text-block ul {
  padding-left: 20px;
  list-style-type: disc;
}

.text-block ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #424242;
}

.image-block {
  flex: 1 1 45%;
  min-width: 280px;
}

.image-block img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-height: 300px;
  max-width: 380px;
  object-fit: cover;
}

/* Alternate layout for reversed section */
.reverse {
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 950px) {
  .text-block h3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    color: #282828;
  }

  .text-block ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #424242;
  }
}

@media screen and (max-width: 768px) {
  .InnerIntegratesection {
    flex-direction: column-reverse;
    padding: 30px 0px;
    align-items: unset;
  }

  .reverse {
    display: flex;
    justify-content: start;
  }

  .reverse2 {
    flex-direction: column !important;
  }

  .text-block,
  .image-block {
    flex: 1 1 100%;
  }

  .image-block img {
    max-height: 200px;
  }

  .text-block ul {
    padding-left: 15px;
    list-style-position: outside;
  }
}

/* // <!-- fifth section --> */
.cta-section {
  background-color: #0f3e58;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.cta-content {
  max-width: 1200px;
  margin: 0 auto;
}

.cta-content .content {
  color: #fff;
}

.cta-content .content span {
  color: #ffd164;
}

.cta-content p {
  color: #fff !important;
}

.cta-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.cta-form input {
  padding: 8px 1px !important;
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  color: #fff;
  /* min-width: 250px; */
  /* flex: 1 1 50px; */
  outline: none !important;
  transition: border-color 0.3s;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

.cta-form .ready-input-wrapper {
  position: relative;
}

.cta-form .ready-input-wrapper span {
  color: red;
  position: absolute;
  font-size: 12px;
  opacity: 1;
  left: 0px;
  bottom: -18px;
}

.cta-section input:not([type="checkbox"]):not([type="radio"]),
.cta-section select,
.cta-section textarea {
  outline: 0;
  font: inherit;
  line-height: unset;
  width: unset;
  display: unset;
  padding: unset;
}

.cta-form input::placeholder {
  color: #c3c3c3;
}

.cta-form input:focus {
  border-color: #fbbc04;
}

.cta-form button {
  background-color: #fff;
  color: #133f59;
  font-weight: 600;
  padding: 8px 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  /* flex: 1 50px; */
  /* max-width: 50%; */
  transition: background 0.3s;
}

.cta-form button:hover {
  background-color: #ffd164;
}

@media screen and (max-width: 768px) {
  .cta-form {
    flex-direction: column;
    align-items: center;
  }

  .cta-form input,
  .cta-form button {
    width: 100% !important;
  }

  .cta-form .ready-input-wrapper {
    width: 100%;
  }
}

/* // <!-- How ChargeOn can help css--> */
.chargeon-help {
  grid-column: full-start/full-end;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  /* margin-bottom: 100px; */
}

.chargeon-help .heading-secondary {
  font-family: Raleway;
  font-weight: 500;
  font-size: 38px;
  color: #282828;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  .chargeon-help .heading-secondary {
    font-size: 30px;
  }

  /* .chargeon-help .heading-secondary,
		.chargeon-help .description,
		.chargeon-help .para-cont-all {
			margin-left: 0;
			padding: 0 40px;
		} */
}

@media screen and (max-width: 500px) {
  .chargeon-help .heading-secondary {
    font-size: 24px;
  }

  /* .chargeon-help .heading-secondary,
		.chargeon-help .description,
		.chargeon-help .para-cont-all {
			padding: 0 20px;
		} */
}

.chargeon-help .description-heading {
  color: var(--offer-desc-heading-color);
}

.chargeon-help .description {
  margin-top: 15px;
  color: var(--offer-description-color-1);
  font-size: 18px;
}

@media screen and (max-width: 500px) {
  .chargeon-help .description {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* @media screen and (max-width: 93.75em) {
		.chargeon-help {
			padding: 0 80px;
		}
	} */
@media screen and (max-width: 800px) {
  .chargeon-help {
    /* padding: 0; */
    max-width: unset;
  }
}

.chargeon-help .offering-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
  --active-width: 0;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .chargeon-help .offering-container {
    box-shadow: none;
  }
}

.chargeon-help .offering-container .offering-headings {
  font-size: 18px;
  line-height: 1.4;
  border-radius: 8px;
  /* padding-bottom: 4rem; */
  flex: 1;
  color: #c4d4de;
}

.chargeon-help .offering-container .offering-headings svg {
  fill: #c4d4de;
}

@media screen and (max-width: 800px) {
  .chargeon-help .offering-container .offering-headings {
    display: none;
  }
}

.chargeon-help .offering-container .offering-headings .offering-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
  border-bottom: 2px solid #e3e3e3;
  position: relative;
  padding: 30px 0;
  transition: all 0.5s ease;
}

.chargeon-help .offering-container .offering-headings .offering-heading h3 {
  font-size: 20px;
  align-items: center;
  font-weight: 500;
  color: #acacac;
  line-height: 1.6;
}

.chargeon-help .offering-container .offering-headings .offering-heading p {
  font-size: 18px;
  align-items: center;
  line-height: 1.6;
  font-weight: 400;
  color: #acacac;
}

.chargeon-help
  .offering-container
  .offering-headings
  .offering-heading.active-offering
  h3 {
  color: #282828;
}

.chargeon-help
  .offering-container
  .offering-headings
  .offering-heading.active-offering
  p {
  color: #737373;
}

.chargeon-help
  .offering-container
  .offering-headings
  .offering-heading.active-offering::before {
  width: var(--active-width);
}

.chargeon-help
  .offering-container
  .offering-headings
  .offering-heading::before {
  content: "";
  position: absolute;
  bottom: -1.75px;
  height: 3px;
  width: 0%;
  background: #446f88;
  left: 0;
  display: block;
}

.chargeon-help .offering-container .help-details {
  position: relative;
  display: flex;
  padding: 30px 40px 40px 40px;
  flex-direction: column;
  position: sticky;
  width: 60%;
  top: 100px;
}

@media screen and (max-width: 800px) {
  .chargeon-help .offering-container .help-details {
    width: 100%;
    padding: 0 20px 0 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    /* margin-left: 40px; */
    border-radius: 8px 0px 0px 8px;
  }
}

/* @media screen and (max-width: 500px) {
		.chargeon-help .offering-container .help-details {
			margin-left: 20px;
		}
	} */

.chargeon-help .offering-container .help-details .offering__wrapper {
  /* align-items: flex-end; */
  /* align-items: flex-start; */
}

.chargeon-help .offering-container .help-details .offering-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  text-align: center;
}

.chargeon-help .offering-container .help-details .offering-content h3,
.chargeon-help .offering-container .help-details .offering-content p {
  display: none;
}

@media screen and (max-width: 1280px) {
  .chargeon-help .offering-container .offering-headings .offering-heading h3 {
    font-size: 18px;
  }

  .chargeon-help .offering-container .offering-headings .offering-heading p {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .chargeon-help .offering-container .help-details .offering-content h3 {
    font-size: 18px;
    color: #2a2828;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
  }

  .chargeon-help .offering-container .help-details .offering-content p {
    display: block;
  }
}

.chargeon-help .offering-container .help-details .offering-content p {
  font-weight: 400;
}

@media screen and (max-width: 800px) {
  .chargeon-help
    .offering-container
    .help-details
    .offering-content.swiper-slide-active::before {
    width: calc(var(--active-width) + 60px);
  }
}

@media screen and (max-width: 500px) {
  .chargeon-help
    .offering-container
    .help-details
    .offering-content.swiper-slide-active::before {
    width: calc(var(--active-width) + 40px);
  }
}

.chargeon-help .offering-container .help-details .offering-content::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0;
  left: 0;
  background: #133f59;
  display: block;
  border-radius: 20px;
  margin: 0rem 100px 0 70px;
}

@media screen and (max-width: 800px) {
  .chargeon-help .offering-container .help-details .offering-content::before {
    left: -20%;
  }
}

@media screen and (max-width: 500px) {
  .chargeon-help .offering-container .help-details .offering-content::before {
    margin: 0rem 40px 0rem 40px;
    left: -20%;
  }
}

@media screen and (max-width: 800px) {
  .chargeon-help .offering-container .help-details .offering-content {
    text-align: left;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0px 50px 0px;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .chargeon-help .offering-container .help-details .offering-content {
    gap: 20px;
    padding: 40px 0px 50px 0px;
  }
}

.chargeon-help .offering-container .help-details .offering-content picture {
  width: 70%;
}

.chargeon-help .offering-container .help-details .offering-content picture img {
  max-width: 100%;
  display: block;
  height: auto;
}

@media screen and (max-width: 800px) {
  .chargeon-help .offering-container .help-details .offering-content picture {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  .chargeon-help .offering-container .help-details .offering-content picture {
    width: 90%;
  }
}

.chargeon-help .offering-container .help-details .offering-content picture img {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .chargeon-help
    .offering-container
    .help-details
    .offering-content
    picture
    img {
    width: 85%;
  }
}

.chargeon-help
  .offering-container
  .help-details
  .offering-content
  .offering-heading {
  display: none;
}

@media screen and (max-width: 800px) {
  .chargeon-help
    .offering-container
    .help-details
    .offering-content
    .offering-heading {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: #2a2828;
  }
}

@media screen and (max-width: 500px) {
  .chargeon-help
    .offering-container
    .help-details
    .offering-content
    .offering-heading {
    font-size: 17.5px;
    line-height: 1.8;
  }
}

.chargeon-help .offering-container .help-details .offering-content p {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 800px) {
  .chargeon-help .offering-container .help-details .offering-content p {
    color: #7a7a7a;
    font-size: 14px;
  }
}

.chargeon-help .offering-container .help-details .offering-content p a {
  color: var(--color-highlight-text);
}

.chargeon-help .offering-container .help-details .offering-content .btn {
  color: white;
  font-size: 16px;
  font-family: "Roboto";
  border-radius: 8px;
  background-color: #886d9f;
}

.chargeon-help .offering-container .help-details .offering-content .btn p {
  color: #fff;
}

/* // <!-- how charge on works section --> */
.charge-on-works {
}

.charge-on-works .charge-on-works-cont {
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.charge-on-works .charge-on-works-cont img {
  width: 100%;
  height: auto;
  max-width: 857px;
}

/* // <!-- other gateways --> */
.gatewayContainer {
  display: flex;
  flex-direction: column;
}

.gatewayContainer .headingclass {
  text-align: center;
}

.optionsContainer {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.optionCard {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border-radius: 15px;
  background: #fff;
  box-shadow: -4px 4px 6px 0px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.optionsContainer-compact {
  border-radius: 15px;
  background: #fff;
  flex-shrink: 0;
  height: 180px !important;
}

.optionCard-compact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px !important;
  border-radius: 12px;
  background: #fff;
  flex-shrink: 0;
  box-shadow: -4px 4px 6px 0px rgba(0, 0, 0, 0.15);
  width: 79%;
  margin: 20px auto;
}

.optionCard-compact img {
  height: 100%;
  width: 100% !important;
  aspect-ratio: 15 / 2;
  object-fit: contain;
}

/* // <!-- faq section --> */
/* Its Css is in Chargeoncss.css */
