/* ========= font-weight =============== */
.fw-medium {
  font-weight: 500;
}

.small {
  font-size: 0.7em;
}

.fs-title {
  font-size: 18px;
}

.motor-compare-hero {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.col-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 3rem;
  min-height: 350px;
}

.ant-top {
  max-width: 120px;
  bottom: -3rem;
  margin-left: 0rem;
}

@media (min-width: 992px) {
  .ant-top {
    margin-left: 4rem;
  }
}

.bg-lightyellow {
  background-color: #fffae6;
}

.total-price-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  /* height: 90px; */
  background-color: #00916e;
  color: white;
  z-index: 9999;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 500;
}

.total-price-banner .totalPrice b {
  font-size: 24px;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;

}

.totalPrice {
  /* margin-left: auto; */
}

.add-options-ex {
  font-size: 14px;
  font-weight: 600;
  color: #00916e;
  display: flex;
  align-items: center;
}

.add-options-ex img {
  width: 18px;
  margin-right: 5px;
}

.compare-tx {
  position: relative;
  z-index: 9;
}

.compare-img {
  position: absolute;
  top: 60%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500px;
  z-index: 1;
}

#compare-table {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px #00000019;
  box-shadow: 0px 1px 2px #00000019;
  padding: 2px;
}

#compare-table thead tr th {
  height: 90px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

#compare-table thead tr th.tg-info {
  font-size: 17px;
  font-family: "Kanit", sans-serif;
  color: #777;
  font-weight: 400;
  text-align: left;
  padding-left: 2.25rem;
  min-width: 450px;
}

#compare-table th[class^="tg-plan-"] {
  width: 180px;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  line-height: 1.25;
}

#compare .tg-border td.plan-1,
#compare .tg-border td.plan-2,
#compare .tg-border td.plan-3{
  vertical-align:middle;
}

#compare-table td.plan-1,
#compare-table td.plan-2,
#compare-table td.plan-3 {
  width: 200px;
  max-width: 200px;
  vertical-align:top;
}

@media screen and (max-width: 576px) {
  #compare-table td.plan-1,
  #compare-table td.plan-2,
  #compare-table td.plan-3 {
     vertical-align:top;
  }
}

#compare-table th[class^="tg-plan-"] span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}

#compare-table th[class^="tg-plan-"] span:nth-child(2) {
  font-size: 24px;
}

#compare-table .tg-plan-1 {
  background-color: #44bea0;
}

#compare-table .tg-plan-2 {
  background-color: #00916e;
}

#compare-table .tg-plan-3 {
  background-color: #007c5e;
}

#compare-table .tg-plan-4 {
  background-color: #007c5e;
}

#compare-table .tg-has-icon {
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  vertical-align: middle;
  display: table-cell;
}

#compare-table .tg-sub-info {
  padding-left: 5rem !important;
}

#compare-table th,
#compare-table td {
  border: none;
  text-align: center;
  padding: 5px 0px;
}
#compare-table td.tg-total{
  padding: 5px 5px;

}

#compare-table td:first-child {
  text-align: left;
  padding-left: 2.125rem;
}

#compare-table .tg-border {
  /* height: 65px; */
  vertical-align: middle;
  border-top: 1px solid #eee !important;
}

@media (min-width:992px){
  #compare-table .tg-border {
    height: 65px;
  }
}

#compare-table .tg-border .tg-sub-info {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* #compare-table .tg-price {
  white-space: pre-line;
} */

#compare-table tr.end-section td {
  padding-bottom: 1rem;
}

#compare-table .tg-plans {
  height: 70px;
  vertical-align: middle;
  background-color: #fafafa;
}

#compare-table .tg-plans .tg-has-icon {
  display: table-cell !important;
}

#compare-table .tg-mb td:last-child {
  padding-bottom: 1.5rem !important;
}

#compare-table .tg-plan-price {
  font-size: 26px;
  font-weight: bold;
}

#compare-table .tg-plan-price small {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

#compare-table td {
  border-left: 1px solid #eee;
  white-space: normal;
}

