body {
    margin: 0px;
    padding: 0px;
    
    font-family: 'Segoe UI';
}

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

.resp-tabs-list li 
{
        font-family: robotoRegular;
        float: left;
            padding: 0px 10px;
       display: inline-table;
    align-items: center;
    color: #6abadf;
    text-transform: uppercase;
    border-right: 1px solid #4fa7d5 !important;
    margin: 0px;
    text-indent: 0px;
    width: 25%;
    margin: 0px;
    text-indent: 0px;

    border-radius: 0px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    height: 57px !important;
}

.resp-tabs-list li h3
{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6em;
    text-transform: capitalize;
    text-decoration: none;
    color: #444;
    transition: all .3s ease-in-out;
    letter-spacing: .1px;
    line-height: 1.6;
    text-align: center;
}

.resp-tabs-container {
    padding: 0px;
float: left;
    clear: left;
}
.resp-tabs-container .tab_pane_img
{
    text-align:center;
}
.resp-tabs-container .tab_pane_img img
{
    width:150px;
}
.resp-tabs-container h3
{
   display: block;
    background: #fff;
    color: #6abadf !important;
    padding: 22px 0px;
    padding-left: 10px;
    text-decoration: none;
    position: relative;
    
    text-transform: capitalize;
    padding-right: 32px;
        
        font-size: 20px;
        margin-top:0px;
        margin-bottom:0px;
}
.resp-tabs-container img
{

}

h3.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active>h3 {
	    width: 100%;
    color: #e67e22;
}

.resp-tab-active>h3 {
    
    color: #3895d5!important;
}

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



h3.resp-accordion {
    font-size: 13px;
    

    padding: 10px 15px;
}

h3.resp-tab-active {
    
    margin-bottom: 0px !important;

}

h3.resp-tab-title:last-child {
    
    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 0 4px;
    cursor: pointer;
    float: none;
}

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

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

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow 
{
        position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

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

/*-----------Accordion styles-----------*/
h3.resp-tab-active {

}

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

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

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

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

h3.resp-accordion:first-child {

}

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

    h3.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-tabs-container {
         margin:0px 15px;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
        margin:0px 15px;
    }
    .resp-tab-active
    {
        background:#fff !important;
    }
    .resp-tab-active h3
    {
        background:#fff !important;        
    }

    .resp-tabs-container h3.resp-accordion
    {
        padding:0px;
              margin: 5px 0px;
    border-left: none;
    border-right: none;
    border-top: 4px solid #f4f4f4;
    border-radius: 0px !important;
    box-shadow: none;
    border-bottom: 4px solid #f4f4f4;
    }
    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.parentHorizontalTab
{
    display: block;
    width: 100%;
    margin: 0px;
    float: left;
    margin-top:40px !important;
}
.parentHorizontalTab ul.resp-tabs-list li
{
    width:25%;
}
.parentHorizontalTab ul.resp-tabs-list li:last-child
{
    border-right:none !important;
}

.three_tab li
{
    width:33.33% !important;
}