@charset "utf-8";
.mResAccordion .mResTabNav {
	display:none;
}
.tabNav:before, .tabNav:after { 
	content: " "; 
	display: table; 
}
.tabNav:after { 
	clear: both; 
}
.tabNav { 
	list-style:none; 
	padding:0; 
	margin:0 ;
}
.tabNav li { 
	float:left; 
	padding:0;
}
.mResTabAccordA { 
	display:inline-block; 
	text-decoration:none; 
	text-transform:uppercase; 
	padding:8px 20px; 
	color:#fff; 
	*background-color:#333; 
}
.tabNav li.active > .mResTabAccordA, .mResTabAccordA:hover, .mResTabAccordA.active { 
	*background-color:#e8381c; 
	*color:#fff; 
	*text-decoration:none; 
}
.tabContainer .tabContent {
	border:1px solid #fba413; 
	padding:20px; 
	background-color:#fba413; 
}
.tabContainer .tabContent {
	opacity:0; 
	-webkit-transition: all 500ms ease-in; 
	-moz-transition: all 500ms ease-in; 
	-ms-transition: all 500ms ease-in; 
	-o-transition: all 500ms ease-in; 
	transition: all 500ms ease-in;
}
.tabContainer .tabContent.mTabActive {
	opacity:1; 
	display:block; 
}
.mResTabbing .mResAccordAnchor { 
	display:none; 
}
.mResAccordAnchor { 
	display:block; 
	margin-bottom:1px;  
	position:relative;
}
.mResAccordAnchor > span { 
	display:block; 
}
.mResAccordAnchor > span:after { 
	display:block; 
	position:absolute; 
	right:0; 
	top:0; 
	bottom:0; 
	width:30px; 
	padding:5px; 
	text-align:center; 
	font-size:20px; 
	content:'+' 
}
.mResAccordAnchor.active > span:after {
	content:'--';
}
.mTabAnimated .tabContainer {
	position:relative;
}
.mTabSimple .tabContent, .mTabAnimated .hideAfterAnim {
	display:none;
}
.defaultState {
	position:absolute; 
	left:0; 
	top:0;
}
.animBlock {
	-webkit-transition: all 600ms ease-in; 
	-moz-transition: all 600ms ease-in; 
	-ms-transition: all 600ms ease-in; 
	-o-transition: all 600ms ease-in; 
	transition: all 600ms ease-in;
}
.mTabAnimated .hideAfterAnim {
-moz-transform: translateX(0px) translateY(0px);
-webkit-transform: translateX(0px) translateY(0px);
-o-transform: translateX(0px) translateY(0px);
-ms-transform: translateX(0px) translateY(0px);
transform: translateX(0px) translateY(0px);
}
.mTabAnimated .defaultState { -moz-transform: translateY(100px);
-webkit-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
}
.mTabAnimated .mTabActive { -moz-transform: translateX(0);
-webkit-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}




.tabNav {
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabNav li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    position: relative;
    *width: calc(16.6666667% - 12px);
    width: calc(20% - 12px);
    background: transparent;
    padding: 0;
    border: 0 none;
    cursor: pointer;
}
.tabNav li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% + 4px);
    height: 0;
    width: 2px;
    background-color: #83bad2;
    transition: all .3s;
    transform: translateX(-50%);
}
.tabNav li.active:before {
    height: 54px;
}
.tabNav li:after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #1380ae;
    left: 50%;
    top: calc(100% + 1px);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    border: 2px solid #fff;
}
.tabNav li.active:after {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 57px);
}
.tabNav li a {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
}
.tabNav li a:before {
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    background-color: #c9e2ec;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
}
.tabNav li a:after {
    position: absolute;
    content: '';
    height: 2px;
    width: calc(100% + 10px);
    background-color: #83bad2;
    left: 50%;
    bottom: -2px;
    z-index: 0;
}
.tabNav li:last-child a:after{
    display: none;
}
.tabNav li>a .tab_dtls {
    width: 100%;
    float: left;
    position: relative;
}
.tabNav li>a .tab_dtls h4 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    color: #45515e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 5px 0 10px 0;
    margin: 0;
    min-height: 62px;
}
.tabNav li>a .tab_image {
    display: block;
    text-align: center;
    *min-height: 135px;
    *line-height: 135px;
    vertical-align: middle;
    width: 100px;
    margin: 0 auto;
    position: relative;
}
.tabNav li>a .tab_image img {
    width: 100%;
    object-fit: contain;
    display: inline-block;
    height: 80px;
}
.tabNav li>a .img_outer {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: transparent;
    transition: all .3s;
    line-height: 1;
}
.tabNav li>a:hover .img_outer, 
.tabNav li>a .img_outer:hover, 
.tabNav li.active>a .img_outer {
    background-color: #f1f1f1;
}
.tabNav li>a:hover .tab_dtls h4, 
.tabNav li>a .tab_dtls h4:hover, 
.tabNav li.active>a .tab_dtls h4 {
    color: #fba413;
}
.tabContainer {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    background-color: #f1f1f1;
    clear: left;
    margin-top: 64px;
}