﻿
	#verticalTab ul li div{ width:20px; height:20px; float:left; border:3px solid #dcdce1; padding:6px 5px 4px 5px; border-radius:100px; text-align:center; background:#D1232D;; color:#fff;  }
	#verticalTab ul li:hover div{ background:#fff; color:#000;}
	#verticalTab ul{ padding:0px;}
	#ptg{padding:6px 0px 0px 0px; font-weight:normal; font-size:22px;}

ul.resp-tabs-list, p {
	color:#505050;
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding:0px 5% 15px 5%;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {

}
.resp-tabs-container div h2{color:#505050;}

h2.resp-accordion {
    font-size: 13px;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
	border-bottom: 4px solid #dcdbe0;
border: 1px solid #D1232D;
border-left: 1px solid #D1232D;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 8px 15px 8px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
	border-bottom: 1px solid #D1232D;
}
#la{border-bottom:none;}
.resp-vtabs .resp-tabs-list li:hover { background:#3dbbec; color:#FFFFFF;}
.resp-vtabs .resp-tabs-list li:hover  #ptg { color:#FFFFFF;}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 74%;
    min-height: 150px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-right: none;
    background-color: #D1232D;;
    position: relative;
    z-index: 1;
	color:#FFFFFF;
    margin-right: -1px !important;

}
.resp-tab-active #ptg{ color:#ffffff;padding:6px 0px 0px 0px;}

.resp-vtabs li.resp-tab-active div{
	color:#fff; background:#F00; 
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}

h2.resp-tab-active span.resp-arrow {
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
}

.resp-easy-accordion .resp-tab-content:last-child {
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
}

@media only screen and (max-width: 550px) {.resp-vtabs ul.resp-tabs-list {width:95%;border-right: 5px solid #3dbbec;} .resp-vtabs .resp-tabs-container { width:100%; padding-top:20px;}}

@media only screen and (max-width: 320px) {.resp-vtabs ul.resp-tabs-list {width:95%;border-right: 5px solid #3dbbec;}.resp-vtabs .resp-tabs-container { width:100%;}}

@media only screen and (max-width: 250px) {.resp-vtabs ul.resp-tabs-list {width:95%;border-right: 5px solid #3dbbec;}}
