h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'graphikmedium';
    letter-spacing: .4px
}

p,
li {
    font-family: 'graphik_regularregular';
    letter-spacing: .2px
}

img {
    max-width: 100%;
    height: auto;
}

.sec_banner {
    background: #E7FAFF;
}

.sec_banner h1 {
    font-weight: 600;
    color: #001A21;
}

.sec_banner p {
    font-weight: 400;
    color: #001A21;
}

.sec_banner a ,.contact_btn a{
    color: #fff;
    border: 1px solid #FF5C35;
    background: #FF5C35;
}
.contact_btn a:hover{
    color: #000000;
}

.sec_content ul {
    background: #FEFEFE;
}

.sec_content li button {
    font-weight: 500;
    color: #484848;
    border: none;
    background: transparent;
}

.sec_content li button:focus:not(:focus-visible) {
    font-weight: 600;
    color: #0D5EF8;
}

.tab_content {
    background: #f7f5f5;
}

.sec_content .under_line {
    background: #0D5EF8;
    position: relative;
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 5px;
}

.side-tab.active .under_line {
    opacity: 1;
}

.tab_content .column {
    border: 1px solid #DBDBDB;
    border-radius: 16px;
    height: 100%;
}

.tab_content h3,
.tab_content h2 {
    color: #000000;
    font-weight: 600;
}

.tab_content p {
    color: #000000;
    font-weight: 400;
}

.below_line1,
.below_line1,
.below_line2,
.below_line3,
.below_line4,
.below_line5,
.below_line6,
.below_line7,
.below_line8,
.below_line9 {
    background: transparent;
}

.below_line {
    background-image: linear-gradient(transparent 60%, #FFF280 40%);
}

.below_line1 {
    background-image: linear-gradient(transparent 60%, #FF9F80 40%);
}

.below_line2 {
    background-image: linear-gradient(transparent 60%, #6096FF 40%);
}

.below_line3 {
    background-image: linear-gradient(transparent 60%, #57FFCD 40%);
}

.below_line4 {
    background-image: linear-gradient(transparent 60%, #EAFB1F 40%);
}

.below_line5 {
    background-image: linear-gradient(transparent 60%, #73FB1F 40%);
}

.below_line6 {
    background-image: linear-gradient(transparent 60%, #1FFBC7 40%);
}

.below_line7 {
    background-image: linear-gradient(transparent 60%, #C378FF 40%);
}

.below_line8 {
    background-image: linear-gradient(transparent 60%, #FF78E1 40%);
}

.below_line9 {
    background-image: linear-gradient(transparent 60%, #FF78A8 40%);
}

.more_tabs {
    display: none;
  }
  #more_btn {
    cursor: pointer;
    color: #333;
    font-weight: 500;
  }

@media (max-width:767px) {
    .sec_banner .col-md-6 {
        text-align: center;
    }

    .sec_banner {
        padding: 85px 0 35px 0;
    }

    .sec_banner h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .sec_banner p {
        font-size: 14px;
        line-height: 24px;
    }

    .sec_banner a {
        font-size: 12px;
        padding: 10px 35px;
        border-radius: 3px;
    }
    .contact_btn a{
        font-size: 12px;
        padding: 10px 35px;
        border-radius: 3px;
    }

    .sec_content .pdg_list {
        margin: 20px 10px;
        justify-content: center;
        row-gap: 10px;
        column-gap: 20px;
    }

    .sec_content .under_line {
        width: 40px;
        height: 3px;
        top: 5px;
    }

    .sec_content li button {
        font-size: 12px;
    }

    .tab_content .column {
        padding: 15px 11px;
    }

    .tab_content h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .tab_content p {
        font-size: 12px;
        line-height: 22px;
    }

    .tab_content .row {
        row-gap: 30px;
    }

    .tab_content h2 {
        font-size: 25px;
        line-height: 35px;
    }

    #invent-tab-pane,
    #order-tab-pane,
    #vendor-tab-pane,
    #market-tab-pane,
    #customer-tab-pane,
    #web-tab-pane,
    #Ship-tab-pane,
    #Pay-tab-pane,
    #Security-tab-pane,
    #Analytic-tab-pane,
    #Plug-tab-pane {
        padding: 40px 5px 50px 5px;
    }

}

@media (min-width:768px) {
    .sec_banner {
        padding: 80px 0 55px 0;
    }

    .sec_banner h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .sec_banner p {
        font-size: 14px;
        line-height: 24px;
    }

    .sec_banner a {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 3px;
    }
    .contact_btn a{
        font-size: 14px;
        padding: 12px 50px;
        border-radius: 3px;
    }

    .sec_content .pdg_list {
        margin: 40px 20px;
        row-gap: 15px;
        column-gap: 20px;
        justify-content: center;
    }

    .sec_content .under_line {
        width: 60px;
        height: 3px;
        top: 4px;
    }

    .sec_content li button {
        font-size: 16px;
    }

    .tab_content .column {
        padding: 20px 15px;
    }

    .tab_content h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .tab_content p {
        font-size: 14px;
        line-height: 24px;
    }

    .tab_content .row {
        row-gap: 35px;
    }

    .tab_content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    #invent-tab-pane,
    #order-tab-pane,
    #vendor-tab-pane,
    #market-tab-pane,
    #customer-tab-pane,
    #web-tab-pane,
    #Ship-tab-pane,
    #Pay-tab-pane,
    #Security-tab-pane,
    #Analytic-tab-pane,
    #Plug-tab-pane {
        padding: 40px 0 55px 0;
    }
}

@media (min-width:1200px) {
    .sec_banner {
        padding: 130px 0 80px 0;
    }

    .sec_banner h1 {
        font-size: 45px;
        line-height: 60px;
    }

    .sec_banner p {
        font-size: 18px;
        line-height: 28px;
        max-width: 560px;
    }

    .sec_content .pdg_list {
        margin: 25px 120px;
        justify-content: space-between;
        row-gap: 20px;
        column-gap: 20px;
    }

    .sec_content .under_line {
        width: 70px;
        height: 3px;
        top: 4px;
    }

    .sec_content li button {
        font-size: 16px;
    }

    .tab_content .column {
        padding: 35px 31px;
    }

    .tab_content h3 {
        font-size: 20px;
        line-height: 44px;
    }

    .tab_content p {
        font-size: 16px;
        line-height: 26px;
    }

    .tab_content .row {
        row-gap: 35px;
    }

    .tab_content h2 {
        font-size: 45px;
        line-height: 60px;
    }

    #invent-tab-pane,
    #order-tab-pane,
    #vendor-tab-pane,
    #market-tab-pane,
    #customer-tab-pane,
    #web-tab-pane,
    #Ship-tab-pane,
    #Pay-tab-pane,
    #Security-tab-pane,
    #Analytic-tab-pane,
    #Plug-tab-pane {
        padding: 35px 0 70px 0;
    }
    .sec_banner a{
        font-size: 18px;
        padding: 14px 37px;
        border-radius: 3px;
    }

    .contact_btn a{
        font-size: 18px;
        padding: 16px 90px;
        border-radius: 3px;
    }

}
