.smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0px;
	margin-bottom: 0px;
    z-index: 0;
}

/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
	position: relative;
	z-index: 1;
	overflow: hidden;text-align: left;
}

.smk_accordion .accordion_in:last-child {
    margin-bottom: 0;
}

/*** -------------------------------
 				* Head *
 * -----------------------------***/

.smk_accordion .accordion_in .acc_head .acc_icon_expand{position: relative;}

/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content , .faq_accordion .acc_content {
	padding: 18px 32px;background:#FFFFFF;border-top:2px solid #007BB6;
}
.smk_accordion .acc_head h3, .faq_accordion  .acc_head h3{
	font-size: 15px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(204 204 204 / 20%);
    padding:20px 65px 20px 0;
    letter-spacing: 0.2px;margin-bottom: 0;
}
.smk_accordion .acc_head h3:after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;bottom: 0;
    margin: auto 0;
    background: url(../../assets/images/svg/carret-down.svg) no-repeat top 4px left 5px;
    width: 20px;
    height: 20px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    border: 1px solid #CCCCCC;
    border-radius: 100%;
}

.smk_accordion .accordion_in .acc_content p {
	font-size: 16px;
	line-height:28px;
	font-weight: 500;
	color: #101010; 
}
.smk_accordion .accordion_in .acc_content p:last-of-type{
	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;
}
.smk_accordion .accordion_in.acc_active .acc_head h3:after{
	border-color: #fff;
	background: url(../../assets/images/svg/carret-up.svg) no-repeat top 6px left 5px #fff;
}



@media screen and (max-width:1279.99px) {
	.smk_accordion .accordion_in .acc_content {padding: 20px;}
    
}
@media screen and (max-width:991.99px){
    .smk_accordion .acc_head h3:after{
        top: 20px;
        margin: 0;
    }
    .smk_accordion .accordion_in .acc_content p {font-size: 15px;line-height: 26px;}
}
@media screen and (max-width:768px) {

	.smk_accordion .acc_head h3 {font-size: 14px;padding-right: 30px;padding: 15px 30px 15px 0 ;}
}
@media screen and (max-width:480px) {
    
}
