@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype'),
    url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.eot');
  src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
    url('../fonts/Gilroy-SemiBold.woff') format('woff'),
    url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
    url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype'),
    url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype'),
    url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

*,
ul {
  margin: 0;
  padding: 0;
}

* p:last-child {
  margin-bottom: 0;
}

body {
  font-family: 'Gilroy';
  overflow-x: hidden;
}

body,
p {
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: #2b2b2b;
}

p a {
  font-weight: 600;
}

p.subtitle,
.title-box p {
  color: #000;
  font-weight: 600;
  font-size: 31px;
  line-height: 50px;
  font-family: unset !important;
}

.goal-section p {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.72px;
  font-family: unset !important;
}

.caps-title {
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.custom-container {
  width: 82%;
  max-width: 82%;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}

.small-section {
  padding: 50px 0;
}

.common-section {
  padding: 50px 0;
}

.common-top-section {
  padding-top: 100px;
}

.common-bottom-section {
  padding-bottom: 100px;
}

.common-btn {
  font-size: 20px;
  padding: 16px 32px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  letter-spacing: 0.6px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 300ms linear 0ms;
}

.common-btn:hover {
  color: #fff;
}

.common-btn::before {
  border: 2px solid #007EF7;
  transform: scale3d(1.2, 1.2, 1);
  opacity: 0;
  border-radius: 10px;
}

.common-btn::after {
  background-color: #007EF7;
  border-radius: 10px;
}

.common-btn::before,
.common-btn::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007EF7;
  transition: transform 0.3s, opacity 0.3s;
  backface-visibility: hidden;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.common-btn:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  border: 2px solid #007EF7;
}

.common-btn:hover::after {
  transform: scale3d(0.8, 0.8, 1);
  opacity: 0;
}

.light-blue-bg {
  background-color: #F2F2F2;
}

/* .light-blue-bg{background-color: #f9fdff;} */
.blue-bg {
  background-color: #d6f1ff;
  padding: 30px;
}

.title-box {
  margin-bottom: 20px;
}

.title-box h1,
.title-box h1 p,
.about-ce .con-box .title-box p {
  font-size: 36px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.inner-content .left-content-box .con-box h2 {font-size: 24px !important;line-height: 30px !important;letter-spacing: 0 !important;}

.title-box h2 p,
.about-ce .con-box .title-box p {
  display: block;
  line-height: 58px;
  margin-bottom: 5px;
}

h2 p {
  font-size: 61px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  letter-spacing: 1.83px;
}

.title-box h3 {
  font-size: 49px;
  font-weight: 600;
  letter-spacing: 1.47px;
  line-height: normal;
}

.title-box span {
  display: inline-block;
  font-size: 39px;
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
}

.title-box p.caps-title,
.title-box p {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 500;
  color: #535353;
}

.title-box p {
  font-weight: 600;
  color: #686868;
}

.shadow-img {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.shadow-img::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 20px 20px 0px 20px;
  opacity: 0.1;
  background: #2C91ED;
  position: absolute;
  right: -25px;
  top: 30px;
  z-index: -1;
}

.note-box {
  padding: 25px 50px;
  background-color: #F2F2F2;
  color: #777
}

.note-box p {
  font-weight: 500;
}

.note-box a {
  font-weight: 600;
}

.br-40 {
  border-radius: 40px;
}

ul.decimal-list,
ul.disc-list {
  padding-left: 15px;
  margin-bottom: 20px;
}

ul.disc-list li {
  list-style: disc !important;
}

ul.decimal-list li {
  list-style: decimal;
  color: #777;
}

ul.blue-bullets li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}

ul.blue-bullets li a,
ul.blue-bullets li p {
  border: 1px solid #0d6efd;
  color: #0d6efd;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 15px 15px 0px 15px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
  letter-spacing: 0.6px;
  transition: all 0.3s ease-in;
}

ul.blue-bullets li:hover a,
ul.blue-bullets li:hover p {
  background-color: #0d6efd;
  color: #fff;
  transition: all 0.3s ease-in;
}

ul.blue-bullets li:hover a::before,
ul.blue-bullets li:hover p::before {
  background-color: #fff;
  transition: all 0.3s ease-in;
}

ul.blue-bullets li a::before,
ul.blue-bullets li p::before {
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #007EF7;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: all 0.3s ease-in;
}

