.plant-m{
    background-color: #134989;
    padding: 10px;
     text-align: center;
}

.plant-m .btn{
  box-shadow: 0 0 26px 1px #a1c3fe;
    padding: 5px 20px 5px 20px;
    transition: 0.3s linear;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 17px;
    margin-bottom: 14px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #134989;
    font-weight: bold;
    text-transform: uppercase;
}

.plant-m .btn:hover{
        cursor: pointer;
    transform: translatey(-3px);
    box-shadow: 0 0 6px #a1c3fe;
}

.sol-question {
    font-weight: 600;
    font-size: 45px;
    color: #06407F !important;
}

.shop-floor-qus {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

.to-know-features p{
    /* width: 80%; */
    /* margin: 0% 0% 4% 10%; */
    font-size: 20px;
    line-height: 1.4;
    padding: 0px 0px 15px 0px;
    color: #555555 !important;
}

.content-f{
  padding-right: 0;
  padding-left: 1.3px;
      margin-top: 1.3px;
}

.card-featured{
    text-align: center;
    background-color: #063f7e;
    color: #fff;
    padding: 12px;
    width: 100%;
}

.card-featured h5{
  color: #fff;
  padding-top: 15px;
}

.call-to-action-2{
  padding: 25px 0px !important;
}

.call-to-action-2 .cta-content .lead-01 {
  font-size: 1.1rem;
  margin-bottom: 0rem;
  color: #555555;
  /* color: color-mix(in srgb, var(--default-color), transparent 20%); */
}

.call-to-action-2 .cta-content .lead-01 a {
  color: #064080;
}
.call-to-action-2 .cta-content .lead-01 a:hover {
  text-decoration: underline;
}

.card-featured-second{
  text-align: center;
  width: 100%;
}

.card-featured-second img{
  width: 56%;
  margin-bottom: 20px;
}

.benefits-section{
  margin-top: 30px;
}

.benefits-section img{
  width: 23%;
}

.benefit-box h5{
  margin-top: 25px;
  background-color: #063f7e;
    padding: 15px;
    color: #fff;
  margin-bottom: 0;
}

.tick{
  list-style: none;
    padding-left: 31%;
    margin-top: 20px;
    line-height: 2;
}

.tick li i{
  color: #F59838;
  padding-right: 10px;
      font-size: 15px;
}

.benefit-col{
  padding-right: 0;
  padding-left: 1.3px;
}

.customer-box{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: inherit;
    margin: 2% 2% 4% 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.customer_text_1{
    font-weight: 500;
    font-size: 26px;
    /* padding-bottom: 18px; */
    color: #0c0c0c !important;
}

.customer_text_2 {
    font-size: 21px;
    padding-bottom: 50px;
    color: #06407F !important;
}

* {
      box-sizing: border-box;
    }

    .marquee_test {
      display: flex;
      overflow: hidden;
      user-select: none;
      gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
    }

    .marquee_group {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
      min-width: 100%;
      animation: scroll-x 50s linear infinite;
    }

    @keyframes scroll-x {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14)));
      }
    }

    .marquee_test img {
      display: grid;
      place-items: center;
      width: clamp(10rem, 1rem + 40vmin, 30rem);
      aspect-ratio: 19/9;
      object-fit: contain;
      /* padding: calc(clamp(10rem, 1rem + 40vmin, 13rem) / 10); */
      border-radius: 0.5rem;
    }

    .wrapper_slide {
      display: flex;
      flex-direction: column;
      gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
      margin: 30px auto 10px auto;
      max-width: 100vw;
    }

    .links-webinar a{
        color: #fff;
    }

    .links-webinar a:hover{
        color: #fff;
        text-decoration: underline;
    }

    .styled-input.wide {
    width: 650px;
    max-width: 100%;
}
.styled-input {
    float: left;
    width: 173px;
    margin: 1.2rem 0;
    position: relative;
    border-radius: 4px;
}

.fname input {
    width: 50%;
    background-color: #233948;
    border: 0px solid #ffffff;
    font-size: 15px;
    padding: 3px 10px;
    border-radius: 0px;
}

.subscribe-submit-btn {
    margin: 0;
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 2px 15px;
    margin-left: 10px;
    font-size: 16px;
}

.copyright-footer p{
  color: #f49937;
}

.blue-background{
  background-color: #134989 !important;
  text-align: center;
  padding: 170px 0px 70px 0px;
}

.page-title-h1{
  color: #fff;
}

.about_title{
      color: #124888;
    font-size: 30px;
}

.about_desc{
    margin-top: 10px;
    text-align: justify;
}

