/* css/blog-category.css -- single bundle for the blog category pages
   (accounting-blogs.php, gst-blogs.php, ... 16 pages).

   Replaces three render-blocking requests with one, and removes a cross-origin
   one: Bootstrap was being pulled from cdn.jsdelivr.net, which cost a whole
   extra connection + TLS handshake before the page could paint.

   Contents, in the same order the pages used to <link> them so the cascade is
   unchanged:
     1. Bootstrap 5 -- subsetted to the rules these pages and their partials
        actually use (30.6 KB of the 355 KB build). Sourced from the local
        Bootstrap 5.0.0 copy; the CDN served 5.0.2, a patch-level difference.
     2. optimisecss/index.css  (no url() references, safe to relocate)
     3. css/pages-style.css

   Lives in /css/ deliberately: pages-style.css has relative url()s that resolve
   against the stylesheet's own directory. Do not move this file without
   rewriting them. Font Awesome is intentionally NOT bundled here -- it
   references webfonts via relative url() and must stay in its own folder. */

/* ---- bootstrap 5 (subset) ---- */
*,*::before,*::after{
  box-sizing: border-box;
}@media (prefers-reduced-motion: no-preference){:root{
    scroll-behavior: smooth;
  }}body{
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}[tabindex="-1"]:focus:not(:focus-visible){
  outline: 0 !important;
}hr{
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}hr:not([size]){
  height: 1px;
  margin-left: 136px;
}h1,h2,h3,h4,h5,h6{
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}h1{
  font-size: calc(1.375rem + 1.5vw);
}@media (min-width: 1200px){h1{
    font-size: 2.5rem;
  }}h2{
  font-size: calc(1.325rem + 0.9vw);
}@media (min-width: 1200px){h2{
    font-size: 2rem;
  }}h3{
  font-size: calc(1.3rem + 0.6vw);
}@media (min-width: 1200px){h3{
    font-size: 1.75rem;
  }}h4{
  font-size: calc(1.275rem + 0.3vw);
}@media (min-width: 1200px){h4{
    font-size: 1.5rem;
  }}h5{
  font-size: 1.25rem;
}h6{
  font-size: 1rem;
}p{
  margin-top: 0;
  margin-bottom: 1rem;
}abbr[title],abbr[data-bs-original-title]{
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}address{
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}ol,ul{
  padding-left: 2rem;
}ol,ul,dl{
  margin-top: 0;
  margin-bottom: 1rem;
}ol ol,ul ul,ol ul,ul ol{
  margin-bottom: 0;
}dt{
  font-weight: 700;
}dd{
  margin-bottom: .5rem;
  margin-left: 0;
}blockquote{
  margin: 0 0 1rem;
}b,strong{
  font-weight: bolder;
}small{
  font-size: 0.875em;
}mark{
  padding: 0.2em;
  background-color: #fcf8e3;
}sub,sup{
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}sub{
  bottom: -.25em;
}sup{
  top: -.5em;
}a{
  color: #1787FC;
  text-decoration: underline;
}a:hover{
  color: #126cca;
}a:not([href]):not([class]),a:not([href]):not([class]):hover{
  color: inherit;
  text-decoration: none;
}pre,code,kbd,samp{
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}pre{
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}pre code{
  font-size: inherit;
  color: inherit;
  word-break: normal;
}code{
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}a>code{
  color: inherit;
}kbd{
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}kbd kbd{
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}figure{
  margin: 0 0 1rem;
}img,svg{
  vertical-align: middle;
}table{
  caption-side: bottom;
  border-collapse: collapse;
}caption{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}th{
  text-align: inherit;
  text-align: -webkit-match-parent;
}thead,tbody,tfoot,tr,td,th{
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}label{
  display: inline-block;
}button{
  border-radius: 0;
}button:focus{
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}input,button,select,optgroup,textarea{
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}button,select{
  text-transform: none;
}[role="button"]{
  cursor: pointer;
}select{
  word-wrap: normal;
}[list]::-webkit-calendar-picker-indicator{
  display: none;
}button,[type="button"],[type="reset"],[type="submit"]{
  -webkit-appearance: button;
}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){
  cursor: pointer;
}::-moz-focus-inner{
  padding: 0;
  border-style: none;
}textarea{
  resize: vertical;
}fieldset{
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}legend{
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}@media (min-width: 1200px){legend{
    font-size: 1.5rem;
  }}legend+*{
  clear: left;
}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{
  padding: 0;
}::-webkit-inner-spin-button{
  height: auto;
}[type="search"]{
  outline-offset: -2px;
  -webkit-appearance: textfield;
}/* rtl:raw:
  [type="tel"],[type="url"],[type="email"],[type="number"]{
    direction: ltr;
  }*/
