.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: 0%;
    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";
    color: #4169e1;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 1;
  }
  
  .faqs-wrapper .panel-title a:before,
  .faqs-wrapper .panel-title a:after {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background-color: #4169e1;
    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: 0;
      text-align: center;
      font-size: 40px;
      font-weight: 900;
      line-height: 45px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      color: #000;    
      border: 1px solid #4169e1;
      transition: all 0.5s ease-out;
  }
  
  .sv-collapse div[role="tab"] a.collapsed i{
      transform: translateY(-50%) rotate(0deg);
      color: #ffffff;
      background-color: #000;
  }

  /* 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;
        }
      }

      .hr-primary {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(65,105,225, 0), rgba(65,105,225, 0.75), rgba(65,105,225, 0));

      }
      
      
        /* Fence-list End */
    
        .f-hr {
          border: none;
          height: 1px; 
          background-image: linear-gradient(to right, rgba(65,105,225, 0), rgba(65,105,225, 0.75), rgba(65,105,225, 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; 
        }


/* COMPANY INTRO */

.company-intro .container-fluid {
  display: flex;
  position: relative; 
  padding: 0;
}

.custom-col-left {
  width: 35%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.custom-col-right {
  width: 65%;
  background-color: #fff;
  color: 161616;
  padding: 40px; /* Adjust padding as needed */
  position: relative;
}

.overlapping-image {
  position: absolute;
  top: 10%;
  left: 35%;
  transform: translateX(-50%); 
  z-index: 1; 
}

@media (max-width: 1600px) {
  .overlapping-image {
    left: 30%;
    top: 12%;
  }
}
.overlapping-image img {
  width: 400px; 
  height: auto;
}
@media (max-width: 1300px) {
  .overlapping-image {
    left: 25%;
    top: 20%
  }
  .overlapping-image img {
    width: 300px; 
    height: auto;
  }
}

@media (max-width: 991px) {
  .custom-col-left {
    display: none;
  }
  .overlapping-image img {
    display: none;
  }
  .custom-col-right {
    width: 100%;    
    padding: 0px; 
    position: relative;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .btn-intro-mobile {
    
    max-width: 90%; 
    margin-left: 25px;
}
}

/* COMPANY INTRO  END*/




    
      
.fl-well {
  border-bottom: 3px solid #69be28;
  color: #000;
  background-color: #fff;
  border-radius: 0px;
}

.fl-white-well {
  /* border-bottom: 3px solid #000;  */
  background-color: #f3f3f3;
  border-radius: 0px;
  /* padding: 15px; */
}

.fl-trans-well {
  border-bottom: 3px solid #69be28;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  padding: 15px;
}
      
.btr-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}


.sub-page-intro-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}


.sub-page-intro-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .sub-page-intro-col {
      float: left;
      width: 40%;     
      padding-right: 15px;
      padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  .sub-page-intro-col {
      float: left;
      width: 50%;     
      padding-right: 15px;
      padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .sub-page-intro-col {
      float: left;
      width: 100%;     
      padding-right: 15px;
      padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .sub-page-intro-col {
      float: left;
      width: 100%;     
      
  }
}

      /* 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;
        }
      }

      .fl-slider .well {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
      }
      

      .fl-blur-well {
        background: rgba(255, 255, 255, 0.2); 
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);    
        color: #fff;   
        
    }
    
    .fl-par {
      background:url('/images/fence-list/trusted-fence-company.jpg');
      background-attachment: fixed;
      background-size: cover;
      background-position: left center;
      background-repeat: no-repeat;
      min-height: 500px; 
      width: 100%;
  }
      
        /* Fence-list End */




    .well {
      border-radius: 0px;
    }
    
    .dark-well {
      background-color: #737373;
      padding: 20px;
      border-radius: 0px;
    }



    /* SHOP */
/* NEW HERO */

.new-hero {
  height: 100vh; 
  background-size: cover; 
  background-position: center; 
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.new-hero .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-hero .hero-content {
  text-align: center;
  color: #fff;  
  max-width: 80%; 
}

.new-hero .hero-content p { 
  font-size: 36px;
  padding-top: 15px;
}

/* NEW HERO END*/



/* HOME PAGE  */

.project-well {
  position: relative;
  color: #fff;
  background-color: #013172;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 2; 
}
/* .project-well h2 {
  padding-bottom: 45px;
}
.project-well h2:after {
  content: "";
  display: inline-block;
  border: 2px solid #53b35c;
  height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 42.5%;
  left: 50%;
} */

@media (min-width: 767px) and (max-width: 1091px) {
  .project-well {
    padding: 20px 0px;
  }
.project-well h2 {
  font-size: 30px;
}
.project-well h2 span.over {
  font-size: 30px;
}
.team-graphic-hide {
  display: none;
}

}

.custom-row {
  display: flex;
  align-items: stretch;
}

.custom-image {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2; 
}


@media (max-width: 767px) {
  .custom-row {
    flex-direction: column;
  }

  .custom-row .col-md-6 {
    width: 100%; 
    max-width: 100%; 
  }

  .custom-image {
    /* margin-bottom: 20px;  */
  }

  .project-well > p:first-of-type {
    padding-top: 30px;
}
.project-well > a:first-of-type {
  margin-bottom: 50px;
}
}

/* HOME PAGE END */


/* PROJECT SUB PAGES */
.project-padding-top {
  padding-top: 10%;
}

.new-hero .overlay-subpage {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); 
  display: flex;
  align-items: center;
  justify-content: center;
}


#gallery--zoom-transition a {
  display: inline-block;
  position: relative;
  overflow: hidden !important;
}

#gallery--zoom-transition a img {
  display: block;
  width: 100%;
  height: auto;
}

#gallery--zoom-transition a::before {
  content: "Click to Zoom";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
  color: #fff; 
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none; 
}

#gallery--zoom-transition a:hover::before {
  opacity: 1; 
}


