* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}



::placeholder {
  color: var(--text) !important;
  opacity: 0.5 !important;
}

body {
  -webkit-user-select: none !important;
  -moz-user-select: -moz-none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.h1New {
  font-size: 36px;
  color: #aa7f21 !important;
  line-height: 120%;
  text-align: left;
  font-weight: 600;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 2rem;
}

.h2New {
  font-size: 32px;
  color: #aa7f21 !important;
  line-height: 120%;
  text-align: center;
  font-weight: 600;
  font-family: "Roboto", sans-serif !important;
}

.h3New {
  font-size: 19px;
  color: #a86c12 !important;
  line-height: 120%;
  font-weight: 550;
  margin-top: 12px !important;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif !important;
}

.faq-h3New {
  font-size: 20px !important;
  color: var(--blue);
  line-height: 120%;
  font-weight: 550;
  margin-top: 0.5rem;
  margin-bottom: 12px;
  font-family: roboto, sans-serif !important;
}

.faq-pNew {
  color: var(--text);
  text-align: justify;
  font-size: 26px !important;
  line-height: 28px !important;
  margin-bottom: 4px !important;
  font-family: roboto, sans-serif !important;
}


.h4New {
  font-size: 28px;
  color: #fff !important;
  line-height: 120%;
  font-weight: 550;
  font-family: "Roboto", sans-serif !important;
}

.h6heading {
  font-size: 28px;
  color: #32d314 !important;
  line-height: 120%;
  font-weight: 550;
  font-family: "Roboto", sans-serif !important;
}

.h5New {
  font-size: 22px;
  line-height: 120%;
  font-weight: 550;
  font-family: "Roboto", sans-serif !important;
  color: #32d314 !important;
}


.form_head {
  font-size: 18px;
  color: #000000 !important;
  line-height: 120%;
  font-weight: 555;
  font-family: "Roboto", sans-serif !important;
} 

.pNew {
  color: var(--text);
  text-align: justify;
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 8px !important;
  font-family: "Roboto", sans-serif !important;
}

.pfaq {
  color: var(--text);
  opacity: 0.85;
  text-align: justify;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 10px 0px !important;
  font-family: "Roboto", sans-serif !important;

  padding-right: 15px !important;
}

.pfaq th,
td {
  padding: 8px;
}

.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;
}

.introNew {
  color: var(--text);
  text-align: justify;
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 8px !important;
  font-family: "Roboto", sans-serif !important;
}

.dark_info {
  background-color: #f6f6f6;
  border: 1px solid;
  border-radius: 12px;
  padding: 20px;
}

p,
li,
ul,
ol {
  font-family: "Roboto", sans-serif !important;
}

/* .form_btn {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 18px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  letter-spacing: 0.6px;
  text-decoration: none;
  outline: none;
  border: none;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  background-image: -moz-linear-gradient(to top, #ffc107, #ffc107);
  background-image: -webkit-linear-gradient(to top, #ffc107, #ffc107);
  background-image: -ms-linear-gradient(to top, #ffc107, #ffc107);
  background-image: linear-gradient(to top, #ffc107, #ffc107);
  box-shadow: 0 5px 8px 0 #ffc107;
  color: #fff;
  transition: all 0.6s;
  margin-top: 10px;
}

.form_btn:hover {
  background-image: linear-gradient(to top, #e0a800, #e0a800);
  margin-top: 0px;
  box-shadow: 0 14px 27px 0 rgba(255, 193, 7, 0.5);
  color: #fff;
} */
#toc ul {
    list-style-type: disc !important;
    padding-left: 1.5rem;
}

.pulse {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 18px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  letter-spacing: 0.6px;
  text-decoration: none;
  outline: none;
  border: none;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  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);
  box-shadow: 0 5px 8px 0 rgba(50, 211, 20, 0.36);
  color: #fff;
  transition: all 0.3s;
  /*background: rgba(30, 144, 255, 0.6);*/
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.pulse:hover {
  -webkit-animation: none;
  animation: none;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
  background-image: linear-gradient(to top, #32d314, #33e312);
  box-shadow: 0 14px 27px 0 rgba(50, 211, 20, 0.43);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
    transform: scale(0.9);
  }
}

