*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.accordian {
    position: absolute;
    width: 100%;
    height: 100vh auto;
    align-items: center;
    text-align: center;


}

.acc_container {
    margin: 30px auto;
    width: 75%;
    position: relative;
    transition: all 5s ease-in-out;

}
.wrappers{
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px 40px;
    border-radius: 5px;
    box-shadow: 0 15px 25px rgba(0,0,50,0.2);
}
   


.toggle,
.content {
    font-family: "Poppins", sans-serif;
}

.toggle {
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #111130;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 0;
}

.content {
    position: relative;
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    transition: all 1s;
}


#paintguide {
    height: 100% auto;
    width: 100% auto;
    background: rgb(0, 131, 250);
    background: linear-gradient(180deg, rgba(0, 131, 250, 1) 0%, rgba(116, 174, 247, 1) 33%, rgba(255, 255, 255, 1) 100%);
}

.topimg {
    background-image: url(../img/painting_guide_Slide.jpg);
    height: 280px;
    background-size: cover;
    background-position: center;
    flex-direction: column;
}

#imge img {
    height: 350px;
    width: 350px;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    border: 3px solid green;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#imge3 img {
    height: 350px;
    width: 350px;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    border: 3px solid rgb(255, 255, 255);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hoz img {
    height: 14px;
    width: 16px;
}

.content h1 {
    font-weight: 400;
}

.clooks {
    text-align: justify;
    padding: 70px 0;
}

#imge2 img {
    height: 250px;
    width: 250px;
    border-radius: 25%;
    padding: 20px;
    margin: auto;
    border: 3px solid green;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#img_adv img {

    border-radius: 0 20 0 20;
    padding: 20px;
    margin: auto;
    border: 3px solid green;
    display: block;
    margin-left: auto;
    margin-right: auto;
}