.quote-box {
  padding: 25px;
  border: 1px solid #d0e7fa;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}

/* Header */

header {
  background-color: #ffff;
  animation: slideUp.6s ease-out;
}

header.shrink {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  box-shadow: 0 3px 5px rgba(35, 38, 43, 0.14);
  animation: slideDown .6s ease-out;
}

header {
  background-color: #ffff;
  animation: slideUp.6s ease-out;
}

header.shrink {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  box-shadow: 0 3px 5px rgba(35, 38, 43, 0.14);
  animation: slideDown .6s ease-out;
}

.header-elem {
  position: absolute;
  top: 0;
  z-index: 2;
}

.header.shrink .header-elem {
  display: none;
}

/* .header.shrink .header-elem , header.shrink .call-box{display: none;} */
header a {
  font-size: 16px;
  display: block;
  font-weight: 600;
  position: relative;
  z-index: 3;
}

header .nav-box ul a {
  color: #000;
  letter-spacing: 0.48px;
  padding: 28px 16px 28px 16px;
  transition: all 200ms linear 0ms;
  position: relative;
}

header .nav-box ul li:last-child a {
  padding-right: 0;
}

header .nav-box ul li.quote-btn a {
  background-color: #C42F2E;
  padding: 12px 24px;
  border-radius: 6px;
  color: #fff;
  margin-left: 15px;
}

header .nav-box ul li.quote-btn a:hover {
  background-color: #004996;
}

li.active.dropdown .inner-active a {
  color: #1a7efb;
}

ul.testing-ul li a {
  color: #575e64;
}

ul.testing-ul li.inner-active a {
  color: #1a7efb;
}
/* ul.testing-ul li.inner-active a p {font-weight: 600;} */
.inner-content .right-listing-box .emc-testing-ul .testing-ul li.inner-active a p {font-weight: 600;}
ul.emc-testing-ul li.inner-active.dropdown a {
  color: #1a7efb !important;
}

ul.emc-testing-ul li a {
  color: #575e64;
}

header .nav-box ul a:hover {
  color: #1a7efb;
  transition: all 200ms linear 0ms;
}

header .nav-box ul a i {
  vertical-align: middle;
  margin-top: -2px;
}

header ul.dropdown-menu {
  padding: 15px 0;
  border-radius: 5px;
  border: none;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  transition: all 200ms linear 0ms;
  min-width: 25rem;
}

header ul.dropdown-menu a {
  padding: 8px 40px;
  color: #575e64
}

header .dropdown-menu.first-dropdown::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border: 10px solid;
  border-color: transparent transparent #fff;
  ;
}

/* Dropdown on hover css */
header ul.dropdown-menu {
  display: none;
}

header li.dropdown:hover ul.dropdown-menu.first-dropdown {
  display: block;
}

header ul.dropdown-menu.first-dropdown li.dropdown:hover .dropdown-menu.second-menu {
  display: block;
  top: 0;
  transform: translateX(50%);
}

header .dropdown-menu.second-menu.emc-testing-ul {
  transform: translateX(50%);
  top: 0;
}

.header-elem {
  position: absolute;
  top: 0;
  z-index: 2;
}

.header.shrink .header-elem {
  display: none;
}

/* .header.shrink .header-elem , header.shrink .call-box{display: none;} */
header a {
  font-size: 16px;
  display: block;
  font-weight: 600;
  position: relative;
  z-index: 3;
}

header .nav-box ul a {
  color: #000;
  letter-spacing: 0.48px;
  padding: 28px 16px 28px 16px;
  transition: all 200ms linear 0ms;
  position: relative;
}

header .nav-box ul li:last-child a {
  padding-right: 0;
}

header .nav-box ul li.quote-btn a {
  background-color: #C42F2E;
  padding: 12px 24px;
  border-radius: 6px;
  color: #fff;
  margin-left: 15px;
}

li.active.dropdown .inner-active a {
  color: #1a7efb;
}

ul.testing-ul li a {
  color: #575e64;
}

ul.testing-ul li.inner-active a {
  color: #1a7efb;
}

ul.emc-testing-ul li.inner-active.dropdown a {
  color: #1a7efb !important;
}

ul.emc-testing-ul li a {
  color: #575e64;
}

header .nav-box ul a:hover {
  color: #1a7efb;
  transition: all 200ms linear 0ms;
}

header .nav-box ul a i {
  vertical-align: middle;
  margin-top: -2px;
}

header ul.dropdown-menu {
  padding: 15px 0;
  border-radius: 5px;
  border: none;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  transition: all 200ms linear 0ms;
  min-width: 25rem;
}

/* Contact Form */
.contact-form-section textarea {
  width: 100%;
  display: block;
  font-size: 20px;
  color: #666;
  font-weight: 300;
  border: none;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 22px;
  border-radius: 5px;
  background-color: #F2F2F2;
}

.contact-form-section .form-group {
  margin-bottom: 30px;
}

.contact-form-section label {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.contact-form-section .form-control {
  font-size: 20px;
  border-color: transparent;
  color: #666;
  padding: 20px 30px;
  font-weight: 300;
  height: auto;
  border-radius: 6px;
  background-color: #F2F2F2;
}

.contact-form-section .form-control:focus:focus-visible,
.contact-form-section textarea:focus:focus-visible {
  border-color: #1a7efb;
  box-shadow: none;
}

.contact-form-section .submit {
  background-color: #c42f2e;
  border: 2px solid #C42F2E;
  padding: 20px 47px;
  color: #fff;
  border-radius: 10px;
  transition: all 300ms linear 0ms;
}

.contact-form-section .submit:hover {
  border-color: #c42f2e;
  background-color: #c42f2e;
  transition: all 300ms linear 0ms;
}

.contact-form-section .common-btn::after,
.contact-form-section .common-btn::before {
  background-color: #c42f2e
}

.contact-form-section .common-btn:hover::before {
  border: 2px solid #C42F2E;
  background-color: #c42f2e;
}

.contact-form-section .common-btn::before {
  border: 2px solid #C42F2E;
}


header ul.dropdown-menu a {
  padding: 8px 40px;
  color: #575e64
}

header .dropdown-menu.first-dropdown::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border: 10px solid;
  border-color: transparent transparent #fff;
  ;
}

/* Dropdown on hover css */
header ul.dropdown-menu {
  display: none;
}

header li.dropdown:hover ul.dropdown-menu.first-dropdown {
  display: block;
}

