section.tb-tab-2buys {
    padding: 0 0 100px;
    margin-top: 160px;
    background-color: #f2f2f2;
    content-visibility: visible;
}
.tb-tabs-2buys-status {
    width: 100%;
    border-top: 8px solid #EAEAEA;
    position: relative;
    height: 200px;
}
/* .tb-tabs-2buys-status::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 30%;
    background-color: #E57224;
    top: -8px;
    left: 0;
} */
.tb-tabs-2buys-status .container-md {
    width: 1150px;
}
.tb-tabs-2buys {
    width: 100%;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tb-tab-2buys-content-out {
    width: 100%;
}
.tb-tabs-2buys a {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
.tb-tabs-2buys a.active::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 1920px;
    background-color: #E57224;
    right: 0;
    top: calc(50% - 4px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}
.tb-tabs-2buys-dummy {
    margin-top: 100%;
}
.tb-tabs-2buys-original {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F2F2F2;
    border: 10px solid #fff;
    border-radius: 50%;
    z-index: 1;
}
.tb-tabs-2buys a.active .tb-tabs-2buys-original {
    outline: 1px dashed #E57224;
    background-color: #E57224;
    color: #fff;
}
.tb-tabs-2buys-original-in {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}
.tabs-2buys-icon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.tabs-2buys-icon-active{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
    display: none;
}
.tb-tabs-2buys a.active .tabs-2buys-icon {
    background: none !important;
}
.tb-tabs-2buys a.active .tabs-2buys-icon-active{
    display: block;
}
.tb-tab-2buys-content {
    display: none;
}
.tb-tab-2buys-content.active {
    display: block;
}

.tb-tab-content-in {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.tb-tab-content-in-left {
    width: 45%;
}
.tb-tab-content-in-left ol {
    list-style: auto;
    margin-left: 20px;
}
.tb-tab-content-in-left ul {
    list-style: inside;
}
.tb-tab-content-in-left li {
    margin-bottom: 15px;
}
.tb-tab-content-in-left.tb-tab-content-in-left-full {
    width: 100%;
}
.tb-tab-content-in-right {
    width: 38%;
}
.tb-tab-content-in-right img {
    width: 100%;
    height: auto;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.tb-tab-content-in-left h4 {
    margin-bottom: 30px;
}
.tb-tab-content-in-left h4 span,
.tb-tab-content-in-left p span {
    color: #E57224;
}
.tb-tab-content-in-left > p,
.tb-tab-content-in-left  li {
    font-size: 22px;
    color: #56606D;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
}
.tb-tab-content-in-left p blue {
    font-weight: bold;
    color: #00b3cd;
}
.tb-tab-content-in-left-box h6 {
    border-top: 1px solid #FFF;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.tb-tab-content-in-left-box h6:first-child {
    border-top: none;
}
.tb-tab-content-in-left-box p {
    color: #56606D;
    font-size: 16px;
    font-weight: 300;
}
h4.tb-tab-2buys-content-accordion {
    display: none;
}


@media (max-width:1566px) {
}


@media (max-width:1440px) {
    .tb-tabs-2buys-status .container-md {
        width: 965px;
    }
    .tb-tab-content-in-right {
        width: 40%;
    }
    section.tb-tab-2buys {
        margin-top: 120px;
    }
    .tb-tabs-2buys-original-in {
        font-size: 18px;
    }
    .tabs-2buys-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
}
@media (max-width:1380px) {
}
@media only screen and ( max-width: 1199px) {
}
@media only screen and ( max-width: 961px) {
    section.tb-tab-2buys {
        padding: 0 0 60px;
        margin-top: 80px;
    }
    .tb-tabs-2buys-status {
        height: 130px;
    }
    .tb-tab-content-in-left > p {
        font-size: 18px;
    }
    .tb-tab-content-in-left-box h6 {
        padding-top: 10px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .tb-tab-content-in-right {
        width: 45%;
    }
    .tabs-2buys-icon {
        width: 30px;
        height: 30px;
    }
    .tb-tabs-2buys-original-in {
        font-size: 16px;
    }
}
@media only screen and ( max-width: 768px) {
    .tb-tabs-2buys {
        gap: 20px;
    }
    .tb-tabs-2buys-original-in {
        padding: 10px;
    }
    .tabs-2buys-icon {
        width: 25px;
        height: 25px;
        margin-bottom: 5px;
    }
    section.tb-tab-2buys {
        margin-top: 60px;
    }
    .tb-tabs-2buys-status {
        height: 110px;
    }
}
@media only screen and ( max-width: 678px) {
    section.tb-tab-2buys {
        margin-top: 0;
        padding-top: 60px;
    }
    .tb-tabs-2buys-status {
        display: none;
    }
    h4.tb-tab-2buys-content-accordion {
        display: block;
        border-bottom: 5px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background-position: left 8px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        padding-left: 30px;
        color: #56606d;
    }
    .tb-tab-2buys-content.active h4.tb-tab-2buys-content-accordion {
        border-bottom: 5px solid #E57224;
    }
    .tb-tab-2buys-content {
        display: block;
    }
    .tb-tab-content-in {
        display: none;
    }
    .tb-tab-2buys-content.active .tb-tab-content-in{
        display: flex;
    }
    .tb-tab-content-in-left, .tb-tab-content-in-right {
        width: 100%;
    }
    .tb-tab-content-in {
        flex-wrap: wrap;
        gap: 30px;
        padding: 30px 0;
    }
}
@media only screen and ( max-width: 460px) {
}


