html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open sans", sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 12px !important;
  line-height: 1.6;
  overflow-x: hidden;
  color: #111111;
}

.top-header {
  background: Linear-gradient(to bottom, #95c9f1, #d8e6f1);
}

/* Small devices (Mobile Phone) */
@media (max-width: 576px) {
  body {
    font-size: 11px !important;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: .9375rem;
  }

  h6 {
    font-size: 0.875rem;
  }

  .dashboard-section {
    overflow-x: auto;
  }

  .table-container {
    overflow-x: auto;
  }

  .top-header {
    padding: 5%;
  }

  .offcanvas-header {
    justify-content: space-around !important;
  }

  /*------slider--------*/
  .slick-slide img {
    width: 380px;
  }

  .slick-slider .slick-next {
    margin-left: -4% !important;
  }

  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    display: none !important;
  }

  #sliderHead {
    display: none;
  }

  /*------home--------*/
  .home {
    margin-bottom: 7%;
  }

  .logo-container {
    display: none;
  }

  .mainSidebar {
    height: 300px !important;
    overflow-y: auto;
    position: static !important;
    padding-right: 20px !important;
  }

  .mainContent {
    margin-top: 2%;
  }

  /*------modal--------*/
  .modal-content {
    width: 90% !important;
    margin-left: 4%;
  }

  /*------footer--------*/
  .footer {
    padding: 0 !important;
  }

  #footer_text {
    margin-bottom: 4%;
  }

  .mobile-only {
    display: inline;
  }

  .desktop-only {
    display: none;
  }

  /*------certificates--------*/
  .certificate-container {
    height: 100px !important;
  }

  #certificateViewer {
    height: 100px !important;
    width: 100% !important;
  }

  .responsive-pdf {
    display: none;
  }

  #mobileDownloadLink {
    display: inline-block !important;
  }

  .certificates-container {
    height: 100px !important;
  }

  #certificateView {
    height: 100px !important;
    width: 100% !important;
  }

  #mobileDownload {
    display: inline-block !important;
  }

  /*-------cross-reference---------*/
  #cross-container {
    padding-left: 0px !important;
  }

  #crossSidebar {
    position: static !important;
  }

  #crossContent {
    margin-top: 2% !important;
    padding-right: 0px !important;
  }

  /*------catalog-------*/
  .catalog-top {
    padding-top: 5%;
  }

  .catalog-top .catalog-bg {
    display: none;
  }

  .newsimages {
    height: 180px;
    width: 140px;
  }

  .catalog-container {
    width: 100%;
    height: 30px !important;
  }

  /*------custom-design--------*/
  #customSidebar {
    height: 300px !important;
    overflow-y: auto;
    position: static !important;
    padding-right: 15px !important;
  }

  .customContent {
    margin-top: 2% !important;
    margin-bottom: 5%;
  }

  #custom-form {
    padding: 1rem !important;
  }

  #secondary1 {
    width: 100% !important;
  }

  #secondary2 {
    width: 100% !important;
  }

  #secondary3 {
    width: 100% !important;
  }

  /* #country {
    width: 50% !important;
  } */

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

  .g-recaptcha {
    transform: scale(0.6);
    transform-origin: 0 0;
  }

  /*------distributor--------*/
  .text-overlay h2 {
    font-size: 20px;
  }

  .contact-heading h2 {
    font-size: 14px;
  }

  .form-area {
    margin: 2% 2% !important;
  }

  #signupBtn {
    margin-top: 3%;
  }

  /*------contact--------*/
  .contact-head {
    padding: 5%;
  }

  .contact-body {
    padding: 3%;
  }

  .contact-area {
    margin-top: 10%;
  }

  .mapSide {
    padding: 5%;
  }

  .form-inline .form-control {
    width: 100% !important;
  }

  /*---------career------------*/
  .career-container {
    margin-top: 5%;
  }

  .career-body {
    margin-left: 0 !important;
  }

  .cText {
    margin-top: 10%;
  }

  #cImg {
    margin-top: 5%;
  }

  /*--------newletter------*/
  .newssubscribe {
    padding-top: 3% !important;
  }

  #newsForm {
    padding-left: 18% !important;
  }

  /*-------products page--------*/
  #productSidebar {
    padding-left: 0 !important;
  }

  #productSide {
    margin-top: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /*--------Product-Detail----------*/

  .partSpec .partImage {
    width: 40% !important;
    margin-right: 2%;
  }

  .partSpec .partImage img {
    max-width: 120px !important;
    height: 120px !important;
  }

  /*--------all pages head----------*/

  .quality-policy {
    padding: 7% !important;
  }

  .newProducts-body {
    padding: 10% !important;
  }

  .sitemap-area {
    padding: 5% !important;
  }

  .privacy {
    padding: 10% !important;
  }

  .terms {
    padding: 10% !important;
  }

  .page-body {
    padding: 5% !important;
  }

  .quality-text {
    font-size: 12px;
  }

  .faq-header {
    padding: 5%;
  }

  .lookupBody {
    padding: 5%;
  }

  .addItems {
    margin-top: 5%;
  }

  .addressSide {
    margin-bottom: 10%;
  }

  .info {
    padding: 5%;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: .9375rem;
  }

  h6 {
    font-size: 0.875rem;
  }

  .dashboard-section {
    overflow-x: auto;
  }

  .table-container {
    overflow-x: auto;
  }

  .top-header {
    padding: 5%;
  }

  .offcanvas-header {
    justify-content: space-around !important;
  }

  /*------slider--------*/
  .slick-slide img {
    width: 380px;
  }

  .slick-slider .slick-next {
    margin-left: -4% !important;
  }

  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    display: none !important;
  }

  #sliderHead {
    display: none;
  }

  /*------home--------*/
  .home {
    margin-bottom: 7%;
  }

  .logo-container {
    display: none;
  }

  .mainSidebar {
    height: 100%;
    overflow-y: auto;
    position: sticky !important;
    padding-right: 0px !important;
  }

  /*------modal--------*/
  .modal-content {
    width: 90% !important;
    margin-left: 4%;
  }

  /*------footer--------*/
  .footer {
    padding: 0 !important;
  }

  #footer_text {
    margin-bottom: 4%;
  }

  .mobile-only {
    display: inline;
  }

  .desktop-only {
    display: none;
  }

  /*------certificates--------*/
  .certificate-container {
    height: 100px !important;
  }

  #certificateViewer {
    height: 100px !important;
    width: 100% !important;
  }

  .responsive-pdf {
    display: none;
  }

  #mobileDownloadLink {
    display: inline-block !important;
  }

  .certificates-container {
    height: 100px !important;
  }

  #certificateView {
    height: 100px !important;
    width: 100% !important;
  }

  #mobileDownload {
    display: inline-block !important;
  }

  /*-------cross-reference---------*/
  #cross-container {
    padding-left: 0px !important;
  }

  #crossSidebar {
    height: 450px !important;
    overflow-y: auto;
    position: static !important;
  }

  #crossContent {
    padding-right: 0px !important;
  }

  /*------catalog-------*/
  .catalog-top {
    padding-top: 5%;
  }

  .catalog-top .catalog-bg {
    display: none;
  }

  .newsimages {
    height: 180px;
    width: 140px;
  }

  .catalog-container {
    width: 100%;
    height: 30px !important;
  }

  /*------custom-design--------*/
  #customSidebar {
    height: 100%;
    overflow-y: auto;
    position: sticky !important;
    padding-right: 0px !important;
    margin-bottom: 5%;
  }

  .customContent {
    margin-bottom: 5%;
  }

  #custom-form {
    padding: 1rem !important;
  }

  #secondary1 {
    width: 100% !important;
  }

  #secondary2 {
    width: 100% !important;
  }

  #secondary3 {
    width: 100% !important;
  }

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

  .g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0 0;
  }

  /*------distributor--------*/
  .text-overlay h2 {
    font-size: 20px;
  }

  .contact-heading h2 {
    font-size: 14px;
  }

  .form-area {
    margin: 2% 2% !important;
  }

  /*------contact--------*/
  .contact-head {
    padding: 5%;
  }

  .contact-body {
    padding: 3%;
  }

  .contact-area {
    margin-top: 10%;
  }

  .mapSide {
    padding: 5%;
  }

  .form-inline .form-control {
    width: 100% !important;
  }

  /*---------career------------*/
  .career-container {
    margin-top: 5%;
  }

  .cText {
    margin-top: 2%;
  }

  #cImg {
    margin-top: 5%;
  }

  /*--------newletter------*/
  .newssubscribe {
    padding-top: 3% !important;
  }

  #newsForm {
    padding-left: 18% !important;
  }

  /*-------products page--------*/
  #productSidebar {
    padding-left: 0 !important;
  }

  #productSide {
    margin-top: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /*--------all pages head----------*/
  .quality-policy {
    padding: 7% !important;
  }

  .newProducts-body {
    padding: 10% !important;
  }

  .sitemap-area {
    padding: 5% !important;
  }

  .privacy {
    padding: 10% !important;
  }

  .terms {
    padding: 10% !important;
  }

  .page-body {
    padding: 5% !important;
  }

  .quality-text {
    font-size: 12px;
  }

  .faq-header {
    padding: 2%;
  }

  .lookupBody {
    padding: 5%;
  }

  .addItems {
    margin-top: 5%;
  }

  .addressSide {
    margin-bottom: 10%;
  }

  .info {
    padding: 5%;
  }
}

