.topintroul{
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 80px;
    align-items: baseline;
    margin-top: 117px;
}
.introul ul li{
    font-size: 14px;
font-style: normal;
font-weight: 400;
color: #9C9C9C;
padding:6px;
}
.introul ul a{
    text-decoration: none;
    color: #696969;
}
.introul1 ul li{
    font-size: 16px;
font-style: normal;
font-weight: 400;
color: #14142D;
list-style: none;
padding: 14px 12px;
line-height: 1.7;
}
.introul1 ul li a{
    color: #14142D;
    text-decoration: none; 
}
.introul1{
    height: 605px;
    overflow-y: scroll;
  
}
.introul{
    position: sticky;
    top: 121px;
    height: fit-content;
}

.introul1::-webkit-scrollbar{
    width: 0px;
    display: block;
}
.introterm{
font-style: normal;
font-weight: 700 !important;
color: #000 !important;
}
body.no-scroll {
    overflow: hidden;
  }
.overlay-span_cart {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9;
    width: 100vw;
   
    visibility: hidden;
}
.filtermob{
    position: fixed;
    transition: all 500ms ease;
    bottom:62px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    overflow-y: auto;
    z-index: 999;
  }
  .filter_top{
    background: black;
    text-align: center;
    padding: 6px 0px;
    position: fixed;
  
    z-index: 9;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .content{
    display: none;
}

  .filter_top img{transform:rotate(180deg)}
  .topactive{transform:rotate(360deg)!important}
@media only screen and (min-width:1100px){
    .introterm{
        font-size: 32px !important;
    }

  .topinpos{
    display: none;
  }
    .introul1{
        width: 605px;
    }
    .content{
        display: none;
    }
}

@media only screen and (max-width:1080px){
    
    .introul_dis{
        display: none !important;
    }

    .introul ul li{
        font-size: 10px;
    }
    .introul{
        display: flex;
        justify-content: center;
        padding: 32px;  
        border-radius: 20px 20px 0px 0px
    }

    .introul1{
        z-index: 9;
        height: auto;
        overflow: unset;
    }
    .introul1 ul li{
        font-size: 10px;
            line-height: 1.7;
    }
    .introterm{
        /* display: none; */
        font-size: 14px !important;
    }
    .content button{
        font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #AFAFAF;
    padding: 8px 16px;
    border-radius: 40px;
    border: 1px solid #2D2D2D;
    background: #0D0D0D;
    box-shadow: -2px 6px 16px 0px rgba(0, 0, 0, 0.12);
    position: fixed;
    bottom: 5%;
    }
    .content{
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    .topintroul{
        margin-bottom: 20px;
    }
    }

@media only screen and (max-width:580px){
.topintroul{
    margin-top: 70px;
    margin-bottom: 20px;
}
    .introul_dis{
        display: none !important;
    }

    .introul ul li{
        font-size: 10px;
    }
.introul{
    display: flex;
    justify-content: center;
    padding: 32px;
    border-radius: 20px 20px 0px 0px
}
.introul1{
    z-index: 9;
    height: auto;
    overflow: unset;
}
.introul1 ul li{
    font-size: 10px;
        line-height: 1.7;
}
.introterm{
    /* display: none; */
    font-size: 14px !important;
}
.content button{
    font-size: 10px;
font-style: normal;
font-weight: 400;
z-index: 99999;
color: #AFAFAF;
padding: 8px 16px;
border-radius: 40px;
border: 1px solid #2D2D2D;
background: #0D0D0D;
box-shadow: -2px 6px 16px 0px rgba(0, 0, 0, 0.12);
position: fixed;
bottom: 5%;
}
.content{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
}