/*----------global---------*/
.btn-outline-primary {
  --bs-btn-color: #161616;
  --bs-btn-border-color: #E5E7EB;
  --bs-btn-hover-color: #161616;
  --bs-btn-hover-bg: #F3F4F6;
  --bs-btn-hover-border-color: #E5E7EB;
  --bs-btn-active-color: #161616;
  --bs-btn-active-bg: #F3F4F6;
  --bs-btn-active-border-color: #E5E7EB;
  --bs-btn-disabled-color: #F3F4F6;
  --bs-btn-disabled-border-color: #E5E7EB;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1B8354;
  --bs-btn-border-color: #1B8354;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #166A45;
  --bs-btn-hover-border-color: #166A45;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #166A45;
  --bs-btn-active-border-color: #166A45;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #166A45;
  --bs-btn-disabled-border-color: #166A45;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.btn-secondary {
  --bs-btn-color: #161616;
  --bs-btn-bg: #F3F4F6;
  --bs-btn-border-color: #F3F4F6;
  --bs-btn-hover-color: #161616;
  --bs-btn-hover-bg: #E5E7EB;
  --bs-btn-hover-border-color: #E5E7EB;
  --bs-btn-active-color: #161616;
  --bs-btn-active-bg: #E5E7EB;
  --bs-btn-active-border-color: #E5E7EB;
  --bs-btn-disabled-color: #161616;
  --bs-btn-disabled-bg: #F3F4F6;
  --bs-btn-disabled-border-color: #F3F4F6;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0D121C;
  --bs-btn-border-color: #0D121C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1F2A37;
  --bs-btn-hover-border-color: #1F2A37;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1F2A37;
  --bs-btn-active-border-color: #1F2A37;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0D121C;
  --bs-btn-disabled-border-color: #0D121C;
}