header ul.dropdown-menu.first-dropdown li.dropdown:hover .dropdown-menu.second-menu {
  display: block;
  top: 0;
  transform: translateX(50%);
}

header .dropdown-menu.second-menu.emc-testing-ul {
  transform: translateX(50%);
  top: 0;
}

.call-us {
  background-color: #fff;
  padding: 18px 35px;
  border-radius: 0 0 0 20px;
  position: relative;
  z-index: 1;
  padding-right: 0;
}

.call-us a {
  font-weight: 600;
  color: #007EF7;
}

.call-us a img {
  margin-left: 10px;
}

.call-us::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 100%;
  z-index: -1;
  top: 0;
}

header .logo-box {
  gap: 65px;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(-50%)
  }

  50% {
    transform: translateY(0%)
  }
}

/* Banner Section */
.banner-section .custom-container,
.banner-section {
  position: relative;
}

.banner-section .img-box {
  position: relative;
}

.banner-section .img-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.banner-section img {
  width: 100%;
  position: relative;
}

.banner-content {
  position: absolute;
  bottom: 30%;
  z-index: 2;
  left: 5%;
}

.banner-section h1 {
  color: #FFF;
  margin-bottom: 25px;
  color: #FFF;
  font-size: 61px;
  line-height: 120%;
  font-family: 'Gilroy';
  font-weight: 600;
}

.banner-section h1 p {
  color: #FFF;
  font-size: 61px;
  line-height: 120%;
  font-family: 'Gilroy';
  font-weight: 600;
}

/*.banner-section span {font-family: 'Gilroy-Medium';}*/
.banner-section span.years p {
  color: #fff;
  display: inline-block;
  font-size: 39px;
  text-transform: capitalize;
}

.banner-section span.years {
  display: block;
}

.banner-section .icons {
  gap: 40px;
  margin-bottom: 30px;
}

.banner-section .icons img {
  height: 55px;
  width: auto;
}

/* Why Choose */

.why-choose-section .inner-box {
  flex-wrap: wrap;
  gap: 24px;
}

.why-choose-section .inner-box .common-box {
  width: 32%;
  border: 1px solid #EEF0F1;
}

.why-choose-section .inner-box .common-box img {
  width: 100%;
}

.why-choose-section .inner-box .common-box .con-box {
  background-color: #fff;
  padding: 30px 20px;
}

.why-choose-section .right-box .common-box h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  height: 70px;
}

.about-testing .inner-container {
  gap: 40px;
}

.about-testing .inner-container .blue-bullets {
  width: 100% !important;
}

/* .why-choose-section .right-box .common-box .con-box{display: none;} */
.why-choose-section .right-box .common-box:hover {
  cursor: pointer
}

/* .why-choose-section .right-box .common-box:hover .con-box{display:flex;justify-content: space-between;align-items:center;gap: 30px;margin-top: 20px;} */
.why-choose-section .right-box .common-box .con-box p {
  margin-bottom: 0;
  height: 165px;
}

.why-choose-section .left-box .shadow-img {
  margin-top: 100px;
}

a.arrow-btn,
span.arrow-btn {
  height: 34px;
  width: 34px;
  background: #007EF7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-section .inner-box .common-box a {
  margin-top: 30px;
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-position: under;
  color: #004993;
}

/* Goal Section */
.goal-section .img-box {
  width: 28%;
}

.goal-section .img-box img {
  width: 100%;
}

.goal-section .con-box {
  width: 50%;
}

.goal-section .con-box h2 p {
  font-size: 54px;
  line-height: 120%;
  margin-bottom: 25px;
  color: #2C91ED;
  letter-spacing: 1.05px;
}

