


.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; 
}


.top-offset ul.tabs-nav {
    transform: translateY(-55px);
    margin-bottom: -55px;
}

.tabs-nav a {
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    padding: 5px 0;
}

.tabs-stage {
    border-top: 0;
    clear: both;
    position: relative;
    top: 0;
    padding: 40px 0;
    
}
.tabs-stage p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    max-width: 840px;
    margin: 0 auto;
}
.tabs-nav li {
    padding: 0 10px;
    font-size: 30px;
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.tabs-nav li.tab-active{
    border-bottom: 2px solid #fff;
}
.tabs-stage .container {
    display: flex;
    flex-flow: wrap;
}
.tab-content-section, .tab-img-section {
    width: 100%;
}
.tab-img-section img {
    width: 100%;
    height: auto;
}
.tab-content {
    visibility: hidden;
    height: 0;
}
.tab-content.active {
    visibility: visible;
    height: auto;
}
.tab-content-section h2.block-title:after {
    display: none;
}
.tab-content-section h2.block-title {
    padding-bottom: 0;
    margin-bottom: 0;
}
.tab-content-section h3.block-subtitle {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0 25px;
    padding-bottom: 25px;
    position: relative;
}
.tab-content-section h3.block-subtitle:after {
    width: 125px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tab-content-section {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.tab-content-section .block-paragraphs p{
    
}
.tab-img-section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    left: 1000%;
}
.tab-img-section.active {
    position: relative;
    left: 0;
}
.tabs-stage .block-paragraphs p {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 21px;
}
.block_type_tabs > .pattern-overlay.type-pattern-2 {
    display: none;
}
/*
.tab-content-section > * {
    transform: translateY(15px);
    opacity: 0;
    transition: none;
}
.active .tab-content-section > * {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s ease 0.5s;
}*/
.commercial-collections .tabs-nav .container {
    max-width: 100%;
}
.theme-2 .tabs-stage {
    background: transparent;
}
.theme-2 .tabs-nav li {
    width: auto;
    min-width: 150px;
    padding: 0 10px 12px;
    margin: 0 2px;
    min-height: 62px;
}
.theme-2 .tabs-nav a {
    padding: 5px 18px;
    height: auto;
}
.theme-2 .tabs-nav a span {
    display: block;
    text-align: left;
    line-height: 1;
    font-size: 40px;
}
.theme-2 .tabs-nav a {
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
}

.theme-2 .tab-content-section {
    width: 50%;
}
.theme-2 .tab-img-section {
    width: 50%;
}
.commercial-collections .theme-2 .block-paragraphs p{
    font-size: 20px;
}
.theme-2 .tabs-nav li.tab-active {
    border-bottom: 3px solid #004D71;
}
.theme-2 .tabs-stage {
    padding: 60px 0 0;
}
.contact-us .buttons-wrapper{
    text-align: center;
}
.theme-2 .tab-content .tab-content-section .block-paragraphs p{
    font-size: 20px;
}
.commercial-collections, .content-block.block-padding-small{
    padding-bottom: 0;
}
.commercial-collections .theme-2 .tabs-stage .container{
    position: relative;
}
.commercial-collections .theme-2 .tabs-stage .container .tab-img-section {
    width: 50%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: -10%;
    position: relative;
    margin-bottom: -50px;
    z-index: 9;
}
.commercial-collections .theme-2 .tab-content-section{
    padding-left: 50px;
}






@media screen and (max-width:1440px) {
    .tabs-nav a {
    font-size: 20px;
}
    .tab-content-section h3.block-subtitle {
    font-size: 26px;
}
    .tabs-stage .block-paragraphs p {
    font-size: 20px;
}
    .tabs-stage {
    padding: 40px 0;
}
.theme-2 .tabs-nav a {
    font-size: 17px;
}
.theme-2 .tab-content .tab-content-section .block-paragraphs p{
    font-size: 16px;
}
}

@media screen and (max-width:1200px) {
    .tabs-nav a {
    font-size: 16px;
}
    .tabs-stage {
    padding: 50px 0;
}
}

@media screen and (max-width:992px) {
    .tabs-nav li {
    width: 100%;
    border-radius: 0;
}
    .tabs-nav a {
    font-size: 18px;
}
    .tab-content-section {
    order: 2;
    width: 100%;
    margin-top: 50px;
}
    .tab-img-section {
    width: 100%;
    order: 1;
}
    ul.tabs-nav {
    overflow: hidden;
    white-space: normal;
}
    ul.tabs-nav > .container {
    white-space: nowrap;
    width: auto;
    max-width: 1000%;
    overflow: scroll;
    margin-bottom: -10px;
    padding: 0;    
    font-size: 0;
}
.tabs-nav li {
    width: auto;
    margin-bottom: 5px;
    padding: 0;
    border-radius: 0;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
    .tabs-nav li a {
    padding: 5px 15px;
    border-radius: 0;
}

}


@media screen and (max-width:992px) {
.tab-content-section{
    margin-top: 0;
}  
.tabs-stage {
    padding: 20px 0;
}   
}

@media screen and (max-width:767px) {
    .tabs-stage .block-paragraphs p {
    font-size: 15px;
}
}