#compare-table tr.has-checkbox {
  background-color: #fffae6 !important;
}

#compare-table tr.has-checkbox td .field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}

#compare-table
  tr.has-checkbox
  input[type="checkbox"]:not(:checked)
  + .checkbox-label {
  background-color: inherit;
}

#compare {
  padding-bottom: 10rem;
}

#compare .select2-container {
  text-align: right;
  margin-bottom: 0 !important;
}

#compare .select2-selection--single {
  border: none;
  padding: 0 15px;
  height: 25px;
}

#compare .select2-selection__arrow {
  height: 25px !important;
  width: 25px !important;
}

#compare .select2-selection__arrow b {
  width: 25px;
  height: 25px;
}

#compare .select2-selection__arrow b:before {
  font-size: 14px;
  line-height: 31px;
}

#compare .select-plan {
  outline: none;
}

.motor-compare .select2-results__options {
  text-align: right !important;
  margin: 0.5rem 0 0 !important;
  border-radius: 15px;
}

.motor-compare .select2-results__options .select2-dropdown--below {
  border-top: 1px solid #eee;
}

#table-action td {
  padding: 2.15rem 0;
  border: none;
}

#table-action .tg-btn {
  width: 170px;
}

#table-action .has-code {
  border: 1px solid #eee;
  padding: 15px;
  width: 95%;
  border-radius: 15px;
  font-family: "Prompt", sans-serif;
  font-size: 13px !important;
}

#compare-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#compare-nav button {
  flex-grow: 1;
  background-color: #ccc;
  padding: 0;
  height: 70px;
  width: 33.33%;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  /* border-right: 1px solid #fff; */
}

#compare-nav button:first-child {
  border-radius: 15px 0 0 0;
}

#compare-nav button:last-child {
  border-radius: 0 15px 0 0;
}

#compare-nav button.active,
#compare-nav button:hover {
  background-color: #44bea0;
  border-color: #44bea0;
}

#compare-nav button span {
  display: block;
  text-align: center;
}

#compare-nav button span:nth-child(2) {
  font-size: 14px;
}

#compare-nav button span.highlight {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  font-weight: bold;
}

.compare-data-wrap {
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 15px 15px;
  margin-bottom: 1.5rem;
}

.compare-data-wrap .row > div:nth-child(2) {
  text-align: right;
  color: #333;
}

.r-has-icon {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  padding-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-top: 1.2rem;
}

.r-has-icon:first-of-type {
  border-top: none;
  margin-top: 0;
}

.r-has-icon > div {
  padding: 0.5rem 1rem;
}

.r-has-icon.r-buy,
.r-has-icon.prb,
.r-has-icon.promo-code {
  padding-bottom: 0.85rem;
}

.r-has-icon .r-title,
.r-has-icon .r-year {
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  color: #333;
}

.r-has-icon.prb {
  background-color: #fafafa;
  border-radius: 0 0 15px 15px;
}

.r-has-icon.promo-code {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  margin-top: 1rem;
}

.r-has-icon.cta {
  text-align: center !important;
  margin-top: 0;
  border-top: none;
}

.r-has-icon.cta .btn {
  width: 100%;
  max-width: 350px;
}

.r-has-icon .r-plan-price {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  line-height: 0.85;
}

.r-has-icon .r-plan-price small {
  font-size: 14px;
  font-weight: 400;
}

.r-data {
  margin: 0.5rem;
  padding-left: 1.5rem;
}

.dash {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}

.dash::before {
  content: "-";
  position: absolute;
  left: -10px;
  display: inline-block;
}

.i-title {
  width: 15px;
  height:auto;
  margin-bottom: 5px;
}

.s-title {
  font-size: 17px;
  color: #333;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
}

.h-data {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
}

.s-data {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
}

.i-info {
  background: url("../../imgs/icons/tooltips.png") no-repeat scroll 0 0 /
    contain;
  height: 15px;
  border: none;
  outline: none;
  width: 15px;
  position: relative;
  top: 2px;
  left: 2px;
}

.r-title {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width:576px){
  .r-title {
    font-size: 14px;
  }
}