/* Medium devices (landscape tablets, 769px to 992px) */
@media only screen and (min-width: 769px) and (max-width: 992px) {

  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    display: none !important;
  }

  .slick-slider .slick-next {
    margin-left: 2% !important;
  }

  #add_Items {
    margin-top: 8% !important;
  }

  .filterBar {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  #mobileDownloadLink {
    display: none;
  }

  .contact-area {
    margin-top: 5%;
  }

  .contact-head {
    padding: 2%;
  }

  .gallery {
    margin-left: 2%;
  }

  .faq-header {
    padding: 2%;
  }

  .orderHistory {
    margin: 4% 0;
  }

  .lookupBody {
    padding: 5%;
  }

  .account-top {
    margin: 5% 0;
  }

  .top-header {
    padding: 2%;
  }

}

/* Large devices (laptops/desktops, 993px to 1200px) */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .header-view {
    margin-left: 1.5rem !important;
  }

  .table-container {
    overflow-y: auto;
    overflow-x: auto;
  }

  .filterBar {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    display: none !important;
  }

  #add_Items {
    margin-top: 6% !important;
  }
}

/* Extra large devices (large laptops and desktops, 1201px and up) */
@media only screen and (min-width: 1201px) {
  .list-text li p {
    font-size: 14px;
  }

  .imgP {
    font-size: 14px;
  }

  .catalog-container {
    width: 100%;
    height: 470px;
    overflow: hidden;
    position: relative;
  }

  #catalogViewer {
    width: 100%;
    height: 100%;
    border: 1px solid #0e0d0d;
    /* flex-grow: 1;
    transform: scale(0.8); */
    transform-origin: top center;
  }

}

.btn-primary:hover {
  background: linear-gradient(to bottom, #0d72c2, #084a7e) !important;
  color: #fff !important;
}

p {
  margin-bottom: 0rem !important;
}

.p-text {
  font-size: 14px;
  text-align: justify;
}

#headtext {
  font-size: 14px;
  text-align: justify;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 1%;
}

.pl-2 {
  padding-left: 2%;
}

.pl-3 {
  padding-left: 3%;
}

.pl-4 {
  padding-left: 4%;
}

.pl-6 {
  padding-left: 6%;
}

.pl-8 {
  padding-left: 8%;
}

*,
:after,
:before {
  box-sizing: none !important;
}

.certified {
  background-color: #E5F0FF;
}

/*--------------Sign-in modal---------------*/

.modal {
  background-color: rgba(0, 0, 0, 0.9);
}

.registerBtn:hover {
  background-color: #0aad0a;
  color: #fff;
  border: 1px solid #0aad0a;
}


/*----------- Image modal ---------------*/
#myModal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}

#modalBody {
  position: relative;
  margin: 4% auto;
  display: block;
  max-width: 60%;
  max-height: 100vh;
  text-align: center;
}

#modal-thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.modal-thumbnail {
  width: 100px;
  height: auto;
  margin: 0 10px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.modal-thumbnail.active {
  opacity: 1;
}

.closeBtn {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.closeBtn:hover,
.closeBtn:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

/*---------Header1------------*/
#containerFluid {
  --fc-gutter-x: 0rem !important;
}

header {
  background-color: #001e2bf0 !important;
}

#mainlogo {
  width: 350px !important;
}

#mobilelogo {
  width: 220px !important;
}

#navbar {
  background-color: #001e2bf0;
}

.navbar {
  --fc-bg-opacity: 1;
  background: linear-gradient(to bottom, #0d72c2, #084a7e) !important;
  padding: 0px !important;
}

.navbar-nav {
  --fc-nav-link-color: #fff !important;
  --fc-nav-link-hover-color: #0aad0a !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 13px !important;
}

.bar {
  color: #fff;
}

#right-nav {
  float: right !important;
}

#right-item {
  background-color: #0aad0a;
}

#right-item a:hover {
  color: #001e2bf0;
}

#dropdownMenuButton1 {
  color: #001e2bf0;
  font-weight: 600;
}

.btn-primary {
  --fc-btn-color: #fff !;
  --fc-btn-bg: #0aad0a;
  --fc-btn-border-color: #0aad0a;
  --fc-btn-hover-color: #fff;
  --fc-btn-hover-bg: linear-gradient(to bottom, #0d72c2, #084a7e) !important;
  --fc-btn-hover-border-color: linear-gradient(to bottom, #0d72c2, #084a7e) !important;
}

#navicon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  color: #0aad0a;
}

#navicon:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #right-nav {
    float: left !important;
  }

  #mobilelogo {
    margin-left: -5%;
  }

}

/*---------------Header-2------------*/
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #204c5f4b;
}

.contactHeader {
  background: linear-gradient(to bottom, #0d72c2, #084a7e) !important;
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #0aad0a !important;
}

.navbar #container {
  justify-content: space-around !important;
}

#nav-item {
  padding-left: 1.5rem !important;
}

.navbar .navbar-toggler {
  background-color: #fff !important;
  margin-left: 0rem !important;
}

#logo {
  width: 350px;
}

.image-container {
  overflow: hidden;
  max-width: 100%;
  height: 300px;
  position: relative;
}

.image-container img {
  width: 100%;
  height: auto;
  animation: zoomInOut 25s infinite alternate;

}

.text-overlay {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.text-overlay h2 {
  color: #001e2bf0;
  text-align: center;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  #logo {
    width: 220px;
  }

  .image-container {
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }

  .image-container img.zoomInOut {
    transform: scale(1.1);
  }
}

