.mobile-selectpackage {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.mobile-selectpackage > div {
  padding: 10px 10px;
  border-radius: 5px;
  cursor: pointer;
  width: 49%;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

.mobile-selectpackage > div.active {
  background: var(--maintheme);
  color: #ffffff;
  border: 1px solid var(--maintheme);
}

.extended-warranty-table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

.extended-warranty-table .thead,
.extended-warranty-table .tbody,
.extended-warranty-table .tfooter {
  display: block;
  width: 100%;
}

.extended-warranty-table .thead .trow,
.extended-warranty-table .tbody .trow,
.extended-warranty-table .tfooter .trow {
  display: flex;
  width: 100%;
}

/*tfooter*/
.extended-warranty-table .tfooter .trow .tcolumn {
  background: #ffa23f;
  font-size: 20px;
  font-family: "helveticaneue-medium";
  color: #ffffff;
  padding: 30px 20px;
  width: 20%;
  text-align: left;
  border-bottom: none;
  border-right: 1px solid #e1e1e1;
}

.extended-warranty-table .tfooter .trow .tcolumn:last-child {
  border-right: none;
}

/*thead*/
.extended-warranty-table .thead .trow .tcolumn {
  display: table-cell;
  background: #ff863f;
  font-size: 20px;
  font-family: "helveticaneue-medium";
  color: #ffffff;
  padding: 30px 20px;
  width: 20%;
  text-align: left;
  border-bottom: none;
  border-right: 1px solid #e1e1e1;
}

.extended-warranty-table .thead .trow .tcolumn:last-child {
  border-right: none;
}

.extended-warranty-table .thead .trow .tcolumn.full {
  width: 100%;
  text-align: left !important;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
}

.extended-warranty-table .thead .trow .tcolumn.full i.plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: bottom;
  margin-right: 20px;
}

.extended-warranty-table .thead .trow .tcolumn.full i.plus:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 4px;
  background: #ffffff;
  border-radius: 10px;
}

.extended-warranty-table .thead .trow .tcolumn.full i.plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background: #ffffff;
  border-radius: 10px;
}

.extended-warranty-table .thead.triggerrow {
  cursor: pointer;
}

/*tbody*/

.extended-warranty-table .tbody.hidden {
  display: none;
}

.extended-warranty-table .tbody .trow .tcolumn {
  display: table-cell;
  background: #ffffff;
  font-size: 16px;
  color: #31393f;
  line-height: 1.3;
  width: 26%;
  text-align: left;
  padding: 30px 20px;
}

.extended-warranty-table .tbody .trow .tcolumn:nth-child(odd) {
  background: #f5f5f5;
}

.extended-warranty-table .tbody .trow {
  border-top: 1px solid #e1e1e1;
}

.extended-warranty-table .tbody .trow .tcolumn ul.checklist {
  margin-left: 20px;
}

.extended-warranty-table .tbody .trow .tcolumn ul.checklist li {
  position: relative;
  margin-bottom: 5px;
}

.extended-warranty-table .tbody .trow .tcolumn ul.checklist li span {
  color: #959595;
}

.extended-warranty-table .tbody .trow .tcolumn ul.checklist li:before {
  position: absolute;
  content: "";
  left: -14px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 1px solid #ff863f;
  border-bottom: 1px solid #ff863f;
  transform: rotate(45deg);
}

.extendedwarrantyTerm {
  padding: 50px 0;
}

.extendedwarrantyTerm .title {
  font-family: "helveticaneue-bold";
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}

.extendedwarrantyTerm .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px;
}

.extendedwarrantyTerm .content .item {
  width: 70%;
  padding: 20px;
  border-radius: 5px;
  background: #f5f5f5;
  border-radius: 8px;
  position: relative;
}

.extendedwarrantyTerm .content .item .icon {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #ff863f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  font-size: 30px;
}

.extendedwarrantyTerm .content .item:nth-child(even) .icon {
  left: -100px;
}

.extendedwarrantyTerm .content .item > b {
  font-family: "helveticaneue-bold";
  font-size: 20px;
  display: block;
  padding-bottom: 10px;
}

.extendedwarrantyTerm .content .item:nth-child(odd) {
  align-self: flex-start;
}

.extendedwarrantyTerm .content .item:nth-child(even) {
  align-self: flex-end;
}

.extendedwarrantyTerm .content .item p a {
  color: #ff863f;
  text-decoration: underline;
  font-family: "helveticaneue-medium";
  text-transform: uppercase;
}

