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

.resp-tabs-list li {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.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:15px 15px 0 0;
}

.resp-tab-active {
    margin-bottom: 0px !important;
    border-bottom: 1px #5AB1D0 solid !important;
    background: #fff !important;
}

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

.resp-content-active, .resp-accordion-active {
    display: block;
}
.left-content p {
    margin-bottom: 0 !important;
}
.resp-tab-content {
    border: 1px solid #eee;
    border-top-color: #eee;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
	float: left !important;
    width: 100% !important;

}

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;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding:5px 5px 5px 35px !important;
    cursor: pointer;
    float: none;
    height: 53px !important;
    line-height: 40px !important;
	transition: all 0.3s ease;
	position:relative;
}

.resp-vtabs .resp-tabs-list li::after {
    content: '';
    position: absolute;
    width: 280px;
    background: #eee;
    height: 1px;
    left: 34px;
    top: -1px;
}

.resp-vtabs .resp-tabs-list li:first-child::after {display:none}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.industries-text {
    margin-top: 3px;
    float: left;
    margin-left: 0;
    font-size: 16px;
    font-weight: normal;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    border-left: 1px solid #e6e6e8 !important;
    float: left;
    width: 100%;
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    padding: 5px 5px 5px 35px !important;
    border-top: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    border-right: 1px #FFF solid !important;
    height: 53px;
	color: #fff !important;
    line-height: 40px;
}

div#parentVerticalTab {
    float: left;
    width: 100% !important;
    margin-bottom: 70px !important;
    background: #fff;
    padding: 40px 0 40px 0;
}

.resp-arrow {
    width: 17px;
    height: 8px;
    float: right;
    margin-top: 10px;
    background: url(../images/drop-arrow.png) no-repeat center top;
}

h2.resp-tab-active span.resp-arrow {
    border: none;

	background:url(../images/top-arrow.png) no-repeat center top;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #1a478a !important;
    color: #fff !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;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
.resp-tabs-container {
    padding: 0px;
    background-color:none;
    clear: left;
}	
div#parentVerticalTab {
    padding: 10px 0 10px 0;
    background: none;
    margin-bottom: 30px !important;
}
.why-us-icons {
    width: 11%;
}

.col-md-12.col-lg-12.text-center.text-md-left.feature-area {
    margin-top: 24px;
}	
	div#common-faqs-accordion .collapse {padding-top: 29px !important;} 
    ul.resp-tabs-list {
        display: none;
    }
h2.resp-tab-active {border:0 !important;color: #fff !important;}
h2.resp-accordion {
    display: block;
    float: left;
    width: 100%;
    line-height: 24px;
    color: #000 ;
    margin-bottom: 16px;
    font-size: 16px;
    border: 1px solid #eee !important;
}
.resp-tab-content {
    display: none;
    padding: 15px 15px 0 15px;
	float: left;
    border: 1px solid #eee;
}	
.resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.resp-vtabs .resp-tabs-container {
    border: none;
    float: left;
    width: 100%;
    min-height: 100px;
    clear: none;
    background: none;
}
    .resp-accordion-closed {
        display: none !important;
    }

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