.div101{
    padding: 0.5%;
}
.div101>div{
    text-align: center;
}
.selectatp{
    width: 80%;
    border-radius: 10px;
    height: 33px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.selectatp:hover{
    cursor: pointer;
    background-color: hsl(85, 100%, 94%);
}
h2,h3,h6,form{
    text-align: center;
}
.accordion-body{
    background-color: rgb(206, 239, 255);
    padding: 0 3px;
    font: icon;
}
.accordion-body:hover{
    background-color: rgb(155, 214, 243);
    cursor: pointer;
}
.containeratp{
    position: relative;
} 
 @media all and (max-width: 991px) {
   .containeratp{
    width: 100%;
    } 
    .selectatp{
    width: 100%;
    }
}
.flyer01{
    position: relative;
    border-radius: 1%;
}
.proce{
    z-index: 15;
    position: absolute;
    bottom: 30%;
    right: 15%;
    width: 30%;
}
.mbb{
    z-index: 10;
    position: absolute;
    bottom: 34%;
    right: 31%;
    width: 50%;
    
}
.ram1{
    z-index: 13;
    position: absolute;
    bottom: 24%;
    right: 41%;
    width: 22%;
    
}
.ram2{
    z-index: 11;
    position: absolute;
    bottom: 26%;
    right: 44%;
    width: 22%;
    

}
.hdd2{
    z-index: 11;
    position: absolute;
    bottom: 25%;
    right: 60%;
    width: 22%;
    
}
.hdd1{
    z-index: 11;
    position: absolute;
    bottom: 28%;
    right: 64%;
    width: 22%;
    
}
.cases{
    z-index: 8;
    position: absolute;
    bottom: 33%;
    right: 0%;
    width: 53%;
    
}
.total4{
    position: absolute;
    bottom: 5%;
    left: 33%;
    background-color: black;
    border-radius: 10px;
    color: greenyellow;
    font-size: clamp(16px, 6vw, 60px);
    font-weight: 700;
    font-family: 'FontAwesome';
    padding: 0.5% 5%;

}
.total3{
    color: red;
}
.comps{
    color: whitesmoke;
    font-size: 35px;
    width: 96%;
    display: flex;
    position: relative;
    top: -290px;
    z-index: 50;
    margin: 2%;
    border-top: 4px solid #023d43fc;
    border-bottom: 4px solid #023d43fc;
}
.comp1{
        margin: 0 0.7px;
    width: 20%;
    text-align: center;
    font-size: 34px;
    font-family: fantasy;
    line-height: 0.8;
    font-style: italic;
    color: #023d43fc;
}
.comp1 span{
    font-size: 21px;
    position: relative;
    bottom: 8%;
}
li>h6{
    text-align: left;
    padding: 3px 3px;
    font-size: 14px;
}
.filter22{
    filter: drop-shadow(-3px 4px 0px rgba(137, 245, 204, 0.966))
}