
ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
}

ul.resp-tabs-list{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.resp-tabs-list li {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    padding: 13px 15px 40px 15px;
    margin: 0 0 10px 0;
    list-style: none;
    cursor: pointer;
	position: relative;
}
.resp-tabs-list li:hover {
    background-color: #333 !important;
	color: #fff;
}
.resp-tabs-list li:after{
	content: "\f107";
	position: absolute;
	display: inline-block;
	color: #333333;
	font-size: 30px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	font-family: FontAwesome;
}
.resp-tabs-list li:hover:after, .resp-tab-active:after {
    color: #fff !important;
}



.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0 0;
}

.resp-tab-active {
	background-color: rgba(51,51,51,1) !important;
	color: #fff !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}


.resp-vtabs ul.resp-tabs-list {
	text-align: center;
	border-bottom: 1px solid #E8E8E8;
}

.resp-vtabs .resp-tabs-list li {
    display: inline-block;
    cursor: pointer;
    float: none;
	-ms-flex: inherit;
	flex: inherit;
	max-width: inherit;
	padding: 0 0 10px 0 !important;
	font-size: 14px;
	margin: 0 6px;
	color: #A3A3A3;
}
.resp-vtabs .resp-tabs-list li:after{
	content: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    min-height: 250px;
    clear: none;
	width: 780px;
	margin: 0 auto;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
	padding: 30px 0 0 0;
}

.resp-vtabs li.resp-tab-active { 
	position: relative;
	z-index: 1;
	border-bottom: 5px solid #333333 !important;
	background-color: transparent !important;
	color: #333333 !important;
}
.ChildTabs li.resp-tab-item:hover {
background-color: transparent!important;
}

.resp-arrow {
	float: right;
	/*margin-top: 14px;
	border: solid #212121;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);*/
	font-family: FontAwesome;
	font-size: 20px;
	margin-top: 10px;
}
.resp-arrow:after{
	content: "\f107";
}

h2.resp-tab-active span.resp-arrow:after{
	content: "\f106";
    
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
        font-size: 18px;
    }
	.resp-tab-content{
		border: 1px solid #C1C1C1;
		background-color: #f7f7f7;
	}
    #services .resp-tab-content .inner-tab-content{
        margin: 10px !important;        
    }
    .solutions .resp-tab-content .inner-tab-content{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
		background-color: #ffffff;
		padding: 15px;
    }
	/* .resp-tab-content p{
		font-size: 18px;
	} */
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-tabs-container .ChildTabs h2.resp-accordion {
        font-size: 18px;
    }
    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	.resp-vtabs .resp-arrow{
		margin-top: 0;
		font-size: 16px;
		
	}
	.more-detail-service{
		margin-top: 15px;
	}
	.inner-tab-content{
		margin: 10px 0 !important;
	}
	
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.resp-tabs-list li{
		padding: 13px 10px 40px 10px;
	}
	.srv-txt{
		font-size: 16px;
	}
	.resp-vtabs .resp-tabs-container{
		width: 100%;
	}
}