[class*=dg-tabs-] .small,
[class*=dg-tabs-] small {
    font-size: 80%
}

.tab-title h3 {
    color: #424242;
    line-height: 1.3;
    margin: 0 0 40px 0
}

.resp-tab-container:after,
.resp-tabs-container:after,
[class*=dg-tabs-]:after {
    content: " ";
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    overflow: hidden
}

.dg-tabs-top {
    clear: both
}

.dg-tabs-top ul.resp-tabs-list {
    margin: 0;
    padding: 0;
    display: inline-block;
    border-left: 1px solid #e8e8e8;
    vertical-align: bottom
}

.dg-tabs-top .resp-tabs-container {
    padding: 0;
    margin: 0 0 8px;
    clear: both;
    border: 1px solid #e8e8e8
}

.dg-tabs-right .resp_margin,
.dg-tabs-top .resp_margin {
    padding: 20px 20px
}

.dg-tabs-top ul.resp-tabs-list li {
    font-size: 15px;
    margin: 0;
    list-style: none;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    margin-bottom: -1px;
    float: left;
    position: relative;
    z-index: 1;
    padding: 8px 15px;
    white-space: nowrap;
    cursor: pointer;
    -moz-transition: background-color ease-in .2s, color ease-in .2s;
    -webkit-transition: background-color ease-in .2s, color ease-in .2s;
    -o-transition: background-color ease-in .2s, color ease-in .2s;
    -ms-transition: background-color ease-in .2s, color ease-in .2s;
    transition: background-color ease-in .2s, color ease-in .2s;
    color: #424242
}

.dg-tabs-top ul.resp-tabs-list li:hover {
    color: #333;
    background: #eee
}

.dg-tabs-top ul.resp-tabs-list li.resp-tab-active {
    position: relative;
    z-index: 1;
    color: #fff
}

.dg-tabs-top ul.resp-tabs-list li.resp-tab-active {
    background-color: #fff;
    color: #20a3f0
}

.dg-tabs-top .resp_container,
.dg-tabs-top h2.resp-accordion {
    display: none
}

.dg-tabs-right {
    clear: both
}

.dg-tabs-right .resp-tabs-container {
    padding: 0;
    margin: 0 0 8px;
    border: 1px solid #e8e8e8;
    overflow: auto
}

.dg-tabs-right ul.resp-tabs-list {
    float: left;
    margin: 0 -1px 0 0;
    padding: 0;
    border-bottom: 1px solid #e8e8e8
}

.dg-tabs-right ul.resp-tabs-list li {
    font-size: 13px;
    color: #424242;
    margin: 0;
    list-style: none;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    position: relative;
    z-index: 1;
    min-width: 120px;
    padding: 8px 15px;
    white-space: nowrap;
    cursor: pointer;
    text-align: right;
    -moz-transition: background-color ease-in .2s, color ease-in .2s;
    -webkit-transition: background-color ease-in .2s, color ease-in .2s;
    -o-transition: background-color ease-in .2s, color ease-in .2s;
    -ms-transition: background-color ease-in .2s, color ease-in .2s;
    transition: background-color ease-in .2s, color ease-in .2s
}

.dg-tabs-right ul.resp-tabs-list li:hover {
    background: #eee;
    color: #333
}

.dg-tabs-right ul.resp-tabs-list li.resp-tab-active {
    position: relative;
    z-index: 1;
    color: #20a3f0;
    background-color: #fff
}

.dg-tabs-right .resp_container,
.dg-tabs-right h2.resp-accordion {
    display: none
}

.dg-tabs-right ul.resp-tabs-list {
    float: right;
    margin: 0 0 0 -1px
}

.dg-tabs-right .resp-tabs-container {
    margin: 0
}

.dg-tabs-right ul.resp-tabs-list li {
    border-left: none;
    border-right: 1px solid #e8e8e8;
    text-align: left
}

