﻿ul.resp-tabs-list {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.resp-tabs-list li {
display: inline-block;
padding: 13px 30px;
margin: 0;
width: 20%;
list-style: none;
cursor: pointer;
float: left;
text-align: center;
color: #979797;
text-transform: uppercase;
}
.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: 30px 15px;
border-width: 1px;
border-color: rgb(228, 228, 228);
border-style: solid;
border-radius: 3px;
background-color: rgb(255, 255, 255);
}
.resp-tab-active {
/*border: 1px solid #dcdcdc;*/
border-width: 1px;
border-color: rgb(228, 228, 228);
border-style: solid;
border-radius: 4px;
background-color: rgb(255, 255, 255);
border-bottom: 0px;
padding: 13px 30px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
font-weight: 600;
color: #606060;
}

.resp-content-active, .resp-accordion-active {
display: block;
}
.resp-tab-content {
/*border: 1px solid #dcdcdc;*/
}
h2.resp-accordion {
border-width: 1px;
border-color: rgb(228, 228, 228);
border-style: solid;
border-radius: 4px;
background-color: rgb(255, 255, 255);
padding: 13px 30px;
text-transform: uppercase;
}
h2.resp-tab-active {
border-width: 1px;
border-color: rgb(228, 228, 228);
border-style: solid;
border-radius: 4px;
background-color: rgb(255, 255, 255);
border-bottom: 0px;
padding: 13px 30px;
font-weight: 600;
color: #606060;
}

/*Modal Tabs*/
.modal_tab .resp-tabs-list li{width: 50%;border:0; border-bottom: 2px solid #dbdbdb; font-size: 1.125rem; text-transform: uppercase; font-weight: 500;}

.modal_tab .resp-tabs-list li i{color: #e43130; margin-right: 5px; font-size:1.3rem; vertical-align: sub;}

.modal_tab .resp-tab-content{border: 0 !important; padding: 0 15px;}

.modal_tab .resp-tab-active{border-bottom: 2px solid #e43130 !important;}



/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
float: left;
width: 300px;
border:0;
}
.resp-vtabs .resp-tabs-list li {
display: block;
padding: 15px 0 !important;
margin: 0;
cursor: pointer;
float: none;
width: inherit;
text-align: left;
color: #000;font-size: 16px;
transition:all 0.2s ease-in-out;
border-bottom: 1px solid #dcdcdc;
margin-top: 10px;
}
.resp-vtabs .resp-tabs-container {
padding: 20px;
background-color: #fff;
/*border: 1px solid #dcdcdc;*/
float: left;
width: calc(100% - 300px);
min-height: 250px;
border-radius: 4px;
clear: none;
}
.resp-vtabs .resp-tab-content {
border: none;
}
.resp-vtabs li.resp-tab-active {
border-right: none;
background-color: #fff;
position: relative;
z-index: 1;
/*margin-right: -1px !important;*/
padding:15px 0 !important;
}

.resp-vtabs li.resp-tab-active span{width: 70px !important;border-bottom: 4px solid #5d54a5; position: absolute;bottom: 0; left: 0;}

.resp-arrow {
border-bottom: 1px solid #acacac;
border-right: 1px solid #acacac;
border-top: 0;
border-left: 0;
content: '';
display: block;
width: 11px;
height: 11px;
margin-top: -9px;
pointer-events: none;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
h2.resp-tab-active span.resp-arrow {
border-bottom: 1px solid #acacac;
border-right: 1px solid #acacac;
border-top: 0;
border-left: 0;
content: '';
display: block;
width: 11px;
height: 11px;
margin-top: -9px;
pointer-events: none;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
border-width: 1px;
border-color: rgb(228, 228, 228);
border-style: solid;
border-radius: 4px;
background-color: rgb(255, 255, 255);
border-bottom: 0px;
padding: 13px 30px;
font-weight: 600;
color: #606060;
}

.resp-easy-accordion h2.resp-accordion {
display: block;
}
.resp-easy-accordion .resp-tab-content {
border: 1px solid #dcdcdc;
}

.resp-jfit {
width: 100%;
margin: 0px;
}
.resp-tab-content-active {
display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 640px) {
ul.resp-tabs-list {
display: none;
}
h2.resp-accordion {
display: block;
position: relative;
}
.resp-vtabs .resp-tab-content {
border: 1px solid #dcdcdc;
}
.resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: initial;
clear: none;
}
.resp-accordion-closed {
display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
border-bottom: 1px solid #dcdcdc !important;
}
}

@media(min-width: 1600px){
	.resp-tab-content{padding:30px;}
}