/*.*/

body.cms-lcd-buy-back {
    font-family: 'Inter', sans-serif;
}
body.cms-page-view.cms-lcd-buy-back .main {
    max-width: 100%;
}
body.cms-page-view.cms-lcd-buy-back .std {
    background-color: var(--grey-color-tone-eight);
}
.nbs-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    clear: both;
    display: block;
}
.nbuyback-pricing-section .nbs-container {
    padding: 0 20px;
}
.nbuyback-pricing-section h2 {
    font-size: 48px;
    text-align: center;
    line-height: 54.24px;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0 0 25px;
}
.nbuyback-pricing-section h5 {
    text-align: center;
    font-size: 18px;
    color: var(--grey-color-tone-two);
    font-weight: 400;
    line-height: 19.44px;
}
.nbuyback-pricing-section .nlcd-tabs {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 50px 0px;
}
.nbuyback-pricing-section .nlcd-tabs li a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 10px;
    white-space: nowrap;
    color: var(--dark-color);
    background-color: var(--white-color);
}
.nbuyback-titlesection .nbs-paragraph p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    color: var(--grey-color-tone-two);
    line-height: 25px;
}
.nbuyback-titlesection .nbs-paragraph p span {
    color: var(--primary-color);
}
.nbuyback-pricing-section {
    padding: 80px 0 28px;
}
.nbuyback-pricing-section .nlcd-tabs li {
    max-width: 15%;
    width: 100%;
    text-align: center;
}
.nbuyback-pricing-section .nlcd-tabs li a:not(.inactive) {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.bsncontainer {
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 20px;
}
.bsncontainer ul {
    padding: 0;
    display: flex;
    width: 100%;
    gap: 1%;
}
.bsncontainer ul li {
    width: 100%;
    background-color: var(--grey-color-tone-eleven);
    border-radius: 15px;
    margin: 0 0 1%;
    color: var(--dark-color);
    font-size: 13px;
    font-weight: 400;
    padding: 4px 4px 4px 15px;
    position: relative;
}
.bsncontainer ul.bsn-head li {
    font-weight: 600;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
}
.buyback-faq-section {
    background-color: var(--white-color);
    padding: 0px 0px 50px;
}
.buyback-faq-section .faq-title {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    font-size: 28px;
    line-height: 31px;
    border-radius: 22px;
    font-weight: 600;
    padding: 28px 10px;
    margin: 0 0 25px;
}
.buyback-faq-section .faq-section, .buyback-faq-section .nbs-accordian, .buyback-faq-section .nbs-accordian .nbs-accrow, .buyback-faq-section {
    float: left;
    width: 100%;
}
.buyback-faq-section .nbs-accordian .nbs-accrow {
    background-color: var(--white-color);
    box-shadow: 0px 0px 11.36px rgba(0, 0, 0, 0.12);
    border-radius: 23px;
    padding: 10px 30px;
    margin: 0 0 20px;
}
.buyback-faq-section .nbs-accordian .nbs-accrow h2 {
    color: var(--dark-color);
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    float: left;
    width: 100%;
}
.buyback-faq-section .nbs-accordian .nbs-accrow h2:after {
    content: "";
    background-image: var(--lcd-buyback-accordian-arrow);
    width: 20px;
    height: 14px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    top: 6px;
}
.buyback-faq-section .nbs-accordian .nbs-accrow h2.active:after {
    background-position: 0 -43px;
}
.buyback-faq-section .nbs-accordian .content {
    float: left;
    width: 100%;
    background-color: var(--grey-color-tone-eleven);
    border-radius: 17px;
    font-weight: 400;
    padding: 10px 30px;
    margin: 20px 0;
}
.buyback-faq-section .nbs-accordian .content>p {
    line-height: 24px;
}
.bsgrade-show {
    background-color: rgba(240, 7, 1, 0.05);
    color: var(--primary-color);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    padding: 1px 20px;
    float: right;
}
.nbuyback-titlesection {
    background-color: var(--white-color);
    margin-top: 2px;
    float: left;
    width: 100%;
    padding: 30px 0 0;
}
.nbuyback-titlesection .nbs-container {
    position: relative;
}
.nbuyback-titlesection .nbs-title-block {
    float: left;
    width: 384px;
    padding: 70px 20px 80px 0px;
}
.nbuyback-titlesection .nbs-image-block {
    width: 420px;
    float: left;
    position: absolute;
    left: calc(50% - 184px);
    top: -54px;
    z-index: 1;
}
.nbuyback-titlesection .nbs-paragraph {
    float: right;
    width: 320px;
    padding: 70px 0;
}
.nbuyback-titlesection .nbs-title-block h1 {
    font-size: 54px;
    line-height: 65.65px;
    font-weight: 700;
    color: var(--dark-color);
}
.nbuyback-titlesection .nbs-title-block h1 > span {
    display: block;
    font-size: 30px;
    color: var(--dark-color);
    font-weight: 400;
    line-height:1.2;
}
.nbs-title-block .scroll-down {
    background-image: url(../images/lcd-buyback/mouse.svg);
    background-repeat: no-repeat;
    color: var(--grey-color-tone-two);
    padding: 8px 0px 8px 25px;
    font-size: 12px;
    font-weight: 400;
    background-size: 16px;
    background-position: 4px 3px;
    float: right;
    margin-top: -18px;
}
.bsn-cred-btn {
    position: relative;
    text-align: center;
    top: 55px;
}
.bsn-cred-btn a {
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    color: var(--dark-color);
    border-radius: 10px;
    height: 55px;
    display: inline-block;
    min-width: 217px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    padding: 16px 10px;
}
.bsn-cred-btn:before {
    content: "";
    height: 3px;
    width: calc(100% - 50% - 120px);
    position: absolute;
    left: 0;
    background-color:var(--primary-color);
    top: 15px;
}
.bsn-cred-btn:after {
    content: "";
    height: 3px;
    width: calc(100% - 50% - 120px);
    position: absolute;
    right: 0;
    background-color:var(--primary-color);
    bottom: 15px;
}
.bsn-other-block {
    background-color: var(--white-color);
    float: left;
    width: 100%;
}
.nbs-adv-col .adv-text {
    float: left;
    width: 50%;
    padding: 39px 0;
}
.bsn-other-block .nbs-adv-col {
    padding: 80px 0 50px;
    float: left;
    width: 100%;
}
.nbs-adv-col .adv-cblock {
    width: 50%;
    float: right;
    padding: 0% 0% 0 4%;
}
.nbs-adv-col .adv-text h4 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    margin: 0 0 10px;
}
.nbs-adv-col .adv-text h5 {
    color: var(--grey-color-tone-two);
    font-size: 18px;
    font-weight: 400;
}
.nbs-adv-col .adv-cblock li {
    float: left;
    width: 50%;
    text-align: center;
    min-height: 120px;
    margin: 0 0 20px;
}
.adv-cblock li img {
    display: block;
    margin: 0 auto;
}
.nbs-adv-col .adv-cblock li span {
    font-size: 16px;
    color: var(--grey-color-tone-one);
    font-weight: 500;
    display: block;
    padding: 10px 50px;
    line-height: 24px;
}
.bsn-other-block .nbs-works {
    display: flex;
    width: 100%;
    padding: 2%;
    box-shadow: 0px 0px 11.36px rgba(0, 0, 0, 0.12);
    border-radius: 22px;
    background-color: var(--white-color);
    justify-content: space-around;
}
.bsn-other-block .nbs-image {
    margin-top: 15px;
    text-align: center;
}
.bsn-other-block .nbs-image>img {
    width: 100%;
    max-width: 840px;
}
.bsn-other-block .nbs-works>li {
    max-width: 26%;
    background-color: var(--grey-color-tone-eleven);
    border-radius: 17px;
    position: relative;
}
.bsn-other-block .nbs-works .nbs-divider {
    padding: 3px 20px 9px 0px;
    margin: 0;
    display: flex;
    gap: 4%;
}
.bsn-other-block .nbs-works .nbs-divider li {
    width: 25%;
    background-color:var(--primary-color);
    height: 4px;
    border-radius: 13px;
}
.bsn-other-block .nbs-works>li h3 {
    color: var(--dark-color);
    font-size: 28px;
    line-height: 31.81px;
    font-weight: 500;
    margin: 0 0 10px;
}
.bsn-other-block .nbs-works>li.hitw-block {
    padding: 3% 3% 0%;
    background-color: var(--white-color);
}
.bsn-other-block .nbs-works h5 {
    color: var(--grey-color-tone-two);
    font-size: 15px;
    line-height: 23px;
    padding: 9px 0 0;
}
.bsn-other-block .nbs-works>li>p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.81px;
    color: var(--dark-color);
    text-align-last: center;
}
.bsn-other-block .nbs-works .nbsbx-title {
    background-color:var(--primary-color);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 600;
    padding: 3px 11px;
    display: inline-block;
    border-radius: 100px;
    margin: 0 0 14px;
}
.bsn-other-block .nbs-works>li:not(.hitw-block) {
    padding: 15px;
    text-align: center;
    max-width: 22%;
}
.bsn-other-block .nbs-works .eclips-no {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--grey-color-tone-two);
    color: var(--white-color);
    font-weight: 700;
    font-size: 27px;
    border-radius: 100%;
    line-height: 40px;
    right: -10px;
    bottom: -10px;
}
.clsIPHONEN ul li.d_model {
    max-width: 24%;
}
.clsIPHONEN ul li:not(.d_model) {
    max-width: 20%;
}
.clsIPHONEN ul li:nth-child(2) {
    max-width: 18%;
}
.clsIPHONEN ul li:nth-child(6) {
    max-width: 18%;
}
.clsSAMSUNGN ul li:not(.d_model), .clsIPADN ul li:not(.d_model) {
    max-width: 20%;
}
.clsGOOGLEN ul li:not(.d_model), .clsBACK_HOUSINGN ul li:not(.d_model) {
    max-width: 20%;
}
.animated-tab-content ul li {
    color: transparent;
    overflow: hidden;
}
.animated-tab-content ul li:before {
    content: "";
    animation: tabcontentloader 2s infinite ease-in-out;
    -webkit-animation: tabcontentloader 2s infinite ease-in-out;
    background: #dadada;
    background-image: linear-gradient(to right, var(--white-color), rgb(255 255 255 / 70%), var(--white-color));
    background-size: 600px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bsn-cred-btn a:hover {
    background-color:var(--primary-color);
    color: var(--white-color);
}

/* TABLE redisgn   */
.lcd-buyback-table {
    display: flex;
    margin-top: 32px;
}
.lcd-buyback-table .bsncontainer {
    width: 100%;
}
.nbuyback-pricing-section .lcd-buyback-table .nlcd-tabs {
    display: block;
    width: 20%;
}
.nbuyback-pricing-section .lcd-buyback-table .nlcd-tabs li {
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px;
}
.nbuyback-pricing-section .lcd-buyback-table .nlcd-tabs li a {
    border-radius: 10px 0px 0px 10px;
}
.nbuyback-pricing-section .pricing-table-wrap{
    width: 100%;
}
@keyframes tabcontentloader {
    0% {
        background-position: -300px;
    }
    100% {
        background-position: 300px;
    }
}
@-webkit-keyframes tabcontentloader {
    0% {
        background-position: -300px;
    }
    100% {
        background-position: 300px;
    }
}
@keyframes tabcontentloader {
    0% {
        background-position: -300px;
    }
    100% {
        background-position: 300px;
    }
}
@-webkit-keyframes tabcontentloader {
    0% {
        background-position: -300px;
    }
    100% {
        background-position: 300px;
    }
}
.clsAPPLE_WATCHN ul li:not(.d_model) {
    max-width: 18%;
}
@media screen and (max-width:1200px) {
    .nbs-container {
        padding: 0 18px;
    }
}
@media screen and (max-width:1100px) {
    .nbuyback-titlesection .nbs-title-block {
        width: 33.333%;
        padding: 5% 20px 5% 0px;
    }
    .nbuyback-titlesection .nbs-image-block {
        width: 33.333%;
        position: inherit;
        left: inherit;
        top: inherit;
        z-index: inherit;
    }
    .nbuyback-titlesection .nbs-paragraph {
        width: 33.333%;
        padding: 5% 0;
    }
    .nbuyback-titlesection .nbs-title-block h1 {
        font-size: 48px;
        line-height: 56.65px;
    }
    .nbuyback-titlesection .nbs-title-block h1 > span {
        font-size: 25px;
    }
    .nbs-title-block .scroll-down {
        display: none;
    }
    /* .clsIPHONEN ul li:nth-child(2) {
        max-width: 10%;
    }
    .clsIPHONEN ul li:nth-child(3) {
        max-width: 13%;
    }
    .clsIPHONEN ul li:nth-child(5) {
        max-width: 17%;
    }
    .clsIPHONEN ul li:nth-child(6) {
        max-width: 20%;
    } */
}
@media screen and (max-width:1024px) {
    .nbuyback-titlesection .nbs-title-block {
        width: 27.333%;
    }
    .nbuyback-titlesection .nbs-image-block {
        width: 40.333%;
        text-align: center;
    }
    .nbuyback-titlesection .nbs-image-block img {
        max-width: 250px;
    }
    .nbuyback-titlesection .nbs-paragraph {
        width: 25.333%;
    }
    .clsIPHONEN ul li:nth-child(5) {
        max-width: 17%;
        /* min-width: 160px; */
    }
    .clsIPHONEN ul li:nth-child(6) {
        max-width: 20%;
        /* min-width: 180px; */
    }

}
@media screen and (max-width:900px) {
    .nbuyback-titlesection .nbs-title-block, .nbuyback-titlesection .nbs-image-block, .nbuyback-titlesection .nbs-paragraph {
        width: 100%;
        text-align: center;
    }
    .nbuyback-titlesection .nbs-title-block {
        padding: 0;
    }
    .nbuyback-titlesection .nbs-paragraph {
        padding: 0px 0px 30px;
    }
    .nbuyback-pricing-section .nlcd-tabs {
        flex-wrap: wrap;
    }
    .nbuyback-pricing-section .nlcd-tabs li {
        max-width: 48%;
        width: 100%;
        text-align: center;
        flex: 0 0 48%;
        margin: 0 0 2%;
    }
}
@media screen and (max-width:768px) {
    .nbs-adv-col .adv-text {
        width: 100%;
        padding: 0 0 50px;
        text-align: center;
    }
    .nbs-adv-col .adv-cblock {
        width: 100%;
    }
    .nbuyback-pricing-section .nlcd-tabs {
        margin: 50px 0px 20px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .bsn-other-block .nbs-works {
        flex-wrap: wrap;
    }
    .bsn-other-block .nbs-works>li.hitw-block {
        padding: 3% 3% 3%;
        background-color: var(--white-color);
        text-align: center;
        max-width: 100%;
        width: 100%;
    }
    .bsn-other-block .nbs-works>li:not(.hitw-block) {
        max-width: 30.777%;
        margin: 0 0 20px;
    }
    .bsn-other-block .nbs-works .nbs-divider {
        gap: 2%;
        align-items: center;
        justify-content: center;
    }
    .bsn-other-block .nbs-works .nbs-divider li {
        max-width: 45px;
        width: 100%;
    }
    .bsncontainer ul {
        flex-wrap: wrap;
        margin-bottom: 15px;
        justify-content: space-between;
        gap: 0;
    }
    .clsIPHONEN ul li.d_model {
        max-width: 100%;
    }
    .clsIPHONEN ul li:not(.d_model), .clsSAMSUNGN ul li:not(.d_model), .clsIPADN ul li:not(.d_model),.clsGOOGLEN ul li.d_model,.clsGOOGLEN ul li:not(.d_model), .clsBACK_HOUSINGN ul li:not(.d_model),.clsBACK_HOUSINGN ul li:not(.d_model), .clsAPPLE_WATCHN ul li:not(.d_model){
        max-width: 49%;
    }
    .bsncontainer ul.bsn-head {
        display: none;
    }
    .bsncontainer .bsn-tbody .bsntr li::before{
        content: attr(data-th);
        font-weight: 600;
        margin-right: 5px;
    }
    .bsncontainer ul li[data-th="Device Model :"]::before{
        display: none;
    }

    .lcd-buyback-table {
        display: block;
    }
    .nbuyback-pricing-section .lcd-buyback-table .nlcd-tabs {
        display: flex;
        width: 100%;
    }
    .nbuyback-pricing-section .lcd-buyback-table .nlcd-tabs li {
        max-width: 100%;
        padding-bottom: 0px;
    }
    .nbuyback-pricing-section .lcd-buyback-table .nlcd-tabs li a {
        border-radius: 10px 10px 10px 10px;
    }
}
@media screen and (max-width:640px) {
    .bsn-other-block .nbs-works>li:not(.hitw-block) {
        max-width: 100%;
        padding: 25px 25px 30px;
    }
    .bsn-other-block .nbs-works .eclips-no {
        width: 30px;
        height: 30px;
        font-size: 23px;
        line-height: 32px;
        right: 0px;
    }
    .bsncontainer ul li {
        padding: 5px 5px 5px 15px;
        line-height: 18px;
        font-size: 12px;
    }
    .bsgrade-show {
        padding: 1px 10px;
        float: none;
        margin-left: 5px;
    }
    .clsIPHONEN ul li.d_model {
        max-width: 100%;
    }
    .clsIPHONEN ul li:not(.d_model), .clsSAMSUNGN ul li:not(.d_model), .clsIPADN ul li:not(.d_model),.clsGOOGLEN ul li.d_model,.clsGOOGLEN ul li:not(.d_model), .clsBACK_HOUSINGN ul li:not(.d_model),.clsBACK_HOUSINGN ul li:not(.d_model), .clsAPPLE_WATCHN ul li:not(.d_model) {
        max-width: 100%;
    }
    .nbs-adv-col .adv-cblock{
        padding: 0;
    }
    .nbs-adv-col .adv-cblock li span{
        padding: 10px;
    }
}
@media screen and (max-width:536px) {
    .nbuyback-pricing-section .nbs-container {
        padding: 0 5px;
    }
    .bsncontainer ul li {
        padding: 5px;
        word-break: break-word;
    }
    .bsncontainer {
        padding: 10px;
    }
    .bsgrade-show {
        float: left;
        margin-left: 0;
    }
    .nbuyback-pricing-section h2{
        font-size: 40px;
    }
    .nbs-adv-col .adv-text h4{
        font-size: 28px;
        line-height: normal;
    }
    .bsn-other-block .nbs-works>li h3{
        font-size: 25px;
    }
    .buyback-faq-section .nbs-accordian .nbs-accrow h2{
        font-size: 16px;
    }
    .buyback-faq-section .nbs-accordian .nbs-accrow{
        padding: 10px 20px;
    }
}

/* @media only screen and (max-width:991px) and (min-width:769px)  {
    .bsncontainer.clsIPHONEN .bsn-pricing-list {
        overflow: scroll;
    }
    .clsIPHONEN ul {
        white-space: nowrap;
    }
    .clsIPHONEN ul li.d_model {
        max-width: 55%;
        min-width: 120px;
    }
    .clsIPHONEN ul li:not(.d_model) {
        max-width: 16%;
        min-width: 120px;
    }
    .clsIPHONEN ul li:nth-child(6) {
        min-width: 120px;
    }
} */