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

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    color: #00355c;
    font-weight:bold;
    background-color:#f8f8f8;
}

.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: 15px;
}

.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; }


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 {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-tabs-list-wrap {
    height: 100%;
    border-right: 2px solid #3396ff;
    margin-top:30px;
}
.resp-vtabs ul.resp-tabs-list {
    width: 100%;
    display: block;
}

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

    .resp-vtabs .resp-tabs-list li:first-child {
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }
    .resp-vtabs .resp-tabs-list li:last-child {
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

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

.resp-vtabs .resp-tab-content {
    border: none;
    padding: 50px;
    font-size: 16px;
    background-color: #f8f8f8;
}
    .resp-vtabs .resp-tab-content .accordion-top-content {
        border-bottom: 2px solid #c4c5c5;
        margin-bottom:30px;
        padding-bottom:20px;
    }
    .resp-vtabs .resp-tab-content h2 {
        margin-bottom:30px;
    }
    .resp-vtabs .resp-tab-content p {
        margin-bottom:15px;
    }

.resp-vtabs li.resp-tab-active {
    background-color: #3396ff;
    color: white;
    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: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.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-----------*/

h2.resp-tab-active {
    background: #3396ff !important;
    color:white;
}

.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: 991px) {

    .resp-tabs-list-wrap { display: none; }

    h2.resp-accordion {
        display: block;
        margin-bottom: 15px;
        background-color: #f8f8f8;
    }

    .resp-vtabs .resp-tabs-container {
      border: none;
      float: none;
      width: 100%;
      min-height: initial;
      clear: none;
    }
    .resp-tab-content-active {
        margin-bottom: 15px;
    }
    .resp-accordion-closed { display: none !important; }
	
	.resp-vtabs .resp-tab-content{
        padding:2px;
    }
}