@media only screen and (max-width:768px) {
    [class*=dg-tabs-] ul.resp-tabs-list {
        display: none!important
    }
    .resp-tabs-container h2:nth-child(7) {
        display: none !important;
    }
    [class*=dg-tabs-] h2.resp-accordion {
        position: relative;
        border: 1px solid #e1e1e1;
        border-bottom: none;
        font-size: 15px;
        font-weight: 400;
        padding: 12px 30px 12px 15px;
        cursor: pointer;
        margin: 0;
        display: block;
        transition: all ease-in .2s;
        -moz-transition: all ease-in .2s;
        -webkit-transition: all ease-in .2s;
        -o-transition: all ease-in .2s;
        -ms-transition: all ease-in .2s
    }
    [class*=dg-tabs-] h2.resp-accordion:hover {
        background: #eee;
        color: #333
    }
    [class*=dg-tabs-] h2.resp-tab-active,
    [class*=dg-tabs-] h2.resp-tab-active:hover {
        background: #20a3f0;
        color: #fff
    }
    .mobile-padding-0 {
        padding: 0 !important;
    }
    [class*=dg-tabs-] .resp-arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        font-family: linearicons;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased
    }
    [class*=dg-tabs-] .resp-arrow:after,
    [class*=dg-tabs-] .resp-arrow:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        z-index: 1
    }
    [class*=dg-tabs-] .resp-arrow:after {
        width: 2px;
        height: 12px;
        background: #424242;
        margin: -6px 0 0 -7px;
        opacity: 1
    }
    [class*=dg-tabs-] .resp-arrow:before {
        width: 12px;
        height: 2px;
        background: #424242;
        margin: -1px 0 0 -12px
    }
    [class*=dg-tabs-] .resp-tab-active .resp-arrow:after {
        opacity: 0
    }
    [class*=dg-tabs-] .resp-tab-active .resp-arrow:after,
    [class*=dg-tabs-] .resp-tab-active .resp-arrow:before {
        background: #fff
    }
    [class*=dg-tabs-] .resp-tabs-container {
        width: 100%;
        border: none;
        border-bottom: 1px solid #e1e1e1
    }
    [class*=dg-tabs-] .resp-tab-content {
        border: 1px solid #e1e1e1;
        border-bottom: none;
        width: auto!important;
        display: none
    }
    [class*=dg-tabs-] .resp-tabs-container {
        margin-bottom: 8px
    }
}

.dg-tabs-top01 ul.resp-tabs-list {
    border: none
}

.dg-tabs-top01 ul.resp-tabs-list li {
    border: none;
    padding: 7px 0 4px 24px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s
}

.dg-tabs-top01 ul.resp-tabs-list li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    border-left: 1px solid #e0e0e0;
    margin-left: 24px;
    margin-bottom: 2px
}

.dg-tabs-top01 ul.resp-tabs-list li:first-child {
    padding-left: 0
}

.dg-tabs-top01 ul.resp-tabs-list li:last-child:after {
    content: "";
    margin-left: 0;
    border: 0
}

.dg-tabs-top01 ul.resp-tabs-list li.resp-tab-active,
.dg-tabs-top01 ul.resp-tabs-list li:hover {
    color: #20a3f0;
    border-bottom-color: #20a3f0;
    background: 0 0
}

.dg-tabs-top01 .resp-tabs-container {
    border: none;
    border-top: 1px solid #e0dede
}

.dg-tabs-top01 .resp_margin {
    padding: 30px 0 0 0
}

@media only screen and (max-width:768px) {
    .dg-tabs-top01 .resp_margin {
        padding: 15px;
        margin: 0
    }
    .dg-tabs-top01 .resp-tabs-container {
        border: none;
        border-bottom: 1px solid #e1e1e1
    }
}

.dg-tabs-top02 ul.resp-tabs-list {
    border: none;
    margin: 0
}

.dg-tabs-top02 ul.resp-tabs-list li {
    border: none;
    border-right: 1px solid #e8e8e8;
    padding: 8px 25px 6px 25px;
    font-size: 16px;
    color: #424242;
    margin: 0;
    background-color: #f5f5f5;
    transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s
}

.dg-tabs-top02 ul.resp-tabs-list li:last-child {
    border: none
}

.dg-tabs-top02 ul.resp-tabs-list li.resp-tab-active {
    background-color: #20a3f0;
    border-right-color: #20a3f0;
    color: #fff!important
}

