/*banner section css youtub page css*/
    body .youtubNewImage {
        bottom: 50%;
        transform: translateY(50%);
    }
    body .mycopy-clum-width {
        max-width: 456px;
        width: 100%;
    }
    body .mytext-row {
        row-gap: 110px;
    }
    body .mytext-row .column-4 {
        max-width: 320px;
    }
    body .mytext-row .column-5 {
        max-width: 330px;
    }
    body .features-addmy {
        padding: 0;
        overflow: hidden;
        margin-bottom: 24px;
    }
    body .features-addmy table {
        width: 100%;
        height: auto;
    }
    body .features-addmy table thead tr th {
        border: none;
        padding: 35px 35px 23px;
        font-family: 'Poppins';
        font-weight: bold;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0;
        text-transform: uppercase;
        background: linear-gradient(174.21deg, #F7CE35 50.01%, #F79B35 93.44%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        text-align: center;
    }
    body .features-addmy table thead tr th.text-left {
        text-align: left;
    }
    body .features-addmy table tbody tr td {
        text-align: center;
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        color: #fff;
        text-transform: capitalize;
        padding: 14px 35px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    body .features-addmy table tbody tr td.box-title {
        text-align: left;
        color: #F8A401;
    }
    section.my-new-class-sect .add-border-my {
        border: 1px solid #C4C4C4;
        border-radius: 15px;
        padding: 12px 63px;
    }
    section.my-new-class-sect .main-box {
        position: relative;
    }
    section.my-new-class-sect .main-box .features-package-btn {
        position: static;
        transform: none;
        margin: 51px 0 148px;
    }
    section.my-new-class-sect .main-box .heading-terms h3 {
        color: #000;
        text-transform: uppercase;
    }
    section.my-new-class-sect .main-box .terms-package ul li {
        color: #000;
    }
    
    /*saller page css*/
    body .saller-text-box {
        row-gap: 80px;
    }
    body .saller-text-box .column-4, body .saller-text-box .column-5, body .saller-text-box .column-6 {
        max-width: 355px;
    }
    body .saller-page-css {
        justify-content: flex-start;
        gap: 126px;
    }
    
    
    @media (min-width: 992px) {
        
        body .mycopy-clum-width {
            max-width: 23.75vw;
        }
        body .mytext-row {
            row-gap: 5.729vw;
        }
        body .mytext-row .column-4 {
            max-width: 16.667vw;
        }
        body .mytext-row .column-5 {
            max-width: 17.188vw;
        }
        body .features-addmy {
            margin-bottom: 1.25vw;
        }
        body .features-addmy table thead tr th {
            padding: 1.823vw 1.823vw 1.198vw;
            font-size: 0.938vw;
        }
        body .features-addmy table tbody tr td {
            font-size: 0.833vw;
            padding: 0.729vw 1.823vw;
            border: 0.052vw solid rgba(255, 255, 255, 0.2);
        }
        section.my-new-class-sect .add-border-my {
            border: 0.052vw solid #C4C4C4;
            border-radius: 0.781vw;
            padding: 0.625vw 3.281vw;
        }
        section.my-new-class-sect .main-box .features-package-btn {
            margin: 2.656vw 0 7.708vw;
        }
        
        /*temuselleraccount page css*/
          body .sellearbanner-imge {
            bottom: 2vw;
            transform: translateY(0px);
        }
        body .saller-text-box {
            row-gap: 4.167vw;
        }
        body .saller-text-box .column-4, body .saller-text-box .column-5, body .saller-text-box .column-6 {
            max-width: 18.49vw;
        }
        body .saller-page-css {
            gap: 6.563vw;
        }

    }
    
    
    
 /**768 to 991 --iPad-- **/
@media(max-width:991px){

    body .mycopy-clum-width {
        max-width: 50%;
        width: 100%;
    }
    body .features-addmy table thead tr th {
        padding: 22px 25px 17px;
        font-size: 16px;
    }
    body .features-addmy table tbody tr td {
        font-size: 14px;
        padding: 13px 25px;
    }
    section.my-new-class-sect .add-border-my {
        border: 1px solid #C4C4C4;
        border-radius: 12px;
        padding: 11px 50px;
    }
    section.my-new-class-sect .main-box .features-package-btn {
        position: static;
        transform: none;
        margin: 45px 0 90px;
    }
    body section.youtub-banner-sect .youtubNewImage {
        bottom: 50%;
        transform:translateY(-50%) !important;
    }
    body .saller-text-box .column-4, body .saller-text-box .column-5, body .saller-text-box .column-6 {
        max-width: 49%;
    }
    body .saller-page-css {
        justify-content: flex-start;
        gap: 35px;
    }

}
 /* / 600 to 767 --Nexus 7-- / */
@media(max-width:767px){
 
    body .features-addmy table thead tr th {
        padding: 18px 18px 15px;
        font-size: 14px;
    }
    body .features-addmy table tbody tr td {
        font-size: 13px;
        padding: 12px 18px;
    }
    section.my-new-class-sect .add-border-my {
        border: 1px solid #C4C4C4;
        border-radius: 12px;
        padding: 10px 40px;
    }
    section.my-new-class-sect .main-box .features-package-btn {
        position: static;
        transform: none;
        margin: 35px 0 50px;
    }
    body .saller-text-box .column-4, body .saller-text-box .column-5, body .saller-text-box .column-6 {
       max-width: 49%;
    }
    body .saller-text-box {
        row-gap: 70px;
    }
    body .saller-page-css {
        justify-content: flex-start;
        gap: 40px;
    }
    
}
 /* Mobile and Tab Media Queries */
 /* / 320 to 767 --Galaxy S5 jiophone2 -- / */
@media(max-width:599px){
    
    body .mycopy-clum-width {
        max-width: 100%;
        width: 100%;
    }
    body .mytext-row {
        row-gap: 50px;
    }
    section.my-new-class-sect .add-border-my {
        border: 1px solid #C4C4C4;
        border-radius: 12px;
        padding: 10px 20px;
    }
    section.my-new-class-sect .main-box .features-package-btn {
        position: static;
        transform: none;
        margin: 25px 0 35px;
    }
    body .features-addmy table tbody tr td.box-title {
        background-color: transparent;
    }
    body .saller-text-box .column-4, body .saller-text-box .column-5, body .saller-text-box .column-6 {
        max-width: 71%;
        margin: 0 auto;
    }
    body .mobile-button-text {
        overflow: visible;
    }

    
}


@media screen and (max-width: 599px) {
  .features-plans-parent {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin: 0;
    padding: 0;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    position: relative;
  }
  .sticky-col {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #4D4D4D;
    border-right: 2px solid #0066cc;
    box-shadow: 4px 0 8px rgba(0,102,204,0.15);
    min-width: 150px;
    max-width: 150px;
    width: 150px;
    padding: 12px 15px !important;
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.4;
    font-weight: 600;
    color: #003366;
    border-left: none;
  }
  td.box-title.sticky-col:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#282425;
    z-index: -1;
  }
    body .features-addmy table thead tr th.text-left.sticky-col {
      background: #282425;
      background-clip: unset;
      text-fill-color: initial;
      -webkit-text-fill-color: inherit;
      color: #FF9800;
    }
    
    body .features-addmy table thead tr {
        position: relative;
    }
    
  thead th.sticky-col {
    z-index: 20;
    font-weight: 700;
  }
  td.sticky-col, th.sticky-col {
    background-clip: padding-box;
  }
  td:not(.sticky-col), th:not(.sticky-col) {
    padding: 12px 15px;
    text-align: left;
    white-space: nowrap;
    min-width: 140px;
  }
  thead th {
    font-weight: 700;
    color: #333;
  }
  td {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .sticky-col {
    position: static;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  th, td {
    padding: 15px;
    text-align: left;
    border: 1px solid #ddd;
  }
  thead th {
    background-color: #f2f2f2;
    font-weight: 700;
  }
  
}