


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

ul.resp-tabs-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}


.resp-tabs-list li {
    font-weight: 400;
    font-size: 85%;
    display: inline-block;
    padding: 1.3% 0.5%;
    margin-right: 0.7%;
	margin-bottom: 0px;
    list-style: none;
    cursor: pointer;
    float: left;
	background:#ddd;
	border: 0px solid #2C5092;
	color: #2C5092 ;
	width: calc(100% / 8);
	line-height: 145% !important;
	text-align: center;
}

.resp-tabs-list li:nth-child(2){
	letter-spacing: -2px;
}

.resp-tabs-list li:last-child{
    margin-right: 0px;
}

.itiran_li a,.r2 a{
	font-weight: 400;
	text-decoration: none !important;
	padding-left: 2px;
}

.itiran_li a:hover,.r2 a:hover{
	text-decoration: underline!important;
	color: #00A3D9;
}

.itiran_li{
	float: left;
	padding: 1.7% 0% 1.7% 0 !important;
	margin: 0 !important;
	font-size: 80%;
	color: #FF2626;
	font-weight: 600;
}

.r2 {
	float: left;
	margin: 0 !important; 
	padding: 1.7% 1% 1.7% 1% !important; 
	font-size: 80%;
	color: #FF2626;
	font-weight: 600;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
	margin-bottom: 8%;
}

h5.resp-accordion {
    cursor: pointer;
    padding: 5px;
	background-color: #2C5092;
    display: none;
	color: #fff;
}

.resp-tab-content {
    display: none;
    padding: 1%;
}

.resp-tab-active {
    border: 0px solid #2C5092;
    border-bottom: none;
    margin-bottom: 0px !important;
    padding: 1.3% 0.5%;
	color: #fff !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #2C5092 !important;
}

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

.resp-tab-content {
    border-top: 1px solid #2C5092;
}

h5.resp-accordion {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    border-top: 0px solid #00A3D9;
    margin: 0px;
    padding: 10px 15px;
}

h5.resp-tab-active {
    border-bottom: 0px solid #00A3D9 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h5.resp-tab-title:last-child {
    border-bottom: 0px solid #00A3D9 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

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

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 0px solid #00A3D9;
    border-right: none;
    background-color: #00A3D9 !important;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #fff;
}

h5.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/
h5.resp-tab-active {
    background: #00A3D9 !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 0px solid #00A3D9;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 0px solid #00A3D9 !important;
}

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

.resp-tab-content-active {
    display: block;
}

h5.resp-accordion:first-child {
    border-top: 0px solid #00A3D9 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    
	

	
.resp-tab-content {
    border-top: 0px solid #2C5092;
}
	
    ul.resp-tabs-list {
        display: none;
    }
	


    h5.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 0px solid #00A3D9;
    }

    .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: 0px solid #00A3D9 !important;
    }
}