/*
   VW Preloader Fron End Style
*/
.vw-panel-group .vw-panel{
    border: none;
    box-shadow: none;
    margin: 0;
}
.vw-panel-group .vw-panel-heading{
    padding: 0;
}
.vw-panel-group .vw-panel-title a i{
    font-size: 16px;
    float: right;
    padding-right: 10px;
}
.vw-panel-group .vw-panel-body{
    font-size: 14px;
    color: #808080;
    border-top: 0 none;
    padding: 5px 10px;
    word-wrap: break-word;
}
h4.vw-panel-title {
    margin: 8px 0;
    text-decoration: none;
}
 span .fa{
     padding: 0 6px;
}
/*---------------Default Style Css 1----------------*/
.vw_accordion_style_1 .vw-panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
.vw_accordion_style_1 .vw-panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
.vw_accordion_style_1 .vw-panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
.vw_accordion_style_1 .vw-panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #f81ac1;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    text-decoration: none !important;
}
.vw_accordion_style_1 .vw-panel-body{
    padding: 10px 15px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
    word-wrap: break-word;
}

/*---------------Default Style Css 2----------------*/
.vw_accordion_style_2 .vw-panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    position: relative;
}
.vw_accordion_style_2 .vw-panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 1;
    position: relative;
}
.vw_accordion_style_2 .vw-panel-title a.collapsed{
    color: #676767;
}
.vw_accordion_style_2 .vw-panel-heading:before,
.vw_accordion_style_2 .vw-panel-heading:after{
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1;
}
.vw_accordion_style_2 .vw-panel-heading:after{
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
.vw_accordion_style_2 .vw-panel-title a{
    display: block;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #d11149;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    padding: 14px 18px;
    text-decoration: none !important; 
}
.vw_accordion_style_2 .vw-panel-title a:before,
.vw_accordion_style_2 .vw-panel-title a.collapsed:before{
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 2px solid #D11149;
    position: absolute;
    top: 0;
    right: 0;
}
.vw_accordion_style_2 .vw-panel-title a .icon{
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #d11149;
    font-size: 20px;
    color: rgba(0,0,0,0.7);
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.vw_accordion_style_2 .vw-panel-body{
    padding: 10px 20px;
    margin: 0 0 20px;
    border-bottom: 3px solid #d11149;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 27px;
}

/*--------Default Style Css 3--------*/

.vw_accordion_style_3 .vw-panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
.vw_accordion_style_3 .vw-panel-heading{
    padding: 0;
}
.vw_accordion_style_3 .vw-panel-title a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
    background: #fff;
    border: none;
    border-bottom: 2px solid #06cde7;
    position: relative;
    transition: all 0.5s ease 0s;
    padding: 12px 10px;
    text-decoration: none !important;
}
.vw_accordion_style_3 .vw-panel-title a.collapsed{
    border-bottom-color: #ddd;
    color: #888;
}
.vw_accordion_style_3 .vw-panel-title a:before{
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 30%;
    left: 20px;
    transition: all 0.3s ease 0s;
}
.vw_accordion_style_3 .vw-panel-body{
    font-size: 15px;
    color: #8c8c8c;
    line-height: 25px;
    background: #f6f6f6;
    border: none;
    padding: 14px 20px;
    word-wrap: break-word;
}

/*--------Default Style Css 4--------*/

.vw_accordion_style_4 .vw-panel{
    border: none;
    box-shadow: none;
    border-radius: 30px;
    margin-bottom: 15px;
}
.vw_accordion_style_4 .vw-panel-heading{
    padding: 0;
    border-radius: 30px;
}
.vw_accordion_style_4 .vw-panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
.vw_accordion_style_4 .vw-panel-title a{
    display: block;
    padding: 17px 20px 17px 70px;
    background: #f1f1e6;
    font-size: 18px;
    font-weight: 600;
    color: #f4442e;
    border: none;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
}
.vw_accordion_style_4 .vw-panel-title a:after,
.vw_accordion_style_4 .vw-panel-title a.collapsed:after{
    content: "";
    width: 30px;
    height: 30px;
    line-height: 55px;
    border-radius: 50%;
    background: #000000;
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 11px;
    left: 12px;
    transition: all 0.3s ease 0s;
}
.vw_accordion_style_4 .vw-panel-body{
    padding: 20px;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    background-color: #f1f1e6;
    position: relative;
    border-radius: 11px;
}
.vw_accordion_style_4 .vw-panel-body p{
    padding: 10px 20px 10px;
    margin: 0;
    background: #f1f1e6;
    border-radius: 15px;
    padding: 10px;
}
.vw_accordion_style_4 span .fa{
    float: right;
}
.vw_accordion_style_4 .vwac_oc_icon_pos {
    z-index: 99999;
    color: #fff;
    float: left;
    padding-right: 0;
    position: absolute;
    left: 20px;
    top: 18px; 
}

/*--------Default Style Css 5--------*/
 .vw_accordion_style_5 .vw-panel{
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 5px;
}
.vw_accordion_style_5 .vw-panel-heading{
    padding: 0;
    border: none;
    border-radius: 5px 5px 0 0;
}
.vw_accordion_style_5 .vw-panel-title a{
    display: block;
    padding: 20px 30px;
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ea526f;
    border-radius: 5px 5px 0 0;
    position: relative;
    text-decoration: none !important;
}
.vw_accordion_style_5 .vw-panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
.vw_accordion_style_5 .vw-panel-title a.collapsed{
    border-color: #e0e0e0;
    border-radius: 5px;
}
.vw_accordion_style_5 .vw-panel-body{
    padding: 20px 30px;
    background: #ea526f;
    border-top: none;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    border-radius: 0 0 5px 5px;
}
/*--------Default Style Css 6--------*/
.vw_accordion_style_6 .vw-panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
.vw_accordion_style_6 .vw-panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
.vw_accordion_style_6 .vw-panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ef6145;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    text-decoration: none !important; 
}
.vw_accordion_style_6 .vw-panel-title a.collapsed{
    background: #f8f8f8;
    color: #676767;;
}
.vw_accordion_style_6 .vw-panel-title a.collapsed:hover{
    color: #ef6145;
}
.vw_accordion_style_6 .vw-panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
.vw_accordion_style_6 .vw-panel-title a:after{
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
.vw_accordion_style_6 .vw-panel-title a.collapsed:after{
    color: #9f9f9f;
}
.vw_accordion_style_6 .vw-panel-title a.collapsed:hover:after{
    color: #fff;
}
.vw_accordion_style_6 .vw-panel-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
.vw_accordion_style_6 .vw-panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #ef6145;
    position: absolute;
    top: 30px;
    left: 0;
}
.vw_accordion_style_6 .vw-panel-body p{
    margin-bottom: 0;
}
.vw_accordion_style_6 .sty_6_icon{
    position: absolute;
    left: 0;
    font-size: 21px;
}