.certificate_heading {
  font-weight: 700;
  text-align: center;
  color: var(--text);
  font-family: "Roboto", sans-serif !important;
  border: 1px solid;
  border-top: none;
  border-color: #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 0.5rem;
}

.shadow_img {
  box-shadow: 0px 0px 8px #0c3c63;
  transition: 0.3s;
  border: 1px solid #e6e6e6;
}

.shadow_img:hover {
  box-shadow: 0px 0px 12px rgba(154, 154, 154, 0.4);
  transition: 0.3s;
}

.pu-seprater {
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.mobshow {
  display: none;
  text-align: center;
}

.deskshow {
  display: block;
}

ul.pNew {
  list-style-type: disc !important;
  padding-left: 3rem !important;
}



ul li,
ol li {
  line-height: 32px;
}

ol {
  padding-left: 2rem;
  font-size: 18px;
  line-height: 28px;
}

table {
  font-family: "Roboto", sans-serif !important;
}

table th,
td {
  border: 1px solid;
  border-collapse: collapse;
}

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


/*Tick Section for process of registration with pu*/

.how_check {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.how_check_inner {
  width: 33% !important;
}


/*Tick Section for process of registration with pu*/

/** fadeInLeft **/

@-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;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s;
}

.in-left1 {
  -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: 1.4s;
  -moz-animation-duration: 1.4s;
  -o-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -o-animation-duration: 1.4s;
}

.in-left2 {
  -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: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-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;
  -o-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -o-animation-duration: 2.2s;
}

/*Certificate tabs Style Css here*/

.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;
}

.certficate_tab {
  margin: 0 0 2em;
  width: 100%;
}

.certficate_tab .tabs-btn {
  display: flex;
  justify-content: center;
}

.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 0px;
}

.certficate_tab .tab-btn:not(:last-of-type) {
  border-right: 0;
}

.certficate_tab .tab-content:hover {
  box-shadow: 0px 0px 12px rgb(154 154 154 / 40%);
  transition: 0.3s ease;
}

.certficate_tab .tab-content {
  display: none;
  padding: 1em;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-top: 12px !important;
  width: 97%;
  margin: auto;
  transition: 0.3s ease;
}

/*tab open */
.certficate_tab .tab-btn.tab-open {
  font-weight: bold;
  background-color: #0c3c63;
  color: #fff;
  border-bottom: 0;
  transition: 0.3s;
}

.certficate_tab .tab-content.tab-open {
  display: block;
}


/*Certificate tabs Style Css here*/



/*Linking section css here */

.llp_state>div ul a li {
  list-style: none !important;
  padding-left: 21px;
  line-height: 32px;
}

.llp_state>div ul a {
  text-decoration: none;
  position: relative;
}

.llp_state>div ul a li::before {
  position: absolute;
  content: "";
  background: url("../upload/Dot_icon.svg");
  height: 20px;
  width: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 6px;
  font-weight: 900;
}

/*<<<< ===== Basic CSS for new publish pages ==== >>>> */

/*banner Section Css started here */
.page_banner {
  padding-top: 4rem;
}

.page_banner_wrapper {
  min-height: 100px;
  background-image: url("../upload/page-title-background-1.webp") !important;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/*banner Section Css ended here */

/*<<<<==== First Section ===>>>> */
@supports not (background-image: url("../upload/page-title-background-1.webp")) {
  .page_banner_wrapper {
    background-image: url("../upload/page-title-background-1.jpg");
  }
}

.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 {
  list-style-type: none !important;
  padding-left: 0px !important;
}

.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: 0px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 0.6px;
}

.banner_form {
  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;
}

