@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;box-sizing:border-box;}
body{font-family: 'Open Sans', sans-serif;}

.fl_htl{width:92%;margin:50px auto;}
.vw_brtn {
    width: 25%;
    margin: auto;
    margin-bottom: 15px;
}
.vw_brtn a {
    color: #ffffff;
    border: 1px solid #2196F3;
    border-radius: 5px;
    text-align: center;
    background: #2196F3;
    display: block;
    font-weight: 600;
    padding: 5px 0px;
    cursor: pointer;
}
.vw_brtn a:hover{background:#2196f3;color:#fff;}
.abt_us_prt{width:100%;margin: 20px 0px;}
.abt_us_prt h4{font-size:24px; font-weight:600;}
.abt_us_prt p{font-size: 13px;padding:10px 0px;line-height: 20px;}
.pr_beni_p {width:100%;}
.pr_mn_ttle {font-size:24px;font-weight:600;}
.accordion__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.accordion__item__header {
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    padding-right: 30px;
}
.accordion__item__header::before {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    transition: .5s all;
    transform: rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
}
.accordion__item__header.active {
    transition: .4s;
}
.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 23px;
}
.mgt15{margin-top:10px;}