.img-container img {
  width: 100%;
  height: auto;
}


/*------------------Registration Form-----------------*/

.register {
  background-color: #E5F0FF;
  padding: 7%;
}

.signupForm {
  background-color: #fff;
  border: 1px solid #80808038;
  border-radius: 8px;
  padding: 5%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    0px -4px 8px rgba(0, 0, 0, 0.2),
    4px 0px 8px rgba(0, 0, 0, 0.2),
    -4px 0px 8px rgba(0, 0, 0, 0.2);

}

/*--------------------Sidebar-------------------------*/

#side_title {
  background: linear-gradient(to bottom, #0d72c2, #084a7e) !important;
  color: #fff;
  font-weight: 200;
  font-size: 13px !important;
}

#side-caret {
  float: right !important;
}

.nav-category .nav-item .nav-link {
  color: #fff;
}

.nav-category .nav-item .nav-link:hover {
  color: #0aad0a;
}

#categoryMenu {
  background-color: #808080;
}

.border-bottom {
  border-bottom: var(--fc-border-width) var(--fc-border-style) #808080 !important;
}

.card {
  --fc-card-bg: #001e2bf0;
  border-radius: 1px !important;
  width: 100% !important;
  display: block !important;
}

.accordion-collapse {
  background-color: #5b5a5a;
}

.accordion {
  --fc-accordion-color: var(--fc-gray-600);
  --fc-accordion-bg: #fff;
  --fc-accordion-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, border-radius 0.15s ease;
  --fc-accordion-border-color: #fff !important;
  --fc-accordion-border-width: 0px !important;
  --fc-accordion-border-radius: 0px !important;
  --fc-accordion-inner-border-radius: calc(0.5rem - 1px);
  --fc-accordion-btn-padding-x: 0.5rem !important;
  --fc-accordion-btn-padding-y: 0.5rem !important;
  --fc-accordion-btn-color: var(--fc-gray-600);
  --fc-accordion-btn-bg: var(--fc-accordion-bg);
  --fc-accordion-btn-icon: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='var(--fc-gray-600)' viewBox=' 0 0 16s 16'%3E%3Cpath fill-rule=' evenodd' d=' M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E);
 --fc-accordion-btn-icon-width: 1rem !important;
  --fc-accordion-btn-icon-transform: rotate(-180deg);
  --fc-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --fc-accordion-btn-active-icon: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23099c09' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E);
  --fc-accordion-btn-focus-border-color: #808080 !important;
  --fc-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(97, 97, 97, 0.25);
  --fc-accordion-body-padding-x: 0.5rem !important;
  --fc-accordion-body-padding-y: 0.5rem;
  --fc-accordion-active-color: #808080 !important;
  --fc-accordion-active-bg: #808080 !important;
}

.accordion-button:not(.collapsed) {
  background-color: #001e2bf0;
  box-shadow: inset 0 calc(var(--fc-accordion-border-width)* -1) 0 #808080;
  color: #fff !important;
}

.accordion-button {
  align-items: center;
  background-color: #001e2bf0;
  color: #fff;
  display: flex;
  overflow-anchor: none;
  padding: var(--fc-accordion-btn-padding-y) var(--fc-accordion-btn-padding-x);
  position: relative;
  text-align: left;
  transition: var(--fc-accordion-transition);
  width: 100%;
}

.accordion-button:after {
  background-image: var(--fc-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--fc-accordion-btn-icon-width);
  content: "";
  flex-shrink: 0;
  height: var(--fc-accordion-btn-icon-width);
  margin-left: auto;
  transition: var(--fc-accordion-btn-icon-transition);
  width: var(--fc-accordion-btn-icon-width);
}

.accordion-button:not(.collapsed):after {
  background-image: var(--fc-accordion-btn-active-icon);
  transform: var(--fc-accordion-btn-icon-transform);
}

.accordion-body {
  padding: 15px !important;
}

.nav {
  margin-left: 5px;
  margin-right: 5px;
}

.accordion-item {
  background-color: #c2c1c1;
  border: var(--fc-accordion-border-width) solid var(--fc-accordion-border-color);
  color: #333;
}

/*-------------Home-Slider---------------*/

.bg-light {
  padding-left: 5px !important;
  padding-right: 10px !important;
  --fc-bg-opacity: 1;
  background-color: #E5F0FF !important;
}

.slick-slider .slick-list {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.slick-slider .slick-prev {
  margin-left: -97%;
  margin-top: 75px;
  z-index: 1;
  background-color: #ecf0ef0f !important;
}

.slick-slider .slick-next {
  margin-left: 1%;
  margin-top: 75px;
  background-color: #ecf0ef0f !important;
}

.slick-slider .slick-prev:hover {
  background: #ecf0ef0f !important;
  color: #333 !important;
  outline: none;
}

.slick-slider .slick-next:hover {
  background: #ecf0ef0f !important;
  color: #333 !important;
  outline: none;
}

/*---------Home------------*/

.main_side {
  border: 1px solid #80808038;
  border-radius: 5px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.mainSidebar {
  height: 100%;
  max-height: calc(-1.406px + 98vh);
  min-height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  position: sticky;
  top: 0px;
  padding-right: 0px;
}

.logo-container {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.logo-group {
  display: block;
  position: relative;
  animation: scrollImage 15s linear infinite;
}

.list-text {
  color: #000;
}

@keyframes scrollImage {
  0% {
    left: 0;
  }

  100% {
    left: calc(100% - 100px);
  }
}

#sectionHead {
  margin: 10px 17px;
}

#sliderHead {
  margin: 10px 17px 0px 17px;
}

#section-header {
  background: #001e2bf0;
  color: #fff;
  padding: 3px 6px;
  border-radius: 5px 5px 0 0;
  font-size: 13px;
}

.brandName {
  color: #0aad0a;
  font-size: 11.5px;
}

#categories {
  background: linear-gradient(to bottom, #0d72c2, #084a7e) !important;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}

.features {
  margin-top: 13%;
}

.product {
  padding: 4px 7px;
  color: #fff;
  font-size: 11px;
  margin-top: 6%;
}

.list-text li p {
  font-size: 11px;
  line-height: normal;
  font-weight: bold;
}

.imgP {
  font-size: 11px;
}

.product-item {
  display: flex;
}

.product-item .contain-img {
  width: 35%;
  margin-right: 4%;
  text-align: center;
}

.product-item .contain-img img {
  max-width: 100%;
  height: auto;
}

.product-item .description {
  text-align: left;
  width: 65%;
}

.product-item .description h6 {
  margin-top: 0;
}

/*--------------Products Page------------------*/

.features {
  background-color: #E5F0FF;
}

#productSidebar {
  height: 325px;
  overflow-y: auto;
  padding-right: 0 !important;
}

.product-spec {
  background-color: #E5F0FF;
  border: 1px solid #80808038;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.1);
}

#mainImage {
  width: 200px;
  height: 200px;
}

.thumbnail {
  width: 60px;
  height: auto;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid #80808038;
  margin-top: 10px;
}

.thumbnail.active {
  border: 2px solid rgb(53, 53, 54);
}

.clogo {
  width: 60px;
  height: auto;
}

.pDetail {
  border: 1px solid #80808038;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.1);
  padding: 2%;
  background-color: #E5F0FF;
  ;
}

