/* -- Product Asuransi -- */

section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 0px 0;
  scroll-margin-top: 90px;
  overflow: clip;
  border:0px solid;
}

@media (max-width: 360px) {
  .section-product-page__jumbroton {
    padding-top: 154px;
  }
}

@media (max-width: 360px) {
  .section-product-page__jumbroton .--product-name-sm {
    min-height: unset;
    padding-bottom: 99px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-product-page__jumbroton .--product-name-sm {
  min-height: 452px;
  padding-bottom: 90px;
}

.section-product-page__jumbroton {
  background-color: #5eabda;
  padding-top: 227px;
  position: relative;
}

.section-product-page__jumbroton .--product-icon {
  left: 50%;
  position: absolute;
  top: 67px;
  transform: translateX(-50%);
  z-index: 1;
  border:0px solid;
}

.section-product-page__jumbroton .--product-icon img {
  height: 365px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 384px;
  padding-top: 0px;
}

@media(max-width: 360px){
  .section-product-page__jumbroton .--product-icon img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 280px;
  padding-top: 0px;
  margin-top: 60px;
}
}

/*@media (max-width: 360px) {
  .section-product-page__jumbroton .--product-name-content h4 {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 12px;
    border:1px solid;
  }
}*/

@media(max-width: 360px){

  .section-product-page__jumbroton .--product-name-content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border:0px solid;
}
}

/*.section-product-page__jumbroton .--product-name-content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border:1px solid;
}*/

.section-product-page__jumbroton .--product-controll {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 clamp(16px, 7.8vw, 112px);
  border:0px solid;
}

.section-customer-care-page .side-menu-mobile h4 {
  color: #556472;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  margin-bottom: .5rem;
  border: 0px solid;
  padding-top: 10px;
}



.section-product-page__jumbroton .--product-controll .btn-secondary img {
  height: 32px;
  margin-right: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 12px;
  border:0px solid;
}
img, svg {
  vertical-align: middle;
}

.section-product-page__jumbroton .--product-controll .btn-secondary {
  align-items: center;
  color: #5eabda;
  display: flex;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 800;
  justify-content: center;
  line-height: 30px;
  padding: 12px;
  width: 240px;
  background: #ffffff;
  border-radius: 30px;
}

@media(max-width: 360px){
.section-product-page__jumbroton .--product-controll .btn-secondary {
    color: #5eabda;
    display: flex;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 20px;
    padding: 8px 12px;
    width: 100%;
    margin: 20px;
    border:0px solid;
  }
}

@media (max-width: 360px) {
  .section-product-page__jumbroton .--product-name-sm {
    min-height: unset;
    padding-bottom: 99px;
    padding-left: 16px;
    padding-right: 16px;
  }
}


.btn-rounded {
  border-radius: 999px;
}

.btn-secondary {
  --bs-btn-color: #2b78a7;
  --bs-btn-bg: #ebf5fa;
  --bs-btn-border-color: #ebf5fa;
  --bs-btn-hover-color: #2b78a7;
  --bs-btn-hover-bg: #c3e0f1;
  --bs-btn-hover-border-color: #c3e0f1;
  --bs-btn-focus-shadow-rgb: 206, 226, 238;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eff7fb;
  --bs-btn-active-border-color: #edf6fb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ebf5fa;
  --bs-btn-disabled-border-color: #ebf5fa;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: .375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  color: var(--bs-btn-color);
  cursor: pointer;
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  text-align: center;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}


.section-product-page__jumbroton .--product-controll .btn-secondary span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-width: 128px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.section-product-page__jumbroton .--product-name-sm {
  min-height: 452px;
  padding-bottom: 90px;
}

.section-product-page__jumbroton .--product-name {
  background-image: url('../img/bg-accent-ellipse.png');
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 162px;
  position: relative;
  z-index: 0;
  border:0px solid #ffffff;
}

.section-product-page__jumbroton .--product-name-content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-product-page__jumbroton .--product-name-content h4 {
  font-family: Tahoma;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 8px;
  text-align: center;
  color:#ffffff;
}

@media(max-width: 360px){
  .section-product-page__jumbroton .--product-name-content h4 {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 800;
  line-height: 10px;
  /*margin-bottom: 8px;*/
  text-align: center;
  color:#ffffff;
  border:0px solid red;
}
}

.section-product-page__jumbroton .--product-name-content h2 {
  font-family: Tahoma;
  font-size: 56px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 8px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 2px;
  color:#ffffff;
  border:0px solid;
}