/* .service-quality-section {background-image: url(../images/service-quality-bg.png);background-size: cover;background-position: center;} */
.service-quality-section p:last-child {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.about-ce .title-box p {
  margin-bottom: 0;
}

/* Services Section */
.services-section {
  position: relative;
  overflow: hidden;
}

.services-section .service-element {
  position: absolute;
  right: 0;
  top: -32%
}

.services-section .inner-box {
  gap: 100px;
  padding-bottom: 100px;
}

.services-section .inner-box .con-box h3 {
  font-weight: 600;
  font-size: 31px;
  line-height: 28px;
  letter-spacing: 0.93px;
  color: #004993;
}

.services-section .inner-box .con-box ul {
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.services-section .inner-box .con-box li {
  width: 100%;
  padding: 25px 35px;
  cursor: pointer;
  transition: 0.5s all ease-in;
  border: 1px solid #EEF0F1;
}

.services-section .inner-box .con-box li:hover {
  transition: 0.5s all ease-in;
  border: 1px solid #007ef7;
}

.services-section .inner-box .con-box li a {
  font-size: 24px;
  color: #535353;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  width: 95%;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;
  transition: 0.5s all ease-in;
}

.services-section .inner-box .con-box li svg {
  height: 34px;
  width: 34px;
  border: 1px solid #007EF7;
  padding: 7px;
  border-radius: 50%;
  background-color: #007EF7;
  transition: 0.5s all ease-in;
}

.services-section .inner-box .con-box li:hover {
  background-color: #fff;
  transition: 0.5s all ease-in;
}

.services-section .inner-box .con-box li:hover a {
  color: #007EF7;
  transition: 0.5s all ease-in;
}

.services-section .inner-box .con-box li:hover svg {
  border-color: #007EF7;
  background-color: transparent;
  transition: 0.5s all ease-in;
}

.services-section .inner-box .con-box li:hover svg path {
  stroke: #007EF7;
  transition: 0.5s all ease-in;
}

.services-section .inner-box .img-box {
  width: 50%;
  position: relative;
}

.services-section .inner-box .img-box::before {
  content: '';
  position: absolute;
  height: 108%;
  width: 105%;
  top: 0;
  left: 0;
  background-color: #B99978;
  opacity: 0.2;
  z-index: -1;
}

.services-section .inner-box .con-box {
  width: 100%;
  padding-right: 10px;
}

.services-section .img-box img {
  width: 100%;
}

.services-section .inner-box .con-box .certifications li {
  width: 75%;
}

.services-section .carousel-control-prev {
  right: 46%;
  left: auto;
  transform: translateX(-50%);
}

.services-section .carousel-control-next {
  right: 50%;
  transform: translateX(-40%);
}

.services-section .carousel-control-next-icon,
.services-section .carousel-control-prev-icon {
  background-image: url(../images/bue-arrow.svg);
}

.services-section .carousel-control-next,
.services-section .carousel-control-prev {
  width: inherit !important;
  height: 34px !important;
  top: auto;
}

.services-section .carousel-control-prev-icon {
  rotate: -180deg;
}

.services-section .carousel-control-prev-icon,
.services-section .carousel-control-next-icon {
  height: 34px;
  width: 34px;
  border: 1px solid #007ef7;
  bottom: -50px;
  padding: 10px;
  border-radius: 50%;
  background-size: 15px;
}

/* Key Area Section */
.key-areas-section .inner-box {
  flex-wrap: wrap;
  gap: 20px;
}

.key-areas-section .common-box {
  width: 49%;
  padding: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 15px 15px 0 15px;
}

.key-areas-section .common-box p {
  color: #535353;
  padding-left: 30px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.key-areas-section .common-box p::before {
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #007EF7;
  position: absolute;
  top: 7px;
  left: 0;
}

.key-areas-section .areas-div {
  margin: 50px 0;
}

.key-areas-section .title-box h2,
.key-areas-section .title-box h2 p {
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
}

.key-areas-section .about-ce .title-box h2 {
  text-transform: uppercase;
}

.key-areas-section .title-box p {
  line-height: 40px;
  font-size: 31px;
}

.about-ce {
  margin-top: 100px;
}

.about-ce .con-box {
  position: relative;
  padding: 100px;
  background-color: #575757;
  width: 78%;
  text-align: center;
  margin: 0 auto;
  background-image: url(../images/about-ce-bg.png);
  background-size: cover;
  background-position: center;
}

.about-ce .con-box p {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.7px;
  font-weight: 500;
  color: #fff;
}

.about-ce .con-box::before {
  content: '';
  display: block;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.about-ce .img-box img {
  width: 100%;
}

/* Get In Touch */
.get-in-touch-section {
  background-color: #F2F2F2;
  padding-bottom: 0;
}

.get-in-touch-section .contact-details .inner-box {
  gap: 30px;
}

.get-in-touch-section .contact-details .inner-box.form {
  background-color: #fff;
  padding: 60px;
}

.get-in-touch-section .contact-details .contact-box {
  width: 48%;
}

.get-in-touch-section .contact-details .con-box {
  padding: 50px 0;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(206, 216, 230, 0.3);
}

.get-in-touch-section .contact-details .con-box i {
  font-size: 30px;
  color: #007ef7;
  margin-bottom: 15px;
}

.get-in-touch-section .contact-details .con-box address {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.get-in-touch-section .contact-details .con-box h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.get-in-touch-section .contact-box h3 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}

.get-in-touch-section span.icon {
  height: 40px;
  width: 40px;
  background-color: #2C91ED;
  border-radius: 10px 10px 0 10px;
  position: relative;
}

.get-in-touch-section div.icon {
  gap: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E0E0E0;
  ;
  margin-bottom: 30px;
}

.get-in-touch-section .line {
  position: relative;
}

.get-in-touch-section .line::before {
  content: '';
  position: absolute;
  height: 100%;
  left: -9%;
  border-right: 1px solid #E0E0E0;
  ;
}

.get-in-touch-section span.icon::before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-box {
  width: 35%
}

.get-in-touch-section .address p {
  font-size: 20px;
  color: #000
}

/* Contact Form */
.contact-form-section textarea {
  width: 100%;
  display: block;
  font-size: 20px;
  color: #666;
  font-weight: 300;
  border: none;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 22px;
  border-radius: 5px;
  background-color: #F2F2F2;
}

.contact-form-section .form-group {
  margin-bottom: 30px;
}

.contact-form-section label {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.contact-form-section .form-control {
  font-size: 20px;
  border-color: transparent;
  color: #666;
  padding: 20px 30px;
  font-weight: 300;
  height: auto;
  border-radius: 6px;
  background-color: #F2F2F2;
}

.contact-form-section .form-control:focus:focus-visible,
.contact-form-section textarea:focus:focus-visible {
  border-color: #1a7efb;
  box-shadow: none;
}

.contact-form-section .submit {
  background-color: #c42f2e;
  border: 2px solid #C42F2E;
  padding: 20px 47px;
  color: #fff;
  border-radius: 5px;
  transition: all 300ms linear 0ms;
}

.contact-form-section .submit:hover {
  border-color: #c42f2e;
  background-color: transparent;
  transition: all 300ms linear 0ms;
}

.contact-form-section .common-btn::after {
  background-color: #c42f2e
}

.contact-form-section .common-btn:hover::before {
  border: 2px solid #C42F2E;
  background-color: #c42f2e;
}


.contact-form-section .form-control[type=text] {
  text-transform: capitalize;
}




/* Footer Section */
.main-footer .ce-box {
  width: 30%;
}

footer p {
  color: #000;
  letter-spacing: 0.48px;
}

.main-footer .links {
  gap: 170px;
}

.main-footer .links li {
  margin-bottom: 8px;
}

.main-footer .links a,
.bottom-footer a {
  color: #000;
  transition: all 300ms linear;
  font-weight: 400;
  letter-spacing: 0.39px;
}

.main-footer .links a:hover {
  color: #007ef7;
  transition: all 300ms linear
}

.main-footer {
  background: #F2F2F2;
  color: #000;
}

.main-footer .ce-box img {
  margin-bottom: 20px;
}

.bottom-footer {
  padding: 10px 0;
  background-color: #7C7C7C;
}

.bottom-footer p,
.bottom-footer a {
  font-size: 13px;
  line-height: normal;
  font-weight: normal;
  letter-spacing: 0.39px;
  color: #fff;
}


/* Compliance testing Page */
.banner-section.inner-banner-section::before {
  height: 560px;
}

.emi-emc-testing-section ul {
  margin-top: 15px;
}

.emi-emc-testing-section .method ul {
  width: 57%;
}

.emi-emc-testing-section .product ul {
  width: 67%;
}

.training-section .custom-container {
  gap: 30px;
}

.training-section .learning-box {
  width: 100%;
}

.training-section .training-guide-list {
  width: 50%;
}

.training-section .training-guide-list .accordion-button {
  font-size: 25px;
  font-weight: 600;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

.training-section .training-guide-list .accordion-button,
.training-section .training-guide-list .accordion-body {
  padding-left: 0;
}

.training-section .training-guide-list .accordion-button::after {
  display: none;
}

.training-section .training-guide-list .accordion-button.collapsed a,
.training-section .training-guide-list .accordion-button.collapsed span {
  position: absolute;
  right: 25px;
  display: flex;
}

.training-section .training-guide-list .accordion-button:hover {
  color: #007ef7;
  transition: all 0.5s ease-in-out;
}

.training-section .training-guide-list .accordion-button a,
.training-section .training-guide-list .accordion-button span {
  display: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.people-saying .inner-box .con-box h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-transform: unset;
}

.people-saying .carousel-control-prev,
.people-saying .carousel-control-next {
  top: -103px;
  height: 34px;
  width: 34px;
}

.people-saying .carousel-control-prev {
  right: 50px;
}

.people-saying .carousel-control-next {
  right: 0;
}

.testing-blue .con-box {
  width: 66%;
}

.testing-blue .custom-container {
  gap: 85px;
}

.about-testing .product-safety-stds {
  width: 25%;
}

.about-testing .product-safety-stds a.common-btn {
  margin-top: 30px;
}

.about-testing .testing-box {
  width: 65%;
}

.about-testing .inner-content .testing-box {
  width: 100%;
}

.about-testing .safety-signs {
  gap: 50px;
}

ul.blue-bullets li a.active-bullet {
  background-color: #0d6efd;
  color: #fff
}

ul.blue-bullets li a.active-bullet::before {
  background-color: #fff;
  transition: all 0.3s ease-in;
}

/* Certification Pages CSS */
.certificates-box .con-box {
  width: 75%;
}

.scope-section .scope-box {
  flex-wrap: wrap;
  gap: 70px;
}

.scope-section .common-box {
  width: 45%;
}

.scope-section .common-box .subtitle {
  width: 60%;
  margin-bottom: 0;
}

.scope-section .common-box .inner {
  gap: 40px
}

.scope-section a {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.scope-section .icon-box {
  height: 80px;
  width: 80px;
  background: #007ef7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.ce-marking .light-blue-bg {
  padding: 30px;
  margin-bottom: 30px;
}

.ce-marking .light-blue-bg a:not(:last-child) {
  margin-right: 40px;
}

.caps-title dfn {
  padding-bottom: 10px;
  display: block;
  border-bottom: 2px solid #dee2e6;
  margin-top: 35px;
  font-weight: 600;
}

.certification-section .blue-bg img {
  width: 100%;
  padding: 30px
}

.border-bottom {
  border-bottom: 1px solid #758ca0;
  padding-bottom: 10px;
}

/* Service Request Wizard Form */
p.blue {
  color: #1a7efb;
}

.request-box-container {
  margin-top: 50px;
}

.request-box-container .nav {
  margin-bottom: 50px;
  border-bottom: 0;
  position: relative;
}

.request-box-container .nav::before {
  content: '';
  height: 2px;
  width: 68%;
  background-color: #e6e6e6;
  position: absolute;
  top: 77%;
  transform: translateY(-50%);
  z-index: -1;
  right: 17%;
}

.request-box-container .nav li {
  width: 33%;
  text-align: center;
}

.request-box-container .nav li p {
  font-size: 14px;
  margin-bottom: 10px;
}

.request-box-container .nav li.active a p {
  font-size: 24px;
  color: #1a7efb;
  font-weight: 500;
}

li .round-tab {
  height: 32px;
  width: 32px;
  display: block;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e6e6e6;
  color: #e6e6e6;
  margin: 0 auto;
  font-weight: 500;
}

li.active .round-tab {
  color: #FFF;
  border: 2px solid #1a7efb;
  background: #1a7efb;
}

.request-box-container .btn-box {
  margin-top: 20px;
}

.request-box-container .btn-box button {
  border: none;
}

.outline-btn::before,
.outline-btn::after {
  background-color: #94a6b4;
}

.outline-btn:hover::before,
.outline-btn:hover::after {
  background-color: #fff;
}

.outline-btn {
  color: #000;
}

.outline-btn:hover {
  color: #004996;
}

.form-check {
  margin-bottom: 5px;
  padding-left: 0;
}

.form-check label {
  font-size: 18px;
  color: #506372;
  margin-bottom: 5px;
}

textarea,
input.form-control,
select.form-control {
  border: 1px solid #d0e7fa;
  border-radius: 0;
}

input.form-control,
select.form-control {
  height: 60px;
}

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

select.form-control {
  box-shadow: none !important;
}

textarea {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
}

.product-info .name-part label {
  display: block;
}

.product-info .name-part .form-check {
  margin-bottom: 10px;
}

.request-box-container .form-group {
  margin-bottom: 30px;
}

.request-box-container .form-group label {
  font-size: 18px;
  margin-bottom: 5px;
}

.checkbox-group,
.radio-group {
  margin-bottom: 20px;
}

.optional {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}

input:visited {
  border-color: #1a7efb;
}

.wizard-fieldset .checkbox-group .form-check {
  width: 24%;
  display: inline-block;
  margin-bottom: 10px;
}

.wizard-fieldset .radio-group .form-check {
  display: inline-block;
  margin-right: 50px;
}

.wizard-fieldset .checkbox-group .form-check .label,
.wizard-fieldset .radio-group .form-check label {
  margin-bottom: 0;
}

/* Contact US Page */
.years-of-service-section .custom-container {
  gap: 200px;
}

.years-of-service-section .img-box {
  width: 40%;
}

.years-of-service-section .con-box {
  width: 60%;
}

.years-of-service-section .img-box img {
  width: 100%;
}

/* Training Programs CSS */
.programs-section .subtitle {
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
}

.programs-section .subtitle::before {
  content: '';
  display: block;
  position: absolute;
  background: #007ef7;
  height: 15px;
  width: 15px;
  left: 10px;
  top: 40%;
  transform: translateY(-42%);
  rotate: -45deg;
}

.programs-section .sub-parts {
  background-color: #eaf4fd;
  padding: 30px;
  margin-bottom: 40px;
}

.programs-section .sub-parts .common-box {
  width: 25%;
}

.programs-section .sub-parts .common-box h4 {
  color: #007ef7;
}

.programs-section .sub-parts .common-box ul.disc-list {
  margin-bottom: 0;
}

.programs-section .sub-parts .common-box ul.disc-list.custom-mt {
  margin-top: 38px;
}

/* CSS by Ankita for Service Request & Toaster */
/* Error Indicator */
input:invalid {
  border-color: red;
}

.error-border {
  border-color: red !important;
}

/* Toaster */
.toast {
  position: absolute;
  top: 25px;
  right: 30px;
  border-radius: 6px;
  background: #fff;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-left: 8px solid #1a7efb;
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35);
}

.toast.active {
  transform: translateX(0);
  z-index: 1;
  padding: 15px;
  position: fixed;
  top: 65px;
}

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

.toast-check {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  background-color: #1a7efb;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.message-text {
  font-size: 20px;
  font-weight: 600;
}

.text-1 {
  color: #333;
}

.text-2 {
  color: #666;
  font-weight: 400;
  font-size: 16px;
}

.toast-close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.toast-close:hover {
  opacity: 1;
}

.progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #ddd;
}

.progress::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #1a7efb;
}

.progress.active::before {
  animation: progress 5s linear forwards;
}

.toast-btn {
  padding: 10px 40px;
  font-size: 20px;
  outline: none;
  border: none;
  background-color: #1a7efb;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.toast-btn:hover {
  background-color: #1a7efb;
}

.toast-content i.check {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: #1a7efb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-text {
  font-size: 18px;
  font-weight: 600;
}

i.close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #90979e;
}

@keyframes progress {
  100% {
    right: 100%;
  }
}

/* Form Wizard OF Service Request */
.form-wizard .form-wizard-header {
  text-align: center;
}

.form-wizard .wizard-fieldset {
  display: none;
}

.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

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

.form-wizard .focus-input .wizard-form-text-label {
  color: #1a7efb;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}

.form-wizard .form-wizard-steps {
  margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
  width: 33.33%;
  float: left;
  position: relative;
}

.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  color: #777;
  font-size: 24px;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
  background-color: #1a7efb;
  color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
  left: 50%;
}

.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #1a7efb;
}

.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}

.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}