.filter-area {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.specifications {
  padding: 1% 2%;
  display: inline-block;
}

.resultText {
  font-size: 13px;
  margin-left: 10px;
}

.resultNo {
  font-size: 16px;
  font-weight: 800;
}

.filterAll .search-input {
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 25%;
}

.filterAll .search-button {
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
}

.filterAll .search-button svg {
  vertical-align: middle;
}

.spec-filter {
  overflow-x: auto;
  white-space: nowrap;
}

.spec-filter1 {
  max-width: 100%;
  white-space: nowrap;
}

.spec-list {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.spec-box {
  height: 250px;
  width: 290px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.spec-title {
  font-size: 13px;
  font-weight: bold;
  padding: 4% 7%;
  position: sticky;
  top: 0;
  background-color: #f0f0f0;
  z-index: 1;
}

.search {
  padding: 7px;
  position: sticky;
  top: 40px;
  z-index: 1;
}

.search input[type="text"] {
  padding: 5px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

.options {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  overflow-y: auto;
  padding-left: 8%;
}

.filterItems {
  display: flex;
  align-items: center;
}

.filterItems .fItem1 {
  width: auto;
  margin-right: 2%;
}

.filterItems .fItem2 {
  width: auto;
}

.filterItems .fBtn {
  width: auto;
}

.datatable {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-container {
  width: 100%;
  overflow: hidden;
}

.productTable {
  width: 100%;
  border-collapse: collapse;
}

.productTable tr {
  border: 2px solid #80808038;
}

.productTable th {
  background-color: #0b62a6;
  color: #fff;
  padding: 2% 1%;
  border: 2px solid #e4e4e4;
}

.productTable td {
  border: 2px solid #80808038;
  padding: 10px;
  text-align: center;
}

.productTable th,
td {
  padding: 10px;
  text-align: center;
}

.productTable tr:nth-child(even) {
  background-color: #E5F0FF;
}

.tcontrol {
  margin-left: 10px;
  font-size: 14px;
}

.paginationContainer {
  font-size: 14px;
  text-align: center;
  margin-left: 2%;
}

.paginationContainer a {
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

.paginationContainer a.active {
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
}

.paginationContainer a:hover {
  background-color: #a3a2a28f;
}

.aboutT {
  padding: 5%;
  background-color: #E5F0FF;
  border-radius: 5px;
}

/*-------------Product-detail-page-----------------*/
.page-body {
  background-color: #E5F0FF;
  padding: 2% 0% 3% 0%;
}

.detailList a:hover {
  color: #0aad0a;
}

.partSpec {
  background-color: #fff;
  border-radius: 5px;
  padding: 2%;
  display: flex;
  align-items: center;
  text-align: center;
}

.partSpec .partImage {
  width: 50%;
  margin-right: 2%;
}

.partSpec .partImage img {
  max-width: 200px;
  height: 200px;
}

.partSpec .partDetail {
  flex: 1;
  text-align: left;
  line-height: 25px;
}

.product-attribute {
  background-color: #fff;
  border-radius: 5px;
}

.attributeTable {
  width: 100%;
  border-collapse: collapse;
}

.attributeTable tr {
  border: 1px solid #80808038;
}

.attributeTable th {
  padding: 2%;
  text-transform: uppercase;
}

.attributeTable td {
  border: none;
}

.rightAlign {
  text-align: right;
  width: 40%;
  padding-right: 5%;
}

.rightEnd {
  text-align: right;
  padding-right: 15px;
}

.classification {
  background-color: #fff;
  border-radius: 5px;
}

.classificationTable {
  width: 100%;
  border-collapse: collapse;
}

.classificationTable tr {
  border: 1px solid #80808038;
}

.classificationTable th {
  padding: 2%;
  text-transform: uppercase;
}

.classificationTable td {
  border: none;
}

.rightAlign {
  text-align: right;
  width: 30%;
  padding-right: 5%;
}

.sechamatic {
  background-color: #fff;
  border: 1px solid #80808038;
  padding: 5%;
}

#gp-sechamatic {
  width: 255px;
  height: auto;
}

.mechanical {
  background-color: #fff;
  border: 1px solid #80808038;
  padding: 5%;
}

.mechanicalTable {
  width: 100%;
  border-collapse: collapse;
}

.mechanicalTable tr {
  border: 1px solid #80808038;
}

.mechanicalTable th {
  border: 1px solid #80808038;
}

#viewCart:hover {
  background-color: #0aad0a;
}

/*---right side---*/
#add_Items {
  margin-top: 55px;
}

.addItems {
  background-color: #fff;
  padding: 5%;
  border-radius: 5px;
}

.qText {
  font-size: 14px;
  font-weight: bold;
}

#customerPart {
  border-radius: 5px;
}

#quantityInput {
  border-radius: 5px;
  padding: 1%;
  width: 50%;
}

#priceTable {
  width: 100%;
}

#priceTable tr {
  border: 1px solid #80808038;
}

#priceTable th {
  padding: 8px;
}

#priceTable th:first-child {
  border: 1px solid #80808038;
}

#priceTable td {
  border: none;
}

#priceTable td:first-child {
  border: 1px solid #80808038;
}

/*--modal--*/

.priceTable td {
  border: none;
  text-align: center;
}

/*--------------------Shopping Cart-------------------*/
.shopping-cart {
  background-color: #E5F0FF;
  padding: 2% 0% 3% 0%;
}

.shoppingDetail {
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.1);
  overflow: hidden;
}

#productImage {
  height: 100px;
  width: 100px;
}

.cartDetail {
  width: 100%;
  border-spacing: 0px;
  border: 1px solid #dcdcdc;
}

#cartHead {
  background-color: #dcdcdc;
}

#cartHead th {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#cartBody td {
  text-align: center;
  border-bottom: 1px solid #ddd;
  border: none;
}

#backQuantity {
  border-radius: 5px;
  width: 50%;
  padding: 1%;
}

.btnGroup {
  background-color: gainsboro;
  border-radius: 5px;
  padding: 2% 4%;
}

#deleteShop {
  margin-left: 3%;
}

.priceCheckout {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.1);
}

.table-content {
  line-height: 30px;
}

#cartSubtotal {
  font-size: 14px;
  float: right;
}

.total {
  font-size: 16px;
}

#finalCost {
  font-size: 16px;
  float: right;
}

.shipMethod {
  padding: 4%;
  border: 1px solid #8080808f;
  border-radius: 5px;
}

.cart-summary {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.1);
}

#shipping-option {
  background-color: gainsboro;
  padding: 2%;
}

.collapsible-content {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #f9f9f9;
}

.collapsible-content.show {
  display: block;
}

input[type="radio"] {
  margin-right: 10px;
}


input[type="radio"]:checked+.collapsible-content {
  display: block;
}

.shipping-options,
.account-options,
.form-container {
  margin-top: 10px;
}

.shipping-options label,
.account-options label,
.form-container label {
  display: block;
  margin: 5px 0;
}

.account-options input,
.account-options select,
.form-container input {
  display: block;
  margin: 5px 0;
  padding: 8px;
  width: 100%;
  max-width: 400px;
}

.account-options button {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.account-options button:hover {
  background-color: #0056b3;
}

#courier-dropdown {
  margin: 5px 0;
  width: 70%;
}

#ac-number {
  padding: 3%;
  border-radius: 5px;
  width: 85%;
  margin-top: 2%;
}

.form-field {
  margin-right: 0px !important;
  margin-top: 4%;
}

