﻿.tabs3
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    height: 54px;
    width: 99%;
    background-color: #fff;
    position: relative;
    z-index: 4;
}
.tabs3 li
{
    margin: 0;
    text-align: left;
}
.tabs3 li a
{
    float: left;
    color: #454545;
    height: 50px;
    padding: 0 40px;
    font-weight: 600;
    text-decoration: none;
    line-height: 50px;
    font-size: 14px;
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
    border-top: 4px solid #fff;
}
.tabs3 li a:hover
{
    color: #fc4242;
}
.tabs3 li.active a
{
    color: #fc4242;
    border-top: 4px solid #fc4242;
    border-bottom: 1px solid #fff;
}
.tabs-content3
{
    float: left;
    width: 91%;
    padding: 5% 4% 5% 4%;
    text-align: left;
    margin-bottom: 40px;
    margin-top: -1px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.tabs-content3 img.img_left2
{
    width: auto;
    margin-right: 25px;
    margin-bottom: 20px;
}
.tabs-content3 .tabs-panel
{
    padding: 20px;
}
.tabs-content3 .tabs-panel3 .tab-title3
{
    display: none;
}
.tabs3.two li a
{
    padding: 0 20px;
}/*	#Themes
//	================================================== */
#example-3 .tabs3 li
{
    width: 100px;
    border: 1px solid #ddd;
    border-right: 0;
    background: #eee;
    cursor: pointer;
    position: relative;
    z-index: 999;
}
#example-3 .tabs3 li:last-child
{
    border-right: 1px solid #ddd;
}
#example-3 .tabs3 li.active
{
    border-bottom: 1px solid #fff;
    background: #fff;
}
#example-3 .tabs-content3
{
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    top: -1px;
    z-index: 99;
}
#example-3 .tabs-content3 .tab-title
{
    color: #0b8593;
}
@media only screen and (min-width: 1000px) and (max-width: 1169px)
{
    .tabs3 li a
    {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 999px)
{
    .tabs3 li a
    {
        padding: 0 10px;
    }
    .tabs3.two li a
    {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .tabs3 li a
    {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 479px)
{
    .tabs3 li a
    {
        padding: 0 5px;
    }
}
