.box {
  box-sizing: border-box;
  border: 10px solid transparent;
  background-clip:padding-box;
}
.gj-icon {
  top: 13px !important;
}

.line {
  border-bottom: 2px solid #00329f;
  border-top: 0 none;
  margin: 20px 0;
  padding: 0;
}
.card {
  border-radius: 1rem;
  box-shadow: 0px 20px 40px #2426721c;
  margin-bottom: 20px;
}
.custom-card-body {
  margin: 15px 30px;
}
.service-detail-payments {
  display: grid;
}
.payment-table td {
  padding: 15px 0;
  border-top: 0;
  border-bottom: 1px solid #A4A8BF;
}
.payment-table tr:last-child td {
  border: none;
}
.gravity-form {
	cursor: text;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #1B2143;
  font-size: 18px !important;
  height: 48px;
  border: solid 2px #00329f;
}
.action-button {
    font-size: 20px !important;
    line-height: 30px;
    background: #fff200;
    font-weight: 500;
    color: #1B2143;
    border: 0 none;
    border-radius: 8px;
    cursor: pointer;
    width: 180px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

.action-button-previous:hover,
.action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}