.ceo-img img {
    width: 220px;
    margin-top: 8%;
    margin-bottom: 8%;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.team-section{
    text-align: center;
}

.team-section img{
    width: 80%;
}

.team-section .team-content{
  margin-top: 10px;
}

.team-section .team-content h6{
      font-size: 19px;
    font-weight: 400;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
        color: #555555;
}

.team-section .team-content p{
    font-size: 17px;
    font-weight: 400;
    color: #969292;
    margin-bottom: 10px;
    line-height: 1.9;
}

.action-button-bottom {
    /* margin-bottom: 3%; */
    margin-top: 3%;
}

.action-link a:link {
    text-decoration: none;
    color: white;
}
.shop-floor a {
    margin-top: 6%;
    /* margin-bottom: 4%; */
}
.action-button {
    background-color: #134989;
    padding: 7px 10px;
    color: white;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 17px;
}

.action-button:hover {
    box-shadow: 0 0 26px 1px #a1c3fe;
    transition: 0.3s linear;
    border: none;
    outline: none;
}

.icon-box i{
  color: #064080;
  margin-right: 10px;
}

.contact-btn{
      background: #27609d;
    color: #fff;
    padding: 8px 30px;
}

/*--------------------------------------------------------------
# Call To Action 2 Section
--------------------------------------------------------------*/

.call-to-action-3{
  padding-top: 140px;
  background-color: #134989;
}

.call-to-action-3 .cta-image-wrapper {
  position: relative;
}

.call-to-action-3 .cta-image-wrapper img {
  position: relative;
  z-index: 2;
  transform: scaleX(-1);
}

.call-to-action-3 .cta-image-wrapper .cta-pattern {
  position: absolute;
  width: 80%;
  height: 80%;
  bottom: -30px;
  right: -30px;
  background: repeating-linear-gradient(45deg, color-mix(in srgb, var(--accent-color), transparent 98%), color-mix(in srgb, var(--accent-color), transparent 98%) 10px, color-mix(in srgb, var(--accent-color), transparent 95%) 10px, color-mix(in srgb, var(--accent-color), transparent 95%) 20px);
  z-index: 1;
  border-radius: 1rem;
}

.call-to-action-3 .cta-content h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
  .call-to-action-3 .cta-content h2 {
    font-size: 2rem;
  }
}