.tooltip-inner {
  max-width: 137px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #00916e;
  border-radius: 0.5rem;
  font-size: 10px;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #00916e;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #00916e;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #00916e;
}

.moreOptionsRow {
  background-color: #fafafa;
}

#options_1,
#options_2,
#options_3 {
  /* max-height: 0; */
  overflow: hidden;
  /* opacity: 0; */
  transition: all 0.3s ease;
}

#detailFooter {
  /* visibility: hidden; */
  position: absolute;
}

.total-price {
  font-size: 20px;
  font-weight: 600;
  font-family: "prompt", Arial, Helvetica, sans-serif;
  color: #333;
}

input[type="checkbox"]:checked + .checkbox-label {
  background-color: #00916e;
}

input[type="checkbox"]:checked + .checkbox-label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0;
  line-height: 15px;
  font-size: 15px;
  color: white;
  font-weight: bold;
}

.select_field {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.select_field .select2-selection__placeholder {
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif !important;
  color: #333 !important;
  font-weight: 600;
}

.select_field .select2 {
  width: 100% !important;
}

.select_field .select2-selection__rendered {
  line-height: unset !important;
}

.select_field .select2-selection__arrow {
  right: -10px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "" !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../../imgs/icons/arr-down-green.png") no-repeat center center /
    100%;
  margin-top: 6px;
}

.select2-dropdown--below {
  border-radius: 5px !important;
  border: 1px solid #eee !important;
}

.select_field .select2-selection--single {
  padding: 0 !important;
}

.select_field .select2-selection__rendered {
  padding-right: 20px !important;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #00916e !important;
}

.select2-results__option {
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #00916e !important;
}

.btn-buy {
  margin-right: 10px;
  margin-left: auto;
  width: 160px;
  height: 45px;
  background-color: #c60000;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: "Noto Sans Thai", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: white;
}

.btn-buy[disabled] {
  opacity: 0.5;
}

@media (max-width: 991.98px) {
  .compare-img {
    left: 90%;
    max-width: 40%;
  }

  h1,
  .h1,
  .h1 {
    font-size: 35px;
  }
}

@media (max-width: 575.98px) {
  .main-header + section {
    padding-top: 5.5rem;
  }

  h1,
  .h1,
  .h1 {
    font-size: 22px;
  }

  .col-center {
    min-height: 200px;
  }

  .ant-top {
    max-width: 65px;
    left: 1rem;
  }

  .compare-img {
    /* left: 87%; */
    max-width: 32%;
  }
}

@media screen and (min-width: 992px) {
  .compare-img {
    top: 50%;
    max-width: 200px;
  }

  .col-center {
    position: relative;
    min-height: 270px;
  }

  .ant-top {
    max-width: 90px;
  }

  #compare {
    padding: 40px 0 100px;
  }

  #compare-table th[class^="tg-plan-"] span:nth-child(2),
  #compare-table th[class^="tg-plan-"] span:last-child {
    display: inline-block;
  }

  .price-1,
  .price-2,
  .price-3 {
    font-size: 26px;
  }

  .tr-hasSub {
    height: 30px !important;
    border-bottom: 0 !important;
  }

  .tr-hasSub.child {
    height: 40px !important;
  }

  .tr-hasSub.child-title {
    height: 40px !important;
  }

  .table {
    background-color: white;
  }

  .bg-grey {
    background-color: #fafafa;
  }

  .alignEnd {
    text-align: end !important;
  }

  .d-btnwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 420px; */
    margin: 30px 0;
    /* padding: 0 10px 0 10px; */
  }

  /* .d-btnwrap .btn-buy:nth-child(2) {
        margin: 0 20px;
    } */
  input[type="checkbox"]:checked + .checkbox-label::after {
    margin-right: 0;
    /* line-height: 2.2rem; */
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 34px;
  }

  /* .d-btnwrap {
        width: 490px;
    } */
}

@media screen and (min-width: 1400px) {
  /* .d-btnwrap {
        width: 550px;
    } */
}

