/*!
 * Waheed ur Rehman <waheed146@gmail.com>
 */


[vfq_accordion] [vfq_content] {
    overflow: hidden;
    max-height: 0;
}

/* Basic Theme */

[vfq_accordion] {
    line-height: 1;
}

[vfq_control],
[vfq_content] > * {
    padding: 5px;
}

[vfq_content] [vfq_accordion] {
    border: 0;
    padding: 0;
}

[vfq_accordion] [vfq_control] { position: relative; padding-right: 40px; cursor:pointer;}

[vfq_accordion] > [vfq_control]:after { content: ""; position: absolute; right: 8px;top: 12px; font-size: 25px; font-weight: 200; color: #fff; height: 15px; width: 24px; background: url('../images/down.png') center center no-repeat; background-size: 50%;}
[vfq_accordion].open > [vfq_control]:after { background: url('../images/up.png') center center no-repeat;  background-size: 50%; content: ""; position: absolute; right: 8px;top: 12px; font-size: 25px; font-weight: 200; color: #fff; height: 15px; width: 24px; }

.icon-plus [vfq_accordion] > [vfq_control]:after { background: url('../images/plus.png') center center no-repeat;  background-size: 80%; }
.icon-plus [vfq_accordion].open > [vfq_control]:after { background: url('../images/minus.png') center center no-repeat;  background-size: 100%; }

.icon-white [vfq_accordion] > [vfq_control]:after { background: url('../images/down-white.png') center center no-repeat;  background-size: 50%; }
.icon-white [vfq_accordion].open > [vfq_control]:after { background: url('../images/up.png') center center no-repeat;  background-size: 50%; }

.icon-plus.icon-white [vfq_accordion] > [vfq_control]:after { background: url('../images/plus-white.png') center center no-repeat;  background-size: 80%; }
.icon-plus.icon-white [vfq_accordion].open > [vfq_control]:after { background: url('../images/minus.png') center center no-repeat;  background-size: 100%; }

.icon-left-position [vfq_accordion] [vfq_control] { padding-left:40px; padding-right:0;}

.icon-left-position [vfq_accordion] > [vfq_control]:after { left: 0px; background: url('../images/down.png') center center no-repeat;; background-size: 50%;}
.icon-left-position [vfq_accordion].open > [vfq_control]:after { background: url('../images/up.png')  center center no-repeat;;  background-size: 50%;}   



.vfq_main {border:1px solid #d9d9d9; margin-bottom:15px; background:#f4f4f4; padding:10px; }
.vfq_main .vfq_title{ color:#000; padding:0;  margin:0px !important; font-size:20px !important; line-height:22px !important; background:none; border:none;}
.vfq_main .vfq_container{ background:none; border:none;}
.vfq_main .vfq_container .vfq_content{ float:left;}
.vfq_main .vfq_container .queans{ float:left; margin-right:10px;}
.vfq_main .vfq_container img{ float:left; margin-right:10px;}

.vfq_accordion_design1 .vfq_main {border:1px solid #15c383; background:#15c383;}
.vfq_accordion_design1 .vfq_main .vfq_title{ color:#fff;}

.vfq_accordion_design2 .vfq_main {border:1px solid #31b9d2;background:#31b9d2;}
.vfq_accordion_design2 .vfq_main .vfq_title{ color:#fff;}

.vfq_accordion_design3 .vfq_main {border:1px solid #4c5064;background:#4c5064;}
.vfq_accordion_design3 .vfq_main .vfq_title{ color:#fff;}

.vfq_accordion_design4 .vfq_main {border:1px solid #d96557;background:#d96557;}
.vfq_accordion_design4 .vfq_main .vfq_title{ color:#fff;}

.vfq_accordion_design5 .vfq_main {border:1px solid #ffc65d;background:#ffc65d;}
.vfq_accordion_design5 .vfq_main .vfq_title{ color:#fff;}

.vfq_accordion_design6 .vfq_main {border:1px solid #3498db;background:#3498db;}
.vfq_accordion_design6 .vfq_main .vfq_title{ color:#fff;}

.vfq_accordion_design7 .vfq_main {border:1px solid #9b59b6;background:#9b59b6;}
.vfq_accordion_design7 .vfq_main .vfq_title{ color:#fff;}

.vfq_main.open{background:#fff;}
.vfq_main.open .vfq_title{color:#333 ;}

.queans{ background-color: #c43c35; border-radius: 3px; color: #000; font-weight: bold;padding: 1px 3px 2px; margin-right:10px;}




