.faq-sec{
    width: 100%;
    display: block;
    padding: 110px 0 0;
    margin: 0;
}
.faq-sec .heading{
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
    color: #3C4858;
    margin: 0;
}
.faq-sec .accordian_sec{
    margin-top: 40px;
}
.faq-sec .each_accordian{
    width: 100%;
    padding: 20px;
    padding-left: 75px;
    background: #fff;
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}
.faq-sec .each_accordian + .each_accordian{
    margin-top: 30px;
}
.faq-sec .each_accordian .accordian_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #252525;
    margin: 0;
    cursor: pointer;
    position: relative;
}
.faq-sec .each_accordian .accordian_title:after {
	content: "\002B";
	position: absolute;
	top: 0;
    margin: auto;
    bottom: 0;
	left: -55px;
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	width: 33px;
    height: 33px;
	display: flex;
    justify-content: center;
	align-items: center;
    background: #5277F7;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
}
.faq-sec .each_accordian .accordian_title.actv:after {
	content: "\2212";
}
.faq-sec .each_accordian .accordian_content{
    padding-top: 20px;
    display: none;
}
.faq-sec .each_accordian .accordian_content p{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #3C4858;
}
.faq-sec .each_accordian .accordian_content ul{
    padding: 0;
    margin: 0;
}
.faq-sec .each_accordian .accordian_content ul li {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #3C4858;
    padding-bottom: 10px;
    padding-left: 15px;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 8px;
}
.digital-marketing-faq{
    padding: 55px 0 110px;
}
.faq-sec hr{
    background:  #E4E4E4;
    height: 2px !important;
    margin: 0 0 40px;
}
/*====================================================== Responsive ========================================*/
@media only screen and (max-width:1199px){ 

}

@media only screen and (max-width:1024px){ 

}

@media only screen and (max-width:991px) {

}
@media only screen and (max-width:840px) {
    .faq-sec .each_accordian .accordian_title {
        font-size: 16px;
        line-height: 22px;
    }
}
@media only screen and (max-width:767px) {
    .faq-sec{
        padding: 50px 0 0;
    }
    .digital-marketing-faq{
        padding: 0 0 50px;
    }
}
@media only screen and (max-width:490px) {
    .faq-sec .accordian_sec {
        margin-top: 30px;
    }
    .faq-sec .heading {
        font-size: 30px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 420px){
    .faq-sec .each_accordian{
        padding-left: 50px;
    }
    .faq-sec .each_accordian .accordian_title:after{
        width: 28px;
        height: 28px;
        font-size: 22px;
        left: -35px;
    }
}
@media screen and (max-width: 375px) {

}