.dg-tabs-top02 .resp-tabs-container {
    border: none;
    background-color: #20a3f0;
    color: #fff
}

.dg-tabs-top02 .resp_margin {
    padding: 33px 30px
}

.dg-tabs-top02 h2.resp-accordion {
    color: #fff
}

.dg-tabs-top02 .resp-arrow:after,
.dg-tabs-top02 .resp-arrow:before {
    background: #fff
}

@media only screen and (max-width:768px) {
    .dg-tabs-top02 h2.resp-accordion,
    .dg-tabs-top02 h2.resp-accordion:hover {
        background: rgba(255, 255, 255, .2)!important;
        border-color: rgba(255, 255, 255, .2);
        color: #fff
    }
    .dg-tabs-top02 .resp-tab-content {
        border-color: rgba(255, 255, 255, .2)
    }
}

.dg-tabs-top03 ul.resp-tabs-list {
    border: none;
    margin: 0
}

.dg-tabs-top03 ul.resp-tabs-list li {
    border: none;
    padding: 7px 26px;
    font-size: 16px;
    color: #424242;
    margin: 0 10px 10px 0;
    background-color: #f0f0f0;
    transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.dg-tabs-top03 ul.resp-tabs-list li.resp-tab-active {
    background-color: #20a3f0;
    color: #fff!important
}

.dg-tabs-top03 .resp-tabs-container {
    border: none;
    padding: 0
}

.dg-tabs-top03 .resp_margin {
    padding: 20px 0 0
}

@media only screen and (max-width:768px) {
    .dg-tabs-top03 .resp_margin {
        padding: 15px 15px 20px;
        margin: 0
    }
    .dg-tabs-top03 .resp-tabs-container {
        border: none;
        border-bottom: 1px solid #e1e1e1
    }
}

.dg-tabs-top04 ul.resp-tabs-list {
    text-align: center;
    border: none;
    top: 0;
    margin: 0 auto;
    display: flex;
    /* position: absolute; */
    width: 100%
}

.dg-tabs-top04 ul.resp-tabs-list li {
    vertical-align: bottom;
    border: none;
    /*border-bottom: 3px solid transparent;*/
    background-color: transparent!important;
    transition: border-color ease-in .2s;
    -moz-transition: border-color ease-in .2s;
    -webkit-transition: border-color ease-in .2s;
    -o-transition: border-color ease-in .2s;
    -ms-transition: border-color ease-in .2s;
    padding: 10px 0 10px;
    margin: 0 20px -1px
}

.dg-tabs-top04 .resp-accordion .box-right,
.dg-tabs-top04 ul.resp-tabs-list li .box-right {
    display: inline-block;
    vertical-align: middle
}

.dg-tabs-top04 .resp-accordion h6,
.dg-tabs-top04 ul.resp-tabs-list li h6 {
    font-size: 16px;
    font-weight: 700;
    color: #424242;
    transition: color ease-in .2s;
    -moz-transition: color ease-in .2s;
    -webkit-transition: color ease-in .2s;
    -o-transition: color ease-in .2s;
    -ms-transition: color ease-in .2s
}

.dg-tabs-top04 .resp-accordion li small,
.dg-tabs-top04 ul.resp-tabs-list li small {
    margin: 0;
    color: #666;
    font-size: 13px
}

.dg-tabs-top04 ul.resp-tabs-list li.resp-tab-active {
    /*border-bottom-color: #d73767*/
    position: relative;
}

.dg-tabs-top04 ul.resp-tabs-list li.resp-tab-active:after {
    content: ' ';
    position: absolute;
    border: 5px solid #2F3690;
    bottom: -4px;
    left: 0;
    right: 0;
    border-radius: 15px;
}

.dg-tabs-top04 ul.resp-tabs-list li.resp-tab-active h6 {
    font-size: 16px;
    font-weight: 700;
    color: #424242
}

.dg-tabs-top04 .resp-tabs-container {
    border: none
}

.dg-tabs-top04 .resp_margin {
    padding: 60px 0 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dg-tabs-top04 ul.resp-tabs-list li {
        margin: 0 15px -1px
    }
}

@media only screen and (max-width:768px) {
    .dg-tabs-top04 ul.resp-tabs-list {
        display: none
    }
    .dg-tabs-top04 .resp-tab-content {
        border-color: #e6e6e6
    }
    .dg-tabs-top04 .resp-tabs-container {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 30px
    }
    .dg-tabs-top04 .resp-accordion h6 {
        margin: 0
    }
    .dg-tabs-top04 .resp-accordion.resp-tab-active h6,
    .dg-tabs-top04 .resp-accordion.resp-tab-active small {
        color: #fff
    }
    .dg-tabs-top04 .resp_margin {
        padding: 30px
    }
}

.dg-tabs-top05 ul.resp-tabs-list {
    border: none
}

.dg-tabs-top05 ul.resp-tabs-list li {
    border: none;
    background-color: #fff;
    margin-right: 10px;
    padding: 7px 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.dg-tabs-top05 ul.resp-tabs-list li.resp-tab-active {
    background-color: #20a3f0;
    color: #fff
}

.dg-tabs-top05 .resp_margin {
    padding: 35px 0
}

.dg-tabs-top05 .resp-tabs-container {
    border: none
}

@media only screen and (max-width:991px) {
    .dg-tabs-top05 .resp_margin {
        padding: 15px
    }
    .dg-tabs-top05 .resp-tabs-container {
        border-bottom: 1px solid #e1e1e1
    }
    .dg-tabs-top05 h2.resp-accordion {
        padding: 12px 15px
    }
    .dg-tabs-top05 .resp-arrow {
        margin-top: 1px
    }
}

@media only screen and (max-width:768px) {
    .dg-tabs-top05 .resp-tabs-container {
        background-color: rgba(255, 255, 255, .7)
    }
}

.dg-tabs-top06 ul.resp-tabs-list {
    border: none;
    margin: 0 0 -1px
}

.dg-tabs-top06 ul.resp-tabs-list li {
    border: none;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 7px 25px 5px 25px;
    font-size: 16px;
    color: #424242;
    margin: 0;
    background-color: #f5f5f5;
    transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s
}

.dg-tabs-top06 ul.resp-tabs-list li:last-child {
    border-right: 1px solid #dcdcdc
}

.dg-tabs-top06 ul.resp-tabs-list li.resp-tab-active {
    color: #333;
    background-color: #fff;
    border-bottom-color: #fff
}

.dg-tabs-top06 ul.resp-tabs-list li:after {
    content: "";
    border-bottom: 2px solid #20a3f0;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    opacity: 0;
    transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s
}

.dg-tabs-top06 ul.resp-tabs-list li.resp-tab-active:after {
    opacity: 1
}

.dg-tabs-top06 .resp-tabs-container {
    border-color: #dcdcdc;
    background-color: #fff
}

.dg-tabs-top06 .resp_margin {
    padding: 33px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dg-tabs-top06 ul.resp-tabs-list li {
        padding: 7px 20px 5px 20px
    }
}

.dg-tabs-top07 ul.resp-tabs-list {
    border: none;
    padding-left: 20px;
    display: block;
    overflow: hidden;
    position: relative
}

.dg-tabs-top07 ul.resp-tabs-list:before {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 20px;
    border-bottom: 1px solid #dcdcdc
}

.dg-tabs-top07 ul.resp-tabs-list li {
    border: 1px solid transparent;
    border-bottom-color: #dcdcdc;
    padding: 7px 25px 5px 25px;
    font-size: 16px;
    color: #424242;
    margin: 0;
    background-color: transparent;
    transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    position: relative;
    margin-left: -1px
}

.dg-tabs-top07 ul.resp-tabs-list li:last-child:before {
    content: "";
    left: 100%;
    position: absolute;
    bottom: -1px;
    width: 1000px;
    border-bottom: 1px solid #dcdcdc
}

.dg-tabs-top07 ul.resp-tabs-list li:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -13px;
    height: 25px;
    border-left: #dcdcdc 1px solid
}

.dg-tabs-top07 ul.resp-tabs-list li:last-child:after {
    content: normal
}

.dg-tabs-top07 ul.resp-tabs-list li.resp-tab-active {
    color: #20a3f0;
    background-color: transparent;
    border-color: #dcdcdc;
    border-bottom-color: transparent
}

.dg-tabs-top07 ul.resp-tabs-list li:hover {
    background-color: transparent
}

.dg-tabs-top07 ul.resp-tabs-list li.resp-tab-active:after {
    opacity: 1
}

.dg-tabs-top07 .resp-tabs-container {
    border: none
}

.dg-tabs-top07 .resp_margin {
    padding: 33px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dg-tabs-top07 ul.resp-tabs-list li {
        padding: 7px 10px 5px 10px
    }
}

@media only screen and (max-width:991px) {
    .dg-tabs-top07 ul.resp-tabs-list {
        display: none
    }
    .dg-tabs-top07 .resp_margin {
        padding: 20px
    }
    .dg-tabs-top07 .resp-tabs-container {
        border-bottom: #e1e1e1 1px solid
    }
}

.dg-tabs-top08 ul.resp-tabs-list {
    border: 2px solid #f1f1f1;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px
}

.dg-tabs-top08 ul.resp-tabs-list li {
    padding: 7px 25px 5px 25px;
    font-size: 16px;
    color: #424242;
    margin: 3px;
    border: none;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background-color: transparent;
    transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    position: relative
}

.dg-tabs-top08 ul.resp-tabs-list li:last-child {
    border-right: none
}

.dg-tabs-top08 ul.resp-tabs-list li.resp-tab-active {
    color: #fff!important;
    background-color: #20a3f0;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .15)
}

.dg-tabs-top08 ul.resp-tabs-list li.resp-tab-active:after {
    opacity: 1
}

.dg-tabs-top08 .resp-tabs-container {
    border: none
}

.dg-tabs-top08 .resp_margin {
    padding: 33px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dg-tabs-top08 ul.resp-tabs-list li {
        padding: 7px 20px 5px 20px
    }
}

@media only screen and (max-width:991px) {
    .dg-tabs-top08 .resp_margin {
        padding: 20px
    }
    .dg-tabs-top08 .resp-tabs-container {
        border-bottom: #e1e1e1 1px solid
    }
}

.dg-tabs-top09 ul.resp-tabs-list {
    display: table;
    width: 100%;
    table-layout: fixed
}

.dg-tabs-top09 ul.resp-tabs-list li {
    display: table-cell;
    float: none;
    text-align: center;
    padding: 12px 15px
}

.dg-tabs-top09 ul.resp-tabs-list li .title::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 9px
}

