/* css/blog.css -- single bundle for the blog pages.
   Concatenation of blogs/css/style.css followed by css/pages-style.css, in the
   exact order the blog pages used to <link> them, so the cascade is unchanged.
   Replaces two render-blocking requests with one.

   It lives in /css/ deliberately: pages-style.css contains relative url()
   references (../images/banner-tick.svg, upload/arrow.png, upload/check.png)
   which resolve against the stylesheet's own directory. Keeping the bundle in
   the same folder keeps every one of those paths resolving exactly as before.
   Do not move this file without rewriting those url()s. */

/* ---- blogs/css/style.css ---- */
@charset "UTF-8";:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-body-color-rgb:33, 37, 41;--bs-body-bg-rgb:255, 255, 255;--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));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,*::before,*::after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#fff0}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:.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}ul{padding-left:2rem}ul{margin-top:0;margin-bottom:1rem}ul ul{margin-bottom:0}strong{font-weight:bolder}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}img,svg{vertical-align:middle}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button{text-transform:none}button,[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}::-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}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}iframe{border:0}summary{display:list-item;cursor:pointer}.container,.container-fluid{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.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-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-0.5 * var(--bs-gutter-x));margin-left:calc(-0.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-top:var(--bs-gutter-y)}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-9{flex:0 0 auto;width:75%}.col-12{flex:0 0 auto;width:100%}@media (min-width:576px){.col-sm-2{flex:0 0 auto;width:16.66666667%}.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.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-12{flex:0 0 auto;width:100%}}@media (min-width:992px){.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-6{flex:0 0 auto;width:50%}}.form-control{display:block;width:100%;padding:.375rem .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:.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]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgb(13 110 253 / .25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.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}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.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::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.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}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.clearfix::after{display:block;clear:both;content:""}.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.d-flex{display:flex!important}.w-100{width:100%!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.align-items-center{align-items:center!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mt-2{margin-top:0.5rem!important}.mt-3{margin-top:1rem!important}.mt-5{margin-top:3rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:0.25rem!important}.mb-3{margin-bottom:1rem!important}.ms-3{margin-left:1rem!important}.p-0{padding:0!important}.px-0{padding-right:0!important;padding-left:0!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}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pb-4{padding-bottom:1.5rem!important}.ps-1{padding-left:0.25rem!important}.ps-2{padding-left:0.5rem!important}.text-start{text-align:left!important}.text-center{text-align:center!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}
  *{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none!important;user-select:none!important}body{margin:0;padding:0;font-family:'Roboto',sans-serif!important;scroll:smooth}p{font-family:'Roboto',sans-serif!important;font-weight:400;font-size:19px}::selection{background:transparent!important}::-moz-selection{background:transparent!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}.main-head{justify-content:center;align-items:center;padding-top:50px!important;margin-bottom:25px;font-family:'Roboto',sans-serif!important}h1,h2,h3,h4,h5,h6,p{font-family:'Roboto',sans-serif!important}a{text-decoration:none;outline:none}.container-fluid{padding-bottom:3rem}.container-fluid{padding-bottom:3rem}.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}.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:#0c3c63;color:#fff;padding:.8rem;justify-content:center;text-align:center;max-height:50px;padding-left:65px;padding-right:70px}.announcement span a{color:#fff;transition:300ms ease-in;font-size:13px}.announcement span a i{color:#fff;transition:300ms ease-in;font-size:18px;padding-right:11px}.announcement span a:hover{color:#32d314;transition:300ms ease-out}.why-items .why-image{width:80px!important;border-radius:50%;background-color:white!important;border:none;transition:500ms ease;float:left}.why-items .why-image:hover{transition:500ms ease;border:none;transform:scale(1.0.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:992px){.why-choose-billy{display:none}.container-fluid{padding-bottom:1rem}}@media screen and (max-width:992px){.announcement .col-sm-3{display:none}.announcement>div{width:50%}}@media screen and (max-width:768px){.announcement{padding:0px!important}.col-sm-3,.col-sm-2{display:none}#navbar{position:fixed;top:0;background:rgb(12 60 99 / .6);margin:auto}}@media screen and (max-width:352px){.why-items .why-image{width:53px!important}.why-items .why-content{padding-top:0px!important}.why-items .why-content h4{font-size:17px!important}}@media screen and (min-width:1440px){.container{margin:auto}}.table-content ul{color:#76c725!important;text-align:justify;font-size:21px;font-family:roboto,sans-serif!important;margin-left:50px;margin-top:28px}@media (max-width:768px){.table-content ul{margin-left:0!important}}.table-content li::marker{color:#76c725!important;font-size:21px;font-family:roboto,sans-serif!important;margin-left:50px}.table-content a{color:#425c71}@media only screen and (max-width:767px){.content-image{display:none}}@media only screen and (max-width:767px){.table-content>.row{margin-left:0;margin-right:0}}.form-section{margin-left: auto !important;}.navbar-nav{text-align: start;}
  
  body.dark-mode,
