.x-fence {
    border-bottom: 1px solid rgba(45, 53, 139, .5);
    margin-bottom: 20px;
}

.featured-list-1 {  list-style-type:none; }
.featured-list-1 li {  
    background-image: URL(../images/bullet-01.png);
    background-repeat:no-repeat;
    background-position:0 16px;
    padding-left:50px;
  }
  .featured-list-1 h4 {  
    margin:0;
    padding-top:12px;
  }
  .featured-list-1 li {  
    border-top: 1px dotted #ccc;
  }
  .featured-list-1 li:first-of-type {  border-top: none;
  }

  .bg-highlight {
    background-color: rgba(245, 40, 145, .25);
  }


.process-wrapper .process-single-item {
  position: relative;
  margin-bottom: 80px;
}
.process-wrapper .process-single-item-holder {
  display: table;
  width: 100%;
}
.process-wrapper .process-single-item .process-icon {
    position: relative;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 2.1875rem 0 rgba(119, 119, 120, 0.13);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.process-wrapper .process-content {
   position: relative;
   padding-top: 6px;
}
.process-wrapper .process-content p {
    font-size: 13px;
    line-height: 1.6;
}
@media (min-width:768px){
  .process-wrapper .process-single-item .process-icon {
      width: 140px;
      height: 140px;
  }
  .process-wrapper .process-content p {
      font-size: 16px;
  }
}
.process-wrapper .process-single-item svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 80%;
}
.process-wrapper .process-image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:992px){
  .process-wrapper .process-image {
      max-width: 100%;
      margin-top: 70px;
  }
}
@media (min-width:1200px){
  .process-wrapper .process-image {
      margin-top: 0;
  }
}