::-webkit-search-decoration{
  -webkit-appearance: none;
}::-webkit-color-swatch-wrapper{
  padding: 0;
}::file-selector-button{
  font: inherit;
}::-webkit-file-upload-button{
  font: inherit;
  -webkit-appearance: button;
}output{
  display: inline-block;
}iframe{
  border: 0;
}summary{
  display: list-item;
  cursor: pointer;
}progress{
  vertical-align: baseline;
}[hidden]{
  display: none !important;
}.container,.container-fluid{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 576px){.container{
    max-width: 540px;
  }}@media (min-width: 768px){.container{
    max-width: 720px;
  }}@media (min-width: 992px){.container{
    max-width: 960px;
  }}@media (min-width: 1200px){.container{
    max-width: 1140px;
  }}@media (min-width: 1400px){.container{
    max-width: 1320px;
  }}.row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}.row>*{
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}.col-4{
  flex: 0 0 auto;
  width: 33.33333%;
}.g-4{
  --bs-gutter-x: 1.5rem;
}.g-4{
  --bs-gutter-y: 1.5rem;
}@media (min-width: 576px){.col-sm-2{
    flex: 0 0 auto;
    width: 16.66667%;
  }.col-sm-3{
    flex: 0 0 auto;
    width: 25%;
  }.col-sm-6{
    flex: 0 0 auto;
    width: 50%;
  }}@media (min-width: 768px){.col-md-2{
    flex: 0 0 auto;
    width: 16.66667%;
  }.col-md-4{
    flex: 0 0 auto;
    width: 33.33333%;
  }.col-md-5{
    flex: 0 0 auto;
    width: 41.66667%;
  }.col-md-6{
    flex: 0 0 auto;
    width: 50%;
  }.col-md-7{
    flex: 0 0 auto;
    width: 58.33333%;
  }.col-md-8{
    flex: 0 0 auto;
    width: 66.66667%;
  }}@media (min-width: 992px){.col-lg-3{
    flex: 0 0 auto;
    width: 25%;
  }.col-lg-4{
    flex: 0 0 auto;
    width: 33.33333%;
  }}.form-control{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}@media (prefers-reduced-motion: reduce){.form-control{
    transition: none;
  }}.form-control[type="file"]{
  overflow: hidden;
}.form-control[type="file"]:not(:disabled):not([readonly]){
  cursor: pointer;
}.form-control:focus{
  color: #212529;
  background-color: #fff;
  border-color: #8bc3fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(23, 135, 252, 0.25);
}.form-control::-webkit-date-and-time-value{
  height: 1.5em;
}.form-control::-moz-placeholder{
  color: #6c757d;
  opacity: 1;
}.form-control:-ms-input-placeholder{
  color: #6c757d;
  opacity: 1;
}.form-control::placeholder{
  color: #6c757d;
  opacity: 1;
}.form-control:disabled,.form-control[readonly]{
  background-color: #e9ecef;
  opacity: 1;
}.form-control::file-selector-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button{
    transition: none;
  }}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
  background-color: #dde0e3;
}.form-control::-webkit-file-upload-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}@media (prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
  background-color: #dde0e3;
}textarea.form-control{
  min-height: calc(1.5em + 0.75rem + 2px);
}.fade{
  transition: opacity 0.15s linear;
}@media (prefers-reduced-motion: reduce){.fade{
    transition: none;
  }}.fade:not(.show){
  opacity: 0;
}.collapse:not(.show){
  display: none;
}.collapsing{
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}@media (prefers-reduced-motion: reduce){.collapsing{
    transition: none;
  }}.dropdown-item{
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}.dropdown-item:hover,.dropdown-item:focus{
  color: #1e2125;
  background-color: #f8f9fa;
}.dropdown-item.active,.dropdown-item:active{
  color: #fff;
  text-decoration: none;
  background-color: #1787FC;
}.dropdown-item:disabled{
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}.navbar{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.navbar>.container,.navbar>.container-fluid{
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}.card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}.card>hr{
  margin-right: 0;
  margin-left: 0;
}.card-body{
  flex: 1 1 auto;
  padding: 1rem 1rem;
}.card-img-top{
  width: 100%;
}.card-img-top{
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}@-webkit-keyframes progress-bar-stripes{
  0% {
    background-position-x: 1rem;
  }
}@keyframes progress-bar-stripes{
  0% {
    background-position-x: 1rem;
  }
}.modal-open{
  overflow: hidden;
}.modal-open .modal{
  overflow-x: hidden;
  overflow-y: auto;
}.modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}.modal-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}.modal-backdrop.fade{
  opacity: 0;
}.modal-backdrop.show{
  opacity: 0.5;
}/* rtl:options:{
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  }@-webkit-keyframes spinner-border{
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}@keyframes spinner-border{
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}.spinner-border{
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}.spinner-border-sm{
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}@-webkit-keyframes spinner-grow{
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}@keyframes spinner-grow{
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}@media (prefers-reduced-motion: reduce){.spinner-border{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }}.stretched-link::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}.d-inline-block{
  display: inline-block !important;
}.d-flex{
  display: flex !important;
}.shadow-sm{
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}.w-100{
  width: 100% !important;
}.h-100{
  height: 100% !important;
}.flex-column{
  flex-direction: column !important;
}.flex-wrap{
  flex-wrap: wrap !important;
}.gap-2{
  gap: 0.5rem !important;
}.justify-content-center{
  justify-content: center !important;
}.justify-content-between{
  justify-content: space-between !important;
}.align-items-center{
  align-items: center !important;
}.mx-auto{
  margin-right: auto !important;
  margin-left: auto !important;
}.my-4{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}.mt-3{
  margin-top: 1rem !important;
}.mt-auto{
  margin-top: auto !important;
}.me-3{
  margin-right: 1rem !important;
}.mb-0{
  margin-bottom: 0 !important;
}.mb-2{
  margin-bottom: 0.5rem !important;
}.mb-3{
  margin-bottom: 1rem !important;
}.mb-4{
  margin-bottom: 1.5rem !important;
}.mb-5{
  margin-bottom: 3rem !important;
}.ms-2{
  margin-left: 0.5rem !important;
}.p-1{
  padding: 0.25rem !important;
}.p-2{
  padding: 0.5rem !important;
}.py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.py-3{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}.py-5{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}.pb-0{
  padding-bottom: 0 !important;
}.pb-4{
  padding-bottom: 1.5rem !important;
}.ps-0{
  padding-left: 0 !important;
}.fw-bold{
  font-weight: 700 !important;
}.text-start{
  text-align: left !important;
}.text-center{
  text-align: center !important;
}.text-white{
  color: #fff !important;
}.text-muted{
  color: #6c757d !important;
}.text-decoration-none{
  text-decoration: none !important;
}.rounded{
  border-radius: 0.25rem !important;
}@media (min-width: 768px){.justify-content-md-end{
    justify-content: flex-end !important;
  }.mb-md-0{
    margin-bottom: 0 !important;
  }.text-md-center{
    text-align: center !important;
  }}:root{
  --bs-white: #fff;
  --bs-black: #000;
  --bs-green: green;
  --bs-secondary: #FF7139;
  --bs-primary: #1787FC;
  --bs-zumthor: #EBF5FF;
  --bs-cloudburst: #213053;
  --bs-mirage: #1D263A;
  --bs-blackrock: #0A043C;
  --bs-skeptic: #D6EBE4;
  --bs-java: #20BFA9;
  --bs-coral: #FF794D;
  --bs-sunglow: #FFCD28;
  --bs-electricviolet: #9447F5;
  --bs-sandal: #A98A6C;
  --bs-wattle: #C4D944;
  --bs-razzle: #FF4DC2;
  --bs-catskill: #E6EAF4;
  --bs-alto: #DFDFDF;
  --bs-athensgray: #F9FAFB;
  --bs-raven: #7F828A;
  --bs-silver: #C4C4C4;
  --bs-ebony: #222831;
  --bs-lochinvar: #2D947A;
  --bs-alabaster: #F9F9F9;
  --bs-primary: #1787FC;
  --bs-secondary: #FF7139;
  --bs-custom-color: #900;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}*,*::before,*::after{
  box-sizing: border-box;
}@media (prefers-reduced-motion: no-preference){:root{
    scroll-behavior: smooth;
  }}body{
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}[tabindex="-1"]:focus:not(:focus-visible){
  outline: 0 !important;
}hr{
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}hr:not([size]){
  height: 1px;
  margin-left: 136px;
}h1,h2,h3,h4,h5,h6{
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}h1{
  font-size: calc(1.375rem + 1.5vw);
}@media (min-width: 1200px){h1{
    font-size: 2.5rem;
  }}h2{
  font-size: calc(1.325rem + 0.9vw);
}@media (min-width: 1200px){h2{
    font-size: 2rem;
  }}h3{
  font-size: calc(1.3rem + 0.6vw);
}@media (min-width: 1200px){h3{
    font-size: 1.75rem;
  }}h4{
  font-size: calc(1.275rem + 0.3vw);
}@media (min-width: 1200px){h4{
    font-size: 1.5rem;
  }}h5{
  font-size: 1.25rem;
}h6{
  font-size: 1rem;
}p{
  margin-top: 0;
  margin-bottom: 1rem;
}abbr[title],abbr[data-bs-original-title]{
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}address{
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}ol,ul{
  padding-left: 2rem;
}ol,ul,dl{
  margin-top: 0;
  margin-bottom: 1rem;
}ol ol,ul ul,ol ul,ul ol{
  margin-bottom: 0;
}dt{
  font-weight: 700;
}dd{
  margin-bottom: .5rem;
  margin-left: 0;
}blockquote{
  margin: 0 0 1rem;
}b,strong{
  font-weight: bolder;
}small{
  font-size: 0.875em;
}mark{
  padding: 0.2em;
  background-color: #fcf8e3;
}sub,sup{
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}sub{
  bottom: -.25em;
}sup{
  top: -.5em;
}a{
  color: #1787FC;
  text-decoration: underline;
}a:hover{
  color: #126cca;
}a:not([href]):not([class]),a:not([href]):not([class]):hover{
  color: inherit;
  text-decoration: none;
}pre,code,kbd,samp{
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}pre{
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}pre code{
  font-size: inherit;
  color: inherit;
  word-break: normal;
}code{
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}a>code{
  color: inherit;
}kbd{
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}kbd kbd{
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}figure{
  margin: 0 0 1rem;
}img,svg{
  vertical-align: middle;
}table{
  caption-side: bottom;
  border-collapse: collapse;
}caption{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}th{
  text-align: inherit;
  text-align: -webkit-match-parent;
}thead,tbody,tfoot,tr,td,th{
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}label{
  display: inline-block;
}button{
  border-radius: 0;
}button:focus{
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}input,button,select,optgroup,textarea{
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}button,select{
  text-transform: none;
}[role="button"]{
  cursor: pointer;
}select{
  word-wrap: normal;
}[list]::-webkit-calendar-picker-indicator{
  display: none;
}button,[type="button"],[type="reset"],[type="submit"]{
  -webkit-appearance: button;
}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){
  cursor: pointer;
}::-moz-focus-inner{
  padding: 0;
  border-style: none;
}textarea{
  resize: vertical;
}fieldset{
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}legend{
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}@media (min-width: 1200px){legend{
    font-size: 1.5rem;
  }}legend+*{
  clear: left;
}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{
  padding: 0;
}::-webkit-inner-spin-button{
  height: auto;
}[type="search"]{
  outline-offset: -2px;
  -webkit-appearance: textfield;
}/* rtl:raw:
  [type="tel"],[type="url"],[type="email"],[type="number"]{
    direction: ltr;
  }*/