/* domestic */
.travel-info-box {
  background-color: #fffae6;
  /* border-top: 7px solid #FFCF00; */
  font-size: 16px;
  font-weight: 500;
  border-radius: 15px;
  padding: 1.25rem 1.25rem;
  color: black;
}

.travel-info-box .travel-title {
  background-color: #ffcf00;
  color: black;
  font-size: 24px;
  font-weight: 500;
  border-radius: 15px 15px 0 0;
  margin-bottom: 1rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 0.5rem 2.25rem;
}

.travel-info-box .travel-detail p {
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  color: #00916e;
  font-size: 16px;
  font-weight: 600;
  /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.nav-plans.fixed-nav {
  position: fixed;
  top: 85px;
  left: 0;
  background-color: #eee;
  width: 100%;
  z-index: 1000;
  /* opacity: 0; */
  animation: fadedown 0.5s ease forwards;
}

.nav-plans.fixed-nav #compare-nav button:first-child,
.nav-plans.fixed-nav #compare-nav button:last-child {
  border-radius: 0;
}

.plan-price-stick {
  display: none;
  margin-top: 0;
  border-radius: 0;
}

.nav-plans.fixed-nav .plan-price-stick {
  display: flex;
}

.edit-link {
  font-size: 14px;
  color: #00916e;
  position: relative;
  padding-left: 20px;
}

.edit-link::before {
  content: "\1438";
  position: absolute;
  font-size: 18px;
  color: #00916e;
  display: inline-block;
  top: 0;
  left: 0;
}

.plan-conditions {
  padding: 0;
}

.plan-conditions.accordion {
  background: none;
  border-radius: 15px;
}

.plan-conditions .accordion-item {
  background-color: white;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  border-radius: 15px;
}

.plan-conditions .accordion-header {
  border-radius: 10px;
  margin-bottom: 0;
}

.plan-conditions .accordion-button {
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  background-color: #fafafa;
  border-radius: 15px;
  padding: 20px 20px;
}

.plan-conditions .accordion-item:first-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 15px;
}

.plan-conditions .accordion-item:first-of-type .accordion-button {
  border-radius: 15px;
}

.plan-conditions .accordion-button:not(.collapsed) {
  color: #333;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.plan-conditions .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.plan-conditions .accordion-button::after {
  width: 12px;
  height: 12px;
  margin-right: 20px;
  background-image: none;
  content: "\e904";
  font-family: "iconfont";
  color: #00916e;
}

.plan-conditions .accordion-button:not(.collapsed)::after {
  background-image: none;
}

.plan-conditions .accordion-body {
  padding: 1.25rem;
  /* border-radius: 0 0 15px 15px; */
  max-height: 200px;
  overflow-y: scroll;
  height: 100%;
}

.plan-conditions .accordion-body li {
  color: #333;
}

.plan-conditions .tabs-body {
  padding: 40px 10px;
}

.plan-conditions .tabs-title {
  font-size: 16px;
}

@media (max-width: 576px) {
  .travel-info-box .travel-title {
    font-size: 15px;
    padding: 0.65rem 1.25rem 0.65rem 1.25rem;
  }

  .edit-link {
    font-size: 11px;
    font-weight: 500;
  }

  .edit-link::before {
    font-size: 9px;
    color: #00916e;
    display: inline-block;
    top: 2px;
    left: 8px;
  }
  .travel-info-box {
    font-size: 12px;
  }
  .travel-info-box .travel-detail p {
    font-size: 12px;
  }
  .r-has-icon .r-title,
  .r-has-icon .r-year {
    font-size: 11px;
  }
  /* .r-has-icon .r-title{
        padding-left: 0;
    } */

  .r-data {
    padding-left: 0;
  }

  .s-title {
    font-size: 11px;
  }
  .s-data {
    font-size: 12px;
    text-align: end;
  }
  .add-options-ex {
    font-size: 11px;
  }
  .add-options-ex img {
    width: 11px;
  }
  .plan-conditions .accordion-item:first-of-type .accordion-button {
    font-size: 12px;
  }
  .plan-conditions .accordion-body {
    font-size: 11px;
  }
  .plan-conditions .accordion-body ul {
    padding-left: 0;
  }
}