@media(max-width: 360px){
  .section-product-page__jumbroton .--product-name-content h2 {
  font-family: Tahoma;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 1px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 10px;
  color:#ffffff;
  border:0px solid;
}
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.5rem;
  }
}
.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
}

.section-product-page__jumbroton .--product-name-content {
  color: #fff;
}

.section-product-page__jumbroton .--product-name-content p {
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 710px;
  text-align: center;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
  border:0px solid;
}

@media(max-width: 360px){
  .section-product-page__jumbroton .--product-name-content p {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 710px;
  text-align: center;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
  border:0px solid;
}
}

.section-product-page__jumbroton .--product-controll-mobile {
  display: none;
}

@media (max-width: 360px) {
  .section-product-page__jumbroton .--product-controll-mobile {
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    width: 100%;
  }
}

.section-product-page__jumbroton .--product-name-content {
  color: #fff;
}

.section-product-page__jumbroton .--product-controll-mobile {
  display: none;
}

.section-product-page__why-choose-me {
  background-color: #e5f6ff;
}

.section-product-page__why-choose-me {
  background-color: #e5f6ff;
}

.section-product-page__why-choose-me-product {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
}

.section-product-page__why-choose-me .get-product-sm {
  border-radius: 999px;
  box-shadow: 0 -2px 16px rgba(16, 24, 40, .05), 0 20px 24px -4px rgba(16, 24, 40, .08), 0 8px 8px -4px rgba(16, 24, 40, .02);
  margin-top: -50px;
  padding: 20px 24px 20px 48px;
}

.section-product-page__why-choose-me .get-product {
  background-color: #fff;
  transition: all .2s ease;
  width: 800px;
  z-index: 1;
}

.section-product-page__why-choose-me .get-product p{
  margin-bottom: 1rem;
  width: 150px;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 800;
  margin-top: 0;
  border:0px solid;
}

.section-product-page__why-choose-me .get-product h4{
  margin-bottom: 1rem;
  width: 380px;
  font-family: Tahoma;
  font-size: 38px;
  font-weight: 800;
  margin-top: 0;
  border:0px solid;
}

@media (max-width: 360px) {
  .section-product-page__why-choose-me .get-product .start-from-left h4 {
    font-family: Tahoma;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
  }
}

.section-product-page__why-choose-me-product .insurance-navigation {
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  justify-content: space-between;
  width: 800px;
}

