/* Flexible Slide-to-top Accordion Style*/
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 58px;
    border-bottom: 1px solid #eee;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-size: 16px;
	color: #393939;
	font-weight: 500;
    display: block;
	position: relative;
    line-height: 58px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -7px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #9eca45;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	top: 35px;
}
.st-accordion ul li.st-open > a{
    color: #9eca45;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:0px;
	opacity:1;
}
.st-content{
   padding: 25px 25px 25px 25px;
    background: #fff;
    border: 1px solid #f1f0f0;
    border-top: 0px;
}
.st-content p{
    font-size:  14px;
}

@media screen and (max-width: 768px){
	.st-accordion ul li > a{
		font-size:16px;
	}
}

@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:14px;
	}
}


/* style 2 */
.st-accordion-two{
    width:100%;
    min-width:270px;
    margin: 0 auto;
	text-align: left;
}
.st-accordion-two ul li{
    height: 50px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.st-accordion-two ul li:first-child{
    border-top:none;
}
.st-accordion-two ul li > a{
    font-size: 16px;
	color: #fff;
	font-weight: 500;
    display: block;
	position: relative;
    line-height: 50px;
	padding-left: 35px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion-two ul li > a span{
	background: transparent url(plus.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -2px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
	
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
    transform:rotate(90deg);
}
.st-accordion-two ul li > a:hover{
    color: #fff;
}
.st-accordion-two ul li > a:hover span{
	opacity:1;
}
.st-accordion-two ul li.st-open > a{
    color: #fff;
	font-weight: bold;
}
.st-accordion-two ul li.st-open > a span{
	background: transparent url(minus.png) no-repeat center center;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:0px;
	opacity:1;
	margin-top: -7px;
}
.st-accordion-two.st-content{
    padding: 5px 0px 30px 0px;
}
.st-accordion-two .st-content p{
	color: #fff;
    font-size:  14px;
}


.st-accordion-two.dark ul li{
    border-bottom: 1px solid #eee;
}
.st-accordion-two.dark ul li > a{
	color: #393939;
}
.st-accordion-two.dark .st-content p{
	color: #727272;
}
.st-accordion-two.dark ul li > a span{
	background: transparent url(plus-dark.png) no-repeat center center;
}
.st-accordion-two.dark ul li.st-open > a span{
	background: transparent url(minus-dark.png) no-repeat center center;
}




@media only screen and (min-width: 768px) and (max-width: 999px){
	.st-accordion-two ul li > a{
		font-size:13px;
	}
}



/* style 4 */
.st-accordion-four{
    width:100%;
    min-width:270px;
    margin: 0 auto;
	margin-top:0px;
}
.st-accordion-four ul li{
    height: auto;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.st-accordion-four ul li:last-child {
	border-bottom: 0px solid #1f75c5 !important;
}
.st-accordion-four ul li:first-child{
    border-top:none;
}
.st-accordion-four ul li > a{
     font-size: 15px;
    color: #000;
    display: block;
    position: relative;
    line-height: 40px;
    padding-left: 18px;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    background-color: #e5e5e5;
    /* font-family: 'Acme', sans-serif; */
    font-weight: 600;
}
.st-accordion-four ul li > a span{
	background: transparent url(plus-color2.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 16px;
	position: absolute;
	top: 50%;
	    left: 95.5%;
	margin-top: -7px;
	margin-left: 16px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion-four ul li > a:hover{
    color: #2b2a2a;
}
.st-accordion-four ul li > a:hover span{
	opacity:1;
}
.st-accordion-four ul li.st-open > a{
    color: #fff;
    background-color: #c62e23;
}
.st-accordion-four ul li.st-open > a span{
	background: transparent url(minus-color2.png) no-repeat center center;
    left: 94.5%;
    opacity: 1;
    margin-top: -7px;
	transform: rotate(180deg);
}
.st-accordion-four.st-content{
    padding: 5px 0px 30px 0px;
}
.st-accordion-four .st-content p{
	color: #383838;
    font-size: 15px;
    padding: 0px 0px 0px;
}

.st-accordion-four .st-content h4{
	color: #000;
    font-size:  18px;
	padding:0px 50px;
	/* font-family: 'Lustria', serif; */
	
}

@media screen and (max-width: 768px){
	.st-accordion-four ul li > a{
		font-size:16px;
	}
}

@media screen and (max-width: 320px){
	.st-accordion-four ul li > a{
		font-size:14px;
	}
}



/* style 42 */
.st-accordion-four2{
    width:100%;
    min-width:270px;
    margin: 0 auto;
	margin-top: 25px;
}
.st-accordion-four2 ul li{
    height: 50px;
    border-bottom: 1px solid #56a8f7;
    overflow: hidden;
}
.st-accordion-four2 ul li:last-child {
	 border-bottom: 0px solid #1f75c5;
}
.st-accordion-four2 ul li:first-child{
    border-top:none;
}
.st-accordion-four2 ul li > a{
    font-size: 18px;
	color: #fff;
    display: block;
	position: relative;
    line-height: 50px;
	padding-left: 46px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	background-color:#76b8f7;
	font-family: 'Acme', sans-serif;
}
.st-accordion-four2 ul li > a span{
	background: transparent url(plus-color.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -7px;
	margin-left: 16px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion-four2 ul li > a:hover{
    color: #fff;
}
.st-accordion-four2 ul li > a:hover span{
	opacity:1;
}
.st-accordion-four2 ul li.st-open > a{
    color: #fff;
	background-color:#0054a5;
}
.st-accordion-four2 ul li.st-open > a span{
	background: transparent url(minus-color.png) no-repeat center center;
	right:0px;
	opacity:1;
	margin-top: -7px;
}
.st-accordion-four2.st-content{
    padding: 5px 0px 30px 0px;
}
.st-accordion-four2 .st-content p{
	color: #656565;
    font-size:  14px;
	padding:0px 50px 15px;
}

.st-accordion-four2 .st-content h4{
	color: #000;
    font-size:  18px;
	padding:0px 50px;
	/* font-family: 'Lustria', serif; */
	
}

@media screen and (max-width: 768px){
	.st-accordion-four2 ul li > a{
		font-size:16px;
	}
}

@media screen and (max-width: 320px){
	.st-accordion-four2 ul li > a{
		font-size:14px;
	}
}


/* style 5 */
.st-accordion-five{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion-five ul li{
    height: 46px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.st-accordion-five ul li:first-child{
    border-top:none;
}
.st-accordion-five ul li > a{
    font-size: 16px;
	color: #393939;
    display: block;
	position: relative;
    line-height: 46px;
	padding-left: 46px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	background-color: #eee;
}
.st-accordion-five ul li > a span{
	background: transparent url(plus-gray.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -8px;
	margin-left: 16px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion-five ul li > a:hover{
    color: #393939;
}
.st-accordion-five ul li > a:hover span{
	opacity:1;
}
.st-accordion-five ul li.st-open > a{
    color: #393939;
}
.st-accordion-five ul li.st-open > a span{
	background: transparent url(minus-gray.png) no-repeat center center;
	right:0px;
	opacity:1;
	margin-top: -8px;
}
.st-accordion-five .st-content{
    padding: 25px 0px 30px 0px;
	background: #fafafa;
}
.st-accordion-five .st-content p{
	color: #727272;
    font-size:  14px;
	padding-left: 50px;
}

@media screen and (max-width: 768px){
	.st-accordion-five ul li > a{
		font-size:16px;
	}
}

@media screen and (max-width: 320px){
	.st-accordion-five ul li > a{
		font-size:14px;
	}
}
.st-accordion-four ul {
	padding-left:0px;
	    margin-bottom: 0px;
}

.tab-content2 .st-accordion-four ul li.st-open > a span {
	background: transparent url(minus-color2.png) no-repeat center center;
    left: 95.3%;
    opacity: 1;
    /* margin-top: -13px; */
}
.tab-content2 .st-accordion-four ul li > a span {
	background: transparent url(plus-color2.png) no-repeat center center;
    text-indent: -9000px;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 96%;
    margin-top: -11px;
    margin-left: 12px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}
.tab-content2 .st-accordion-four ul li.st-open > a{
        color: #fff;
   background-color: #c62e23;
}
.tab-content2 .st-accordion-four ul li > a{
	background-color: #dcdcdc;
    padding-left: 20px;
    color: #333333;
    font-size: 16px;
    /* text-transform: uppercase; 
    border: 1px solid #c5c5c5;*/
 
}
.tab-content2 .st-accordion-four ul li {
	    border-bottom: 1px solid #f1f0f0;
}
.tab-content2 .st-accordion-four p {
	    padding: 0px;
    line-height: 25px;
    text-align: justify;
    display: inline-block;
    width: 100%;
	margin-bottom: 0px;
}
.tab-content2 .st-accordion-four .ans1 {
	font-weight: 600;
    width: 4%;
    float: left;
	color: #0054a5;
}
.tab-content2 .st-accordion-four .ans2 {
	width: 96%;
    float: left;
}
.mt0 {
	margin-top:0px !important;
}
.st-content .help-ul li {
	/*float:left;
	width:33.333%;*/
	border-bottom:0px !important;
	height:32px;
	display: block;
    overflow: visible;
}
.help-ul{
	margin-top:10px;
	display: inline-block;
    clear: both;
}
#ans{
	width:4%;
	float:left;
	position: relative;
    top: -3px;
}
.st-accordion-four2 {
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
    margin-top: 25px;
}
.st-accordion-four2 ul {
    padding-left: 0px;
}
.st-accordion-four2 ul li {
    height: auto;
    border-bottom: 1px solid #56a8f7;
    overflow: hidden;
}