/* FAQ Fixes */
.section-faqs {
    background-color: #f3f3f3;
  }
  .faq-accordian{
    overflow: hidden;
  }
  .faq-accordian .hide-initially{
    height: 0;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0.25s ease;
  }
  .faq-accordian .panel:nth-child(5){
    margin-bottom: 12px;
  }
  .faq-accordian .hide-initially.show-more-faqs{
    height: auto;
    margin-top: 12px;
    transform: scaleY(1);
  }
  .show-hide-more-faqs.hide-this-button{
    display: none !important;
  }
  .section-faqs .faqs-wrapper .faq-more-btn{
    margin-top: 16px;
  }
  .section-faqs .faqs-wrapper .faq-more-btn a{
    display: block;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .faqs-wrapper .panel,
  .faqs-wrapper .panel-default > .panel-heading {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }
  .faqs-wrapper .panel-title,
  .faqs-wrapper .panel-title a {
    position: relative;
  }
  .faqs-wrapper .panel-title a {
    padding: 25px 50px;
    background-color: #fff;
    border: 1px solid #f2f6f9;
    display: block;
  }
  .faqs-wrapper .panel-title:before {
    content: "\f059";
    font-family: "FontAwesome";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 1;
    color: #0a0a90;
  }
  
  .faqs-wrapper .panel-title a:before,
  .faqs-wrapper .panel-title a:after {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background-color: #0a0a90;
    transition: transform 0.35s ease-in-out;
    height: 1px;
    width: 20px;
    right: 13px;
  }
  
  .faqs-wrapper .panel-title a.collapsed:before {
    transform: rotate(90deg);
  }
  
  .faqs-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #fff;
    border: 1px solid #f2f6f9;
  }
  .faqs-wrapper .panel-group .panel + .panel {
    margin-top: 12px;
  }


  /* Key Features */
  .sv-collapse .panel,
  .sv-collapse .panel-heading{
      padding: 0;
      border-radius: 0;
      box-shadow: none;
      margin: 0 !important;
  }
  .sv-collapse .panel{
      border-bottom: 1px solid #E1E1F0;
  }
  .sv-collapse div[role="tab"] >h4{
      margin: 0;
  }
  .sv-collapse div[role="tab"]  a{
      display: block;
      width: 100%;
      color: inherit !important;
      padding: 10px 0;
      display: table;
      position: relative;
      padding-right: 60px;
  }
  .sv-collapse .panel-body{
      padding: 15px 0 25px;
      font-size: 16px;
  }
  /* .sv-collapse div[role="tab"] a span,
  .sv-collapse div[role="tab"] a i{
      display: table-cell;
      vertical-align: middle;
  } */
  
  .sv-collapse div[role="tab"] a i{   
      width: 45px;
      height: 45px;
      border-radius: 50%;
      text-align: center;
      font-size: 40px;
      font-weight: 900;
      line-height: 45px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      color: #0a0a90;    
      border: 1px solid #0a0a90;
      transition: all 0.5s ease-out;
  }
  
  .sv-collapse div[role="tab"] a.collapsed i{
      transform: translateY(-50%) rotate(0deg);
      color: #ffffff;
      background-color: #0a0a90;
  }

  /* Key Features END */


      /* Fence-list */

      .image-container {
        position: relative;
        display: block;
        overflow: hidden;
        padding-left: 0px;
        padding-right: 0px;
      }
      
      .image-container img {
        width: 100%;
        display: block;
        height: auto;
      }
      
      .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s ease;
      }
      .image-container:hover .overlay {
        background-color: rgba(0, 0, 0, 0.6); 
      }
      
     
      .overlay .service-text {
        position: relative; 
        color: white;
        font-size: 2.6em;
        font-weight: 700;
        text-align: center;
        z-index: 2;
      }
      @media (max-width: 1600px) {
        .overlay .service-text {
          font-size: 1.8em;
        }
      }
      @media (max-width: 1200px) {
        .overlay .service-text {
          font-size: 2.2em;
        }
      }
    
      @media (max-width: 991px) {
        .overlay .service-text {
          font-size: 1.9em;
        }
      }
      
   
      /* .image-container::after {
        content: '';
        position: absolute;
        top: 30px; 
        left: 30px; 
        right: 30px; 
        bottom: 30px; 
        border: 2px solid transparent; 
        z-index: 1; 
        transition: border 0.3s ease-in-out;
        pointer-events: none; 
      } */
      
      .image-container:hover::after {
        border-color: #fff;
      }
      
      .row.pt-md > .image-container {
        padding-left: 2px; 
        padding-right: 2px; 
      }
      
      @media (min-width: 768px) { 
        .row.pt-md > .image-container {
          padding-left: 2px;
          padding-right: 2px;
        }
      }
      
      
        /* Fence-list End */
    
        .f-hr {
          border: none;
          height: 2px; 
          background: linear-gradient(to right, rgba(50, 168, 82, 0), #0a0a90, rgba(50, 168, 82, 0)); 
          margin: 20px 0; 
          display: block; 
        }
        .fl-hr {
          border: none;
          height: 2px; 
          background: linear-gradient(to right, #a3a3a3, rgba(50, 168, 82, 0)); 
          margin: 20px 0; 
          display: block; 
        }

        .fw-hr {
          border: none;
          height: 2px; 
          background: linear-gradient(to right, rgba(50, 168, 82, 0), #fff, rgba(50, 168, 82, 0)); 
          margin: 20px 0; 
          display: block; 
        }

        .no-dig-list {
          list-style: none;
          padding: 0;
          margin: 0;
      }
      
      .no-dig-list li {
          position: relative;
          padding-left: 30px;
          margin-bottom: 10px;
          line-height: 1.5;
          font-size: 20px;
      }
      
      .no-dig-list li:before {
          content: "\f14a";
          font-family: "Font Awesome 6 Pro";
          position: absolute;
          left: 0;
          top: 0;
          color: #0a0a90;
      }


      .no-dig-list-company {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .no-dig-list-company li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        line-height: 1.5;
        font-size: 40px;
        font-weight: 500;
    }
    
    .no-dig-list-company li:before {
        content: "\f14a";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
    }
      


      .ii {
        padding: 0px;
        margin: 0px;
      }

      .intro-image1 {
        border: 5px solid #a3a3a3;                
      }

      .intro-image2 {
        border: 5px solid #a3a3a3;        
        margin-top: 60px;       
        margin-left: -5px;
      }





/* before after variant  */

      .before-after-variant-v2 .comparison {
        height: 100%;
        position: relative;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }
      
      .before-after-variant-v2 .divisor {
        /* background-attachment: fixed; */
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        /* box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3); */
        top: 0;
        height: 50%;
      }
      .before-after-variant-v2 .divisor::before,
      .before-after-variant-v2 .divisor::after {
        content: "";
        position: absolute;
        right: -2px;
        height: 4px;
        width: calc(50% - 25px);
        background: white;
        z-index: 3;
      }
      .before-after-variant-v2 .divisor::before {
        bottom: 0;
        left: -2px;
        right: unset;
        box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
      }
      .before-after-variant-v2 .divisor::after {
        bottom: 0;
        box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
      }
      
      .before-after-variant-v2 .handle {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
        z-index: 1;
      }
      .before-after-variant-v2 .handle::before,
      .before-after-variant-v2 .handle::after {
        content: "";
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
      }
      .before-after-variant-v2 .handle::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
      }
      .before-after-variant-v2 .handle::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
      }
      
      .before-after-variant-v2 input[type="range"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        position: absolute;
        top: 50%;
        left: 50%;
      
        transform: translate(-50%, -50%) rotate(-90deg);
      
        background-color: transparent;
        /* width: calc(100% + 50px); */
        z-index: 2;
        cursor: ew-resize;
        /* writing-mode: bt-lr;
        -webkit-appearance: slider-vertical; */
        @-moz-document url-prefix() {
          transform: translate(-50%, -50%) rotate(0deg);
          -moz-transform: translate(-50%, -50%) rotate(0deg);
        }
      }
      .before-after-variant-v2 input[type="range"]:focus,
      .before-after-variant-v2 input[type="range"]:active {
        border: none;
        outline: none;
      }
      
      .before-after-variant-v2 input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: transparent;
        border: 4px solid white;
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
      }
      
      .before-after-variant-v2 input[type="range"]::-moz-range-thumb {
        height: 40px;
        width: 40px;
        border: 4px solid white;
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        background-color: transparent;
      }
      
      .before-after-variant-v2 input[type="range"]::-moz-range-track {
        -moz-appearance: none;
        height: 15px;
        width: 100%;
        background-color: transparent;
        position: relative;
        outline: none;
      }
      
      #double-section-comparison {
        height: 100%;
        /* padding-bottom: 75%;
        overflow: hidden; */
        position: relative;
      }
      
      #double-section-comparison figure {
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        font-size: 0;
        width: 100%;
        height: 100%;
        margin: 0;
      }
      
      #double-section-comparison .divisor {
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
        top: 0;
        height: 50%;
      }
      
      @media (max-width: 992px) {
        .before-after-variant-v2 .comparison {
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 0;
        }
      }
      
      /*.product-features {
        background: #f5f5f5;
      }*/
      .product-features .feature-img {
        position: relative;
        display: table;
        margin: 0 auto;
      }
      @media (min-width: 992px) {
        .product-features .feature-img {
          margin: 0;
        }
      }
      
      .product-features .feature-show {
        z-index: 13 !important;
      }
      .product-features .feature-dot-container {
        position: absolute;
        top: 0;
        left: 0;
      }
      .product-features .feature-dot {
        position: absolute;
        width: 40px;
        height: 40px;
        z-index: 1;
        cursor: pointer;
      }
      
      .product-features .feature-dot:before,
      .product-features .feature-dot:after,
      .product-features .feature-show {
        background-color: #F37522;
        border-radius: 50%;
      }
      
      .product-features .feature-dot:before,
      .product-features .feature-dot:after {
        position: relative;
        content: "";
        display: block;
      }
      
      .product-features .feature-dot:before {
        width: 200%;
        height: 200%;
        margin-left: -50%;
        margin-top: -50%;
        animation: pulse-ring 3s cubic-bezier(0.1, 0.61, 0.255, 1) infinite;
      }
      
      .product-features .feature-dot:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        animation: pulse-dot 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
      }
      
      .product-features .feature-dot span {
        color: #fff;
        position: absolute;
        z-index: 2;
        top: 0;
        text-align: center;
        display: inline-block;
        font-size: 18px;
        left: 13px;
        line-height: 40px;
      }
      
      .product-features .feature-show:before,
      .product-features .feature-show:after {
        display: none;
      }
      
      @keyframes pulse-ring {
        0% {
          transform: scale(0.33);
        }
      
        80%,
        100% {
          opacity: 0;
        }
      }
      
      @keyframes pulse-dot {
        0% {
          transform: scale(0.8);
        }
      
        50% {
          transform: scale(1);
        }
      
        100% {
          transform: scale(0.8);
        }
      }
      
      .product-features .features-short-desc {
        display: block;
      }
      
      .product-features .product-features-desc {
        position: absolute;
        background: #ffffff;
        opacity: 0;
        transition: all 0.9s ease;
        border-radius: 10px;
        box-shadow: 6px 8px 15px rgba(159, 126, 126, 0.15);
        width: 80vw;
        z-index: 11;
        visibility: hidden;
        height: auto;
        max-width: 700px;
      }
      
      .product-features .product-features-desc .description-content {
        max-height: 230px;
        overflow-y: auto;
        width: 100%;
      }
      
      .product-features .product-features-desc .description-content {
        margin: 30px 0;
      }
      .product-features .product-features-desc .description-content .content-wrapper {
        padding: 0 30px;
        max-width: 800px;
      }
      .product-features .product-features-desc .description-content h3 {
        margin-top: 0;
      }
      
      .product-features .product-features-desc .cross {
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 0%;
        width: 40px;
        height: 40px;
        padding: 10px;
        padding-top: 0px;
        color: #ffffff;
        font-size: 24px;
        display: none;
      }
      
      .pulsating-variant-v3 .backdrop {
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
        z-index: 2;
        display: none;
      }
      
      .product-features .product-features-desc img {
        border-radius: 10px;
      }
      
      @media screen and (max-width: 1199px) {
        .product-features .product-features-desc {
          transition: all 0.4s ease;
          position: fixed;
          top: 0px !important;
          left: 0px !important;
          border-radius: 0px;
          z-index: 500;
          height: 100vh;
          width: 100vw;
          max-width: unset;
          max-height: unset;
          overflow-y: auto;
        }
        .product-features .product-features-desc .description-content {
          max-height: 85vh;
          padding: 40px;
        }
        .product-features .product-features-desc .cross {
          display: block;
        }
      }
      
      .product-features .before-after-variant-v2 .feature-dot-container .feature-dot {
        opacity: 0;
        z-index: 10;
        transition: opacity 0.2s linear;
      }
      .product-features .before-after-variant-v2 .feature-dot-container.active .feature-dot {
        opacity: 1;
      }
      