body.dark-mode .main_content {
    background: #181a1b !important;
    color: #e0e0e0 !important;
}

body.dark-mode .new-faq-question {
    background: #23272b !important;
}

body.dark-mode #toc,
body.dark-mode .faq-image-new,
body.dark-mode .table,
body.dark-mode .new-faq-question,
body.dark-mode .cost_form_wrapper {
    background: #23272b !important;
    color: #e0e0e0 !important;
    border: 1px solid #32b316;
}

body.dark-mode .table th,
body.dark-mode .table td,
body.dark-mode .note,
body.dark-mode #Process,
body.dark-mode #Registration,
body.dark-mode #Procedure {
    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 #toc 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 .show>.nav-link,
body.dark-mode .nav-pills .nav-link2.active {
    background: #0c3c63 !important;
    color: #fff !important;
}

body.dark-mode .banner_ul li,
body.dark-mode .ul-New li,
body.dark-mode .pNew,
body.dark-mode .IntroNew {
    color: #e0e0e0 !important;
}

body.dark-mode .faq-h2New,
body.dark-mode .h2New,
body.dark-mode .h3New,
body.dark-mode .heading1 ,
body.dark-mode .table-h3,
body.dark-mode .form_head,
body.dark-mode .why-content h4,
body.dark-mode .item1 p,
body.dark-mode .item1 h2,
body.dark-mode .contact-details h4,
body.dark-mode #form-heading,
body.dark-mode .queries,
body.dark-mode .slider-text {
    background: linear-gradient(88deg, rgba(32, 122, 194, 1) 40%, rgba(50, 179, 20, 1) 70%) !important;
    -webkit-background-clip: text;
    background-clip: text !important;
    color: transparent !important;
    text-shadow: 0 0 8px rgba(50, 179, 20, 0.3);
}

body.dark-mode .icon-text,
body.dark-mode .para,
body.dark-mode .form_icons_name {
    color: #e0e0e0 !important;
}

body.dark-mode .form-section {
    background: black;
    border: 1px solid #32b314;
}
body.dark-mode .contact-form{
   background: #23272b !important
}
body.dark-mode details{
    background: #212529 !important;
    color: #e0e0e0;
    border: 1px solid #32d314 !important;
}
body.dark-mode details h5 {
    color: #e0e0e0 !important;
}
body.dark-mode .header_banner{
        background-image: url(https://www.professionalutilities.com/Landing-Banner-Night-Mode-Converted.jpg) !important;
}
.text-dark{
    padding-right: 10px;
}
@media (max-width: 768px) {
  /* Mobile hero fix (CLS): the desktop layout uses a fixed 400px banner with
     the content pulled up -270px to overlap it. On phones that overlap makes
     the .col-md-9 content column render in an unstable position. Give the
     banner a proportional, space-reserving height and drop the negative
     offset so the content sits in normal flow — nothing moves after paint. */
  .header_banner{
    height: 42vw !important;
    max-height: 190px !important;
    min-height: 120px !important;
    background-size: cover !important;
  }
  .header_position{
    top: 0 !important;
  }
  .main_content {
    width: 100% !important;
            margin-top: 20px !important;
  }
  .mobile-margin{
    margin-top:20px;
  }
  .text-dark{
    padding-right: 0px;
  }
  .heading1{
    font-size: 30px !important;
  }
  ul.pNew{
    font-size: 18px !important;
  }
}

/* ---- 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}}