/* Switch Styles */
.switch-container {
  display: flex;
  align-items: center;
  margin: 10% 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 14px;
  border-radius: 40%;
  left: 7px;
  bottom: 5px;
  background-color: white;
  transition: .4s;
}

input:checked+.slider {
  background-color: #007BFF;
}

input:checked+.slider:before {
  transform: translateX(22px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.shipping-table {
  width: 100%;
  border: 1px solid #ddd;
  margin: 20px 0;
  margin-right: 8%;
}

.shipping-table th,
.shipping-table tr {
  padding: 8px;
  text-align: left;
}

.shipping-table td {
  border: none;
  text-align: left;
}

.shipping-table th {
  background-color: #b7d1f4;
  font-weight: bold;
  color: #333;
}

.shipping-table tbody tr:nth-child(odd) {
  background-color: #E5F0FF;
}

.shipping-table input[type="radio"] {
  margin-right: 10px;
}

#calculateShip {
  padding: 2% 3%;
}

#shippingPrice {
  float: right;
  font-size: 16px;
  margin: 1% 6% 0% 0%;
}

#cartShipping {
  float: right;
}

#salesTax{
  float: right;
}

#checkout {
  font-size: 14px;
}

/*------------------Checkout login page----------------------*/
.checkLogin {
  background-color: #E5F0FF;
  padding: 5% 0% 5% 0%;
}

.checkoutArea {
  margin-top: 5%;
  background-color: #fff;
  border-radius: 8px;
  padding: 5%;
}

.guestText {
  margin-top: 5%;
  background-color: #fff;
  border-radius: 8px;
  padding: 5%;
}

.gtext {
  text-align: justify;
}

#guestLoginBtn {
  padding: 2% 3%;
}

/*---------------Checkout Shipping Address-------------------*/
.address {
  background-color: #E5F0FF;
  padding: 2% 0% 3% 0%;
}

.userAddress {
  background-color: #fff;
  border-radius: 8px;
  padding: 5%;
  box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.1);
}

.userAddress p {
  font-size: 13px;
  color: #808080;
}

.form-label {
  font-weight: bold;
  margin-bottom: 0;
}

.invalid-feedback {
  color: red;
  display: none;
  font-size: 14px;
  margin-top: 5px;
}

.addressBar {
  background-color: #ccc;
  padding: 1% 4%;
  border-radius: 8px;
}

.billAddress {
  padding: 2%;
}

#exemptNumber {
  display: none; 
}

#messageBox {
  border-radius: 10px;
}

/*---Payment Area----*/
.paymentBody {
  background-color: #E5F0FF;
  padding: 2% 0% 3% 0%;
}

.paymentBar {
  background-color: #ccc;
  padding: 1% 4%;
  border-radius: 8px;
}

.paymentArea {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.1);
  padding: 3% 5%;
}

.paymentOption {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 8px 15px;
  cursor: pointer;
  margin: 10px;
  transition: background-color 0.3s, border-color 0.3s;
}

.paymentOption:hover {
  background-color: #ccc;
}

.paymentOption img {
  height: 30px;
  margin-right: 10px;
}

#radioPay {
  display: none;
}

input[type="radio"]:checked+.paymentOption {
  background-color: #e0e2e0;
  border-color: #4CAF50;
}

.paymentInfo {
  padding: 2%;
}

.expiry-selects {
  display: flex;
  align-items: center;
}

/*---------Order Review page-----------*/

.orderReview {
  background-color: #E5F0FF;
  padding: 2% 0% 3% 0%;
}

.reviewHead {
  background: linear-gradient(to bottom, #0d72c2, #084a7e) !important;
  color: #fff !important;
  padding: 1%;
}

.shippingConfirm {
  background-color: #fff;
  border-radius: 5px;
  padding: 3%;
  box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.1);
}

.edit-button {
  float: right;
  cursor: pointer;
  color: rgb(8, 55, 126);
  text-decoration: underline;
}

.billingConfirm {
  background-color: #fff;
  border-radius: 5px;
  padding: 3%;
  box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.1);
}

.info {
  margin-left: 5%;
}

.methodConfirm {
  background-color: #fff;
  border-radius: 5px;
  padding: 3%;
}

.payConfirm {
  background-color: #fff;
  border-radius: 5px;
  padding: 3%;
}

.shopDetail {
  background-color: #fff;
  border-radius: 5px;
  padding: 3%;
}

.confirmBtn {
  float: right;
}

/*------------Order Confirmation----------------*/
.orderConfirm {
  background-color: #E5F0FF;
  padding: 4% 0% 3% 0%;
}

.orderRecieve {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    0px -4px 8px rgba(0, 0, 0, 0),
    4px 0px 8px rgba(0, 0, 0, 0.2),
    -4px 0px 8px rgba(0, 0, 0, 0.2);
}

.receiveMsg {
  background-color: #9be4b2;
  color: #035f03;
  padding: 1% 2%;
}

.msgBody {
  padding: 3% 4%;
}

.orderReceipt {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    0px -4px 8px rgba(0, 0, 0, 0),
    4px 0px 8px rgba(0, 0, 0, 0.2),
    -4px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 3% 4% 5% 4%;
}

.letterhead img {
  height: 50px;
  width: 200px;
}

.company-info {
  margin-top: -15px;
}

/* .company-info h2 {
  margin: 5px 0;
  font-size: 18px;
} */

.company-info p {
  margin: 5px 0;
  font-size: 12px;
}

.invoice-info {
  margin-top: 12px;
  text-align: right;
}

.action-icons {
  float: right;
  font-size: 14px;
}

.action-icons a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.orderInfo{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #808080;
}

.orderInfo th{
  background-color: #c6dcf8;
  font-weight: bold;
}

.orderInfo th,
.orderInfo td{
  border-right: 1px solid #808080 !important;
  border-left:1px solid #808080 !important;
  /* border: 1px solid #808080; */
  text-align: center;
}

.orderInfo th:last-child, .orderInfo td:last-child {
  border-right: none !important;
}

.partInfo tr{
  border:none;
  border-bottom: 1px solid #808080 !important;
}

.partInfo {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #808080;
}

.partInfo th,
.partInfo td {
  border-right:1px solid #808080 !important;
  border-left:1px solid #808080 !important;
  text-align: center;
}

.partInfo th {
  background-color: #c6dcf8;
  font-weight: bold;
  border-right: 1px solid #808080;
}

.partInfo th:last-child, .partInfo td:last-child {
  border-right: none !important; 
}

.priceInfo {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #808080;
}

.priceInfo th,
.priceInfo td {
  border-right:1px solid #808080 !important;
  border-left:1px solid #808080 !important;
  text-align: center;
}

.priceInfo th {
  background-color: #c6dcf8;
  font-weight: bold;
  border-right: 1px solid #808080;
}

.priceInfo th:last-child, .priceInfo td:last-child {
  border-right: none !important; 
}

.cartTotal {
  width: 100%;
}

.cartTotal tr {
  border-bottom: 1px solid #808080;
}

.cartTotal td {
  padding-right: 10px;
  text-align: right;
  border: 1px solid #808080;
}


@media print {
  body * {
    visibility: hidden;
  }

  #receipt,
  #receipt * {
    visibility: visible;
  }

  #receipt {
    position: fixed;
    top: 0;
    left: 20mm;
    right: 20mm;
    margin: 0 auto;
    width: calc(100% - 40mm);
    padding: 10px;
    box-shadow: none;
    overflow: visible;
    z-index: 9999;
  }
}