/* image gallery changes */
.gallery-section {
  padding: 2px 4px;
  margin: 0px;
}



/* PROJECT SUB PAGES END*/


.nautical-img-right {
  position: absolute;
  left: 40%;
  top: 60%;
}
.nautical-img-right img {
  width: 800px;   
}

.nautical-img-left {
  position: absolute;
  right: 40%;
  top: 60%;
}
.nautical-img-left img {
  width: 800px;   
}

@media (max-width: 767px) {
  .nautical-img-right, .nautical-img-left {
    display: none;
  }
}

@media (max-width: 1091px) {
  .nautical-img-left {
    position: absolute;
    right: 70%;
    top: 100%;
  }
  .nautical-img-right {
    position: absolute;
    left: 70%;
    top: 100%;
  }
  .nautical-img-left img {
    width: 350px;   
  }
  .nautical-img-right img {
    width: 350px;   
  }
}

.down-arrow {
  transition: transform 0.3s ease-in-out;
}

.down-arrow:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.down-arrow-bottom {
  position: absolute;
  bottom: 0px;
  left: 50%;
}


h1.shop-title {
  font-size: 6rem;
  color: #212121;
}
@media (max-width: 767px) {
  h1.shop-title {
    font-size: 4rem;
   
  }
}

.shop-col-pr {
  padding-right: 40px;  
}
@media (max-width: 991px) {
  .shop-col-pr {
    padding-right: 15px;  
  }
}


    /* SHOP END*/



    /* idrive- */

.i-drive-power-system-section {
  background-color: #f3f3f3; /* <-- stays behind */
  background-image: url('/images/i-drive-power-system-bg.jpg');
  background-repeat: no-repeat;
  background-size: auto; /* don’t stretch */
  background-position: center center;
}

@media (max-width: 991px) {
    .i-drive-power-system-section  {
    background: #f3f3f3;
    }
}


/* idrive- END */



.pulsating-variant-v6.product-features {
  position: relative;
}

