
.tabpadbord {padding:0px; border:solid 1px #bf0718;}

.resp-tabs-list > li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: left; padding:15px 0;
}




.tablihov:hover {}
/*.tablihov {background:url(../images/bluearw30.png) bottom center no-repeat; background-position:50% 100%; transition: all 2s}
.tablihov:hover {background:url(../images/bluearw.png) bottom center no-repeat; background-position:50% 100%; transition:all 2s;}
.resp-tab-active {background:url(../images/bluearw.png) bottom center no-repeat; background-position:50% 100%;}*/
.tablihov {font-size:11pt; font-weight:bold}
.resp-tab-active {background-color:#fff !important; color:#fff !important}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

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

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



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




h2.resp-accordion {
    border-bottom: 1px solid #eee;
    margin: 0px;
    padding: 10px 10px;  background:url(../images/whitearwdn.png) right center no-repeat !important; background-position:95% !important; color:#eee; margin-bottom:-2px
}
h2.resp-accordion::last-child {border-bottom: none !important;}
h2.resp-accordion:hover {color:#fff}


h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 10px !important; background:url(../images/whitearw.png) right center no-repeat !important; background-position:95% !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: 100%; margin-right:0;
}

.resp-vtabs .resp-tabs-list > li {
    display: inline-block; width:33.33%; position:relative;
    cursor: pointer;
    float: none; margin-bottom:20px; background-color:#bf0718; color:#eee; padding:15px 20px; box-shadow: 0 5px 10px 0 rgba(50,65,141,.3); border-right: solid 1px #eee; text-align:center
}
.resp-vtabs .resp-tabs-list > li:hover {color:#fff}
.resp-vtabs .resp-tabs-list > li:last-child {border-right:none}
.resp-vtabs .resp-tabs-list {font-size:0}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 100%;
    min-height: 250px;
    clear: none;
}

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

.resp-vtabs { border-bottom: none; background-color:#bf0718;}

.resp-vtabs > li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
	margin-bottom:10px; background-color:#fff
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}

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

/*-----------Accordion styles-----------*/

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

.resp-easy-accordion .resp-tab-content {
}


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

.resp-tab-content-active {
    display: block; background-color:#fff
}

h2.resp-accordion  img, h2.resp-accordion p {display:inline-block !important; vertical-align:middle; text-align:center;}
h2.resp-accordion p {margin-left:10px}


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

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
	
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
	
    }
	.resp-tab-content {margin:0px}
.resp-tab-active:before {content: "";  height: 16px; width: 22px; bottom: -12px; left: 47%; position: absolute; z-index: 999;}
	
}

@media screen and (min-width: 1024px) {
.resp-tab-content {margin:0px 0}
.tabpadbord {padding:0px;}
.tablihov {font-size:14pt}
.resp-tab-active:before {content: url(../images/arwdn.png);  height: 16px; width: 22px; bottom: -12px; left: 47%; position: absolute; z-index: 999;}
.resp-tab-active {background-color:#fff !important; color:#bf0718 !important}
}
@media screen and (min-width: 1280px) {

}