/*<<<<==== First Section ===>>>> */

/*<<<< ==== Benefits Section css started ==== >>>> */
.benefit_ul {
  font-size: 18px;
}

.benefit_ul li {
  margin-bottom: 10px;
}

/*<<<< ==== Benefits Section css ended ==== >>>> */

.cost_table table tr th {
  color: #0c3c63;
  padding: 10px;
  font-size: 20px;
  padding-left: 20px;
}

.cost_table table td {
  padding: 10px;
  font-size: 18px;
  padding-left: 20px;
}

.cost_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cost_form_wrapper {
  border: 1px solid rgb(214 215 216);
  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;
}

/*How to register an LLP with Professional Utilities*/

.llp_pu_process ul {
  list-style-type: none !important;
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: auto;
  margin-bottom: 2rem;
  padding-left: 0px !important;
}

.llp_pu_process ul li {
  position: relative;
  width: 12%;
}

.llp_pu_process ul li img {
  z-index: 11 !important;
}

.llp_pu_process ul li::after {
  content: "";
  width: 280%;
  min-height: 1px;
  position: absolute;
  border: 2px solid #eef1f4;
  background-color: #eef1f4;
  top: 48%;
  left: 94%;
  right: 0;
  color: #eef1f4;
  z-index: 0 !important;
  border-collapse: collapse;
}

.llp_pu_process ul li:last-child::after {
  border: none !important;
  background-color: transparent;
  width: 0px !important;
  max-width: 0px !important;
  min-width: 0px !important;
}


.ad_process ul {
  list-style-type: none !important;
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: auto;
  margin-bottom: 2rem;
  padding-left: 0px !important;
}

.ad_process ul li {
  position: relative;
  width: 12%;
}

.ad_process ul li img {
  z-index: 11 !important;
}

.ad_process ul li::after {
  content: "";
  width: 280%;
  min-height: 1px;
  position: absolute;
  border: 2px solid #eef1f4;
  background-color: #eef1f4;
  top: 48%;
  left: 94%;
  right: 0;
  color: #eef1f4;
  z-index: 0 !important;
  border-collapse: collapse;
}

.ad_process ul li:last-child::after {
  border: none !important;
  background-color: transparent;
  width: 0px !important;
  max-width: 0px !important;
  min-width: 0px !important;
}

/* =====>>>>>>> */
.testimonials-wrapper>div {
  min-height: 80px;
  padding-top: 5rem;
  font-family: "Roboto", sans-serif !important;
}

#testimonial_btn {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.testimonial-items .slider .slider-item .slider-content>p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Roboto", sans-serif !important;
}

.testimonial-items .slider .slider-item .slider-content {
  width: 100%;
}

.testimonial-items .slider .slider-item .slider-content .slider-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  position: relative;
}

.testimonial-items .slider p {
  padding-bottom: 6px !important;
}

.testimonial-items .slider .slider-item .slider-content .slider-name>div {
  justify-content: baseline;
  align-self: flex-end;
}

.testimonial-items .slider .slider-item .slider-content .slider-name>div:first-child {
  position: absolute;
  left: -35px;
}

.testimonial-items .slider .slider-item .slider-content .slider-name>div:first-child img {
  width: 50px !important;
  height: 50px !important;
  margin-left: 41px;
}

.testimonial-items .slider .slider-item .slider-content .slider-name>div:last-child {
  position: absolute;
  left: 60px;
}

.testimonial-items .slider .slider-item .slider-content strong {
  color: #0c3c63 !important;
}

/*<<<<<<<<<<<========== */
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -19%;
  left: 44%;
  list-style-type: none !important;
}

.slick-dots button {
  margin: 5px;
  height: 8px;
  width: 8px;
  font-size: 0px;
  border-radius: 50%;
  color: #e8eef1;
  background-color: #e8eef1;
  border: none;
  transition: 500ms ease-out;
  outline: none;
}

