.list-none{
    list-style: none;
    padding-left: 0;
    li{
        /* margin-bottom: 7px; */
        line-height: 32px;
    }
}
a{
    text-decoration: none;
    color: #7D7D7D;
}
p{
    color: #7D7D7D;
}
.p-b-head{
    font-size: 22px;
    font-weight: 500;
    color: #7d7d7d;
    text-align: center;
    margin-bottom: 0;
}
.text-orange{
    color: #FF5300 !important;
}

.bg-line{
    background-image: url("../../data/images/Line.png");
    height: 4px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}





.accordion .accordion-button{
    background-color: transparent;
    border-top: 1px solid #EDEDEF;
    /* border: 1px solid #EDEDEF; */
    border-radius: 5px;
    box-shadow: none;
    color:#393939;
}
.accordion .accordion-item{
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-top: 0px;
    border-color: #EDEDEF;
    border-style: solid;
    margin-bottom: 20px;
    border-radius: 5px;
}
.accordion .accordion-item h6{
    font-weight:700;
}

.swiper {
    width: 100%;
    max-height: 330px;
    gap: 13px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* height: 60px !important; */
    transition: 0.3s ease;
  }
  .swiper-wrapper{
    /* gap: 10px; */
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: relative; */
    /* top: 5px; */
  }
  .upper-swiper-div{
    position: absolute;
    width: 100%;
    top: 0px;
    height: 70px;
    background: linear-gradient(180deg, #fff, transparent);
    z-index: 999;
    opacity: 0.8;
  }
  .lower-swiper-div{
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 70px;
    background: linear-gradient(0deg, #fff, transparent);
    z-index: 999;
    opacity: 0.8;
  }
  .swiper-slide.swiper-slide-active,.swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{
    transform: scale(0.9) !important;
    transition: 0.3s ease;
  }






@keyframes fade {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes bottomtotop {
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(0%);
    }
    0%{
        transform:translateY(100%);
    }
}
@keyframes toptobottom {
    0%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(100%);
    }
}

/* HTML: <div class="loader"></div> */
/*.mYloader {*/
/*  width: fit-content;*/
/*  font-weight: bold;*/
/*  font-family: monospace;*/
/*  font-size: 30px;*/
/*  background: radial-gradient(circle closest-side,#000 94%,#0000) right/calc(200% - 1em) 100%;*/
/*  animation: l24 1s infinite alternate linear;*/
/*}*/
/*.mYloader::before {*/
/*  content: "Stampa Solutions...";*/
/*  line-height: 1em;*/
/*  color: #ff5300;*/
/*  background: inherit;*/
/*  background-image: radial-gradient(circle closest-side,#fff 94%,#000);*/
/*  -webkit-background-clip:text;*/
/*          background-clip:text;*/
/*}*/

/*@keyframes l24{*/
/*  100%{background-position: left}*/
/*}*/
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
.mYloader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #FF5300;
  animation: l15 1s infinite linear;
}
.mYloader::before,
.mYloader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: l15 2s infinite;
}
.mYloader::after {
  margin: 8px;
  animation-duration: 3s;
}
@keyframes l15{ 
  100%{transform: rotate(1turn)}
}





/*.mYloader {*/

/*  width: 50px;*/
/*  height: 10px;*/
/*  animation: line 1s infinite linear;*/
/*  background-color: white;*/
/*}*/
/*@keyframes line {*/
/*  0%{*/
/*    transform: translateX(-50px);*/
/*  }*/
/*  100%{*/
/*    transform: translateX(50px);*/
/*  }*/
/*}*/
.hidden {
  display: none;
}
#mYloader{
  position: relative;
}
.innerloader{
  position: absolute;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  background-color: #FFF7F4;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999999;
}




  .below-hero-section .divide-below-section{
    display:grid;
    grid-template-columns:23% 17% 17% 17% 17%;
    gap:10px;
    justify-content:center;
    align-items: center;
}
  .below-hero-section .divide-below-section .divisions{
    min-height:60px;
}
  .below-hero-section .divide-below-section .column-except-1{
    font-size: 14px;
    color: #9B9B9B;
}
  .below-hero-section .divide-below-section .column-except-2{
    font-size: 12px;
    color: #9B9B9B;
}
  .below-hero-section .divide-below-section .column-head{
    color: #394951;
}
  .below-hero-section .divide-below-section .column-par{
    color: #9B9B9B;
    font-size:12px;
}