@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}

/* End Form Wizard */


/* Responsive Menu */
.menu-box {
  display: none;
}

header [type="checkbox"]:checked,
header [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.menu-icon:checked+label,
.menu-icon:not(:checked)+label {
  position: fixed;
  top: 60px;
  right: 35px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 99;
}

.nav {
  position: fixed;
  top: 21px;
  right: 38px;
  display: block;
  width: 0;
  padding: 0;
  margin: 0;
  z-index: 9;
  overflow: hidden;
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), bottom 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1)
}

.nav ul.primary-menu {
  position: absolute;
  top: auto;
  left: 35px;
  display: block;
  width: 93%;
  padding: 0;
  margin: 0;
  padding-top: 40px;
  z-index: 6;
  text-align: left;
  list-style: none;
}

.nav ul.primary-menu li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
}

.menu-icon:checked+label:before,
.menu-icon:not(:checked)+label:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  z-index: 20;
  top: 0;
  left: 0;
  border-top: 2px solid #004996;
  border-bottom: 2px solid #004996;
  transition: border-width 100ms 1500ms ease,
    top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
    height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
    width 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
    background-color 200ms ease,
    transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:not(:checked)+label:after {
  background-color: #004996;
}

.menu-icon:checked+label:after,
.menu-icon:not(:checked)+label:after {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  z-index: 20;
  top: 10px;
  right: 4px;
  margin-top: -1px;
  transition: width 100ms 1750ms ease,
    right 100ms 1750ms ease,
    margin-top 100ms ease,
    transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked+label:before {
  top: -20px;
  transform: rotate(45deg);
  height: 2px;
  background-color: #ececee;
  border-width: 0;
  transition: border-width 100ms 340ms ease,
    top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    background-color 200ms 500ms ease,
    transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked+label:after {
  width: 30px;
  margin-top: 0;
  right: 0;
  top: -20px;
  transform: rotate(-45deg);
  background-color: #ececee;
  transition: width 100ms ease,
    right 100ms ease,
    margin-top 100ms 500ms ease,
    transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked~.nav {
  /* animation-play-state: paused; */
  padding-top: 75px;
  top: 0;
  right: 0;
  bottom: 0;
  /* transform: translate(50%, -50%); */
  width: 100%;
  height: 100vh;
  background-color: #004993;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), bottom 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1)
}

.menu-icon:checked~.nav ul li a {
  color: #fff;
  font-size: 20px;
  width: 100%;
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 10px;
  padding-left: 15px;
  letter-spacing: 0.5px;
}

.menu-icon:checked~.nav ul.dropdown-menu a {
  color: #004993;
  font-size: 20px;
  width: 100%;
  padding: 0;
  padding-left: 15px;
}

.menu-icon:checked~.nav ul li a .down-arrow {
  position: absolute;
  right: 15px;
}

.menu-icon:checked~.nav ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease, transform 250ms ease;
}

.menu-icon:checked~.nav ul.dropdown-menu.first-dropdown {
  transform: none;
  left: 0;
  top: auto;
  width: 100%;
  border-radius: 0;
  position: unset;
}

.menu-icon:checked~.nav ul.dropdown-menu.first-dropdown .down-arrow {
  rotate: 90deg;
}

.menu-box.mobile-menu .logo-box {
  display: none;
}

.about-product-safety {
  width: 100%;
}

.about-testing .title-box h1 {
  margin-bottom: 0
}

/* .common-box.product {width: 19%;} */
a.accordion-point {
  color: #758CA0;font-weight: 500;letter-spacing: 0;
}

a.accordion-point:hover,
a.accordion-point.active, 
a.accordion-point.second-level-title.active {
  color: #007EF7 !important;
}

/* .training-accordian .tabs-main-title {border-bottom: none;} */
.accordion-button:not(.collapsed) {box-shadow: none !important;}
/* .learning-accordion {margin-top: 10px;} */
.learning-accordion .accordion-button {padding: 6px 0 !important;}
.inner-content .right-listing-box .learning-accordion ul {padding-left: 25px;}
.inner-content .right-listing-box .learning-accordion li {padding: 2px 0;padding-left: 5px;list-style: disc;}
.inner-content .right-listing-box .learning-accordion li , .inner-content .right-listing-box .learning-accordion li a {font-size: 16px;font-weight: 500;}
.learning-accordion .accordion-button:not(.collapsed) {box-shadow: none;}
.learning-title {font-size: 16px;font-weight: 600;color: #758CA0;}

.call-to-action-section {background-color: #eaeaea;}

.call-box {
  padding: 10px 0;
  background-color: #004996
}

.call-box .custom-container {
  text-align: right;
}

.call-box a {
  color: #fff;
}

.call-box svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/*Toaster CSS*/
#alert_msg {
  position: fixed;
  right: 0;
  z-index: 5;
  top: 16%;
}

#alert_msg button.close {
  background-color: #000;
  color: #fff;
  border: none;
  position: absolute;
  top: -8px;
  left: -8px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}

#faq .accordion-faq {
  border-bottom: 1px solid #758ca0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#faq .accordion-faq button span i {
  margin-top: -4px
}

#faq .accordion-faq ul {
  padding-left: 50px
}

