

.acc-body {
    display: none;   
    padding: 0.5rem 1rem;
    /* margin: 0 0 0 0.8rem; */
    width: 100%; border: solid 1px #e7e7e7;
}

.crc-chevron {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1rem;
    max-width: 10%;
}

.fa-chevron-down {
    color: #000;
    font-size: 16px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    float: right;
    cursor: pointer;
    padding: 0 28px 0 0px;  
}


.acc-head {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 1rem 2rem;
    cursor: pointer;
}

.acc-head {
    width: 100%;
    background: rgb(225 225 225 / 80%);
    padding: 0 0 0 20px;
    margin: 4px 0 4px 0px; border-radius:4px;
}
.inside-conttent-drop {font-family: "Poppins", sans-serif;
    color: #626262;font-weight: 400;
}

h1 {color:#e1b131;}

.acc-head h2 {
  color:#fff;
}
.acc-body {
    padding: 15px;
    color: #fff;
}

p {
  text-align:left;
}
.crc-close-anim {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
    transform: scale(.7);
}

.close {
    background-color: transparent;
    border: none;
 
}

button, select {
    text-transform: none;
    transform: scale(1);
}

.fa-times {
    color: #B34238;
    font-size: 20px;
    margin: auto;
    padding: 10px;
}