.section-product-page__why-choose-me-product .insurance-navigation .btn-warning {
  align-items: center;
  display: flex;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 800;
  justify-content: space-between;
  line-height: 24px;
  padding: 8px 16px;
  width: 100%;
}
.btn-rounded {
  border-radius: 999px;
}
.btn-warning {
  background-color: #ffae04;
  color: #fff;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: .375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  color: var(--bs-btn-color);
  cursor: pointer;
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  text-align: center;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
/*a {
  color: var(--bs-link-color);
  text-decoration: underline;
}*/

.section-product-page__why-choose-me-product .insurance-navigation .btn-warning .btn-text {
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
}

.section-product-page__why-choose-me-product .insurance-navigation .btn-warning {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.btn-warning {
  color: #fff;
}

.section-product-page__why-choose-me-product .insurance-navigation .btn-warning .btn-text img {
  height: 32px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 32px;
}
.section-product-page__why-choose-me-product .insurance-navigation .btn-warning img {
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 24px;
}
img, svg {
  vertical-align: middle;
}

.section-product-page__why-choose-me-content {
  margin: 64px auto 0;
  max-width: 1440px;
  padding-bottom: 80px;
}

.section-product-page__why-choose-me-content .title {
  color: #2b3d4f;
  font-family: Tahoma;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}
.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
}

.section-product-page__why-choose-me-content .product-strength-box {
  display: grid;
  gap: 24px 32px;
  grid-template-columns: repeat(3, 1fr);
}

.section-product-page__why-choose-me-content .product-strength-box .card-product-strength {
  background-color: #12b76a;
  border-radius: 12px;
  color: #fff;
  display: flex;
  flex-flow: column;
  min-height: 184px;
  padding: 16px;
  row-gap: 16px;
}

.section-product-page__why-choose-me-content .product-strength-box .card-product-strength-icon {
  height: 56px;
  width: 56px;
}

.section-product-page__why-choose-me-content .product-strength-box .card-product-strength {
  color: #fff;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.section-product-page__why-choose-me-content .product-strength-box .card-product-strength-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  flex: 1;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#fff;
}


.h5, h5 {
  font-size: 1.25rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
}


.section-product-page__why-choose-me-content .product-information-box {
  margin-top: 32px;
}

.section-product-page__why-choose-me-content .product-information-box .accordion.accordion-flush {
  background-color: #ebf5fa;
  border: 0px solid #c8e3f3;
  border-radius: 12px;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
  overflow: hidden;
  width: 100%;
}

@media(max-width: 360px){
.section-product-page__why-choose-me-content .product-information-box .accordion.accordion-flush {
  background-color: #ebf5fa;
  border: 0px solid #c8e3f3;
  border-radius: 12px;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
  overflow: hidden;
  width: 100%;
  margin: 1px;
}

}

.section-product-page__why-choose-me-content .product-term-and-condition {
  margin-top: 48px;
}

.section-product-page__why-choose-me-content .product-term-and-condition-box-right {
  width: 50%;
}

@media (max-width: 768px) {
  .section-product-page__why-choose-me-content .product-term-and-condition-box-right {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
}

.section-product-page__why-choose-me .get-product .start-from {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media(max-width: 360px){
.section-product-page__why-choose-me .get-product .start-from {
  align-items: center;
  display: flex;
  justify-content: space-between;
  border:0px solid;
  margin-top:0px;

}
}

.section-product-page__why-choose-me .get-product .start-from-right .btn-primary {
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: flex;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  padding: 16px 28px;
  border-radius: 30px;
}

@media(max-width: 360px){
.section-product-page__why-choose-me .get-product .start-from-right .btn-primary {
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: flex;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  padding: 7px 28px;
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
}

@media (max-width: 360px) {
  .section-product-page__why-choose-me .get-product .start-from-right {
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    border:0px solid;
    margin-top: 0;

  }
}

@media (max-width: 360px) {
  .section-product-page__why-choose-me-product .insurance-navigation {
    flex-direction: column;
    row-gap: 12px;
    width: 90%;
  }
}

@media (max-width: 360px) {
  .section-product-page__why-choose-me-content .title {
    font-family: Tahoma;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 8px;
  }
}

@media (max-width: 360px) {
  .section-product-page__why-choose-me-content .product-strength-box .card-product-strength {
    flex-flow: unset;
    flex-direction: unset;
    flex-direction: column;
    min-height: unset;
    row-gap: 8px;
  }
}

@media (max-width: 360px) {
  .section-product-page__why-choose-me-content .product-strength-box {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}



@media (max-width: 360px) {
  .section-product-page__why-choose-me-content .container {
    padding: 0 16px !important;
  }
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3696d1;
  --bs-btn-border-color: #3696d1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5eabda;
  --bs-btn-hover-border-color: #5eabda;
  --bs-btn-focus-shadow-rgb: 84, 166, 216;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2b78a7;
  --bs-btn-active-border-color: #29719d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #3696d1;
  --bs-btn-disabled-border-color: #3696d1;
  align-items: center;
  box-shadow: 0 4px 16px rgba(54, 150, 209, .5);
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.section-product-page__why-choose-me-product .insurance-navigation .btn-warning {
  align-items: center;
  display: flex;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 800;
  justify-content: space-between;
  line-height: 24px;
  padding: 8px 16px;
  width: 100%;
}
.btn-warning:hover {
  background-color: #f8b72d;
  color: #fff;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;

}
.btn-warning {
  background-color: #ffae04;
  color: #fff;
  border-radius: 30px;
}

.section-product-page__why-choose-me-content .product-strength-box .card-product-strength-icon img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border:5px solid;
  border-radius: 100%;
}

.section-product-page__why-choose-me-content .product-strength-box .card-product-strength {
  color: #fff;
}

.section-product-page__why-choose-me-content .product-information-box .accordion-item {
  background-color: #ebf5fa;
  padding: 24px;
  width: 100%;
  border:0px solid;
}
@media (max-width: 360px) {
  .section-product-page__why-choose-me-content .product-information-box .accordion-item {
    padding: 16px 12px;
    border:0px solid;
    width: 100%;
  }
}

.section-product-page__why-choose-me-content .product-information-box .accordion-body {
  padding: 24px 0 0;
  border:0px solid;
  font-family: Tahoma;

}

@media(max-width: 360px){
.section-product-page__why-choose-me-content .product-information-box .accordion-body {
  border:0px solid;
  font-family: Tahoma;


}
}

.accordion-button2::after {
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  content: "";
  flex-shrink: 0;
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  transition: var(--bs-accordion-btn-icon-transition);
  width: var(--bs-accordion-btn-icon-width);
}


.accordion-button2 {
  align-items: center;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 0;
  color: var(--bs-accordion-btn-color);
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  position: relative;
  text-align: left;
  transition: var(--bs-accordion-transition);
  width: 100%;
}

.section-product-page__why-choose-me-content .product-term-and-condition-title {
  color: #2b3d4f;
  font-family: Tahoma;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 24px;
}

@media(max-width: 360px){
.section-product-page__why-choose-me-content .product-term-and-condition-title {
  color: #2b3d4f;
  font-family: Tahoma;
  font-size: 25px;
  font-weight: 800;
  width: 100%;
  border:0px solid;
}
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}

.section-product-page__why-choose-me-content .product-term-and-condition-desc {
  color: #2b78a7;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 32px;
  border:0px solid;
}

@media(max-width: 360px){
  .section-product-page__why-choose-me-content .product-term-and-condition-desc {
  color: #2b78a7;
  font-family: Tahoma;
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  border:0px solid;
  width: 100%;
  margin-top: 0;
}
}

.section-product-page__why-choose-me-content .product-term-and-condition .detail-product-information-box .accordion {
  background-color: #ebf5fa;
  border: 1px solid #c8e3f3;
  border-radius: 16px;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
  overflow: hidden;
  padding: 0 16px;
  width: 100%;
  font-family: tahoma;
  font-size: 28px;
  border:1px solid;
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: .375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.section-product-page__why-choose-me-content .product-term-and-condition .detail-product-information-box .accordion-button2 {
  background-color: #ebf5fa;
  color: #2b3d4f;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  padding: 0;
  
}

@media(max-width: 360px){
.section-product-page__why-choose-me-content .product-term-and-condition .detail-product-information-box .accordion-button2 {
  background-color: #ebf5fa;
  color: #2b3d4f;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
}

.section-product-page__why-choose-me-content .product-term-and-condition .detail-product-information-box .accordion-item {
  background-color: #ebf5fa;
  border-bottom-color: #c8e3f3;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  padding: 20px 0;
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  color: var(--bs-accordion-color);
}


.section-product-page__why-choose-me-content .product-term-and-condition .detail-product-information-box .accordion {
  background-color: #ebf5fa;
  border: 1px solid #c8e3f3;
  border-radius: 16px;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
  overflow: hidden;
  padding: 0 16px;
  width: 100%;
}

@media(max-width: 360px){
.section-product-page__why-choose-me-content .product-term-and-condition .detail-product-information-box .accordion {
  background-color: #ebf5fa;
  border: 1px solid #c8e3f3;
  border-radius: 16px;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
  overflow: hidden;
  width: 100%;
  margin-left: 0;
}
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: .375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.section-product-page__why-choose-me-content .product-term-and-condition .detail-product-information-box .accordion-button2:not(.collapsed) {
  box-shadow: none;
  color: #2b3d4f;
}


.accordion-item:first-of-type .accordion-button2 {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

@media(max-width: 360px){
  .accordion-item:first-of-type .accordion-button2 {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  border:0px solid;
  margin-left: 0px;
  font-size: 1em;
  font-family: tahoma;
}
}

.accordion-button2:hover {
  z-index: 2;
}
.accordion-button2:not(.collapsed) {
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
  color: var(--bs-accordion-active-color);
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.accordion-button2 {
  align-items: center;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: var(--bs-accordion-btn-color);
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  position: relative;
  text-align: left;
  transition: var(--bs-accordion-transition);
  width: 100%;
}
[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}
button, select {
  text-transform: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button {
  border-radius: 0;
}
*, ::after, ::before {
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}
.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
}
.accordion-item {
  color: var(--bs-accordion-color);
}

.section-product-page__why-choose-me-content .product-information-box .accordion-item {
  background-color: #ebf5fa;
  padding: 24px;
}

@media(max-width: 360px){
  .section-product-page__why-choose-me-content .product-information-box .accordion-item {
  background-color: #ebf5fa;
  padding: 10px;
  border:0px solid;
  margin-left: -10px;
}
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-body p{
  font-family: tahoma;
  font-size: 18px;
  border:0px solid;
}

@media(max-width: 360px){
.accordion-body p{
  font-family: tahoma;
  font-size: 14px;
  border:0px solid;
  margin-left: 0;
  width: 100%;
  }
}


.accordion-body dl, ol, ul {
  margin-bottom: 1rem;
  margin-top: 0;
}

.accordion-body ol, ul {
  padding-left: 2rem;
}

@media(max-width: 360px){
  .accordion-body ol, ul {
  padding-left: 2rem;
  width: 100%;
  margin-left: 0;
}
}


.section-product-page__why-choose-me .get-product-lg {
  border-radius: 12px;
  box-shadow: 0 -2px 16px rgba(16, 24, 40, .05), 0 20px 24px -4px rgba(16, 24, 40, .08), 0 8px 8px -4px rgba(16, 24, 40, .02);
  margin-top: -116px;
  padding: 20px 24px;
  border:0px solid;
  margin-top: -70px;
}

.section-product-page__why-choose-me .get-product {
  background-color: #fff;
  transition: all .2s ease;
  width: 800px;
  z-index: 1;
}

.section-product-page__why-choose-me .get-product .insurance-level .card-level.active {
  background-color: #ebf5fa;
  border-color: #5eabda;
}

@media (max-width: 360px) {
  .section-product-page__why-choose-me .get-product-sm {
    border-radius: 16px;
    margin-top: -67px;
    padding: 12px 16px;
    max-width: 330px;
    height: 200px;
  }
}

.section-product-page__why-choose-me .get-product .insurance-level .card-level {
  align-items: center;
  border: 1px solid #eaeced;
  border-top-color: rgb(234, 236, 237);
  border-right-color: rgb(234, 236, 237);
  border-bottom-color: rgb(234, 236, 237);
  border-left-color: rgb(234, 236, 237);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  row-gap: 4px;

}

.section-product-page__why-choose-me .get-product .insurance-level {
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.section-product-page__why-choose-me .get-product .insurance-level .card-level-title {
  color: #2b3d4f;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
  border: 0px solid;
}
.section-product-page__why-choose-me .get-product .insurance-level .card-level-value {
  color: #5eabda;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}

/* --Claim-- */

.section-customer-care-page-content {
  background-color: #ebf5fa;
  background-image: url();
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 883px 667px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 64px 112px;
}

@media(max-width: 360px){
  .section-customer-care-page-content {
  background-color: #ebf5fa;
  background-image: url();
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 883px 667px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 10px;
  border:0px solid;
}
}

@media(max-width: 428px){
.section-customer-care-page-content {
  background-color: #ebf5fa;
  background-image: url();
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 883px 667px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 10px;
  border:0px solid;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1);
}

.mb-4 {
  margin-bottom: 1.5rem !important;
  border: 0px solid;
  background: #fff;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}



.section-customer-care-page {
  font-family: Tahoma;
}

.section-customer-care-page-content-title {
  color: #22313f;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 24px;
  margin-top: -24px !important;
}
@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}
.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
}

.section-customer-care-page-side-menu .header-tab {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  border:0px solid;
}
.section-customer-care-page-side-menu h4 {
  color: #556472;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 1rem;
}

@media(max-width: 360px){
  .section-customer-care-page-side-menu h4 {
  color: #556472;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 1rem;
  border:1px solid;
}
}

.section-customer-care-page-side-menu ul li a {
  color: #2b3d4f;
  display: block;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 24px;
  padding: 10px 20px;
  text-decoration: none;
}


.section-customer-care-page-side-menu ul {
  list-style: none;
}

.section-customer-care-page-side-menu .header-tab {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.section-customer-care-page-side-menu .header-tab .nav-item .nav-link.active {
  background-color: #3696d1;
  color: #fff;
}
.section-customer-care-page-side-menu .header-tab .nav-item .nav-link {
  background-color: transparent;
  border-radius: 999px;
  color: #556472;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}

.section-customer-care-page-side-menu .header-tab .nav {
  background-color: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
  flex-direction: row;
  padding: 4px;
  width: 100%;
}
.section-customer-care-page-side-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  row-gap: 16px;
}

@media(max-width: 360px){
  .section-customer-care-page-side-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  row-gap: 5px;
  border:0px solid;
}
}

@media(max-width: 428px){
  .section-customer-care-page-side-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  row-gap: 5px;
  border:0px solid;
}
}

.section-customer-care-page .side-menu-mobile .header-tab-mobile .nav-item .nav-link.active {
  background-color: #3696d1;
  color: #fff;
  
  }
}

@media(max-width: 360px){
  .section-customer-care-page .side-menu-mobile .header-tab-mobile .nav-item .nav-link.active {
  background-color: #3696d1;
  color: #fff;
  width: 150px;
}
}

@media(max-width: 360px){
.section-customer-care-page .side-menu-mobile .header-tab-mobile .nav-item .nav-link {
  background-color: transparent;
  border-radius: 999px;
  color: #556472;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
  width: 150px;
  border:0px solid;

  
}
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--bs-nav-pills-link-active-bg);
  color: var(--bs-nav-pills-link-active-color);
}
.nav-pills .nav-link {
  background: none;
    background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.section-customer-care-page-side-menu ul li a {
  color: #2b3d4f;
  display: block;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 24px;
  padding: 10px 20px;
  text-decoration: none;
}



.nav-link {
  color: var(--bs-nav-link-color);
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}


.section-customer-care-page-side-menu ul {
  list-style: none;
}
.nav-pills {
  --bs-nav-pills-border-radius: .375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  list-style: none;
}

.section-customer-care-page-side-menu .header-tab .nav-item {
  width: 50%;
}

.section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-header {
  background-color: #5eabda;
  -moz-column-gap: 56px;
  column-gap: 56px;
  display: flex;
  justify-content: space-between;
  padding: 40px 24px 54px;
  border:0px solid;
}

.section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-header h3 {
  margin-bottom: 16px;
}
.section-customer-care-page-card h3 {
  color: #22313f;
  font-family: Tahoma;
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
}

.section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-header h3, .section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-header p {
  color: #fff;
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}
.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
}

.section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-header {
  background-color: #5eabda;
  -moz-column-gap: 56px;
  column-gap: 56px;
  display: flex;
  justify-content: space-between;
  padding: 40px 24px 54px;
}

.section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-content {
  overflow: hidden;
  padding: 0;
}
.section-customer-care-page-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 -2px 16px rgba(16, 24, 40, .05), 0 20px 24px -4px rgba(16, 24, 40, .08), 0 8px 8px -4px rgba(16, 24, 40, .02);
  padding: 40px 24px;
}

.section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-tracker {
  padding: 24px 24px 40px;
}

.section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-tracker .step-status {
  align-items: center;
  background-color: #ffae04;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  left: -22px;
  line-height: 24px;
  position: absolute;
  top: 0;
  width: 40px;
}

.section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-tracker .step {
  border-left: 4px solid #ffae04;
  margin-left: 16px;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-top: 8px;
  position: relative;
}

.section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-tracker .step:last-child {
  border-left: 4px solid transparent;
  padding-bottom: 0;
}

.section-customer-care-page-side-menu ul li.active a {
  background: #ebf5fa;
  border-radius: 999px;
  color: #2b78a7;
}
.section-customer-care-page-side-menu ul li a {
  color: #2b3d4f;
  display: block;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 24px;
  padding: 10px 20px;
  text-decoration: none;
}

@media (max-width: 360px) {
  .section-customer-care-page-content-title.content-title {
    padding: 20px !important;
    margin: 10px;
    border:0px solid;
  }
}

@media (max-width: 428px) {
  .section-customer-care-page-content-title.content-title {
    padding: 20px !important;
    margin: 10px;
    border:0px solid;
  }
}

.section-customer-care-page .side-menu-mobile {
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
  padding: .5rem 1rem;
}

@media (max-width: 360px) {
  .section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-header {
    flex-direction: column-reverse;
    padding: 16px;
    row-gap: 16px;

  }
  }



.section-customer-care-page.--customer-care-how-to-claim .--customer-care-how-to-claim-header {
  background-color: #5eabda;
  -moz-column-gap: 56px;
  column-gap: 56px;
  display: flex;
  justify-content: space-between;
  padding: 40px 24px 54px;
}

.section-customer-care-page .--menu-wrap button {
  background: #ebf5fa;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  width: 100%;
}

.modal-menu-mobile .modal-content {
  border-radius: 16px;
}
.modal-menu-mobile .modal-content {
  border-radius: 16px;
}
.modal-content {
  background-clip: padding-box;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  color: var(--bs-modal-color);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal-dialog {
  pointer-events: none;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: .5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
}
.section-customer-care-page {
  font-family: Tahoma;
}



/* --/Calim-- */