/*--------------Custom-design-page------------------*/
#customSidebar {
  height: 100%;
  max-height: calc(-1.406px + 98vh);
  min-height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  position: sticky;
  top: 0px;
  padding-right: 0px;
}

.form_side {
  border: 1px solid #80808038;
  border-radius: 5px;
}

#custom-form {
  padding: 2rem;
}

.form-inline .form-control {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.form-select {
  padding: 5px 10px !important;
  color: #808080;
}

.form-control {
  border-radius: .5rem;
  color: #808080;
  display: block;
  padding: 5px 10px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#customForm {
  border: 1px solid #8080808f;
  padding: 7px;
  margin: 0px;
}

.section-head {
  font-size: 14px;
  font-weight: 500;
  background: #0aad0a;
  color: #fff;
  padding: 5px 5px;
  border-radius: 5px 5px 0 0;
}

.inline-feild {
  display: flex;
  align-items: center;
}

.inline-feild label {
  margin-right: 10px;
}

.inline-feild select,
.inline-feild input {
  margin-right: 10px;
}

#secondary1 {
  width: auto;
}

#secondary2 {
  width: auto;
}

#secondary3 {
  width: auto;
}

#frequency {
  width: 50% !important;
}

#hipot {
  width: 50% !important;
}

#iClass {
  width: 50% !important;
}

#mounting {
  width: 50% !important;
}

#terminationPoint {
  width: 50% !important;
}

#units {
  width: 50% !important;
}

#safety {
  width: 50% !important;
}

#description {
  width: 70%;
}

#comments {
  width: 70%;
}

#specification {
  width: 50%;
}

#captcha {
  width: 50%;
}

#pvg-video {
  width: 100%;
  height: 300px;
  background-color: rgb(10 89 151);
}

.g-recaptcha {
  display: flex;
  max-width: 100%;
  margin: 0;
}

/*-----------------What is New Page------------------*/
.newProducts-body {
  background-color: #f1f5f9;
  padding: 5%;
}

.new {
  padding: 2%;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    0px -4px 8px rgba(0, 0, 0, 0.2),
    4px 0px 8px rgba(0, 0, 0, 0.2),
    -4px 0px 8px rgba(0, 0, 0, 0.2);
}

#newProduct {
  height: 100px;
  width: 100px;
}

#shop {
  float: right;
}

/*---------------e-Newsletter------------------*/

.newsletter-body {
  background-color: #E5F0FF;
  padding: 7%;
}

#news-container {
  padding-right: calc(var(--fc-gutter-x)* 0) !important;
}

#news {
  display: flex;
}

.newsletter {
  background-color: #ffffffd1;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.1);
  padding: 5%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.newsletter.show {
  opacity: 1;
  transform: translateY(0);
}

.news-head {
  color: #0aad0a;
}

.date {
  color: #0d72c2;
}

.news-text {
  font-size: 14px;
  color: gray;
  text-align: justify;
  padding: 3% 4%;
}

/*------------------Ordering Info Page------------------*/
.orderingInfo {
  background-color: #f1f5f9;
}

.orderingInfo-body {
  padding: 5% 5%;
}

.orderingList {
  list-style: none;
  padding-left: 10px;
}

.orderingList li {
  margin-top: 7px;
  position: relative;
  padding-left: 20px;
}

.orderingList li:before {
  content: '';
  position: absolute;
  top: 9%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('../images/list-img.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*-------------------Who We ARE -----------------*/
.main-bg {
  width: 100%;
  height: 400px;
}

#myVideo {
  width: 100%;
  height: 500px;
  background-color: rgb(31 42 62);
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.brands {
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  background: #b7d1f4;
  padding: 20px 0;
}

.our-brand {
  margin-bottom: 20px;
}

.brand-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}

.brand-logo {
  flex: 1;
  margin: 20px;
  text-align: center;
}

.brand-logo img {
  max-width: 200px;
  transition: transform 0.3s, opacity 0.3s;
}

.brand-logo img:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

#mission-img {
  border-radius: 15px;
}

#pvg-img {
  border-radius: 15px;
}

.acq-img {
  border-radius: 20px;
}

.slideLeft {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 2s ease, transform 2s ease;
}

.slideRight {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 2s ease, transform 2s ease;
}

.slideLeft.animated {
  opacity: 1;
  transform: translateX(0);
}

.slideRight.animated {
  opacity: 1;
  transform: translateX(0);
}

.brand-content {
  background-color: #E5F0FF;
  padding: 3% 0 3% 0;
}

.brand-body {
  --fc-gutter-x: 2rem;
}

.brandColumn {
  display: flex;
}

.pt {
  color: #0d72c2;
}

.et {
  color: #035f03;
}

.wt {
  color: #0d72c2;
}

.brand {
  background: #fdfdfd;
  border-radius: 2%;
}

#carousel {
  width: 100%;
  padding: 20px;
  overflow-x: scroll;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.caro-item {
  width: 200px;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  margin: 4% 0px 4% 15px;
  display: flex;
  cursor: pointer;
  -webkit-transition: 1000ms all;
  transition: 1000ms all;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  position: relative;
}

.caro-item:hover~.caro-item {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.carousel__container:hover .caro-item {
  opacity: 0.3;
}

.carousel__container:hover .caro-item:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}

.caro-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caro-item__details {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%);
  font-size: 10px;
  opacity: 0;
  -webkit-transition: 450ms opacity;
  transition: 450ms opacity;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.caro-item__details:hover {
  opacity: 1;
}

.caro-item__details span {

  font-size: 0.9rem;
  color: #2ecc71;
}

.caro-item__details .controls {
  padding-top: 180px;
}

.caro-item__details .caro-item__details--title,
.caro-item__details--subtitle {
  color: #fff;
  margin: 5px 0;
}

.manufacturing {
  background: #E5F0FF;
  padding: 3% 0 3% 0;
}

.manufacture {
  background: #fdfdfd;
  border-radius: 2%;
}

.engineering-body {
  padding: 4% 5% 3% 5%;
}

.engineering {
  background: #b7d1f4;
  border-radius: 10px;
}

.owl-carousel {
  display: flex;
  /* overflow-x: hidden; */
}

.item {
  width: calc(100% / 3);
  position: relative;
}

.process-steps {
  position: relative;
  margin-bottom: 15px;
  padding-top: 15px;
}

