.common-faq-section-wrapper{
    float: left;
    width: 100%;
    margin-top: 40px;
}

.cmn-padding {
    padding: 60px 0;
}

.bg-light-violet{
	background-color: rgba(244, 247, 255, 1);
}

.cmn-center-section {
    text-align: center;
}

.cmn-sec-title{
	font-size: 36px;
	line-height: 1.3;
	color: rgba(100, 121, 205, 1);
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.common-faq-section-wrapper .cmn-sec-title,
.common-industries-we-serve-wrapper .cmn-sec-title,
.fullstack-techstack-section .cmn-sec-title{
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 30px;
    padding: 0;
    font-weight: 700;
}

.fullstack-techstack-section .cmn-sec-title{
    color: #2d3e50;
}

.service-inner-accordion{
	padding: 0 40px;
}

.service-inner-accordion .tab-pane:not(:last-child) {
	margin-bottom: 24px;
}

.service-inner-accordion .tab-pane {
    display: block !important;
    opacity: 1;
    height: 100%;
}

.service-accordion-item-wrapper.active{
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
}

.service-acc-btn{
	border: 1px solid rgba(211, 211, 211, 1);
	padding: 20px 50px 20px 30px;
	font-size: 20px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 1);
	font-weight: 500;
	background-color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	border-radius: 8px;
	cursor: pointer;
    position: relative;
}

.common-faq-section-wrapper .service-acc-btn{
    font-size: 18px;
}

.service-acc-btn:hover{
	color: rgba(0, 0, 0, 1);
}

.service-acc-btn:focus{
	outline: none;
}

.service-acc-btn[aria-expanded="true"]{
	background-color: rgba(100, 121, 205, 1);
	border-color: rgba(100, 121, 205, 1);
	color: #fff;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.service-acc-btn .down-arrow{
	margin-left: auto;
	transition: all 0.3s ease-in-out;
	width: 24px;
	height: 24px;
	display: inline-flex;
    position: absolute;
    right: 15px;
    top: 20px;
}

.service-acc-btn .down-arrow svg{
	width: 100%;
	height: 100%;
}

.service-acc-btn[aria-expanded="true"] .down-arrow{
	transform: rotate(180deg);
}

.new-service-content{
	padding: 20px 30px;
	color: rgba(95, 103, 136, 1);
	font-size: 18px;
	line-height: 1.3;
	background-color: #fff;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.common-faq-section-wrapper .new-service-content{
    font-size: 16px;
}

.new-service-content a{
    color: rgba(100, 121, 205, 1);
}

.faq-redirect-link{
	color: rgba(100, 121, 205, 1);
}

.faq-redirect-link:hover{
	color: rgba(100, 121, 205, 1);
}

.new-service-content ul{
	padding-left: 20px;
    margin-bottom: 20px;
}

.new-service-content ul li{
	list-style-type: disc;
}

@media(max-width:1399px){
    .cmn-padding {
        padding: 50px 0;
    }

    .cmn-sec-title {
        font-size: 32px;
    }

    .common-faq-section-wrapper .cmn-sec-title,
    .common-industries-we-serve-wrapper .cmn-sec-title,
    .fullstack-techstack-section .cmn-sec-title{
        font-size: 32px;
        line-height: 1.3;
    }

    .service-acc-btn {
        font-size: 18px;
        padding: 16px 42px 16px 24px;
    }

    .service-acc-btn .down-arrow {
        width: 20px;
        height: 20px;
        top: 18px;
    }

    .new-service-content {
        padding: 16px 24px;
    }

    .common-faq-section-wrapper .new-service-content{
        font-size: 16px;
    }
}

@media(max-width:1199px){
    .cmn-sec-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .common-faq-section-wrapper .cmn-sec-title,
    .common-industries-we-serve-wrapper .cmn-sec-title,
    .fullstack-techstack-section .cmn-sec-title{
        font-size: 28px;
    }
}

@media(max-width:991px){
    .cmn-padding {
        padding: 40px 0;
    }
}

@media(max-width:767px){
    .service-inner-accordion {
        padding: 0 0px;
    }
}

@media(max-width:575px){
    .cmn-sec-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .common-faq-section-wrapper .cmn-sec-title,
    .common-industries-we-serve-wrapper .cmn-sec-title,
    .fullstack-techstack-section .cmn-sec-title{
        font-size: 26px;
    }

    .service-acc-btn,
    .common-faq-section-wrapper .service-acc-btn{
        font-size: 16px;
        padding: 12px 36px 12px 16px;
    }

    .new-service-content,
    .common-faq-section-wrapper .new-service-content{
        padding: 12px 16px;
        font-size: 14px;
    }

    .service-acc-btn .down-arrow {
        width: 16px;
        height: 16px;
        top: 15px;
    }
}

@media(max-width:479px){
    .cmn-sec-title {
        font-size: 24px;
    }

    .common-faq-section-wrapper .cmn-sec-title,
    .common-industries-we-serve-wrapper .cmn-sec-title,
    .fullstack-techstack-section .cmn-sec-title{
        font-size: 24px;
    }
}

@media(max-width:375px){
	.cmn-padding {
        padding: 30px 0;
    }
}