li.slick-active button {
  background-color: #32d314;
  color: #32d314;
  transition: 500ms ease-out;
}

/*=====>>>>>>>> Client testimonials Section CSS Ended <<<<<<<======== */

.diff_table table th {
  text-align: center !important;
  font-weight: 700;
  padding: 15px !important;
  background-color: #0c3c63;
  color: #fff !important;
  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;
}


/*How to register an LLP with Professional Utilities*/


.llp_pu_process {
  width: 100%;
}

.llp_pu_process ul {
  list-style-type: none !important;
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: auto;
  margin-bottom: 2rem;
  padding-left: 0px !important;
}

.llp_pu_process ul li {
  position: relative;
  width: 12%;
}

.llp_pu_process ul li img {
  z-index: 11 !important;
  width: 90%;
}

.llp_pu_process ul li::after {
  content: "";
  width: 280%;
  min-height: 1px;
  position: absolute;
  border: 2px solid #eef1f4;
  background-color: #eef1f4;
  top: 48%;
  left: 94%;
  right: 0;
  color: #eef1f4;
  z-index: 0 !important;
  border-collapse: collapse;
}

.llp_pu_process ul li:last-child::after {
  border: none !important;
  background-color: transparent;
  width: 0px !important;
  max-width: 0px !important;
  min-width: 0px !important;
}

.llp_pu_process_content {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.llp_pu_process_content>div {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .llp_pu_process {
    width: 15%;
  }

  .llp_pu_process ul {
    display: block;
    width: 100%;
    margin: none;
  }

  .llp_pu_process ul li {
    width: 100%;
    margin-top: 20px;
  }

  .llp_pu_process_content {
    width: 90%;
    display: block;
  }

  .llp_pu_step_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .llp_pu_process ul li::after {
    content: "";
    width: 1px;
    height: 68%;
    position: absolute;
    border: 2px solid #eef1f4;
    background-color: #eef1f4;
    top: 100%;
    left: 49%;
    right: 0;
    color: #eef1f4;
    z-index: 0 !important;
    border-collapse: collapse;
    bottom: 0;
  }
}

@media screen and (max-width: 468px) {
  .llp_pu_process_content p {
    text-align: left !important;
  }

  .llp_pu_process_content {
    width: 76%;
  }

  .llp_pu_process {
    width: 20%;
  }

  .llp_pu_process ul li {
    width: 100%;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 400px) {
  .llp_pu_process_content p {
    text-align: left !important;
  }

  .llp_pu_process_content {
    width: 68%;
  }

  .llp_pu_process {
    width: 29%;
  }
}

/*How to register an LLP with Professional Utilities*/


.ad_process {
  width: 100%;
}

.ad_process ul {
  list-style-type: none !important;
  display: flex;
  justify-content: space-between;
  width: 73%;
  margin: auto;
  margin-bottom: 2rem;
  padding-left: 0px !important;
}

.ad_process ul li {
  position: relative;
  width: 12%;
}

.ad_process ul li img {
  z-index: 11 !important;
  width: 90%;
}

.ad_process ul li::after {
  content: "";
  width: 280%;
  min-height: 1px;
  position: absolute;
  border: 2px solid #eef1f4;
  background-color: #eef1f4;
  top: 48%;
  left: 94%;
  right: 0;
  color: #eef1f4;
  z-index: 0 !important;
  border-collapse: collapse;
}

.ad_process ul li:last-child::after {
  border: none !important;
  background-color: transparent;
  width: 0px !important;
  max-width: 0px !important;
  min-width: 0px !important;
}

.ad_process_content {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.ad_process_content>div {
  width: 31%;
}

.ad_process_content>div b {
  color: #0c3c63;
}

.ad_process_content>div span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .ad_process_content>div {
    width: 100%;
    text-align: left !important;
    padding-left: 2rem;
  }

  .ad_process {
    width: 20%;
  }

  .ad_process ul {
    display: block;
    width: 100%;
    margin: none;
  }

  .ad_process ul li {
    width: 100%;
    margin-top: 27px;
  }

  .ad_process_content {
    width: 90%;
    display: block;
  }

  .ad_step_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ad_process ul li::after {
    content: "";
    width: 1px;
    height: 68%;
    position: absolute;
    border: 2px solid #eef1f4;
    background-color: #eef1f4;
    top: 100%;
    left: 49%;
    right: 0;
    color: #eef1f4;
    z-index: 0 !important;
    border-collapse: collapse;
    bottom: 0;
  }
}

@media screen and (max-width: 468px) {
  .ad_process_content p {
    text-align: left !important;
  }

  .ad_process_content {
    width: 76%;
  }

  .ad_process {
    width: 20%;
  }

  .ad_process ul li {
    width: 100%;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 400px) {
  .ad_process_content p {
    text-align: left !important;
  }

  .ad_process_content {
    width: 68%;
  }

  .ad_process {
    width: 29%;
  }
}

.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;

}

details:not(:first-child) {
  border-top: 1px solid var(--collapse-line-color);
}

summary {
  display: flex !important;
  justify-content: space-between !important;
  /*grid-template-columns: 1fr auto;*/
  align-items: center;
  cursor: pointer;
  list-style-type: none;
}

summary h5 {
  font-size: 19px !important;
  margin-bottom: 0px !important;
  color: var(--text) !important;
}

summary h3 {
  font-size: 19px !important;
  margin-bottom: 0px !important;
  color: var(--text);
}


summary .icon {
  transition: transform .26s;

  width: 24px;
  height: 24px;
  color: #000000;
  border-radius: 18px;
}

.details-info {
  padding-top: 0px !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: 0;
  margin-top: 1.5rem;
  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;
  display: block;
  text-align: center;
  margin: 20px auto;
  color: #32d314;
  font-weight: 500;
  transition: 300ms ease-in-out;
  height: 42px;
  border-radius: 6px;
  outline: none !important;
  background-color: #eefdeb;
  padding: 8px 30px;
}

#loadMore:hover {
  color: #fff;
  background-color: #32d314;
  transition: 300ms ease-in-out;
  border: 1px solid #32d314;
  box-shadow: 0 5px 8px 0 rgb(50 211 20 / 36%);
  outline: none !important;
  text-decoration: none;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}


details[open] .details-info {
  animation: growAndFadeIn .24s ease-out forwards;
}


.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px !important;
}