.process-steps .item>h6 {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.process-steps:before {
  position: absolute;
  top: 70px;
  display: block;
  width: 100%;
  border-bottom: 2px solid #e1e1e1;
  content: "";
}

.process-steps .item:before {
  position: absolute;
  top: 57px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  margin-top: -8px;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.process-steps .item:hover:after {
  height: 25px;
}

.process-steps .item:hover:before,
.process-steps .item:hover:after {
  border-color: #2b91ca;
}

.process-steps .item:after {
  position: absolute;
  top: 63px;
  left: 6px;
  display: block;
  height: 0;
  border-left: 2px solid #e1e1e1;
  content: "";
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.process-steps .owl-prev.disabled,
.process-steps .owl-next.disabled {
  opacity: 0;
}

.process-steps .owl-prev {
  left: 0px;
}

.process-steps .owl-prev,
.process-steps .owl-next {
  position: absolute;
  top: 72px;
  width: 32px;
  height: 32px;
  margin-top: -4px;
}

.process-steps .owl-prev:before,
.process-steps .owl-next:before {
  font-size: 15px;
  line-height: 32px;
}

.owl-prev:before {
  content: "";
}

.owl-prev:before,
.owl-next:before {
  font-family: "FontAwesome";
  font-size: 35px;
  line-height: 55px;
}

.owl-prev:hover,
.owl-next:hover {
  background: #b7d1f4;
  border: 1px solid #b7d1f4;
}

.process-steps .owl-next {
  right: 0px;
}

.owl-next {
  right: -20px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #2b91ca no-repeat center center;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.owl-dots {
  display: none;
}

.awards-container {
  max-width: 100%;
  max-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.award img {
  max-width: 100%;
  height: 370px;
  object-fit: cover;
  -webkit-box-reflect: below 2px linear-gradient(transparent, transparent, #0004);
  transform-origin: center;
  transform: perspective(800px) rotateY(25deg);
  transition: 0.5s;
}

.awards-container:hover img {
  opacity: 0.3;
}

.awards-container img:hover {
  transform: perspective(800px) rotateY(0deg);
  opacity: 1;
}


@media only screen and (max-width: 768px) {
  video {
    width: 100%;
    height: 300px !important;
  }

  .brand-logos {
    flex-direction: column;
  }

  .brand-logo {
    margin: 10px 0;
  }

  .brand-logo img {
    max-width: 100px;
  }

  .manufacturing {
    padding: 5% 0 5% 7%;
  }

  .brand-content {
    padding: 3% 0px 5% 7%;
  }

  .acq {
    overflow-x: auto !important;
  }
}

/*-------------------Contact-Page-----------------------*/
.contact-head {
  background-color: #E5F0FF;
}

.form-area {
  border: 1px solid #80808038;
  border-radius: 5px;
  padding: 2rem;
  margin-left: 1% !important;
}

.contact-title {
  font-size: 22px;
  text-transform: uppercase;
}

#ctitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px !important;
}

#ctext {
  font-size: 14px;
}

#tolfree {
  font-size: 16px;
}

#c-head {
  font-size: 26px;
}

#contactArea {
  border: 1px solid #8080808f;
  padding: 7px;
  margin: 0px;
  padding: 1% 5%;
}

#selectheading {
  font-size: 11px;
}

.invalid-feedback {
  display: none;
  color: red;
}

.is-invalid+.invalid-feedback {
  display: block;
}

#contactSubmit {
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
}

#resetSubmit {
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
}

#contact-address {
  padding-left: 2%;
}

.carousel-control-prev {
  margin-left: -6%;
}

.carousel-control-next {
  margin-right: -6%;
}

#cPhone {
  width: 30px;
  height: 30px;
}

/*---------------Representative/Distributor Page---------------*/

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #fff !important;
  color: #0aad0a !important;
}

.map_side {
  border: 1px solid #80808038;
  border-radius: 5px;
}

#usmap {
  width: 100%;
}

.mapImage {
  padding: 1% 10%;
}

#state-id {
  font-size: 22px;
  text-transform: uppercase;
}

#state-address {
  font-size: 14px;
}

#state-info {
  display: none;
}

.form-link {
  background-color: #E5F0FF;
}

#signup-text {
  font-size: 14px;
}


/*--------------------Signup-page---------------------*/

#signupArea {
  border: 1px solid #8080808f;
  padding: 7px;
  margin: 0px;
  padding: 1% 5%;
}


#signup-Submit {
  padding: 6px 12px;
  border-radius: 12px;
}

#signup-Reset {
  padding: 6px 12px;
  border-radius: 12px;
}

/*-------------------Certificates Page-----------------------*/

.certificate-area {
  padding: 20px;
  border: 1px solid #80808038;
}

.certificate-area li {
  cursor: pointer;
  transition: background-color 0.3s;
}

.certificate-area li:hover,
.certificate-area li.active {
  background-color: #ddd;
}

.certificate-list {
  list-style: none;
  padding-left: 10px;
}

.certificate-list li {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}

.certificate-list li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('../images/list-img.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.certificate-container {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

#certificateViewer {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  border: 1px solid #0e0d0d;
}

#mobileDownloadLink {
  display: none;
  margin-top: 10px;
  text-decoration: none;
  color: #0aad0a;
}

#mobileDownloadLink:hover {
  color: #084a7e;
  text-decoration: underline;
}

/*-----------------CE-Certificate page---------*/
.certificateArea {
  padding: 20px;
  border: 1px solid #80808038;
}

.certificateArea li {
  cursor: pointer;
  transition: background-color 0.3s;
}

.certificateArea li:hover,
.certificateArea li.active {
  background-color: #ddd;
}

.certificates-list {
  list-style: none;
  padding-left: 10px;
}

.certificates-list li {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}

.certificates-list li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('../images/list-img.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.certificates-container {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

#certificateView {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  border: 1px solid #0e0d0d;
}

#mobileDownload {
  display: none;
  margin-top: 10px;
  text-decoration: none;
  color: #0aad0a;
}

#mobileDownload:hover {
  color: #084a7e;
  text-decoration: underline;
}

/*----------------Cross-reference page---------*/

.crossReference {
  padding: 5%;
}

#crossSidebar {
  height: 250px;
  overflow-y: auto;
  overflow-x: auto;
  position: sticky;
  top: 0px;
  padding-right: 0px;
}

.crossReference-body {
  padding: 4%;
  border: 1px solid #80808038;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    0px -4px 8px rgba(0, 0, 0, 0.2),
    4px 0px 8px rgba(0, 0, 0, 0.2),
    -4px 0px 8px rgba(0, 0, 0, 0.2);
}

#crossCheck-btn {
  padding: 3% 15%;
}

#cross-check {
  width: 100% !important;
}

.cross-text {
  margin: 3% 1%;
  text-align: justify;
}

/*--------------Catalog Page-------------*/
.catalog-top {
  position: relative;
  background: #fff;
}

.catalog-top .catalog-bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 55%;
  overflow: hidden;
  background: url('../images/catalog-cover.webp') no-repeat left center / cover;
}

.catalog-top .catalog-bg:before {
  content: '';
  position: absolute;
  opacity: 0.75;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(158, 193, 233, 0.75);
}

.catalog-top .catalog-bg:after {
  content: '';
  position: absolute;
  background: #fff;
  bottom: 0px;
  left: -370px;
  width: 500px;
  height: 1000px;
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.newsimages {
  height: 200px;
  width: 142px;
}

.catalog-container {
  width: 100%;
  height: 470px;
  overflow: hidden;
  position: relative;
}

#catalogViewer {
  width: 100%;
  height: 100%;
  border: 1px solid #0e0d0d;
  /* flex-grow: 1;
  transform: scale(0.8); */
  transform-origin: top center;
}

.fullscreen-link {
  position: absolute;
  top: 0;
  left: 45%;
  opacity: 0;
  padding: 0px 5px;
  text-align: center;
  line-height: calc(100% - -25px);
  background-color: rgba(0, 0, 0, 0.5);
  color: white !important;
  font-size: 12px;
  display: none;
  cursor: pointer;
}

.catalog-container:hover .fullscreen-link {
  display: block;
  opacity: 1;
}

.mobCatalog:hover {
  color: #05365c;
  text-decoration: underline;
}