.dg-tabs-top09 ul.resp-tabs-list li.resp-tab-active {
    background-color: #fafafa
}

.dg-tabs-top09 ul.resp-tabs-list li span {
    font-size: 13px
}

.dg-tabs-top09 .resp-tabs-container {
    margin: 0
}

.dg-tabs-top02.tabs-small ul.resp-tabs-list li,
.dg-tabs-top03.tabs-small ul.resp-tabs-list li,
.dg-tabs-top06.tabs-small ul.resp-tabs-list li,
.dg-tabs-top07.tabs-small ul.resp-tabs-list li,
.dg-tabs-top08.tabs-small ul.resp-tabs-list li {
    padding: 6px 20px 4px 20px
}

.dg-tabs-top01.tabs-small ul.resp-tabs-list li {
    padding-top: 6px;
    padding-bottom: 4px
}

.dg-tabs-top04.tabs-small ul.resp-tabs-list li {
    padding-bottom: 20px;
    margin: 0 20px -1px
}

.dg-tabs-top.dg-tabs-top04.tabs-medium.resp-vtabs {
    padding-top: 74px
}

@media (max-width:500px) {
    [class*=dg-tabs-] h2.resp-tab-active,
    [class*=dg-tabs-] h2.resp-tab-active:hover {
        background: white !important;
    }
    .resp-accordion {
        border-radius: 10px;
        border: none !important;
        box-shadow: 0px 3px 6px -9px black;
    }
}