::-webkit-search-decoration{
  -webkit-appearance: none;
}::-webkit-color-swatch-wrapper{
  padding: 0;
}::file-selector-button{
  font: inherit;
}::-webkit-file-upload-button{
  font: inherit;
  -webkit-appearance: button;
}output{
  display: inline-block;
}iframe{
  border: 0;
}summary{
  display: list-item;
  cursor: pointer;
}progress{
  vertical-align: baseline;
}[hidden]{
  display: none !important;
}.container,.container-fluid{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 576px){.container{
    max-width: 540px;
  }}@media (min-width: 768px){.container{
    max-width: 720px;
  }}@media (min-width: 992px){.container{
    max-width: 960px;
  }}@media (min-width: 1200px){.container{
    max-width: 1140px;
  }}@media (min-width: 1400px){.container{
    max-width: 1180px;
  }}.row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}.row>*{
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}.col-4{
  flex: 0 0 auto;
  width: 33.33333%;
}.g-4{
  --bs-gutter-x: 1.5rem;
}.g-4{
  --bs-gutter-y: 1.5rem;
}@media (min-width: 576px){.col-sm-2{
    flex: 0 0 auto;
    width: 16.66667%;
  }.col-sm-3{
    flex: 0 0 auto;
    width: 25%;
  }.col-sm-6{
    flex: 0 0 auto;
    width: 50%;
  }}@media (min-width: 768px){.col-md-2{
    flex: 0 0 auto;
    width: 16.66667%;
  }.col-md-4{
    flex: 0 0 auto;
    width: 33.33333%;
  }.col-md-5{
    flex: 0 0 auto;
    width: 41.66667%;
  }.col-md-6{
    flex: 0 0 auto;
    width: 50%;
  }.col-md-7{
    flex: 0 0 auto;
    width: 58.33333%;
  }.col-md-8{
    flex: 0 0 auto;
    width: 66.66667%;
  }}@media (min-width: 992px){.col-lg-3{
    flex: 0 0 auto;
    width: 25%;
  }.col-lg-4{
    flex: 0 0 auto;
    width: 33.33333%;
  }}.form-control{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}@media (prefers-reduced-motion: reduce){.form-control{
    transition: none;
  }}.form-control[type="file"]{
  overflow: hidden;
}.form-control[type="file"]:not(:disabled):not([readonly]){
  cursor: pointer;
}.form-control:focus{
  color: #212529;
  background-color: #fff;
  border-color: #8bc3fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(23, 135, 252, 0.25);
}.form-control::-webkit-date-and-time-value{
  height: 1.5em;
}.form-control::-moz-placeholder{
  color: #6c757d;
  opacity: 1;
}.form-control:-ms-input-placeholder{
  color: #6c757d;
  opacity: 1;
}.form-control::placeholder{
  color: #6c757d;
  opacity: 1;
}.form-control:disabled,.form-control[readonly]{
  background-color: #e9ecef;
  opacity: 1;
}.form-control::file-selector-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button{
    transition: none;
  }}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
  background-color: #dde0e3;
}.form-control::-webkit-file-upload-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}@media (prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
  background-color: #dde0e3;
}textarea.form-control{
  min-height: calc(1.5em + 0.75rem + 2px);
}.fade{
  transition: opacity 0.15s linear;
}@media (prefers-reduced-motion: reduce){.fade{
    transition: none;
  }}.fade:not(.show){
  opacity: 0;
}.collapse:not(.show){
  display: none;
}.collapsing{
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}@media (prefers-reduced-motion: reduce){.collapsing{
    transition: none;
  }}.dropdown-item{
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}.dropdown-item:hover,.dropdown-item:focus{
  color: #1e2125;
  background-color: #f8f9fa;
}.dropdown-item.active,.dropdown-item:active{
  color: #fff;
  text-decoration: none;
  background-color: #1787FC;
}.dropdown-item:disabled{
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}.navbar{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.navbar>.container,.navbar>.container-fluid{
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}.card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}.card>hr{
  margin-right: 0;
  margin-left: 0;
}.card-body{
  flex: 1 1 auto;
  padding: 1rem 1rem;
}.card-img-top{
  width: 100%;
}.card-img-top{
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}@keyframes progress-bar-stripes{
  0% {
    background-position-x: 1rem;
  }
}.modal-open{
  overflow: hidden;
}.modal-open .modal{
  overflow-x: hidden;
  overflow-y: auto;
}.modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}.modal-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}.modal-backdrop.fade{
  opacity: 0;
}.modal-backdrop.show{
  opacity: 0.5;
}/* rtl:options:{
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  }@keyframes spinner-border{
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}.spinner-border{
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}.spinner-border-sm{
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}@keyframes spinner-grow{
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}@media (prefers-reduced-motion: reduce){.spinner-border{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }}.stretched-link::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}.d-inline-block{
  display: inline-block !important;
}.d-flex{
  display: flex !important;
}.shadow-sm{
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}.w-100{
  width: 100% !important;
}.h-100{
  height: 100% !important;
}.flex-column{
  flex-direction: column !important;
}.flex-wrap{
  flex-wrap: wrap !important;
}.gap-2{
  gap: 0.5rem !important;
}.justify-content-center{
  justify-content: center !important;
}.justify-content-between{
  justify-content: space-between !important;
}.align-items-center{
  align-items: center !important;
}.mx-auto{
  margin-right: auto !important;
  margin-left: auto !important;
}.my-4{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}.mt-3{
  margin-top: 0.5rem !important;
}.mt-auto{
  margin-top: auto !important;
}.me-3{
  margin-right: 1rem !important;
}.mb-0{
  margin-bottom: 0 !important;
}.mb-2{
  margin-bottom: 0.5rem !important;
}.mb-3{
  margin-bottom: 1rem !important;
}.mb-4{
  margin-bottom: 1.5rem !important;
}.mb-5{
  margin-bottom: 3rem !important;
}.ms-2{
  margin-left: 0.5rem !important;
}.p-1{
  padding: 0.25rem !important;
}.p-2{
  padding: 0.5rem !important;
}.py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.py-3{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}.py-5{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}.pb-0{
  padding-bottom: 0 !important;
}.pb-4{
  padding-bottom: 1.5rem !important;
}.ps-0{
  padding-left: 0 !important;
}.fw-bold{
  font-weight: 700 !important;
}.text-start{
  text-align: left !important;
}.text-center{
  text-align: left !important;
}.text-white{
  color: #fff !important;
}.text-muted{
  color: #6c757d !important;
}.text-decoration-none{
  text-decoration: none !important;
}.rounded{
  border-radius: 0.25rem !important;
}@media (min-width: 768px){.justify-content-md-end{
    justify-content: flex-end !important;
  }.mb-md-0{
    margin-bottom: 0 !important;
  }.text-md-center{
    text-align: center !important;
  }}.text-white{
  color: #fff !important;
}
/* ---- optimisecss/index.css ---- */
.clients-banner-mask,.typing-section{position:relative}*,body{margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,p{font-family:Roboto,sans-serif!important}.clients-banner .slider img,a{outline:0}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none!important;user-select:none!important;scroll:smooth}p{font-weight:400;font-size:19px}::selection{background:0 0!important}::-moz-selection{background:0 0!important}h1::selection{background:#0c3c63!important;color:#fff!important}h2::selection{background:#0c3c63!important;color:#fff!important}h3::selection{background:#0c3c63!important;color:#fff!important}a{text-decoration:none}.py-0{padding-top:0!important;padding-bottom:0!important}.seprate_c{width:50px!important;border:3px solid;color:#32d314;background-color:#32d314;text-align:center!important;opacity:1;margin-top:-5px;margin-bottom:50px}.fa,.fas{font-weight:500}.fa-linkedin-in:hover{color:#0077b5}.fa-twitter:hover{color:#00acee}.fa-instagram:hover{color:#ed08d0}.fa-facebook-f:hover{color:#4267b2}.fa-whatsapp:hover{color:#25d366}.announcement{background-color:#1b639d;color:#fff;padding:.8rem 70px .8rem 65px;justify-content:center;text-align:center;max-height:50px}.announcement span a{color:#fff;transition:.3s ease-in;font-size:13px}.announcement span a i{color:#fff;transition:.3s ease-in;font-size:18px;padding-right:11px}.announcement span a:hover{color:#32d314;transition:.3s ease-out}#logos_mask{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,0) 80%,#fff)!important;height:100%;left:0;position:absolute;top:0;width:100%}.why-choose-wrapper{max-width:1440px}.why-items .why-image{width:80px!important;border-radius:50%;border:none;transition:.5s;float:left}.why-items .why-image:hover{transition:.5s;border:none;transform:scale(1.7)}.why-items .why-content{width:70%;float:left;padding-left:1rem;vertical-align:middle;padding-top:13px;color:#0c3c63}.why-items .why-content h4{font-size:20px}@media screen and (max-width:1142px){.why-items .why-image{width:70px!important}}@media screen and (max-width:1084px){.why-items .why-content h4{font-size:18px}}@media screen and (max-width:1031px){.why-items .why-image{width:65px!important}}@media screen and (max-width:767px){.why-choose-wrapper{padding:0!important}.why-choose-wrapper>div{padding:2rem!important}}@media screen and (max-width:678px){.banner-review{display:none!important}}@media screen and (max-width:610px){.why-choose-wrapper>div{padding:1.5rem!important}}@media screen and (max-width:992px){#desc-client-banner,.announcement .col-sm-3,.why-choose-billy{display:none}.container-fluid{padding-bottom:1rem}.announcement>div{width:50%}}@media screen and (max-width:768px){.announcement{padding:0!important}.col-sm-2,.col-sm-3{display:none}#navbar{position:fixed;top:0!important;background:rgba(12,60,99,.6);margin:auto}.header .logo{margin-left:-22%}}@media screen and (max-width:568px){.why-choose-wrapper .why-items .col-sm-6{margin-top:10px}.why-choose-wrapper .why-items{margin:0!important}}@media screen and (max-width:468px){.clients-banner-wrapper{padding-top:1rem!important}.header .logo{margin-left:-12%}}@media screen and (max-width:352px){.why-items .why-image{width:53px!important}.why-items .why-content{padding-top:0!important}.why-items .why-content h4{font-size:17px!important}.why-choose-wrapper{padding:1.5rem!important}.why-choose-wrapper>div{padding:0!important}}@media screen and (min-width:1440px){.container{margin:auto}}.table-content ul,.ul-New{font-size:21px;font-family:roboto,sans-serif!important;margin-top:28px}.table-content ul{color:#76c725!important;margin-left:50px}.table-content li::marker{color:#76c725!important;font-size:21px;font-family:roboto,sans-serif!important;margin-left:50px}.table-content a,.ul-New a{color:#425c71}.ul-New{color:#76c725;margin-left:50px!important}@media only screen and (max-width:767px){.content-image{display:none}.table-content>.row{margin-left:0;margin-right:0}}.typing-section{background:linear-gradient(to top,#0c3c63 20%,#0a59a3 100%);color:#fff!important;border-radius:12px;box-shadow:0 0 30px rgb(214 215 216 / 60%);font-family:Roboto,sans-serif!important}@media (max-width:768px){.table-content ul{margin-left:13px!important}.form_icon_col3{margin-top:20px!important}}@media screen and (max-width:576px){.table-content{width:95%!important;margin:0 auto!important;font-family:Montserrat,sans-serif;padding-left:13px!important;box-sizing:border-box}.faq-image-new{margin-left:0!important}}body.dark-mode{background:#181a1b!important;color:#e0e0e0!important}body.dark-mode .card-criteria,body.dark-mode .cost_form_wrapper,body.dark-mode .dark-card,body.dark-mode .faq-image-new,body.dark-mode .new-faq-question,body.dark-mode .table,body.dark-mode .table-content{background:#23272b!important;color:#e0e0e0!important;border:1px solid #32b316}body.dark-mode #Criteria,body.dark-mode #How,body.dark-mode #HowToApply,body.dark-mode #Procedure,body.dark-mode #Registration,body.dark-mode #Specifications,body.dark-mode #card-container-dark,body.dark-mode .card1,body.dark-mode .card2,body.dark-mode .card3,body.dark-mode .note,body.dark-mode .sip-calculator,body.dark-mode .table td,body.dark-mode .table th,body.dark-mode .vendor{background:#23272b!important;color:#e0e0e0!important;border-color:#444!important}body.dark-mode .urgent-basis{background:linear-gradient(to top,#23272b 20%,#0a59a3 100%)!important;color:#fff!important}body.dark-mode .table-content a,body.dark-mode .ul-New a{color:#fff!important}body.dark-mode .nav-pills .nav-link,body.dark-mode .nav-pills .nav-link2{background:#23272b!important;color:#90caf9!important}body.dark-mode .nav-pills .nav-link.active,body.dark-mode .nav-pills .nav-link2.active,body.dark-mode .nav-pills .show>.nav-link{background:#0c3c63!important;color:#fff!important}body.dark-mode .IntroNew,body.dark-mode .banner_ul li,body.dark-mode .form_icons_name,body.dark-mode .icon-text,body.dark-mode .llp_pu_p,body.dark-mode .pNew,body.dark-mode .para,body.dark-mode .pfaq,body.dark-mode .twitter_div,body.dark-mode .ul-New li{color:#e0e0e0!important}body.dark-mode #form-heading,body.dark-mode .contact-details h4,body.dark-mode .faq-h2New,body.dark-mode .form_head,body.dark-mode .h1,body.dark-mode .h1New,body.dark-mode .h2,body.dark-mode .h2New,body.dark-mode .h3New,body.dark-mode .item1 h2,body.dark-mode .item1 p,body.dark-mode .p1,body.dark-mode .slider-text,body.dark-mode .table-h3,body.dark-mode .why-content h4,body.dark-mode h1{background:linear-gradient(88deg,#207ac2 40%,#32b314 70%)!important;-webkit-background-clip:text;background-clip:text!important;color:transparent!important;text-shadow:0 0 8px rgba(50,179,20,.3)}body.dark-mode .carousel-nav img{background:#32d314;border-radius:10px;margin:5px;box-shadow:5px 5px 40px 5px #32d314}body.dark-mode .icon_div:hover{background-color:#0c3c63}body.dark-mode .carousel-container::after,body.dark-mode .carousel-container::before{content:"";position:absolute;top:0;bottom:0;width:150px;z-index:10;pointer-events:none}body.dark-mode .carousel-container::before{left:1%;background:linear-gradient(to right,#000 0,rgba(0,0,0,0) 50%)}body.dark-mode .carousel-container::after{right:1%;background:linear-gradient(to left,#000 0,rgba(0,0,0,0) 50%)}.alert{padding:10px;border-radius:8px;margin-top:10px;font-size:14px}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-danger{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}
/* ---- css/pages-style.css ---- */
.h1New,.h2New,.h3New{font-family:Roboto,sans-serif!important}.faq-h2New,.h1New,.h2New{text-shadow:0 0 3px rgb(50 179 20 / .3)}*,body{padding:0;margin:0}.form_btn:hover,.pulse:hover{background-image:linear-gradient(to top,#32d314,#33e312);box-shadow:0 14px 27px 0 rgb(50 211 20 / .43)}.banner_ul,.slick-dots{list-style-type:none!important}summary h3,summary h5{font-size:19px!important;margin-bottom:0!important}#loadMore,#loadMore:hover{transition:0.3s ease-in-out;outline:0!important}*{box-sizing:border-box}body{-webkit-user-select:none!important;-moz-user-select:-moz-none!important;-ms-user-select:none!important;user-select:none!important}::placeholder{color:var(--text)!important;opacity:0.5!important}.h1New,.h2New{color:transparent!important;line-height:120%;font-weight:600}.h1New{font-size:36px;background:linear-gradient(88deg,#207ac2 40%,#32b314 70%)!important;-webkit-background-clip:text;background-clip:text!important;text-align:left;margin-bottom:2rem}.h2New{font-size:32px;background:linear-gradient(88deg,#207ac2 40%,#32b314 70%)!important;-webkit-background-clip:text;background-clip:text!important;text-align:center}.faq-h3New,.h3New{line-height:120%;font-weight:550;margin-bottom:12px}.h3New{font-size:24px;color:#0c3c63!important;margin-top:12px!important}.faq-h3New,.faq-pNew{font-family:roboto,sans-serif!important}.faq-h3New{font-size:20px!important;color:var(--blue);margin-top:.5rem}.faq-pNew{color:var(--text);text-align:justify;font-size:26px!important;line-height:28px!important;margin-bottom:4px!important}.form_head,.h4New,.h5New,.h6heading{line-height:120%;font-weight:550;font-family:Roboto,sans-serif!important}.h4New,.h6heading{font-size:28px}.h4New{color:#fff!important}.h5New,.h6heading{color:#32d314!important}.h5New{font-size:22px}.form_head{font-size:26px;color:#0c3c63!important}.introNew,.pNew,.pfaq{color:var(--text);text-align:justify;font-family:Roboto,sans-serif!important}.introNew,.pNew{font-size:18px!important;line-height:28px!important;margin-bottom:8px!important}.pfaq{opacity:.85;font-size:16px!important;line-height:20px!important;margin:10px 0!important;padding-right:15px!important}.benefit_ul,ol{font-size:18px}.pfaq th,td{padding:8px}ol.pNew,ul.pNew{padding-left:3rem!important}.details-info ul.pfaq{padding-left:1.2rem!important}.h4_seprater{text-align:left;width:40px;height:1px;border:2px solid #32d314;background-color:#32d314;opacity:1;margin-top:-10px!important}.dark_info{background-color:#f6f6f6;border:1px solid;border-radius:12px;padding:20px}.form_btn,.pulse{text-transform:uppercase;padding:10px 18px;line-height:1.3;min-width:130px;display:inline-flex;box-shadow:0 5px 8px 0 rgb(50 211 20 / .36);text-align:center;position:relative;color:#fff;letter-spacing:.6px;outline:0;font-family:Roboto,sans-serif!important;cursor:pointer;font-weight:500;text-decoration:none}li,ol,p,table,ul{font-family:Roboto,sans-serif!important}.form_btn{border:none;align-items:center;justify-content:center;border-radius:5px;background-image:-moz-linear-gradient(to top,#32d314,#33e312);background-image:-webkit-linear-gradient(to top,#32d314,#33e312);background-image:-ms-linear-gradient(to top,#32d314,#33e312);background-image:linear-gradient(to top,#32d314,#33e312);transition:0.6s;margin-top:10px}.form_btn:hover{margin-top:0;color:#fff}.pulse{border:none;align-items:center;justify-content:center;border-radius:5px;background-image:-moz-linear-gradient(to top,#32d314,#33e312);background-image:-webkit-linear-gradient(to top,#32d314,#33e312);background-image:-ms-linear-gradient(to top,#32d314,#33e312);background-image:linear-gradient(to top,#32d314,#33e312);transition:0.3s;-webkit-animation:1.5s infinite pulse;animation:1.5s infinite pulse}.pulse:hover{-webkit-animation:none;animation:none;cursor:pointer;color:#fff;transition:0.3s}@keyframes pulse{0%{box-shadow:0 0 0 0 rgb(0 0 0 / .2);transform:scale(.9)}70%{box-shadow:0 0 0 20px #fff0;transform:scale(1)}100%{box-shadow:0 0 0 0 #fff0;transform:scale(.9)}}.certificate_heading{font-weight:700;text-align:center;color:var(--text);font-family:Roboto,sans-serif!important;border:1px solid #e6e6e6;border-top:none;padding-bottom:5px;margin-bottom:.5rem}.shadow_img{box-shadow:0 0 8px #0c3c63;transition:0.3s;border:1px solid #e6e6e6}.shadow_img:hover{box-shadow:0 0 12px rgb(154 154 154 / .4);transition:0.3s}.pu-seprater{margin-top:2rem;margin-bottom:0}.mobshow{display:none;text-align:center}#loadMore,.certficate_tab .tab-content.tab-open,.deskshow{display:block}ul.pNew{list-style-type:disc!important}ol li,ul li{line-height:32px}ol{padding-left:2rem;line-height:28px}table th,td{border:1px solid;border-collapse:collapse}.form-control:focus,.form-select:focus{box-shadow:none}.how_check{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap}.how_check_inner{width:33%!important}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translatex(-10px);-moz-transform:translatex(-10px);-o-transform:translatex(-10px);transform:translatex(-10px)}to{opacity:1;-webkit-transform:translatex(0);-moz-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}}@-moz-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translatex(-10px);-moz-transform:translatex(-10px);-o-transform:translatex(-10px);transform:translatex(-10px)}to{opacity:1;-webkit-transform:translatex(0);-moz-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translatex(-200px);-moz-transform:translatex(-200px);-o-transform:translatex(-200px);transform:translatex(-200px)}to{opacity:1;-webkit-transform:translatex(0);-moz-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}}.in-left{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-duration:1s;animation-delay:1s}.in-left1,.in-left2{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-name:fadeInLeft;animation-fill-mode:both}.in-left1{-webkit-animation-duration:1.4s;-moz-animation-duration:1.4s;animation-duration:1.4s;-o-animation-duration:1.4s}.in-left2{-webkit-animation-duration:1.8s;-moz-animation-duration:1.8s;animation-duration:1.8s;-o-animation-duration:1.8s}.in-left3{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:2.2s;-moz-animation-duration:2.2s;animation-duration:2.2s;-o-animation-duration:2.2s}.certficate_tab_wrapper{display:flex;align-items:center;justify-content:center;width:100%}.certficate_tab .tabs-btn{list-style:none!important;padding-left:10px!important;display:flex;justify-content:center}.certficate_tab{margin:0 0 2em;width:100%}.certficate_tab .tab-btn{flex:1;color:#404040;text-align:center;background-color:#d0ddec;border:1px solid #000;cursor:pointer;margin-right:10px;min-width:18.8%;padding:5px 0}.certficate_tab .tab-btn:not(:last-of-type){border-right:0}.certficate_tab .tab-content:hover{box-shadow:0 0 12px rgb(154 154 154 / 40%);transition:0.3s}.certficate_tab .tab-content{display:none;padding:1em;border:1px solid #e6e6e6;margin-top:12px!important;width:97%;margin:auto;transition:0.3s}.certficate_tab .tab-btn.tab-open{font-weight:700;background-color:#0c3c63;color:#fff;border-bottom:0;transition:0.3s}.page_banner{padding:4rem 0 0}.page_banner_wrapper{min-height:100px;background:linear-gradient(135deg,#0c3c63 0,#1e5a8a 100%);-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;display:flex;align-items:center;background-attachment:fixed;background-size:100% 100%;background-repeat:no-repeat;padding:1rem 0}.page_toc{border:1px solid #d2d2d3;border-radius:8px;padding:1rem 3rem;background-color:#f4f7f9}.page_toc ul li::marker{color:var(--text);background-color:var(--text)}.banner_ul{padding-left:0!important;text-align:start}.banner_ul li{position:relative;padding-left:32px;color:#fff;font-size:19px;font-weight:550;letter-spacing:1px;line-height:30px;margin-bottom:8px}.banner_ul li::before{content:"";background-image:url(../images/banner-tick.svg);background-size:cover;width:19px;height:19px;position:absolute;top:5px;vertical-align:middle;left:0}.banner-review{width:300px;height:60px;font-family:Roboto,sans-serif!important;display:flex;align-items:center;flex-wrap:nowrap;padding-top:1rem}.banner-review>div:last-child{margin-left:10px;margin-top:0;font-size:14px;font-weight:500;vertical-align:middle;letter-spacing:.6px}.banner_form,.cost_wrapper{display:flex;justify-content:flex-end;align-items:center}.banner_form .cost_form_wrapper{width:350px;box-shadow:0 0 30px rgb(9 45 74 / 85%)}.banner_main_content_wrapper{display:flex;justify-content:flex-start;align-items:center}.benefit_ul li{margin-bottom:10px}.cost_table table tr th{color:#0c3c63;padding:10px 10px 10px 20px;font-size:20px}.cost_table table td{padding:10px 10px 10px 20px;font-size:18px}.cost_form_wrapper{border:1px solid #d6d7d8;background-color:#fff;font-family:Roboto,sans-serif!important;border-radius:6px;padding:2rem!important;width:80%;box-shadow:0 0 30px rgb(214 215 216 / 60%);margin-top:1rem}.slick-dots{display:flex;align-items:center;justify-content:center;position:absolute;bottom:-19%;left:44%}.slick-dots button{margin:5px;height:8px;width:8px;font-size:0;border-radius:50%;color:#e8eef1;background-color:#e8eef1;border:none;transition:0.5s ease-out;outline:0}.icon,summary .icon{width:24px;height:24px}li.slick-active button{background-color:#32d314;color:#32d314;transition:0.5s ease-out}.diff_table table th,body.dark-mode .why-content p,body.dark-mode summary h5{color:#fff!important}.diff_table table th{text-align:center!important;font-weight:700;padding:15px!important;background-color:#0c3c63;font-size:19px;border-color:#404040}.diff_table table th:first-child{min-width:200px!important}.diff_table table tr td:first-child{padding-left:15px!important;font-weight:700}.diff_table table tr td{padding:15px!important;text-align:left!important;font-size:18px}.accordion-wrapper{border:2px solid var(--collapse-line-color);border-radius:6px;font-family:Roboto,sans-serif!important}details{background:var(--collapse-bg);color:var(--collapse-color);border:1px solid #e6e6e6;margin-bottom:1rem;padding:2rem 0 2rem 1rem!important}summary{display:flex!important;justify-content:space-between!important;align-items:center;cursor:pointer;list-style-type:none}summary h5{color:var(--text)!important}summary h3{color:var(--text)}summary .icon{transition:transform 0.26s;color:#32d314;background-color:#d9fed3;border-radius:18px}.details-info{padding-top:0!important}details[open] summary .icon{transform:rotate(45deg)}.faqsNew{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.faqsNew .content{height:100px;width:100%;margin:1.5rem 0 0;display:none}.faqsNew .content h3{font-style:normal;font-size:24px;color:#0c62a8;margin-bottom:16px}.faqsNew .content ol{padding-left:3rem}.faqsNew .content p{font-size:18px;line-height:28px;margin-bottom:8px}#loadMore{max-width:200px;text-align:center;margin:20px auto;color:#32d314;font-weight:500;height:42px;border-radius:6px;background-color:#eefdeb;padding:8px 30px}#loadMore:hover{color:#fff;background-color:#32d314;border:1px solid #32d314;box-shadow:0 5px 8px 0 rgb(50 211 20 / 36%);text-decoration:none}.noContent{color:#000!important;background-color:transparent!important;pointer-events:none}details[open] .details-info{animation:0.24s ease-out forwards growAndFadeIn}.icon{display:inline-block;margin-right:10px!important}@keyframes growAndFadeIn{0%{font-size:0;opacity:0}90%{font-size:1em;opacity:0}100%{opacity:1}}@media screen and (max-width:1364px){.header .item-center{flex:0 0 78.5%!important}}@media screen and (max-width:1309px){.menu-main{padding-left:0!important}}@media screen and (max-width:767px){.pu-seprater{display:none!important}.ul-New{text-align:left!important}.mobshow{display:block}.deskshow{display:none}.certficate_tab .tabs-btn{display:block;flex-wrap:wrap}.certficate_tab .tab-btn{margin-bottom:10px}.wsmenu>.wsmenu-list>li>.navtext>span:after{visibility:hidden}}@media screen and (max-width:567px){.h2New{font-size:28px!important}}.msds_purpose_section{display:flex;justify-content:space-between;flex-wrap:no-wrap}.msds_purpose_section>ul{width:22%;padding-left:0!important}.msds_purpose_section>ul>li{list-style:none;padding:16px 6px;margin-top:20px;border-radius:7px;background:#cce0fd;text-align:center;box-shadow:1px 2px 5px 0 rgb(12 60 99 / 35%);color:#0c3c63!important;font-size:16px;font-weight:450;line-height:18px;min-height:18px}@media screen and (max-width:992px){.col-md-5,.col-md-6,.col-md-7{width:100%!important}.diff_table{overflow-x:scroll}.col-md-5{margin-top:20px}.banner_form{justify-content:center!important}.banner_form .cost_form_wrapper{width:100%;margin-top:2rem!important;padding-bottom:2rem!important}.page_banner_wrapper{padding-bottom:3rem}.page_toc{margin-bottom:3rem}.cost_wrapper{justify-content:center!important;margin-top:2rem}.msds_purpose_section{flex-wrap:wrap}.msds_purpose_section>ul{width:47%}}@media screen and (max-width:468px){.msds_purpose_section>ul>li{font-size:14px}}.get_touch{border:none;background-color:#32b314!important;width:88%!important;padding:10px 20px;border-radius:8px;color:#0c3c63;font-weight:600;font-size:26px}.form-icon-col{width:40.666667%!important}.logo-sticker{margin-top:13px!important;width:278px!important}.icon_form_svg{width:24px}.form_icons_name{font-size:10px;margin-top:7px}.main-gettouch{border:2px solid #f5f5f5!important;height:381px!important;position:sticky!important;width:318px!important}.doc-tab .nav-pills .nav-link,.step-tab .nav-pills .nav-link{box-shadow:0 0 8px #fff;margin:6px 0;text-align:left;border-radius:25px;position:relative}@media screen and (max-width:524px){.h1New,.h3New{margin-top:10px!important}.diff_table table th,.diff_table table tr td{padding:8px!important;font-size:15px!important}ol,summary h5,ul{font-size:16px!important}.mob-padding{padding-left:15px;padding-right:15px}.header .logo img{padding-left:9px}.header .mobile-menu-trigger{margin-right:4px!important}.h1New{font-size:32px;margin-bottom:20px!important}.h2New{font-size:24px!important;text-align:left}.h2New span{display:inline-flex!important}.h3New{font-size:20px!important;margin-bottom:7px}.h4New{font-size:21px}.h5New{font-size:18px}.introNew{font-size:17px!important;line-height:28px!important}.pNew{font-size:18px!important;text-align:justify!important}.mb-5,.mt-5{margin-bottom:26px!important}.seprate_c,ol,ul{margin-bottom:0}.pb-5{padding-bottom:20px!important}.pb-4{padding-bottom:15px!important}.seprate_c{margin-right:auto!important;margin-left:12px}.banner_ul li{padding-left:25px;font-size:15px;line-height:23px}.form_head{font-size:24px;line-height:100%}.cost_form_wrapper{padding:26px}.h2New .mob-hide,.mob-hide{display:none!important}.llp_pu_process{width:24%}details{padding:0}.diff_table{overflow-x:hidden!important;margin-top:16px;margin-bottom:16px}.diff_table table tr td:first-child{padding-left:8px!important;font-weight:500}.diff_table table th:first-child{min-width:140px!important}.diff_table table th{font-weight:500!important}.diff_table table tr td{text-align:center!important}.llp_pu_process_content>div{width:100%}.reverse{flex-direction:column-reverse}}.step-tab .nav-pills .nav-link{background:#edf3ff;padding:1px 3px}.step-tab .nav-pills .nav-link::after{content:"";position:absolute;right:12px;background-repeat:no-repeat;background-size:22px;width:22px;height:22px;top:4px;background-image:url(https://www.professionalutilities.com/upload/arrow.png)!important}.doc-tab .nav-pills .nav-link:hover,.step-tab .nav-pills .nav-link:hover{box-shadow:0 0 10px #0c3c63;transition:1s}.doc-tab .nav-pills .nav-link.active,.nav-pills .show>.nav-link,.step-tab .nav-pills .nav-link.active{color:#fff;background-color:#0c3c63}.doc-tab .nav-pills .nav-link{background:#edf3ff;padding-left:60px}.doc-tab .nav-pills .nav-link::before{content:"";position:absolute;left:6px;background-image:url(upload/check.png);background-repeat:no-repeat;background-size:36px;width:36px;height:38px;top:2px}.doc-tab .nav-pills .nav-link::after{content:"";position:absolute;right:12px;background-image:url(upload/arrow.png)!important;background-repeat:no-repeat;background-size:22px;width:22px;height:22px;top:10px}.note{background:#f4f9f9;border:none;border-radius:10px;padding:10px}[id]{scroll-margin-top:100px}.llp_pu_step_wrapper{width:100%;display:flex;flex-direction:column;gap:1.5rem}.llp_pu_process ul,.llp_pu_process_content{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.llp_pu_process ul{list-style:none;padding:0;margin:0;align-items:center;justify-items:center}.llp_pu_process ul li img{max-width:60px;height:auto;display:block}.llp_pu_process_content p{margin:0;font-size:.95rem;line-height:1.5;color:#333}.llp_pu_process_content b{color:#0c3c63;font-size:1rem}body.dark-mode .llp_pu_process_content b,body.dark-mode .llp_pu_process_content p{color:#fff}.llp_pu_process_content a{text-decoration:none;font-weight:600}.llp_pu_process_content a:hover{text-decoration:underline}@media (max-width:768px){ul.pNew{padding-left:1.5rem!important}ol.pNew{padding-left:2rem!important}.cost_form_wrapper{width:126%!important}.step-tab .nav-pills .nav-link{padding:1px 13px!important;font-size:small!important}.llp_pu_process ul,.llp_pu_process_content{grid-template-columns:1fr;gap:1.25rem;align-items:center}.llp_pu_process ul li img{max-width:50px}.llp_pu_step_wrapper{flex-direction:row}.table-content{display:none!important}}.table-img img{width:342px;height:auto;margin-top:27px}.table-content{border-radius:18px;border:1.5px solid rgb(9 43 70 / .32);background:#f5f7f9}.table-h3{color:#092b46;font-family:Roboto;font-size:32px;font-style:normal;font-weight:700;line-height:normal;margin-top:34px;margin-left:42px}.ul-New{color:#76c725;text-align:justify;font-size:21px;font-family:roboto,sans-serif!important;margin-left:21px;margin-top:28px}.seprate_table{width:92px;border:5px solid;color:#32d314;background-color:#32d314;text-align:center!important;opacity:1;margin-top:-5px;margin-bottom:50px;margin-left:42px;border-radius:5px}.ul-New a{color:#425c71}.ul-New li::marker{font-size:27px;background-image:linear-gradient(to top,#afe935,#23950e)}@media screen and (max-width:576px){.table-content{width:93%!important;margin:auto;font-family:Montserrat,sans-serif}.ul-New{margin-left:15px;margin-top:18px;padding:10px;line-height:7px}.table-img img{display:none}}.note2{border-left:4px solid #32d314;padding-left:12px;display:block;font-size:1.25rem;font-weight:400}@media (max-width:767px){.note2{font-size:1.1rem}}.faq-h2New{font-size:32px;line-height:120%;text-align:center;margin-top:48px;background:linear-gradient(88deg,#207ac2 40%,#32b314 70%)!important;-webkit-background-clip:text;background-clip:text!important;color:transparent!important}ul.process-list{list-style:none!important;margin-left:0!important}ul.pNew.process-list{padding-left:1rem!important}ul.process-list li{list-style:none!important;position:relative;padding-left:52px;margin-bottom:11px}ul.process-list li::marker{content:none}ul.process-list li::before{content:"";position:absolute;left:10px;top:3px;width:26px;height:26px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%230c3c63' stroke-width='2' stroke-linecap='round' d='M21 12a9 9 0 1 1-4.2-7.6'/%3E%3Cpath fill='none' stroke='%2332d314' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M8 12.5l3 3L21 5'/%3E%3C/svg%3E")}ul.process-list li strong{color:#0c3c63;font-weight:700}body.dark-mode ul.process-list li strong{color:#66b3ff}body.dark-mode ul.process-list li::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%235d9fd6' stroke-width='2' stroke-linecap='round' d='M21 12a9 9 0 1 1-4.2-7.6'/%3E%3Cpath fill='none' stroke='%2332d314' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M8 12.5l3 3L21 5'/%3E%3C/svg%3E")}ul.process-list li ul.inner-bullets{list-style:none!important;padding-left:1.5rem!important;margin-left:0!important;margin-top:10px}ul.process-list li ul.inner-bullets li{list-style:none!important;position:relative;padding-left:22px!important;margin-bottom:6px}ul.process-list li ul.inner-bullets li::before{content:"•"!important;background:none!important;display:inline-block!important;position:absolute;left:4px;top:0;font-size:1.4em;line-height:1.1;width:auto!important;height:auto!important}.dark-mode-body ul.process-list li ul.inner-bullets li{color:#cdd7e0}.dark-mode-body ul.process-list li ul.inner-bullets li::before{color:#cdd7e0!important}@media (max-width:767px){ul.process-list li ul.inner-bullets li{font-size:19px!important;line-height:1.6!important}}