.svgImage {
    width: 23%;
}

.serve {
    max-width: 36%;
}

.para {
    font-weight: 700;
    color: #17a2b8;
    padding-top: 5px;
}


#accordian {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.filter-heading {
    padding: 26px;
}

.filter-heading h3 {
    font-size: 18px;
}

.filter-option-heading:before {
    content: "+";
    color: #ffffff;
    font-size: 18px;
    right: 0;
    position: absolute;
    transform: rotate(90deg);
    transition: all 0.6s ease;
}

.filter-option-heading.activeFilter:before {
    display: none;
}

#accordian .filter-option-heading.activeFilter:after {
    content: "-";
    color: #ffffff;
    font-size: 18px;
    transform: rotate(180deg);
    right: 0;
    position: absolute;
    transition: all 0.6s ease;
}

.filter-option-content {
    display: none;
}

.filtertitle {
    padding-top: 25px;
}

.showhideImageIndex {
    padding-top: 9%;
    font-size: 17px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.headButton {
    border-radius: 18px;
    width: 134px;
    height: 36px;
    margin-top: 29px;
}

.headButton2 {
    border-radius: 22px;
    width: 169px;
    height: 45px;
    margin-right: 46%;

}
p{
    color: #17a2b8;
}