.btn-submit {
  margin-top: 30px
}

.btn-submit h3 {
  color: #004793;
  text-transform: none;
  width: 58%;
  font-weight: 600
}

#loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #0066FF !important;
  border-left-color: #0066FF !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.more-contact {
  border: 1px solid #d9d9d9;
  padding: 20px;
  text-align: center;
}

.more-contact p {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5px;
  color: #000;
  text-align: center;
}

.more-contact p,
.more-contact a {
  font-size: 20px;
}

.more-contact a {
  text-decoration: underline;
  text-underline-position: under;
}

/* Testing Landing page 13/03/2025 */

.about-testing .common-container {display: flex;align-items: center;gap: 20px;margin-bottom: 40px;justify-content: space-between;}
.about-testing .common-container .img-box {width: 50%;}
.about-testing .common-container .img-box img {width: 100%;}
.about-testing .common-container .content-box {width: 50%;}
.about-testing .common-container .content-box .common-btn {display: none;}



.testing .common-container {
  gap: 100px;
}

.testing .common-container:not(:last-child) {
  margin-bottom: 75px;
}

.testing .common-container .img-box {
  width: 50%;
}

.testing .common-container .img-box img {
  width: 100%;
}

.testing .common-container .content-box {
  width: 40%;
}

.testing .content-box h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  transition: all 0.3s ease-in;
}

