.accord_head
{
    width: 100%;
    background: #19559a;
    padding: 14px 35px;
    outline: none;
    border: 0;
    border-bottom: 1px solid rgba(215,215,215,0.4);
       font-family: 'HindMadurai-Regular', sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    position: relative;
}
.accord_head_inn
{
    background: #ffffff;
    width: 100%;
    padding: 14px 35px;
    outline: none;
    border: 0;
    font-size: 15px;
    line-height: 22px;
    color: #656565;
    text-align: left;
    position: relative;
}
.accord_head_inn:before
{
    position: absolute;
    right: 26px;
    top: 17px;
    content: '\f077';
    font-family: fontawesome;
    font-size: 12px;
    color: #474747;
    line-height: 16px;
    
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.accordion_starts.open .accord_head_inn:before
{
    content: '\f078';
}



.accordion_starts:not(.open) .accord_head_inn
{
    border-top: 1px solid #e1e1e1;
}
.accordion_starts.open .accord_head_inn
{
    background: #ebebeb;
    border-bottom: 1px solid #fff;
}
.accordion_starts.open .pg_cont
{
    background: #ffffff;
}


.accord_left
{
    width:56.53%;
    float: left;
    background: #fff;
}
.accord_right
{
    width:43.47%;
    float: left;
    background: #fff;
     
}
.acc_content
{
}




.accord_head:before
{
    position: absolute;
    right: 26px;
    top: 17px;
    content: '\f055';
    font-family: fontawesome;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    
}
div[data-accordion].open .accord_head:before
{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    
    content: '\f056';
    
}

@media(max-width:767px){
    .accord_head{padding: 14px 25px;font-size: 18px;}
}
@media(max-width:580px){
    .accord_head{padding: 12px 20px;font-size: 16px;}
}