.extendedwarrantyTerm .content .item p b {
  font-family: "helveticaneue-medium";
}

.extendedwarrantyMaintain {
  padding: 30px 0px;
}

.extendedwarrantyMaintain .title {
  font-family: "helveticaneue-bold";
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}

.extendedwarrantyMaintain .content {
  width: 100%;
}

.extendedwarrantyMaintain .content span {
  font-family: "helveticaneue-medium";
  font-size: 20px;
  padding-bottom: 10px;
  display: block;
}

.extendedwarrantyMaintain .content b {
  font-family: "helveticaneue-bold";
  text-transform: uppercase;
}

.extendedwarrantyMaintain table tr th {
  background: #ff863f;
  font-size: 20px;
  font-family: "helveticaneue-medium";
  padding: 20px 10px;
  color: #ffffff;
}

.extendedwarrantyMaintain table tr td {
  padding: 10px 10px;

  font-size: 16px;
  color: #31393f;
  border: 1px solid #d7d7d7;
  padding: 20px 20px;
  vertical-align: middle;
  line-height: 1.3;
  text-align: center;
}

.extendedwarrantyMaintain table tr td:first-child {
  text-align: left;
  font-family: "helveticaneue-medium";
}

.extendedwarrantyMaintain table tr td b {
  font-family: "helveticaneue-medium";
  display: block;
}

.extendedwarrantyMaintain table tr td:first-child i {
  display: block;
  font-style: italic;
  font-family: "helveticaneue-regular";
}

.personalloan_calculate_form .loanrate {
  padding: 20px 30px;
  border-radius: 8px;
  background: var(--mainblue);
  text-align: center;
  color: #ffffff;
  display: inline-block;
}

.personalloan_calculate_form .loanrate b {
  font-size: 14px;
  display: block;
  font-style: italic;
  padding-bottom: 5px;
}

.personalloan_calculate_form .loanrate p {
  font-size: 24px;
  font-family: "Gotham-Black";
  color: #fff;
}

.personalloan_calculate_form .loanrate p span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-family: "helveticaneue";
  padding-top: 5px;
}

.personalloan_calculate_form .notice-text {
  padding: 20px 20px;
  display: block;
  width: 100%;
  background: var(--maintheme);
  color: #ffffff;
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 30px;
}

.personalloan_calculate_form .notice-text.flatrate {
  background: #d7d7d7;
  color: #000000;
  margin-top: 30px;
}

.personalloan_calculate_form .notice-text i {
  font-size: 20px;
}

.personalloan_calculate_form .notice-text p b {
  font-family: "helveticaneue-bold";
  text-decoration: underline;
  text-transform: uppercase;
}

