.CAppFooter__end__nav a {
  border-right: 1px solid rgba(255, 255, 255, 0.2509803922);
  padding-right: 10px;
}
.CAppFooter__end__nav a:last-child {
  border: 0;
}

.PHome-Insights__slider__slide__img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.wpcf7 form span {
  display: block;
}

.PAbout-About {
  position: relative;
}
.PAbout-About .col-lg-4 {
  order: 2;
}
.PAbout-About .col-lg-8 {
  order: 1;
}
.PAbout-About .PAbout-About__tab {
  position: sticky;
  top: 80px;
  order: 9;
}

.swiper-button-disabled {
  color: rgba(170, 170, 170, 0.3137254902);
}

.PSeriDetay-Hero {
  padding-top: 150px;
}
.PSeriDetay-Hero .PSeriDetay-Hero__slider__slide img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.compare-container .compare-titles__title {
  position: relative;
}
.compare-container .compare-titles__title h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004e95;
  margin-left: 30px;
}
.compare-container .compare-titles__title label {
  color: #004e95;
  margin-left: 30px;
}
.compare-container .compare-titles__title img {
  max-width: 80%;
  margin: -40px 0 0 20%;
}
.compare-container .compare-titles__title .remove-from-compare {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #004e95;
  background-color: rgba(0, 78, 149, 0.1882352941);
  border: 0;
  border-radius: 50px;
  padding: 5px;
  width: 30px;
  height: 30px;
}

.PProductFilter-Sidebar {
  height: 100%;
  padding: 4rem 0rem;
  padding-right: 2rem;
  border-right: 1px solid #adcbe7;
  margin-right: 10px;
}
.PProductFilter-Sidebar__section {
  margin-bottom: 30px;
}
.PProductFilter-Sidebar__section__head {
  display: block;
  margin-bottom: 20px;
}
.PProductFilter-Sidebar__section__range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.PProductFilter-Sidebar__section__range .value {
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: 5px;
  text-align: center;
  width: 60px;
}
.PProductFilter-Sidebar__section__range tc-range-slider {
  flex: 1;
}
.PProductFilter-Sidebar__section__content--checkbox {
  gap: 15px 30px;
  display: flex;
  flex-wrap: wrap;
}
.PProductFilter-Sidebar__section__content--checkbox--two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.c-filter-container.c-filter--untouched .PProductFilter-Products__header, .c-filter-container.c-filter-container--loading .PProductFilter-Products__header {
  display: none;
}
.c-filter-container:not(.c-filter--untouched) .c-filter--untouched--text {
  display: none;
}

.form-check .form-check-input {
  --bs-form-check-bg: #e6e6e6;
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
}
.form-check .form-check-input:checked {
  background-color: var(--bs-form-check-bg);
  border-color: #004e95;
}
.form-check .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23004e95'/></svg>") !important;
}
.form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23004e95' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}
.form-check .form-check-label {
  margin-left: 5px;
  vertical-align: sub;
}

.PAbout-History__timeline {
  height: 400px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  width: 100%;
}
.PAbout-History__timeline__body {
  color: #004e95;
  border-radius: 40px;
  width: 100%;
  background-image: linear-gradient(10deg, #f3f9ff 0%, #bbdeff 79%, #66b6ff);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 70px;
  padding: 25px 15px;
}
.PAbout-History__timeline__body__dot {
  height: 100%;
  width: 2px;
  background-color: #fff;
}
.PAbout-History__timeline__body__items {
  display: flex;
  bottom: 140%;
  align-items: flex-end;
  position: absolute;
  justify-content: space-between;
  width: 100%;
}
.PAbout-History__timeline__body__items__item {
  cursor: pointer;
  font-size: 26px;
  font-weight: 500;
  height: 200px;
  transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .PAbout-History__timeline__body__items__item {
    font-size: 16px;
  }
}
.PAbout-History__timeline__body__items__item::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: #035198;
  height: 100%;
  top: 30px;
}
.PAbout-History__timeline__body__items__item.active, .PAbout-History__timeline__body__items__item:hover {
  color: #f68b33;
}
.PAbout-History__timeline__content {
  min-height: 150px;
  margin-top: 30px;
  background-color: #edf3f9;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  border-radius: 48px;
}
.PAbout-History__timeline__content__start {
  display: flex;
  font-size: 36px;
  font-weight: 500;
  gap: 30px;
  border-right: 2px solid #fff;
  align-items: center;
  color: #004e95;
  margin-right: 30px;
  padding-right: 30px;
}
.PAbout-History__timeline__content__start img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.PAbout-History__timeline__content__end {
  color: #000;
}
.PAbout-History__timeline__content:not(.active) {
  visibility: hidden;
  opacity: 0;
}/*# sourceMappingURL=main.css.map */