.travel-info-box-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.travel-info-box {
  /* font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif; */
  color: #00916e;
  font-size: 16px;
  font-weight: 600;
  /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.travel-detail {
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  color: #00916e;
  font-size: 16px;
  font-weight: 600;
}
.travel-detail-box-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #333;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  column-gap: 3rem;
}
.flex-group-detail {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
  align-items: center;
}

.flex-info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-bottom: 0rem;
}

.data-content {
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  color: #00916e;
  font-size: 16px;
  font-weight: 600;
}

.flex-group-detail {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
  align-items: center;
}

.flex-info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-bottom: 0rem;
}
.flex-info.mw-300{
  max-width:300px
}

@media screen and (min-width: 992px) {
  .travel-detail-box-flex{
    column-gap:0;
  }
  .flex-info {
    max-width:120px;
  }
  .flex-info.mw-300{
    max-width:120px;
  }
  .flex-group-detail{
    align-items:flex-start;
  }}

@media screen and (min-width: 1200px) {
  .flex-info {
    max-width:300px;
  }
  .flex-info.mw-300{
    max-width:300px;
  }
}

.highlight-additionalprotection {
  font-size: 14px;
}

#compare-table tr.has-checkbox.d-none-table{
  display:table-row;
}

@media screen and (max-width: 992px) {
  #compare-table {
    table-layout: fixed;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #compare-table .tg-price {
    white-space: nowrap;
  }

  #compare-table td:first-child {
    width: 100%;
    padding-left: 1.125rem !important;
  }

  #compare-table thead {
    display: none;
  }
  #compare-table tr.has-checkbox td[class^="plan-"]:first-of-type {
    display: none;
  }

  #compare-table tr.has-checkbox.d-none-table{
    display:none;
  }

  #compare-table tr.has-checkbox td{
    background-color: #fffae6 !important;
    /* display: none; */
  }
  #compare-table td {
    border-left: 0;
  }
  #compare-table tr.has-checkbox {
    background-color: #fff !important;
    /* display: none; */
  }
  #compare-table td {
    background-color: #fff;
  }
  #compare-table .tg-price {
    white-space: pre-line;
  }
}

.font-s10-ws-nowrap {
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .data-content {
    min-width: 110px;
    }
}

@media screen and (max-width: 576px) {
  .data-content {
    font-size: 14px;
  }
  .flex-group-detail {
    width: 100%;
    column-gap: 0.5rem;
    align-items:flex-start;
  }
  .flex-info {
    width: 80%;
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    padding-bottom: 0rem;
    font-size: 12px;
  }
  .flex-info:first-of-type {
    width: 80%;
    padding-left: 0rem;
  }
  .flex-info:last-of-type {
    padding-left: 1rem;
  }
  .travel-info-box .flex-group-detail img {
    margin-top:0.5rem;
    width: 30px;
    /* margin-bottom: 16px; */
  }
  .travel-detail-box-flex {
    justify-content: space-around;
  }

  .total-price-banner {
    font-size: 14px;
  }
  .highlight-additionalprotection {
    font-size: 11px;
  }
  .totalPrice {
    margin-left: 0;
  }

  #compare-table td:first-child {
    /* display:flex; */
    padding-left: 1.125rem !important;
  }
  #compare-table .tg-sub-info {
    padding-left: 1.125rem !important;
  }

  #compare-table td.plan-1,
  #compare-table td.plan-2,
  #compare-table td.plan-3 {
    width: 110px;
    max-width: 110px;
    /* padding: 0; */
    padding-right:8px;
  }

  #compare-table .tg-has-icon {
    font-size: 12px;
  }

  .fs-title {
    font-size: 14px;
  }
  .btn-buy {
    width: 100px;
    margin-left: -30px;
  }
  .font-s10-ws-nowrap {
    font-size: 10px;
    white-space: nowrap;
  }
}
#compare-table .tg-total {
  text-align: right;
}
.table#compare-table tbody tr{
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #compare-table .tg-total {
    text-align: right;
  }

}