.ploan-calculator {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ploan-calculator {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ploan-calculator__row .top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ploan-calculator__row .top .title {
  padding-bottom: 0;
}

.ploan-calculator__row .top .title p {
  font-family: "helveticaneue-medium";
  font-size: 16px;
  margin-bottom: 5px;
}

.ploan-calculator__row .top .title span {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.ploan-calculator__row .top .amount {
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.ploan-calculator__row .top .amount p {
  color: rgba(0, 0, 0, 0.6);
}

.ploan-calculator__row .top .amount input {
  border: none;
  padding: 0;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  width: 70px;
  font-size: 16px;
  font-family: "helveticaneue-medium";
}

.ploan-calculator__row .irs--round .irs-line {
  height: 10px;
  border-radius: 5px;
}

.ploan-calculator__row .irs--round .irs-bar {
  height: 10px;
  background: linear-gradient(90deg, rgb(245, 160, 41), #ff8220);
  border-radius: 5px;
}

.ploan-calculator__row .irs--round .irs-handle {
  top: 29px;
  border: 4px solid var(--maintheme);
}

.ploan-calculator__row .dragbar .barvalue {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding-top: 5px;
  color: rgba(0, 0, 0, 0.5);
}

.ploan-calculator__row input#loanTenureInput {
  width: 30px;
  text-align: right;
}

.ploan-calculator__row input:focus {
  outline: none;
}

.ploan-calculator__summary {
  background: #f5f5f5;
  padding: 40px 30px;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
}

.ploan-calculator__summary .list {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

.ploan-calculator__summary .list .item {
  width: 32%;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  flex-direction: column;
  background: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ploan-calculator__summary .list .item p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.ploan-calculator__summary .list .item b,
.ploan-calculator__summary .list .item span {
  font-family: "helveticaneue-bold";
  font-size: 20px;
}

.ploan-calculator__summary .list .item b {
  color: var(--maintheme);
}

.ploan-calculator__summary .valuebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.ploan-calculator__summary .valuebar > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.ploan-calculator__summary .valuebar p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.ploan-calculator__summary .valuebar .bar {
  height: 10px;
  border-radius: 50px;
  background-color: #dee4ec;
  position: relative;
  overflow: hidden;
}

.ploan-calculator__summary .valuebar .bar .inner {
  background: linear-gradient(90deg, rgb(245, 160, 41), #ff8220);
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 50px;
  top: 0;
}

.ploan-calculator__button input {
  width: 100%;
  max-width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .extended-warranty-table .thead,
  .extended-warranty-table .tbody,
  .extended-warranty-table .tfooter {
    display: block;
  }

  .extended-warranty-table .thead .trow,
  .extended-warranty-table .tbody .trow,
  .extended-warranty-table .tfooter .trow {
    display: flex;
    flex-wrap: wrap;
  }

  .extended-warranty-table .thead .trow .tcolumn,
  .extended-warranty-table .tbody .trow .tcolumn,
  .extended-warranty-table .tfooter .trow .tcolumn {
    width: 25%;
    display: block;
    padding: 30px 10px;
  }

  .extended-warranty-table .thead .trow .tcolumn:first-child {
    display: none;
  }

  .extended-warranty-table .thead.triggerrow .trow .tcolumn:first-child {
    display: flex;
    width: 100%;
    align-items: center;
  }

  .extended-warranty-table .thead .trow .tcolumn.full i.plus {
    flex-shrink: 0;
  }

  .extended-warranty-table .tbody .trow .tcolumn:first-child,
  .extended-warranty-table .tfooter .trow .tcolumn:first-child {
    width: 100%;
    text-align: center;
    border-top: none;
    background: #d7d7d7;
    color: #000000;
  }

  .extended-warranty-table .tfooter .trow .tcolumn:first-child {
    border-bottom: 1px solid #e1e1e1;
  }

  .extended-warranty-table .thead .trow .tcolumn {
    font-size: 18px;
  }

  .extended-warranty-table .tbody .trow .tcolumn:nth-child(2),
  .extended-warranty-table .tbody .trow .tcolumn:nth-child(3),
  .extended-warranty-table .thead .trow .tcolumn:nth-child(2),
  .extended-warranty-table .thead .trow .tcolumn:nth-child(3),
  .extended-warranty-table .tfooter .trow .tcolumn:nth-child(2),
  .extended-warranty-table .tfooter .trow .tcolumn:nth-child(3) {
    border-left: none;
  }

  .extended-warranty-table .tbody .trow .tcolumn {
    border-top: 1px solid #e1e1e1;
  }

  .extended-warranty-table .tbody .trow .tcolumn ul.checklist li {
    margin-bottom: 15px;
  }

  .extended-warranty-table.selectpackage .thead .trow .tcolumn b,
  .extended-warranty-table.selectpackage .tfooter .trow .tcolumn b {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .ploan-calculator__summary .list {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .ploan-calculator__summary .list .item {
    width: 100%;
  }

  .mobile-selectpackage {
    display: flex;
  }

  .extended-warranty-table .tbody .trow .tcolumn,
  .extended-warranty-table .thead .trow .tcolumn,
  .extended-warranty-table .tfooter .trow .tcolumn {
    display: none;
  }

  .extended-warranty-table .tbody .trow .tcolumn:first-child,
  .extended-warranty-table .tbody .trow .tcolumn:nth-child(2),
  .extended-warranty-table .thead .trow .tcolumn:nth-child(2),
  .extended-warranty-table .tfooter .trow .tcolumn:nth-child(2) {
    display: block;
    width: 100%;
  }

  .extended-warranty-table .tbody .trow .tcolumn:nth-child(odd) {
    background: #ffffff;
  }

  .extended-warranty-table .tbody .trow .tcolumn:first-child {
    background: #f5f5f5;
  }
}

@media only screen and (max-width: 480px) {
  .ploan-calculator__row .top {
    flex-direction: column;
  }

  .extendedwarrantyTerm .content .item {
    width: 100%;
    padding-top: 60px;
  }

  .extendedwarrantyTerm .content {
    gap: 50px;
  }

  .extendedwarrantyTerm .content .item .icon,
  .extendedwarrantyTerm .content .item:nth-child(even) .icon {
    right: initial;
    left: 20px;
    top: 0px;
  }

  .extendedwarrantyTerm .content {
    padding-top: 50px;
  }
}