@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("../fonts/IBMPlexSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("../fonts/IBMPlexSansArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("../fonts/IBMPlexSansArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("../fonts/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("../fonts/IBMPlexSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "IBMPlexSansArabic", sans-serif;
  color: #1F2A37;
}

:root {
  --bs-border-color: #D2D6DB;
  --bs-primary-rgb: 27, 131, 84;
  --bs-secondary-color: 108, 115, 127;
}

html {
  font-size: 16px;
  scroll-padding-top: 122px;
}
html.invert {
  filter: invert(1);
}

body {
  color: #161616;
}

.mt-32 {
  margin-top: 32px;
}

@media (max-width: 1199px) {
  .menu-opened {
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
  header nav > .container,
  .top-header .container {
    max-width: 1376px;
  }
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E5E7EB;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1B8354;
}

.gy-32 {
  --bs-gutter-y: 32px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.title h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .title h2 {
    font-size: 1.5rem;
  }
}

.tags .tag {
  font-size: 0.75rem;
  border-radius: 4px;
  font-weight: 500;
  padding: 3px 8px;
  border: 1px solid;
  display: inline-flex;
}
.tags .tag.green {
  background-color: #ECFDF3;
  border-color: #ABEFC6;
  color: #085D3A;
}
.tags .tag.blue {
  background-color: #EFF8FF;
  border-color: #B2DDFF;
  color: #1849A9;
}
.tags .tag.gray {
  background-color: #F9FAFB;
  border-color: #E5E7EB;
  color: #1F2A37;
}
.tags .tag.yellow {
  background-color: #FFFAEB;
  border-color: #FEDF89;
  color: #93370D;
}

.nav-tabs,
.nav-tabs-style-2,
.nav-tabs-style-3 {
  padding-inline: 0 !important;
}

.nav-tabs:not(.nav-tabs-style-2) {
  margin-bottom: 32px;
  border: 0;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 7px;
}
.nav-tabs:not(.nav-tabs-style-2) .nav-link {
  background: #F3F4F6;
  margin-bottom: 0;
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-inline-end: 1px solid #D2D6DB;
  font-size: 1.25rem;
  color: #161616;
}
.nav-tabs:not(.nav-tabs-style-2) .nav-link:hover {
  background-color: #0D121C;
  color: #fff;
}
.nav-tabs:not(.nav-tabs-style-2) .nav-link.active {
  background: #0D121C;
  color: #fff;
}
.nav-tabs:not(.nav-tabs-style-2) .nav-item {
  flex-shrink: 0;
}
.nav-tabs:not(.nav-tabs-style-2) .nav-item:first-child {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.nav-tabs:not(.nav-tabs-style-2) .nav-item:last-child {
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.nav-tabs:not(.nav-tabs-style-2) .nav-item:last-child .nav-link {
  border-inline-end: 0;
}

.nav-tabs-style-2 {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav-tabs-style-2.nav-tabs {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 1rem;
  border: 0;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.nav-tabs-style-2 .nav-link:focus,
.nav-tabs-style-2 .nav-link:hover {
  border: 0 !important;
  border-color: transparent;
  isolation: auto;
}
.nav-tabs-style-2 .nav-item {
  flex-shrink: 0;
}
.nav-tabs-style-2 .nav-link {
  color: #384250;
  font-weight: 500;
  border: 0 !important;
  transition: 0.1s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-tabs-style-2.nav-tabs .nav-item.show .nav-link, .nav-tabs-style-2.nav-tabs .nav-link.active {
  border: 0;
  background: transparent;
  color: #161616;
  font-weight: 700;
  position: relative;
}
.nav-tabs-style-2.nav-tabs .nav-item.show .nav-link img, .nav-tabs-style-2.nav-tabs .nav-link.active img {
  filter: brightness(0);
}
.nav-tabs-style-2.nav-tabs .nav-item.show .nav-link::after, .nav-tabs-style-2.nav-tabs .nav-link.active::after {
  content: "";
  width: calc(100% - 32px);
  height: 3px;
  background-color: #1B8354;
  position: absolute;
  bottom: 1px;
  left: 0;
  margin: auto;
  right: 0;
  border-radius: 99px;
  z-index: 1;
}
.nav-tabs-style-2 .nav-link:focus-visible {
  box-shadow: none;
}

.nav-tabs-style-3 li {
  padding: 6px 16px;
}
.nav-tabs-style-3 li .active {
  font-weight: 600;
}
.nav-tabs-style-3 li .active::before {
  background: #1B8354;
}
.nav-tabs-style-3 li button {
  transition: 0.1s;
  color: #384250 !important;
  text-decoration: none;
  position: relative;
}
.nav-tabs-style-3 li button::before {
  content: "";
  position: absolute;
  inset-inline-start: -16px;
  height: 100%;
  width: 3px;
  border-radius: 99px;
}

.tabs-has-border {
  position: relative;
}
.tabs-has-border::after {
  content: "";
  width: calc(100% - 32px);
  height: 3px;
  background-color: #D2D6DB;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  border-radius: 99px;
  z-index: 0;
}

img {
  max-width: 100%;
}

.border-gray {
  border-color: #D2D6DB;
}

body .gray-50 {
  background-color: #F9FAFB !important;
}

.mb-32 {
  margin-bottom: 32px;
}

.fs-14 {
  font-size: 0.875rem;
}

.mt-48 {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
.pb-100 {
  padding-bottom: 100px !important;
}

.swiper-pagination-bullets {
  bottom: -60px !important;
}

.swiper-slide {
  height: auto;
}

.card {
  border: 1px solid #D2D6DB !important;
  transition: 0.3s ease-in-out;
}
.card:hover {
  background-color: #F9FAFB;
}
.card .icon {
  width: 48px;
  height: 48px;
  background-color: #F3FCF6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card .icon.w-40 {
  width: 40px;
  height: 40px;
}
.card .icon.blue {
  background-color: #EFF8FF;
}
.card .icon.gray {
  background-color: #F3F4F6;
}
.card .icon.red {
  background-color: #FEF3F2;
}

.circle-icon {
  width: 40px;
  height: 40px;
  background-color: #F3FCF6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-icon.blue {
  background-color: #EFF8FF;
}
.circle-icon.gray {
  background-color: #F3F4F6;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
.border-primary {
  border-top: 2px solid #1B8354 !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.seaech-blcok .search-input {
  width: 100%;
  border: 1px solid #9DA4AE;
  padding-inline-start: 44px;
  border-radius: 4px;
  background-image: url(../icons/search.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
  min-height: 40px;
}
.seaech-blcok .search-input:focus-visible {
  outline: none;
  border-color: #1B8354;
}
.seaech-blcok .suggestion {
  margin-top: 40px;
}
.seaech-blcok .suggestion h6 {
  font-size: 1.125rem;
  color: #1B8354;
}
.seaech-blcok .suggestion button {
  background-color: #F3F4F6;
  padding: 4px 12px;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
}
.seaech-blcok [type=submit] {
  background-color: #1B8354;
  color: #fff;
  border-radius: 4px;
  border: 0;
  padding: 8px 16px;
}
.seaech-blcok .close-search {
  margin-bottom: 40px;
  margin-top: 8px;
  text-align: end;
  cursor: pointer;
}

.breadcrumb-item {
  color: #384250 !important;
  font-size: 0.875rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-inline-end: var(--bs-breadcrumb-item-padding-x);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" fill="none"><path d="M5 9L1 5L5 1" stroke="%239DA4AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.dash-icon {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px;
}
.dash-icon li {
  display: flex;
  gap: 5px;
}
.dash-icon li::before {
  content: "- ";
}

[dir=ltr] .nav-tabs .nav-item:first-child {
  border-radius: 8px 0 0 8px;
}
[dir=ltr] .nav-tabs .nav-item:last-child {
  border-radius: 0 8px 8px 0;
}
[dir=ltr] .seaech-blcok .search-input {
  background-position: left 16px center;
}
[dir=ltr] .fillter input[name=keywords] {
  background-position: left 8px center;
}

.bg-light {
  background-color: #F9FAFB;
}

.accordion {
  --bs-accordion-body-padding-x: 1rem;
  --bs-accordion-btn-padding-x: 1rem;
  --bs-accordion-btn-icon-width: 1rem;
}
@media (max-width: 767px) {
  .accordion {
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-btn-padding-x: 0;
  }
}
.accordion {
  --bs-accordion-btn-icon: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23161616' stroke-linecap='round' stroke-linejoin='round' %3e%3cpath d='m2 5 6 6 6-6' /%3e%3c/svg%3e");
}
.accordion .accordion-item {
  background-color: #F9FAFB;
  border: 0;
  border-top: 1px solid #D2D6DB;
  border-radius: 0 !important;
}
.accordion .accordion-item:last-of-type {
  border-bottom: 1px solid #D2D6DB !important;
}
.accordion .accordion-item h4 {
  color: #161616;
  font-weight: 600;
  line-height: initial;
}
.accordion .accordion-item .accordion-button {
  background-color: #F9FAFB;
  outline: 0 !important;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #161616;
  background-color: transparent;
  box-shadow: none;
}

.column-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  .column-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .column-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .column-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575px) {
  .column-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.column-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .column-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.d-flex.column-2 > .card {
  flex: 1 1 calc(50% - 16px);
}
@media (max-width: 575px) {
  .d-flex.column-2 > .card {
    flex: 1 1 100%;
  }
}
.d-flex.column-3 > .card {
  flex: 1 1 calc(33.333% - 16px);
}
@media (max-width: 1199px) {
  .d-flex.column-3 > .card {
    flex: 1 1 calc(50% - 16px);
  }
}
@media (max-width: 575px) {
  .d-flex.column-3 > .card {
    flex: 1 1 100%;
  }
}
.d-flex.column-4 > .card {
  flex: 1 1 calc(25% - 18px);
}
@media (max-width: 1199px) {
  .d-flex.column-4 > .card {
    flex: 1 1 calc(50% - 16px);
  }
}
@media (max-width: 575px) {
  .d-flex.column-4 > .card {
    flex: 1 1 100%;
  }
}

.gap-32 {
  gap: 32px;
}
@media (max-width: 1199px) {
  .gap-32 {
    gap: 16px;
  }
}

.link-green {
  color: #1B8354;
  transition: 0.3s;
}
.link-green:hover {
  color: #166A45;
}

.h-250 {
  height: 250px;
}

@media (max-width: 1399px) {
  .column-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .column-lg-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .column-lg-3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 1400px) {
  .page-view-open-data .column-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .page-view-open-data .column-lg-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1199px) {
  .column-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .column-md-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 576px) {
  .modal-sm {
    --bs-modal-width: 990px;
  }
}
.modal-600 {
  max-width: 600px;
}

.max-w-400 {
  max-width: 400px;
}

.border-card {
  border: 1px solid rgba(210, 214, 219, 0.5) !important;
}

.lh-normal {
  line-height: normal;
}

.w-77 {
  width: 77px;
}

.h-77 {
  height: 77px;
}

.w-90 {
  width: 90px;
}

.h-90 {
  height: 90px;
}

hr {
  color: #D2D6DB;
  opacity: 1;
}

.fillter input[type=search] {
  border: 1px solid #9DA4AE;
  padding-inline-start: 36px;
  border-radius: 4px;
  background-image: url(../icons/search.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px;
  min-height: 40px;
}

.fillter input[type=submit] {
  text-indent: -99999px;
}
.fillter input[type=submit]:focus {
  background-image: url(../icons/search-w.svg);
}

.w-40 {
  width: 40px;
}

.h-40 {
  height: 40px;
}

.collapse-btn:not(.collapsed) .arrow-down {
  transform: rotate(180deg);
}

.form-select:focus {
  box-shadow: none;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236C737F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.pagination {
  --bs-pagination-border-width: 0;
  --bs-pagination-active-bg: transparent;
  --bs-pagination-active-color: #161616;
  --bs-pagination-color: #161616;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-hover-color: #161616;
  --bs-pagination-hover-bg: transparent;
  --bs-pagination-hover-border-color: transparent;
  --bs-pagination-focus-bg: transparent;
  --bs-pagination-focus-box-shadow: none;
}
.pagination .page-item {
  position: relative;
}
.pagination .page-item.active::after, .pagination .page-item:hover::after {
  content: "";
  width: calc(100% - 8px);
  height: 3px;
  background-color: #1B8354;
  position: absolute;
  bottom: 0;
  border-radius: 99px;
  left: 0;
  right: 0;
  margin: auto;
}

.row-gap-32 {
  row-gap: 32px;
}

.sk-circle-dot:before {
  background-color: #1B8354 !important;
}

.shadow-md {
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1019607843);
}

body .border-0 {
  border: 0 !important;
}

.h-370 {
  height: 370px;
}
@media (max-width: 767px) {
  .h-370 {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .h-370 {
    height: 200px;
  }
}

.pb-70 {
  padding-bottom: 70px !important;
}

.bottom-50 {
  bottom: -50px !important;
}

.fake {
  border: 1px solid #B42318;
}
.fake h5 {
  color: #B42318;
}

.truth {
  border: 1px solid #175CD3;
}
.truth h5 {
  color: #175CD3;
}

.active-warning {
  color: #085D3A;
  background-color: #ECFDF3;
  border-color: #ABEFC6 !important;
}
.active-warning.green {
  background-color: #ECFDF3;
  border-color: #ABEFC6 !important;
  color: #085D3A;
}
.active-warning.blue {
  background-color: #EFF8FF;
  border-color: #B2DDFF !important;
  color: #1849A9;
}
.active-warning.gray {
  background-color: #F9FAFB;
  border-color: #E5E7EB !important;
  color: #1F2A37;
}
.active-warning.yellow {
  background-color: #FFFAEB;
  border-color: #FEDF89 !important;
  color: #93370D;
}

.p-40 {
  padding: 40px;
}
@media (max-width: 991px) {
  .p-40 {
    padding: 16px;
  }
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.w-62 {
  width: 62px;
}

@media (min-width: 768px) {
  .translateY-300 {
    transform: translateY(-300px);
  }
}
.play-video {
  position: absolute;
  background-color: #F9FAFB;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

.form-control,
.form-select {
  min-height: 40px;
  border-color: #9DA4AE;
  border-radius: 4px;
}

.text-danger {
  color: #B42318;
}

.form-check-input:checked {
  background-color: #1B8354;
  border-color: #1B8354;
}

.form-control:focus,
.form-select:focus {
  border-color: #1B8354;
  box-shadow: none;
}

.form-check-input[type=checkbox] {
  border-radius: 2px;
  width: 24px;
  height: 24px;
}

.phone_pre {
  background: #F3F4F6;
  position: absolute;
  bottom: 1px;
  inset-inline-end: 1px;
  height: 38px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  padding-inline: 12px;
  color: #6C737F;
}

.w-320 {
  width: 320px;
}
@media (max-width: 767px) {
  .w-320 {
    width: 100%;
  }
}

a {
  color: #1B8354;
}

.top-90 {
  top: 90px;
  padding: 12px 0;
}

@media (min-width: 992px) and (max-width: 1599px) {
  .full-swiper .service-slider:not(.break-points) {
    margin: 0 -15% !important;
  }
}
@media (min-width: 1600px) {
  .full-swiper .service-slider:not(.break-points) {
    margin: 0 -30% !important;
  }
  .full-swiper .service-slider.break-points .swiper-wrapper {
    transform: none !important;
    justify-content: center !important;
  }
}
.w-150 {
  width: 150px;
}

.h-120 {
  height: 120px;
}

.left-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.px-7 {
  padding-inline: 8px;
}
@media (width >= 48rem) {
  .px-7 {
    padding-inline: 1.75rem;
  }
}

.max-w-auto {
  max-width: max-content !important;
}

.p-32 {
  padding: 32px !important;
}

.max-w-720 {
  max-width: 720px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.max-w-470 {
  max-width: 470px;
}

.text-success {
  color: #067647;
}

.text-danger-emphasis {
  color: #B42318 !important;
}

.columns-2 {
  grid-template-columns: 1fr 1fr;
}

.gap-12 {
  gap: 12px;
}

.alert {
  --bs-alert-color: #1F2A37;
  border-inline-start: 8px solid !important;
}
.alert.alert-danger {
  border-inline-start-color: rgba(217, 45, 32, 0.7) !important;
}

.end-24 {
  inset-inline-end: 24px;
}

.max-w-600 {
  max-width: 600px;
}

.card .contextual-region {
  padding: 0 !important;
  width: 100% !important;
}
.card .contextual-region img.w-100 {
  height: 250px !important;
}

.card .contextual-region > div {
  width: 100%;
}

.contextual-region.node--type-article {
  justify-content: space-between;
}

.card.contextual-region.h-100 {
  height: auto !important;
}

.swiper-slide .card.contextual-region.h-100 {
  height: 100% !important;
}

body .fillter input[type=submit] {
  border: 1px solid rgba(210, 214, 219, 0.5) !important;
}

.block-sfda-satisfaction-rate .webform-options-display-buttons {
  flex-wrap: nowrap !important;
}

.block-sfda-satisfaction-rate .justify-start {
  display: flex;
  align-items: center;
  gap: 12px;
}

.block-sfda-satisfaction-rate .webform-flex--container {
  margin: 0;
}

.block-sfda-satisfaction-rate .form-check {
  display: flex;
  align-items: center;
  gap: 7px;
}

.block-sfda-satisfaction-rate p {
  margin: 0;
}

div#minimizedChat {
  background: #1B8354;
  border-radius: 50%;
  width: 56px !important;
  height: 56px !important;
  background-image: url(../icons/chatting-01.svg);
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
}

div#minimizedChat img {
  display: none !important;
}

.extlink-nobreak {
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.inner-hero .tags {
  margin-top: 16px;
}

.card .contextual-region {
  justify-content: space-between;
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}
.webform-submission-form.bg-light .webform-button--submit {
  margin-top: 1rem;
}

.js-form-item-approved.form-item-approved {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  color: #fff !important;
}

@media (max-width: 567px) {
  .beta-version,
  .site-date {
    font-size: 0.875rem;
  }
}
.modal-open header {
  z-index: 99 !important;
}

.fillter label {
  display: none;
}

.fillter .select2-selection__arrow {
  display: none;
}

.fillter .select2-container {
  border: 1px solid rgba(210, 214, 219, 0.5) !important;
  border-radius: var(--bs-border-radius) !important;
  min-height: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236C737F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  width: 100% !important;
  background-color: white;
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
  display: block;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1B8354 !important;
}

.fillter .js-form-item.mb-3 {
  margin: 0 !important;
}

body {
  overflow: hidden;
}

.global-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.global-loader img {
  width: 60px;
}
.global-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.table {
  --bs-table-bg: #ffffff00;
}
.table > :not(caption) > * > * {
  padding: 12px;
  font-weight: 400;
}
.table tbody tr {
  background: transparent !important;
}
.table tbody tr td {
  border-bottom: 1px solid #D2D6DB !important;
}
.table thead th {
  background: #F3F4F6 !important;
  border-inline-end: 1px solid #D2D6DB;
  font-weight: 500;
  font-size: 12px;
  border-top: 1px solid #D2D6DB !important;
  border-bottom: 1px solid #D2D6DB !important;
}
.table thead th:last-child {
  border-inline-end: 0 !important;
}
.table thead tr {
  border-width: 1px;
  border-color: #D2D6DB;
  border-inline-end: 0;
}

.table.views-view-table {
  table-layout: fixed;
  min-width: max-content;
}

.field--name-field-media-document {
  min-width: max-content;
}

.js-webform-document-file [type=submit] {
  display: none !important;
}

.js-form-type-webform-document-file {
  display: flex;
  flex-direction: column;
}

.js-form-type-webform-document-file > label {
  order: 0;
}

.js-form-type-webform-document-file .description {
  order: 1;
  color: #64748B !important;
  margin-top: 8px !important;
}

.js-form-type-webform-document-file .webform-document-file {
  order: 3;
  margin-top: 16px;
  justify-content: space-between;
}

.js-form-type-webform-document-file .custom-upload-btn {
  order: 2;
  width: max-content;
  margin-top: 16px;
}

.js-webform-document-file span {
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.16667 18.3333C14.2293 18.3333 18.3333 14.2293 18.3333 9.16667C18.3333 4.10406 14.2293 0 9.16667 0C4.10406 0 0 4.10406 0 9.16667C0 14.2293 4.10406 18.3333 9.16667 18.3333ZM5.04185 8.43443C4.71641 8.75987 4.71641 9.28751 5.04185 9.61294L7.39887 11.97C7.72431 12.2954 8.25194 12.2954 8.57738 11.97L13.2914 7.25592C13.6169 6.93048 13.6169 6.40285 13.2914 6.07741C12.966 5.75197 12.4384 5.75197 12.1129 6.07741L7.98813 10.2022L6.22036 8.43443C5.89492 8.109 5.36728 8.109 5.04185 8.43443Z' fill='%23067647'/%3E%3C/svg%3E");
}
.js-webform-document-file span > a {
  color: #161616;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

span.file.file--mime-application-pdf.file--application-pdf {
  display: flex;
  align-items: center;
}

.file-uploaded-success:not(.file-uploaded-multiple) {
  display: flex;
  background-color: #F3F4F6 !important;
  border: 1px solid #D2D6DB;
  border-radius: 4px;
  padding: 0 8px;
}

.file-uploaded-multiple .js-form-type-checkbox {
  display: flex;
  background-color: #F3F4F6 !important;
  border: 1px solid #D2D6DB;
  border-radius: 4px;
  padding: 0 8px;
  min-height: 42px;
  align-items: center !important;
}
.file-uploaded-multiple .js-form-type-checkbox .form-check-input[type=checkbox] {
  margin: 0 !important;
}
.file-uploaded-multiple .js-form-type-checkbox [type=submit] {
  margin-inline-start: auto;
}

.js-webform-document-file > [type=file] {
  z-index: -9999;
}

body .js-hide.button {
  display: none !important;
}

.file-uploaded-success:not(.file-uploaded-multiple) [type=submit] {
  display: block !important;
  background: transparent;
  border: 0;
  font-size: 0;
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  background-image: url(../icons/close.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.file-uploaded-multiple [type=submit] {
  width: max-content;
  display: block !important;
}

.file-uploaded-success:not(.file-uploaded-multiple) [type=submit]:focus,
.file-uploaded-success:not(.file-uploaded-multiple) [type=submit]:active {
  background-color: #F3F4F6 !important;
}

.webform-section-wrapper.row.webform-spaced .webform-spaced .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/*-----layout------*/
header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 99991;
  border-bottom: 1px solid #D2D6DB;
}
header .show::after {
  transition: 0.3s;
  transform: rotate(180deg);
}
header .navbar-nav {
  --bs-navbar-nav-link-padding-x: 16px;
  --bs-nav-link-padding-y: 24px;
  --bs-navbar-color: #161616;
  --bs-nav-link-font-weight: 500;
  --bs-nav-link-padding-x: 16px;
}
header .navbar-nav .nav-item.dropdown {
  position: unset;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: min-content;
  grid-template-rows: repeat(4, auto);
  gap: 10px;
}
@media (min-width: 991px) {
  header .navbar-nav .nav-item.dropdown .dropdown-menu ul {
    grid-template-rows: repeat(3, auto);
  }
}
@media (max-width: 767px) {
  header .navbar-nav .nav-item.dropdown .dropdown-menu ul {
    grid-auto-flow: row;
  }
}
header .navbar-nav .nav-item.dropdown .dropdown-menu {
  left: 0;
  right: 0;
  border: 0;
  background: #FFFFFF;
}
@media (min-width: 1200px) {
  header .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 24px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 0 0 8px 8px;
    margin-top: 1px;
  }
}
header .navbar-nav .nav-item.dropdown .dropdown-menu hr {
  margin: 32px 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid #D2D6DB;
  opacity: 1;
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item.dropdown .dropdown-menu hr {
    display: none;
  }
}
header .navbar-nav .nav-item.dropdown .dropdown-menu h5 {
  color: #1B8354;
  padding: 0 16px;
  font-size: 1.125rem;
  margin-bottom: 12px;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  color: #1F2A37;
  font-weight: 500;
  text-decoration: none;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
  background: #f3f4f6;
  text-decoration: underline;
  border-radius: 8px;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu .grid-cols-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item.dropdown .dropdown-menu .grid-cols-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  header .navbar-nav .nav-item.dropdown .dropdown-menu .grid-cols-4 {
    grid-template-columns: 1fr;
  }
}
header .navbar-nav .nav-item.dropdown .langDropdown {
  width: auto;
  left: auto;
  right: auto;
  padding: 12px;
}
@media (max-width: 1399px) {
  header .navbar-nav {
    --bs-navbar-nav-link-padding-x: 8px;
  }
}
header nav .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  border-color: #d2d6db;
  border-radius: 4px;
}
header nav .nav-link:hover {
  background-color: #f3f4f6;
}
header nav .nav-link:hover::before {
  opacity: 1;
}
header nav .nav-link::before {
  transition-property: all;
  transition-duration: 300ms;
  content: "";
  opacity: 0;
  background-color: #9da4ae;
  border-radius: 50px;
  width: calc(100% - 24px);
  height: 6px;
  margin-inline: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  header nav .nav-link.active {
    color: #fff !important;
    background-color: #1B8354;
  }
  header nav .nav-link.active::before {
    opacity: 1;
    background-color: #54C08A;
  }
  header nav .nav-link.active::after {
    filter: brightness(20);
  }
}
header .dropdown-toggle::after {
  border: 0;
}
header .dropdown-toggle:not(.no-arrow):after {
  content: "";
  background-image: url(../icons/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 20px;
  height: 20px;
  border: 0;
  vertical-align: middle;
}
header .navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  z-index: 9;
  float: right;
}
header .navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
header .navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
header .navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
header .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
header .navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
header .navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
header .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
header .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
header .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
@media (max-width: 1199px) {
  header .navbar-collapse.show {
    inset-inline-start: 0%;
  }
  header .lang-bar li:last-child .nav-link {
    border: 0;
  }
  header .navbar-collapse {
    z-index: 9;
    overflow-y: scroll;
    background-color: #fff;
    top: 72px;
    border-top: 2px solid #1B8354;
    position: fixed;
    width: 100%;
    inset-inline-start: -100%;
    border-radius: 0;
    margin-top: 0;
    height: 100%;
    transition: inset-inline-start 0.3s ease;
    -webkit-transition: inset-inline-start 0.3s ease;
    -moz-transition: inset-inline-start 0.3s ease;
    -ms-transition: inset-inline-start 0.3s ease;
    -o-transition: inset-inline-start 0.3s ease;
    padding: 0 20px 100px;
  }
  header .navbar-collapse .nav-link {
    border-bottom: 1px solid #d2d6db;
    border-radius: 0;
  }
  header .nav-link.dropdown-toggle::after {
    margin-inline-start: auto;
  }
  header .nav-link.dropdown-toggle img {
    width: 25px;
  }
  header .navbar-nav .dropdown-menu.seaech-blcok {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    top: 71px;
    padding: 0 !important;
    border-radius: 0 !important;
    border-top: 2px solid #1B8354 !important;
  }
}

.how-verify-contetn {
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

.search-block-contetn {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  top: 73px;
  background-color: #fff;
  z-index: 9999;
  padding: 24px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767px) {
  .search-block-contetn {
    padding: 0 0 16px;
    top: 71px;
  }
}
.search-block-contetn .search-input {
  width: 100%;
  border: 1px solid #9DA4AE;
  padding-inline-start: 44px;
  border-radius: 4px;
  background-image: url(../icons/search.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
  min-height: 40px;
}
.search-block-contetn .search-input:focus-visible {
  outline: none;
  border-color: #1B8354;
}
.search-block-contetn .suggestion {
  margin-top: 40px;
}
.search-block-contetn .suggestion h6 {
  font-size: 1.125rem;
  color: #1B8354;
}
.search-block-contetn .suggestion button {
  background-color: #F3F4F6;
  padding: 4px 12px;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
}
.search-block-contetn [type=submit] {
  background-color: #1B8354;
  color: #fff;
  border-radius: 4px;
  border: 0;
  padding: 8px 16px;
}
.search-block-contetn .close-search {
  margin-bottom: 40px;
  margin-top: 8px;
  text-align: end;
  cursor: pointer;
}

footer {
  background-color: #074D31;
  padding: 56px 0 40px;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0 40px;
  }
}
footer .footer-menu h6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-menu ul {
  font-size: 0.875rem;
}
footer .footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
footer .footer-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
footer .socila-media li a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
footer .socila-media li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
footer .socila-media li a img {
  width: 20px;
  height: 20px;
}

/*-----component------*/
.hero-section {
  height: 490px;
}
@media (max-width: 767px) {
  .hero-section {
    height: auto;
  }
}
.hero-section .swiper-pagination {
  bottom: 40px !important;
}
.hero-section .swiper-slide {
  height: auto;
}
.hero-section .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(27, 131, 84, 0.8);
  z-index: 1;
}
.hero-section .text {
  padding: 140px 0 92px;
}
@media (max-width: 767px) {
  .hero-section .text {
    padding: 55px 0 55px;
  }
}
.hero-section .text {
  max-width: 630px;
  position: relative;
  z-index: 2;
}
.hero-section .text h2 {
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  .hero-section .text h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .hero-section .text h2 {
    font-size: 2rem;
  }
}
.hero-section .text p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.hero-section .text .tag {
  background-color: #F3F4F6;
  border-radius: 4px;
  padding: 8px 16px;
  color: #161616;
  gap: 7px;
}
@media (max-width: 767px) {
  .hero-section .text .tag {
    padding: 8px 8px;
  }
}
.hero-section .img-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 100%;
}
.hero-section .img-bg img {
  object-position: top;
}

.statistics {
  background-color: #F9FAFB;
  padding: 40px 0;
}
.statistics .title .text {
  max-width: 1000px;
}
.statistics .item .fs-48 {
  font-size: 3rem;
  color: #14573A;
}
.statistics .item p {
  color: #DBA102;
}
.statistics .item .icon {
  width: 56px;
  height: 56px;
  background-color: rgba(7, 148, 85, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services {
  padding-bottom: 100px;
}
.services .swiper-slide {
  height: auto;
}
.services .service-card {
  border: 1px solid #D2D6DB;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.services .service-card:hover {
  background-color: #F9FAFB;
}
.services .service-card .icon {
  width: 48px;
  height: 48px;
  background-color: #F3FCF6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .service-card .image {
  border-radius: 8px;
  overflow: hidden;
  height: 250px;
}
.services .swiper-pagination-bullets {
  bottom: -60px;
}

@media (max-width: 767px) {
  .sidebar-card {
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .haj-section {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0 !important;
    gap: 40px;
  }
}
.haj-section .bg-img {
  inset-inline-start: auto;
  inset-inline-end: 0;
  max-width: 35%;
}
@media (max-width: 767px) {
  .haj-section .bg-img {
    position: relative !important;
    max-width: 100%;
    text-align: end;
  }
}
.haj-section .bg-img img {
  object-fit: cover;
}
.haj-section {
  background-color: #1F2A37 !important;
}
.haj-section .breadcrumb-item {
  color: #fff !important;
}
.haj-section .btn {
  color: #fff;
}
.haj-section .btn:hover {
  color: #161616;
}
.haj-section .title {
  max-width: 720px;
}

[dir=ltr] #block-sfda-main-hajblock .bg-img img {
  transform: scaleX(-1);
}

@media (max-width: 991px) {
  .news-section {
    padding-bottom: 80px;
  }
}
.news-section .news-card {
  transition: 0.3s ease-in-out;
}
.news-section .news-card:hover {
  background-color: #F9FAFB;
}
.news-section .news-card .image {
  border-radius: 8px;
  overflow: hidden;
  height: 250px;
}
.news-section .list-news > a {
  border: 1px solid transparent;
  transition: 0.3s;
}
.news-section .list-news > a:hover {
  border-color: #1B8354;
}
.news-section .main-news {
  min-height: 300px;
}
.news-section .main-news::after {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: calc(100% - 32px);
  border-radius: 16px;
  width: calc(100% - 32px);
  margin: auto;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .feedback-section {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}

.inner-hero {
  background-color: #f7fdf9;
}
.inner-hero h1 {
  font-size: 2.25rem;
}
.inner-hero .social-media-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.inner-hero .social-media-share a:hover {
  box-shadow: inset 0 0 0 2px #1B8354;
}

.content-w-TOC aside.section {
  position: sticky;
  top: 90px;
}
.content-w-TOC .content-block {
  padding: 32px;
}
@media (max-width: 767px) {
  .content-w-TOC .content-block {
    padding: 16px;
  }
}
.content-w-TOC .content-block p:last-of-type {
  margin-bottom: 0;
}
.content-w-TOC #toc {
  padding: 12px 0;
}
.content-w-TOC #toc li.active a {
  font-weight: 600;
}
.content-w-TOC #toc li.active a::before {
  background: #1B8354;
}
.content-w-TOC #toc li a {
  transition: 0.1s;
  color: #384250;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 6px 16px;
}
.content-w-TOC #toc li a::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  width: 3px;
  border-radius: 99px;
}

[dir=ltr] [aria-label=Previous],
[dir=ltr] [aria-label=Next],
[dir=ltr] .breadcrumb-item + .breadcrumb-item::before,
[dir=ltr] .ltr-reverse {
  transform: scaleX(-1);
}
[dir=ltr] .phone_pre {
  border-radius: 0 4px 4px 0;
}
[dir=ltr] .fillter input[type=search] {
  background-position: left 8px center;
}