.pulsating-variant-v6.product-features::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background-image: url('../images/bg.png'); */
  background-repeat: repeat;
  background-size: 8%;
  opacity: 0.25;
  z-index: -1;
}


.pulsating-variant-v6.product-features .feature-img {
    position: relative;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
@media (min-width: 992px) {
    .pulsating-variant-v6.product-features .feature-img {
        margin: 0;
        overflow: initial;
    }
}

.pulsating-variant-v6.product-features .feature-show{
    z-index: 13 !important;
}
.pulsating-variant-v6.product-features .feature-dot-container{
    position: absolute;
    top: 0;
    left: 0;
}
.pulsating-variant-v6.product-features .feature-dot {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor: pointer;
}

.pulsating-variant-v6.product-features .feature-dot span {
    color: #4169e1;
    position: absolute;
    z-index: 2;
    top: 0;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    left: 13px;
    line-height: 40px;
    transition: all ease-in-out 0.7s;
}
.pulsating-variant-v6.product-features .feature-dot.feature-show span {
    color: #fff;
    transition: all ease-in-out 0.7s;
}
.pulsating-variant-v6.product-features .feature-dot:before,
.pulsating-variant-v6.product-features .feature-dot:after, 
.pulsating-variant-v6.product-features .feature-dot {
    background-color: #4169e1;    
    border-radius: 50%;
    transition: all ease-in-out 0.7s;
}
.pulsating-variant-v6.product-features .feature-show.feature-dot:before,
.pulsating-variant-v6.product-features .feature-show.feature-dot:after,
.pulsating-variant-v6.product-features .feature-show {
    background-color: #4169e1;
    transition: all ease-in-out 0.7s;
}

.pulsating-variant-v6.product-features .feature-dot:before,
.pulsating-variant-v6.product-features .feature-dot:after {
    position: relative;
    content: '';
    display: block;
}

.pulsating-variant-v6.product-features .feature-dot:before {
    width: 200%;
    height: 200%;
    margin-left: -50%;
    margin-top: -50%;
    animation: pulse-ring 3s cubic-bezier(0.100, 0.61, 0.255, 1) infinite;
}

.pulsating-variant-v6.product-features .feature-dot:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}

.pulsating-variant-v6.product-features .feature-show:before,
.pulsating-variant-v6.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);
    }
}


.pulsating-variant-v6.product-features .features-short-desc {
    display: block;
}


/* .pulsating-variant-v6.product-features .product-features-desc {
    position: relative;
    top: -55px;
    left: 175px;
    opacity: 0;
    transition: all 0.9s ease;
    border-radius: 0;
    box-shadow: 6px 8px 15px rgba(159, 126, 126, 0.15);
    z-index: 9999999;
    visibility: hidden;
    max-width: 100%;
    width: 400px;
    border: 2px solid #4169e1;
    padding: 8px;
    background-color: #fff;
} */
.pulsating-variant-v6.product-features .product-features-desc {
    transition: all 0.4s ease;
    position: fixed;
    top: 0px;
    left: 0px;
    border-radius: 0px;
    z-index: 20;
    height: 100vh;
    width: 100vw;
    max-width: unset;
    max-height: unset;
    overflow-y: auto;
    border: none;
    padding: 8px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;

}
.pulsating-variant-v6.product-features .product-features-desc .description-content{
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 40px 20px;
    max-height: 95vh;
    overflow-y: auto;
}



/* .pulsating-variant-v6.product-features .product-features-desc .description-content{
    margin: 30px 0;
} */
.pulsating-variant-v6.product-features .product-features-desc .description-content .content-wrapper{
    /* padding: 0 30px; */
    max-width: 100%;

}
.pulsating-variant-v6.product-features .product-features-desc .description-content h3{
    margin-top: 0;
}