@keyframes growAndFadeIn {
  0% {
    font-size: 0;
    opacity: 0;
  }

  90% {
    font-size: 1em;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*<<<< ==== Faq Section css Ended here...  ==== >>>> */

@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: 0px !important;
  }
}


@media screen and (max-width: 992px) {
  .diff_table {
    overflow-x: scroll;
  }

  .col-md-6 {
    width: 100% !important;
  }

  .col-md-5 {
    width: 100% !important;
    margin-top: 20px;

  }

  .col-md-7 {
    width: 100% !important;
  }

  .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;
  }

}

@media screen and (max-width: 767px) {
  .pu-seprater {
    display: none !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;
  }

  /*ul{*/
  /*    padding-left : 1.7rem !important;*/
  /*}*/
}

@media screen and (max-width: 567px) {

  .h2New {
    font-size: 28px !important;
  }
}

/*tab section page design*/

.msds_purpose_section {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
}

.msds_purpose_section>ul {
  width: 22%;
  padding-left: 0px !important;
}

.msds_purpose_section>ul>li {
  list-style: none;
  padding: 16px 6px;
  margin-top: 20px;
  border-radius: 7px;
  background: rgb(237 243 255);
  background: #cce0fd;
  text-align: center;
  box-shadow: 1px 2px 5px 0px 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) {
  .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;
  }
}

