.faq_accordion{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0px;
	margin-bottom: 0px;
    z-index: 0;border-bottom:1px solid #E8E8E8;
}

/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.faq_accordion .accordion_in {
	position: relative;
	z-index: 1;
	overflow: hidden;
    margin-bottom:0px;
    border-radius:0px;
	border:0;
    border-top:1px solid #E8E8E8;
    
}

.faq_accordion .accordion_in:last-child {
    margin-bottom: 0;
}
.faq_accordion .accordion_in.acc_active{border-bottom:0;}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */

.faq_accordion .acc_head h3{
    font-size:20px;
	color:#171717;
	line-height: 24px;
	margin-bottom: 0;
	padding:18px 40px 18px 0px;
	position: relative;
	font-family: 'Roboto';
	font-weight: bold;
	letter-spacing: 0px;cursor:pointer;
}
.faq_accordion  .acc_head h3 span{
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #0049AD;
	border-radius: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-right:0px;
	position:absolute;left:30px;margin-top:-20px;top:50%;
}
.faq_accordion .accordion_in .acc_head h3:after {
	display: block;
    position: absolute;
    left: auto;
    right: 0px;
    top: 50%;margin-top:-6px;
    content: "";
    background: url(../../assets/images/plus-accordion.svg) no-repeat 50% 50%;
    width: 14px;
    height: 14px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.faq_accordion .accordion_in.acc_active > .acc_head h3:after{
	
     background: url(../../assets/images/minus-accordion.svg) no-repeat 50% 50%;
}

/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.faq_accordion .accordion_in .acc_content {

    padding:0px 0px 20px;display:none;
}

.faq_accordion .accordion_in .acc_content p {
	font-family: 'Roboto';
	font-size: 16px;;
	line-height:26px;
    font-weight: normal;
    color:#171717;
    margin-bottom: 0;
     
}

.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
	margin-top: 5px;
}

/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
	/* border-radius: 3px 3px 0 0;*/
}

.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
/*	border-bottom: 0;*/
	/* border-radius: 0 0 3px 3px;*/
}

.smk_accordion .accordion_in.acc_active > .acc_content {
	display: block;
/*	background-color: #D7F0FF;*/
}

.smk_accordion .accordion_in.acc_active .acc_head h3 span{
/*
	background: #fff;
	color: #0049AD;
*/
}


/*

.smk_accordion .accordion_in.acc_active .acc_head{
	background: #0049AD;
 
 }
*/
@media (max-width: 1439.98px) {
	.smk_accordion .acc_head h3{font-size:16px;padding:18px 40px 18px 0px;line-height:20px;}
	.smk_accordion .acc_head h3 span{width:34px;height:34px;font-size:16px;line-height:34px;left:20px;margin-top:-17px;}
	.smk_accordion .accordion_in .acc_content p{font-size:15px;line-height:24px;}
}
@media screen and (max-width:1199px) {

	
	.smk_accordion .accordion_in{
		margin-bottom:0px;
	}
	.smk_accordion .accordion_in .acc_content p{
		line-height: 24px;
	}
    .smk_accordion .acc_head h3{padding:12px 30px 12px 0px;}
}

@media screen and (max-width:768px) {

	
    
}
@media screen and (max-width:575px) {
	.smk_accordion .accordion_in .acc_head h3:after{
		right: 15px;
    	background-size: 15px;
		width: 15px;
		height: 15px;
	}
	.smk_accordion .accordion_in.acc_active > .acc_head h3:after{
		background-size: 15px;
		width: 15px;
		height: 15px;margin-top: -8px;
	}
	.smk_accordion .acc_head h3 {
		padding: 10px 35px 10px 0px;
		font-size: 15px;
		line-height:18px;
	}
	.smk_accordion .accordion_in .acc_content{
		padding:15px 0;
	}
	.smk_accordion .acc_head h3 span{display:none;}
   
}