.pulsating-variant-v6.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-v6 .backdrop {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.pulsating-variant-v6.product-features .product-features-desc .cross {
    display: block;
}

/* +++++++++++++++++++++ADDED CSS++++++++++++++++++++++++++++++++ */
.content-wrapper-content {
    padding: 15px 0;
}



.pulsating-variant-v6.product-features .feature-dot span::after,
.circle-icons  {
    display: none;
}

[id^="ficon-"] > i {
  color: #fff !important;
}

@media only screen and (min-width: 992px) {

    .circle-icons {
        position: absolute;
        top: -20px;
        left: -20px;
        width: 55px;
        height: 55px;
        z-index: -1;
        display: block;
    }
    .circle-icons i {
        font-size: 48px;
        color: #fff;
        position: relative;
        /* font-weight: 300; */
        animation-name: spin;
        animation-duration: 5000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; 
    }

    .circle-icons .inner-icons {
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 1px solid #4169e1;
        border-radius: 50%;
        top: 10px;
        left: 10px;
    }
    .pulsating-variant-v6.product-features .feature-dot.feature-show span {
        position: relative;
    }
    .pulsating-variant-v6.product-features .feature-dot span::after {
        content: '';
        position: absolute;
        /* width: 154px; */
        width: 154px;
        height: 1.5px;
        background-color: #4169e1;
        top: -11px;
        left: -2px;
        transform: rotate(-23deg);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        display: block;
        transition: all ease-in-out 0.7s;
        border-radius: 4px;
    }
    .pulsating-variant-v6.product-features .feature-dot.feature-show span::after {
        opacity: 1;
        visibility: visible;
        transition: all ease-in-out 0.7s;
    }

    .pulsating-variant-v6.product-features .product-features-desc .description-content{
        padding: 40px;
    }
    .content-wrapper-content {
        padding: 15px 5px;
    }
    .pulsating-variant-v6.product-features .product-features-desc .description-content {
        padding: 0;
    }
    .pulsating-variant-v6.product-features .product-features-desc {
        padding: 50px 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .pulsating-variant-v6.product-features .product-features-desc {
        position: relative;
        top: -55px;
        left: 175px;
        opacity: 0;
        transition: all 0.9s ease;
        border-radius: 0;
        box-shadow: 6px 8px 15px rgba(159, 126, 126, 0.15);
        z-index: 9999999;
        visibility: hidden;
        max-width: 100%;
        width: 450px;
        height: 0;
        border: 2px solid #4169e1;
        padding: 8px;
        background-color: #fff;
    }
    .pulsating-variant-v6.product-features .product-features-desc .description-content{
        width: 100%;
        background: #ffffff;
        border: 2.5px solid #000;
        height: 100%;
        padding: 20px;
        max-height: 100%;
    }
    .pulsating-variant-v6.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-v6.product-features .product-features-desc .description-content .content-wrapper{
        max-height: 600px;        
        overflow-y: auto;
    }

    .pulsating-variant-v6.product-features .show-left .product-features-desc {
        left: -450px;
    }
    .show-left .circle-icons {
        left: auto;
        right: -30px;
        z-index: -1;
    }
    /* .pulsating-variant-v6.product-features .show-left .feature-dot span::after {
        
    } */
}


@media (min-width: 1200px) {
    .col-md-12 .content-wrapper-content {
    padding: 15px 25px;
}
}

@media only screen and (min-width: 1200px) {
    .pulsating-variant-v6.product-features .product-features-desc {
        width: 600px;
        transition: all ease-in-out 0.7s;
    }
    .pulsating-variant-v6.product-features .product-features-desc .description-content {
        padding: 0px;
    }
}


@media only screen and (min-width: 1463px) {
    .pulsating-variant-v6.product-features .product-features-desc {
        width: 700px;
        transition: all ease-in-out 0.7s;
    }
    .pulsating-variant-v6.product-features .product-features-desc .description-content {
        padding: 0px;
    }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/* @media only screen and (max-width: 1024px) {
    .pulsating-variant-v6.product-features .product-features-desc {
        height: 100vh !important;
    }
} */



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

.pulsating-list i {
    color: #4169e1;
}

/* Pulsating v6 END*/