.call-to-action-3 .cta-content .lead {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.call-to-action-3 .cta-features {
  margin-bottom: 1.5rem;
}

.call-to-action-3 .cta-features .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.call-to-action-3 .cta-features .feature-item i {
     color: #fff;
  font-size: 1.25rem;
  margin-right: 0.75rem;
}

.call-to-action-3 .cta-features .feature-item span {
  font-size: 1.2rem;
      color: #fff;
}

.call-to-action-3 .cta-action .btn-primary {
  box-shadow: 0 0 26px 1px #a1c3fe;
    padding: 5px 20px 5px 20px;
    transition: 0.3s linear;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 17px;
    margin-bottom: 14px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #134989;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.call-to-action-3 .cta-action .btn-primary:hover {
  /* background-color: color-mix(in srgb, var(--accent-color), black 10%);
  border-color: color-mix(in srgb, var(--accent-color), black 10%); */
      cursor: pointer;
    transform: translatey(-3px);
    box-shadow: 0 0 6px #a1c3fe;
}

.call-to-action-3 .cta-action .btn-outline-primary {
  border-color: var(--accent-color);
  color: var(--accent-color);
  padding: 0.75rem 1.75rem;
  transition: all 0.3s ease;
 
}

.call-to-action-3 .cta-action .btn-outline-primary:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

@media (max-width: 768px) {
  .call-to-action-3 .cta-image-wrapper {
    margin-bottom: 2rem;
  }

  .call-to-action-3 .cta-image-wrapper .cta-pattern {
    width: 70%;
    height: 70%;
    bottom: -20px;
    right: -20px;
  }

  .call-to-action-3 .cta-action {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .call-to-action-3 .cta-action .btn {
    width: 100%;
  }
}

.feature-box-plant-section{
  margin-top: 40px;
}

.feature-box-plant{
    box-shadow: 0px 2px 18px 0px rgba(12, 113, 195, 0.3);
    border-radius: 10px 10px 10px 10px;
    padding: 21px 10px 10px 10px;
    margin-bottom: 6%;
}

.feature-box-img img{
  width: 100%;
}

.feature-box-content h5{
      color: #656565;
      /* text-align: center; */
}

.feature-box-content ul li{
      color: #656565;
      font-size: 15px;
}

.feature-item-unorderd{
  background-color: #fff;
  padding: 20px;
  color : #134989;
  font-size: 18px;
}

.why-box-plant-section{
  margin-top: 40px;
}

.why-box-plant{
    box-shadow: 0px 2px 18px 0px rgba(12, 113, 195, 0.3);
    border-radius: 10px 10px 10px 10px;
    padding: 21px 10px 10px 10px;
    margin-bottom: 4%;
}

.why-box-img{
  text-align: center;
}

.why-box-img img{
  width: 82%;
}

.why-box-content p{
      color: #656565;
}

.demo-video-section img{
  width: 100%;
}

.action-link a:hover {
    color: white;
}

.client_section{
  width: 100%;
}

.clients_content {
    transition: box-shadow .3s;
    border: 1px solid #ccc;
    padding: 4% 2%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* margin-top: 2%; */
    margin-bottom: 2%;
}

.clients_content:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.clients_content h6 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    color: #555555;
    line-height: 1.6;
}

.clients_content p {
    font-size: 15px;
    /* font-weight: 400; */
    color: #969292;
    line-height: 1;
}

.schedular_blocks_section{
  width: 100%;
}

.schedular_blocks {
    list-style-type: none;
    width: 48%;
    display: inline-block;
    padding: 15px;
    height: 85px;
    /* margin-bottom: 15px; */
    float: left;
    background-color: #F8FAFD;
    box-shadow: 0px 1px 6px 6px #f0f1f1;
        width: 100%;
}

.schedular_blocks p{
  margin-bottom: 0px;
}

.schedularBenefits .schedular_blocks_second li {
    height: 200px;
    padding: 0;
}

.schedular_blocks_second li {
    list-style-type: none;
    width: 48%;
    display: inline-block;
    padding: 1%;
    height: 85px;
    margin-bottom: 15px;
    float: left;
    background-color: #F8FAFD;
    box-shadow: 0px 1px 6px 6px #f0f1f1;
}

.block_icon {
    background-color: #091221;
    height: 60px;
    text-align: center;
    padding: 5px;
}

.block_icon img {
    height: 50px;
}

.block_title {
    text-align: center;
    font-weight: bold;
    margin: 10px;
    font-size: 130%;
}

.schedular_blocks_second p
 {
    text-align: center;
        padding: 7px;
}

.schedular_blocks_second li.first {
    margin-right: 1%;
}

.feature_blocks_scheduler {
    background-color: #08111B;
    padding: 2% 0%;
}

.feature_blocks_scheduler .block_schedule {
    padding: 2% 0%;
}

.feature_blocks_scheduler .white {
    width: 80%;
    background-color: #F3F4F4;
    min-height: 170px;
    padding-top: 20px;
}
.feature_left_block {
    float: left;
}

.feature_blocks_scheduler .block_title {
    text-align: left;
    padding-left: 4.5%;
    font-size: 125%;
}

.feature_blocks_scheduler ul {
    padding-left: 7%;
}

.feature_blocks .black {
    background-color: #040403;
    width: 16%;
    min-height: 170px;
}

.feature_left_block {
    float: left;
}
.feature_blocks .black img
 {
    width: 75%;
    padding: 5%;
    margin: 0px 20px;
}
.clearBoth {
    clear: both;
}

.feature_blocks_scheduler .white {
    width: 80%;
    background-color: #F3F4F4;
    min-height: 170px;
    padding-top: 20px;
}

.feature_blocks_scheduler .black {
    background-color: #040403;
    width: 16%;
    min-height: 170px;
}

.feature_right_block.black {
    text-align: right;
}
.feature_right_block {
    float: right;
}

.feature_blocks_scheduler .black img {
    width: 75%;
    padding: 5%;
    margin: 0px 20px;
}

.abt_pms_top{
  margin-top: -24px;
}

/* accordian */

.accordion-item{
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.accordion-body ul li a {
  color: black;
  font-weight: 700;
}
.faq-section .accordion {
  width: 100%;
}

.accordion-button{
 background: #124785;
      color: #fff;
}

.accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  /* background-color: var(--secondary-text); */
      background: #124785;
      color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  /* top: 1.25rem; */
  height: 2px;
  width: 1rem;
      background-color: #fff;
}
.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  /* top: 0.8125rem; */
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
      background-color: #fff;
}

.faq-section .accordion-button h5 {
  /*   color: #7dbc9e; */
  color: var(--primary-text);
  margin-right: 13px;
}
.accordion-body {
  background-color: var(--secondary-text);
}
/* button:focus:not(:focus-visible) {
    outline: 0;
} */

/* list */
.accordion-body ul {
  list-style-type: none;
  margin-left: 20px;
}
.accordion-body ul li {
  margin-bottom: 5px;
}
.accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.accordion-body ol > li {
  counter-increment: step-counter; /* Increment custom counter */
  margin-bottom: 10px;
}

.accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": "; /* Custom prefix */
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
            margin-bottom: 0;
            font-size: 17px;
  }
}