/*Amrit Css code for mobile version */
@media screen and (max-width:524px) {
  .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;
    margin-top: 10px !important;
  }

  .h2New {
    font-size: 24px !important;
    text-align: left;
  }

  .h2New span {
    display: inline-flex !important;
  }

  .h3New {
    font-size: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 7px;
  }

  .h4New {
    font-size: 21px;
  }

  .h5New {
    font-size: 18px;
  }

  .introNew {
    font-size: 17px !important;
    line-height: 28px !important;
  }

  .pNew {
    font-size: 16px !important;
    text-align: justify !important;
  }

  .mb-5,
  .mt-5 {
    margin-bottom: 26px !important;
  }

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

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

  .seprate_c {
    margin-bottom: 0px;
    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;
  }

  .mob-hide {
    display: none !important;
  }

  .h2New .mob-hide {
    display: none !important;
  }

  .llp_pu_process {
    width: 24%;
  }

  details {
    padding: 0px;
  }

  summary h5 {
    font-size: 16px !important;
  }

  .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-size: 15px !important;
    padding: 8px !important;
    font-weight: 500 !important;
  }

  .diff_table table tr td {
    padding: 8px !important;
    text-align: center !important;
    font-size: 15px !important;
  }

  ol,
  ul {

    font-size: 16px !important;
    margin-bottom: 0px;
  }

  .llp_pu_process_content>div {
    width: 100%;
  }
}

/*fOR FAQs section */
.get_touch {
  border: none;
  background-color: #ffc107 !important;
  width: 88% !important;
  padding: 10px 20px;
  border-radius: 8px;
}
.get_touch:hover {
  background-color: #bd8e02;
}

.form-icon-col {
  width: 40.666667% !important;
}

.logo-sticker {
  margin-top: 13px !important;
  width: 278px !important;
}

.icon_form_svg {
  width: 24px;
}

/*.icon_form_webp{*/
/*    width: 34px;*/
/*}*/
.form_icons_name {
  font-size: 10px;
  margin-top: 7px;
}

.main-gettouch {
  border: 2px solid whitesmoke !important;
  height: 381px !important;
  position: sticky !important;
  width: 318px !important;
}

@media screen and (max-width:524px) {
  .reverse {
    flex-direction: column-reverse;
  }
}

.tick {
  list-style-type: none !important;
}

.tick li::before {
  content: '\f35a';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  font-weight: 900;
  color: #0c3c63;
}



.step-tab .nav-pills .nav-link {
  background: rgb(237 243 255);
  box-shadow: 0px 0px 8px white;
  margin: 6px 0px;
  text-align: left;
  border-radius: 25px;
  position: relative;
  padding: 1px 3px;
}

@media (max-width: 768px) {

  /* You can adjust the max-width based on your requirements */
  .step-tab .nav-pills .nav-link {
    padding: 1px 13px !important;
    font-size: small !important;
  }
}

.step-tab .nav-pills .nav-link::after {
  content: "";
  position: absolute;
  right: 12px;
  background-image: url('https://www.professionalutilities.com/upload/arrow.png') !important;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  top: 4px;
}

.step-tab .nav-pills .nav-link::after {
  background-image: url('https://www.professionalutilities.com/upload/arrow.png') !important;
}


.step-tab .nav-pills .nav-link:hover {
  box-shadow: 0px 0px 10px #0c3c63;
  transition: all 1s ease;
}

.step-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0c3c63;
}

.doc-tab .nav-pills .nav-link {
  background: rgb(237 243 255);
  box-shadow: 0px 0px 8px white;
  margin: 6px 0px;
  text-align: left;
  border-radius: 25px;
  position: relative;
  padding-left: 60px;
}

.doc-tab .nav-pills .nav-link:hover {
  box-shadow: 0px 0px 10px #0c3c63;
  transition: all 1s ease;
}

.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;
}

.doc-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0c3c63;
}

.note {
  background: #F4F9F9;
  border: none;
  border-radius: 10px;
  padding: 10px;
}


.list {
  margin-lef: 10% !important;
}