.common-container:hover .content-box h2 {color: #007ef7;transition: all 0.3s ease-in;}

.testing .content-box p {
  font-size: 20px;
  line-height: 30px;
  color: #535353;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.testing .content-box a {
  margin-top: 30px;
}
.products-box.light-blue-bg {padding: 60px 0;}
.products-box .d-flex {
  gap: 60px; flex-direction: column;
}

.products-box .content-box {
  width: 100%;padding: 0;
}
.products-box img.line {display: none;}
.call-to-action-section {
  padding: 60px 0;
}

/* Changes March 2025 */
.inner-content .left-content-box {
  width: 60%;
}

.inner-content .right-listing-box {
  width: 33%;
  
}
.left-content-box , .right-listing-box {
  position: sticky;
  top: 150px;
}
/* .inner-content .right-listing-box li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
  font-weight: 600;
  color: #212529;
} */

.tabs-main-title {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;}

.training-guide-list .accordion-button:not(.collapsed) , .training-guide-list .accordion-button {background-color: #fff !important;box-shadow: none;}
.right-listing-box .accordion-button::after {display: none;}

.second-level-title {font-size: 20px;color: #000 !important;font-weight: 400 !important;}

.right-listing-box .accordion-item {border: none;}
.inner-content .right-listing-box li {
  padding: 4px 0;
}
.inner-content .right-listing-box li p {line-height: normal;}

/* .learning-accordion .second-level-title {font-size: 18px;} */

.inner-content .right-listing-box li .emc-testing-ul li:last-child {
  padding-bottom: 0;
}

.inner-content .right-listing-box li .emc-testing-ul li a {
  font-size: 20px;
}

.inner-content .right-listing-box li .emc-testing-ul li {
  padding: 10px 0;
  border-bottom: none
}

/* Changes March 2025 */
.inner-content .left-content-box {
  width: 70%;
}

.inner-content .right-listing-box {
  width: 23%;
}

/* .inner-content .right-listing-box li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
  font-weight: 600;
  color: #212529;
  transition: all 0.3s ease-in;
} */

.inner-content .right-listing-box li a:hover {
  color: #1a7efb;
  transition: all 0.3s ease-in;
}

.inner-content .right-listing-box li a p {
  font-size:20px;
  color: inherit;
  font-weight:600;
  margin-bottom: 0;
  /* width: 90%; */
}
.inner-content .right-listing-box .emc-testing-ul .testing-ul li a p {font-size: 18px;font-weight: 400;}
/* .inner-content .right-listing-box li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.accordion-button:not(.collapsed)
.inner-content .right-listing-box li {
  padding: 5px 0;
} */

.inner-content .right-listing-box li .emc-testing-ul li:last-child {
  padding-bottom: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;padding: 5px 0 !important;border: none !important;
}
.accordion-button {padding: 10px 0 !important;}
.right-listing-box .accordion-body {padding: 0;}

.inner-content .right-listing-box li .emc-testing-ul li a {
  font-size: 20px;
}

.inner-content .right-listing-box li .emc-testing-ul li {
  padding: 5px 0;
  border-bottom: none;
  padding-bottom: 0;
}

header .search {
  position: relative;
  margin-left: 20px;
}

header .search img {
  z-index: 2;
  position: relative;
  width: 18px;
  margin-right: 5px;
}

header #search {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #a8c1db;
  padding: 0px 15px;
  padding-left: 5px;
  width: 200px;
  background-color: transparent;
  color: #fff;
}

header #search:focus-visible {
  outline: none;
  /* border: none;
  border-bottom: 1px solid #a8c1db; */
}

header #search::placeholder {
  color: #a8c1db;
  ;
}

header #search-results {
  position: absolute;
  background-color: #fff;
  color: #004996;
  width: 145%;
  padding: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  left: -43%;
  top: 35px;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  z-index: 4;
  text-align: left;
  max-height: 300px;
  overflow-y: scroll;

}

header #search-results a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: normal;
}

header #search-results a:hover {
  color: #1a7efb;
}

.why-choose-section .inner-box .common-box .img-box {overflow:hidden;}
.why-choose-section .inner-box .common-box:hover .img-box img {scale: 1.1;transition: all 200ms linear 0ms;}
.why-choose-section .inner-box .common-box .img-box img {transition: all 200ms linear 0ms;}
.breadcrumb-wrapper {margin-bottom: 10px;}
.inner-content .right-listing-box .learning-accordion li.sub-menu-title {padding: 2px 0;padding-left: 5px;list-style: disc;font-size: 16px;}