/*-----------------PDF Viewer------------------------*/
.pdf-container {
  width: 100%;
  height: 760px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pdf-viewer {
  width: 68%;
  height: 100%;
  border: 1px solid black;
}

/*----------------------Comapny History------------------*/
.history-body {
  padding: 5%;
  border: 1px solid #80808038;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    0px -4px 0px rgba(0, 0, 0, 0),
    4px 0px 8px rgba(0, 0, 0, 0.2),
    -4px 0px 8px rgba(0, 0, 0, 0.2);
}

.hText {
  font-size: 14px;
  text-align: justify;
  color: rgb(66, 66, 66);
}

@keyframes textTransitionIn {
  0% {
    transform: scaleX(0.2);
    opacity: 0;
    transform-origin: left;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
    transform-origin: left;
  }
}

.animated-text {
  display: inline-block;
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left;
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.animated-text.animated {
  opacity: 1;
  transform: scaleX(1);
  animation: textTransitionIn 2s ease-out;
}

.animated-imageL {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 2s ease, transform 2s ease;
}

.animated-imageL.animated {
  opacity: 1;
  transform: translateX(0);
}

.animated-imageR {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 2s ease, transform 2s ease;
}

.animated-imageR.animated {
  opacity: 1;
  transform: translateX(0);
}

#wabashImg {
  border-radius: 10px;
}

/*-----------------Quality Policy--------------------*/

.quality-policy {
  background-color: #f1f5f9;
  padding: 3%;
}

.qualityPolicy {
  padding: 5%;
  border: 1px solid #80808038;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    0px -4px 8px rgba(0, 0, 0, 0.2),
    4px 0px 8px rgba(0, 0, 0, 0.2),
    -4px 0px 8px rgba(0, 0, 0, 0.2);
}

.quality-text {
  font-size: 14px;
}

.qualityList {
  list-style: square;
  padding-left: 10px;
}

.quality-sublist {
  list-style: none;
}

/*--------------Technical Articles-----------------------*/

.tech-articles {
  background-color: #f1f5f9;
}

.article-body {
  padding: 5%;
}

.header-subhead {
  text-align: justify;
}

.article-list {
  list-style: none;
  padding-left: 10px;
  line-height: 30px;
}

.article-list li {
  list-style-type: disc;
}

/*------------------Press Release---------------------*/

.press-release {
  background-color: #f1f5f9;
}

.press-body {
  padding: 5%;
  line-height: 30px;
}

.press-body ol li a:hover {
  color: #084a7e;
}

/*-------------Career Page---------------*/

.career {
  padding: 5%;
}

.column-img {
  float: left;
  width: 35%;
  padding: 10px;
}

.column-img img {
  margin-top: 10%;
}

.career-container:after {
  content: "";
  display: table;
  clear: both;
}

.career-text {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}

.career-box {
  border: 1px solid #8080808f;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    0px -4px 8px rgba(0, 0, 0, 0.2),
    4px 0px 8px rgba(0, 0, 0, 0.2),
    -4px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 5% 3%;
  margin-top: 6%;
}

.career-subhead {
  color: #0d72c2;
}

/*----------FAQ Page-----------*/

.faq-text {
  border: 1px solid #000;
  padding: 0%;
}

#faq-body {
  background-color: #fff !important;
  text-align: justify;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.faq-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgb(223, 222, 222);
}

.faq-table th,
td {
  border: 1px solid rgb(223, 222, 222);
  padding: 8px;
  text-align: left;
}

.faq-table th {
  background-color: #969494;
}

/*----------------Sitemap-----------*/
.site-map {
  padding: 3%;
  border: 1px solid #80808038;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    0px -4px 8px rgba(0, 0, 0, 0.2),
    4px 0px 8px rgba(0, 0, 0, 0.2),
    -4px 0px 8px rgba(0, 0, 0, 0.2);
}

.sitemap-list {
  list-style: none;
}

/*----------------Privacy Policy & Terms of Use-----------------*/
.privacy {
  padding: 7%;
}

.privacy-text {
  font-size: 14px;
  text-align: justify;
}

.terms {
  padding: 5%;
}

.terms-text {
  font-size: 14px;
  text-align: justify;
  color: #414141 !important;
}

.termsList {
  font-size: 14px;
}

/*-------------Unsubscribe-----------*/
.email-unsub {
  padding: 4%;
  background: Linear-gradient(to bottom, #9be4b2, #e4ecf2);
}

.unsubEmail {
  width: 55%;
  border-radius: 5px;
  padding: 5px;
}

#unsubscribe-btn {
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #ff3130 !important;
  border: 1px #ff3130;
}

/*----------Newsletter-----------*/
.bg-dark {
  background-color: #001e2bf0 !important;
}

.newssubscribe {
  padding-top: 1%;
}

#newstext {
  margin-top: 0 !important;
}

#newsbtn {
  background-color: #0aad0a !important;
  padding: 0 1rem !important;
  color: #001e2bf0 !important;
}

#newsbtn a{
  color: #001e2bf0 !important;
}

#newsbtn a:hover{
    color: #fff !important;
}

#emailAddress {
  padding: 0 !important;
  width: 100%;
}

/*----------- newsletter-Signup-------------*/
.newsSignup{
  background-color: #E5F0FF;
}

/*----------back to Top-----------*/

#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  font-size: 18px;
  background-color: #0aad0a;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

/*----------Footer-----------*/
.footer {
  background-color: #084a7e !important;
}

.footer .nav .nav-item .nav-link {
  color: #fff !important;
}

.footer .nav .nav-item .nav-link:hover {
  color: #0aad0a !important;
}

#footer_title {
  font-size: 16px;
  color: #fff;
}

#footer_text {
  color: #fff;
}

#footer_links {
  text-align: center;
}

.footer-links a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  text-align: center;

}

.footer-links a:hover {
  color: #0aad0a;
}

#ptext {
  color: #fff;
}

#copyright {
  text-align: center;
  color: #fff;
}

.socail_media a {
  padding-right: 2%;
}

.border-top {
  border-top: 2px solid #035f03 !important;
}

#time {
  font-size: 11px;
  line-height: 13px;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: inline;
}

/*-------------------Guest Login---------------------*/
.orderLookup {
  border: 1px solid #80808038;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2),
    0px -4px 8px rgba(0, 0, 0, 0.2),
    4px 0px 8px rgba(0, 0, 0, 0.2),
    -4px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 3%;
}

.guestArea {
  padding: 2%;
}

.guestForm {
  padding: 2%;
}

.pLight {
  color: gray;
}

/*------------------User Dashboard---------------------*/

.nav-pills-dark .nav-item .nav-link.active {
  background-color: #E5F0FF !important;
  color: var(--fc-white);
}

#addressCard {
  background-color: #fff !important;
}

.dashboard-section {
  display: none;
  padding: 2%;
}

.dashboard-section.active {
  display: block;
}

.sidebar-toggle {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f0f0f0;
  border: none;
  cursor: pointer;
}

.section-title {
  font-size: 1.5rem;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.info-item {
  margin-bottom: 15px;
}

.info-item .row {
  align-items: center;
  padding: 10px 0;
}

.info-item .row .col-2.text-end {
  text-align: right;
}

.btn-outline-primary {
  border-color: #0aad0a;
  color: #0aad0a;
}

.btn-outline-primary:hover {
  background-color: #0aad0a;
  color: #fff;
}

#addressCard {
  background-color: #fff !important;
}

.bghead {
  background-color: #E5F0FF;
}

.orderTable tr {
  border: 1px solid #80808038;
}

.orderTable td {
  border: none;
}

/*------------Purchase History-------------*/
.purchase-history {
  padding: 2%;
}