@font-face {
    font-family: 'dotteeregular';
    src: url('fonts/dottee-regular-webfont.woff2') format('woff2'), url('fonts/dottee-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Non-Dottee-Regular';
    src: url('fonts/Non-Dottee-Regular.woff2') format('woff2'), url('fonts/Non-Dottee-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'non-dotteebold';
    src: url('fonts/non-dottee-bold-webfont.woff2') format('woff2'), url('fonts/non-dottee-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'dotteebold';
    src: url('fonts/dottee-bold-webfont.woff2') format('woff2'), url('fonts/dottee-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Non-Dottee-Regular', Arial, Helvetica, sans-serif;
    color: #000;
    line-height: inherit;
    font-size: 1.25rem;
    line-height: 1.5;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    color: #000;
    transition: all ease-in-out .3s;
}

    a:hover {
        color: #009BA5;
        transition: all ease-in-out .3s;
    }

button:focus {
    box-shadow: none !important;
}

input[type=text],
[type=email]::placeholder {
    color: #000;
    font-size: 1rem;
}

input:focus {
    border-color: #BFBFBF !important;
    outline: none !important;
    box-shadow: none !important;
}

select:focus {
    border-color: #BFBFBF !important;
    outline: none !important;
    box-shadow: none !important;
}
/* Nav */
nav {
    background: #009BA5;
    padding: 15px 0;
}

.nav-menu svg {
    fill: #fff;
    margin-right: 8px;
    transition: all ease-in-out .3s;
}

.nav-menu li {
    margin-right: 35px;
    font-size: 1.5rem;
}

    .nav-menu li:last-child {
        margin-right: 0;
    }

    .nav-menu li:hover a {
        color: #EDF23B;
        transition: all ease-in-out .3s;
    }

    .nav-menu li:hover svg {
        fill: #EDF23B;
        transition: all ease-in-out .3s;
    }

.nav-menu a {
    color: #fff;
    text-decoration: #fff;
    transition: all ease-in-out .3s;
}
/* Header */
header {
    background: #009BA5;
    border-top: solid 1px #fff;
}

    header img {
        margin-top:40px;
    }

    header h2 {
        font-size: 6.25rem;
        font-family: 'dotteebold', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0;
        color: #fff;
    }

        header h2 span {
            color: #EDF23B;
        }

    header h3 {
        font-size: 2.188rem;
        color: #fff;
        font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    }

    header p {
        font-size: 1.563rem;
        color: #fff;
    }
/* Notification */
#notification h4 {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0;
    padding: 0 0 25px 0;
}

    #notification h4 span {
        font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    }
/* Category & search */
#search-section {
    background: #F8FAFC;
}

#category {
    background: #F8FAFC;
}

.search-form {
    position: relative;
}

.search-input {
    border: solid 1px #BFBFBF;
    height: 50px;
    padding-left: 50px;
    border-radius: 8px;
}

    .search-input::placeholder {
        font-size: 1.25rem;
        color: #808080;
    }

.search-icon {
    position: absolute;
    left: 25px;
    top: 6px;
}

.category-box {
    background: #FFFFFF;
    border: 1px solid #DFE1E3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 5px 20px;
    min-height: 280px;
    transition: all ease-in-out .5s;
}

    .category-box img {
        height: 214px;
    }

.category-name {
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    font-size: 1.563rem;
    margin: 0;
    color: #000;
    line-height: 30px;
}

.category-price {
    color: #009BA5;
    margin: 0;
    font-size: 1.563rem;
    line-height: 30px;
}

    .category-price span {
        font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    }

.category-box:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    transition: all ease-in-out .5s;
}
/* Easy Trade in */
#easy-tradein {
    padding: 11px 0 0 0;
}

.section-headings {
    font-size: 1.875rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.easy-steps {
    font-family: 'dotteeregular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: auto;
    font-size: .875rem;
}

#easy-tradein .owl-carousel .owl-item img {
    width: inherit;
}


/* Welcome */
.how-does {
    border-radius: 23px;
    padding: 0 15px 175px;
    background: url(../images/how-does.webp) no-repeat center bottom;
    background-color: #000;
}

.how-heading {
    font-size: 2rem;
    color: #fff;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

#welcome .how-desc {
    font-size: 1.188rem;
    color: #fff;
}

.choose-bg {
    background: url(../images/choose-bg.webp) no-repeat bottom right;
    padding: 0 30px;
    border-radius: 8px;
    background-color: #009BA5;
    height: 100%;
    background-size: contain;
}

    .choose-bg p {
        margin: 0;
    }

.choose-heading {
    font-family: 'dotteebold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.813rem;
    color: #EDF23B
}

.choose-desc {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 1.563rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    margin: 30px 0;
}

    .choose-desc p {
        width: 65%;
    }
/* Most Popular */
#most-popular {
    position: relative;
}

.popular-box {
    border: solid 2px #F3F3F3;
    border-radius: 23px;
    padding: 15px;
    background: #fff;
    transition: all ease-in-out .5s;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    height: 100%;
    position: relative;
    height: 100%;
}

    .popular-box:hover {
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
        transition: all ease-in-out .5s;
    }
    .popular-box img {
        height: 200px;
    }
.price-section {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.worth {
    font-size: .875rem;
}

.popular-price {
    color: #009BA5;
    font-size: 1.875rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}
/* Faqs */
.faq-search {
    position: relative;
}

    .faq-search input {
        border: solid 1px #7C7D7E;
        height: 50px;
        border-radius: 25px;
        background: #F8FAFC;
        padding-left: 50px;
    }

.faq-search-icon {
    position: absolute;
    left: 25px;
    top: 8px;
}

.faq-search input::placeholder {
    font-size: 1.25rem;
    color: #808080;
}

#faqs .accordion-button {
    font-size: 1.375rem;
    padding: 0;
    background: transparent;
    box-shadow: none;
    color: #000;
}

    #faqs .accordion-button.collapsed::after {
        content: "+";
        background: none;
        font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
        transition: none;
        text-align: right;
    }

    #faqs .accordion-button::after {
        content: "-";
        background: none;
        font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
        transition: none;
    }

#faqs .accordion-item {
    border: 0;
    margin: 25px 0 0;
}

#faqs .accordion-body {
    padding: 15px 0;
}

.inner-accordion .accordion-button {
    font-size: 1.2rem !important;
}

.inner-accordion .accordion-body {
    font-size: 1.2rem !important;
}

.accordion li {
    list-style-type: disc;
    margin: 5px 0 5px 25px;
}
/* start Trade in */
#sell {
    background: #F8FAFC;
    padding: 30px 0;
}

    #sell h5 {
        font-size: 2rem;
    }

.sell-heading {
    font-size: 1.563rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    color: #000 !important;
}

#sell p {
    color: #009BA5;
    text-decoration: none;
    display: block;
    margin: 0;
    text-overflow: ellipsis;
    width: 273px;
    overflow: hidden;
    white-space: nowrap;
}
#sell p:hover {
        color: #000;
    }


.sell-btn {
    background: #000;
    display: inline-block !important;
    padding: 10px 20px;
    margin-top: 20px !important;
    border-radius: 23px;
    color: #fff !important;
    width: 185px !important;
    text-align: center;
}

    .sell-btn:hover {
        background: #009BA5;
    }
/* Footer */
footer {
    border-top: solid 1px #000;
    font-size: 1.125rem;
}

.support a {
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.terms a {
    color: #1400FF;
    text-decoration: none;
}

    .terms a:hover {
        color: #1400FF;
    }

.footer-title {
    font-size: 1.125rem;
    color: #009BA5;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    margin: 0;
}

.footer-links a {
    text-decoration: none;
    display: block;
}

.sell-links a {
    color: #1400FF;
    text-decoration: none;
}

    .sell-links a:hover {
        color: #009BA5;
    }

.link-sell p {
    color: #1400FF;
    text-decoration: none;
    margin: 0;
}

    .link-sell p:hover {
        color: #009BA5;
    }
.address-manual{
    color: #009BA5;
    text-decoration:none;
}

/* Copyright */
#copyright {
    background: #009BA5;
    padding: 10px 0;
    color: #fff;
    font-size: 1.125rem;
}
/* Device Info */
.info-steps {
    background: #F3F3F3;
    border: solid 1px #DBDBDB;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-family: 'dotteeregular', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
}

.steps-active {
    background: #EDF23B;
    border-color: #EDF23B;
}

.steps-edit {
    background: #009BA5;
    border-color: #009BA5;
    color: #fff;
}

.steps-heading {
    width: calc(100% - 32px);
    font-size: 1.875rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    position: relative;
}

    .steps-heading:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #CBD5E1;
        right: 0;
        top: 20px;
    }

.step-title {
    background: #fff;
    padding: 0 10px 0 20px;
    z-index: 99;
    position: relative;
    display: inline-block;
    font-size: 1.875rem;
}

.step-title-completed {
    font-size: 1.5rem;
}

label {
    font-size: 1.25rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    display:block;
}

.capacity-label {
    font-size: 1.25rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

label span {
    font-size: 1rem;
    font-family: 'dotteeregular', Arial, Helvetica, sans-serif;
}

.device-info select {
    width: 60%;
}

.device-info p {
    font-size: 1rem;
}

.form-select {
    font-size: 1.25rem;
    height: 50px;
    border-color: #808080;
}

.device-info p a {
    color: #009BA5;
    text-decoration: none;
}

    .device-info p a:hover {
        color: #000;
    }

.device-info .form-check {
    position: relative;
}

.device-info .form-check-input[type=radio] {
    width: 176px;
    height: 48px;
    border-radius: 25px;
    border: 1px solid #CBD5E1;
}

.device-info .form-check-input:checked {
    background: transparent;
    border: 2px solid #000 !important;
}

.device-info .form-check label {
    position: absolute;
    width: 100%;
    height: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 6px;
    color: #009BA5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.device-info .form-check-input[type=radio]:checked + label {
    color: #000 !important;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif !important;
}

.device-info input {
    width: 60%;
    height: 48px;
    /*font-size: 1.25rem;*/
}

    .device-info input::placeholder {
        color: #808080;
        font-size: 1.25rem;
    }

.imei {
    color: #1400FF !important;
    text-decoration: underline !important;
}

    .imei:hover {
        color: #009BA5 !important;
    }

.info-btns {
    background: #000;
    width: 250px;
    height: 48px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    color: #fff;
    border: 0;
    font-size: 1.5rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif !important;
    transition: all ease-in-out .5s;
}

    .info-btns:hover {
        background: #009BA5;
        transition: all ease-in-out .5s;
    }
/* Conditions */
.device-info-img {
    max-width: 111px;
}

.device-info-name {
    font-size: 1.5rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.edit a {
    color: #009BA5;
    text-decoration: none;
}

.edit svg {
    fill: #009BA5;
    transition: all ease-in-out .5s;
}

.edit a:hover {
    color: #000;
    transition: all ease-in-out .5s;
}

    .edit a:hover svg {
        fill: #000;
        transition: all ease-in-out .5s;
    }

.value-container {
    border: dashed 10px #009BA5;
    border-radius: 8px;
    padding: 20px 15px;
    border-image: url(../images/border.svg) 25 round;
    background: #F1F5F9;
}

.value-title-main {
    font-size: 1.875rem;
    text-transform: uppercase;
    font-family: 'dotteebold', Arial, Helvetica, sans-serif;
}

.value-price {
    font-size: 5.313rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    color: #009BA5;
}

.value-description {
    font-size: 1.25rem;
    font-family: 'dotteebold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.value-small-description {
    font-size: 1rem;
}

.device-condition .form-check-input[type=radio] {
    width: 276px !important;
}

.points {
    width: 27px;
    height: 27px;
    background: #EDF23B;
    color: #000;
    border-radius: 50%;
    font-size: .75rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.points-description {
    width: calc(100% - 50px);
    font-size: 1rem;
}

    .points-description label {
        font-family: 'Non-Dottee-Regular', Arial, Helvetica, sans-serif;
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

.console-condition {
    border: solid 1px #BFBFBF;
    border-radius: 20px;
    padding: 0;
    position: relative;
    width: 100%;
}

    .console-condition input[type=radio] {
        width: 0;
        height: 0;
        position: absolute;
    }

.condition-select {
    border: solid 2px #000;
}

.console-inspection, console-condition {
    cursor: pointer;
}
.console-condition label{
    padding:20px; cursor:pointer;
}

.point-help {
    width: 17px;
    height: 17px;
    background: #EDF23B;
    color: #000;
    border-radius: 50%;
    font-size: .75rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.point-check .form-check-input {
    width: 78px !important;
    height: 35px;
}

.point-check .form-check-input {
    position: relative;
}

    .point-check .form-check-input:checked {
        background-color: #009BA5;
        background-position: 48px
    }

/* .point-check .form-check-input:focus {
        border-color: #009BA5;
    } */

.point-check .form-check-input {
    background-color: #BCBCBC;
}

    .point-check .form-check-input:checked:before {
        position: absolute;
        content: "Yes";
        left: 10px;
        font-size: 1.125rem;
        color: #fff;
        top: 3px;
    }

    .point-check .form-check-input:before {
        position: absolute;
        content: "No";
        right: 10px;
        font-size: 1.125rem;
        color: #fff;
        top: 3px;
    }

.form-switch .form-check-input {
    background-image: url(../images/toggle-off.svg);
    background-position: 4px;
    background-size: 25px;
}

.promo input {
    width: 100%;
}

.promo-btn {
    background: #009BA5;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    color: #fff;
    font-size: 1.5rem;
    width: 140px;
}

    .promo-btn:disabled {
        background: #E0E0E0;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        color: #BCBCBC;
        font-size: 1.5rem;
        width: 140px;
    }

    .promo-btn:hover {
        background: #009BA5;
        color: #fff;
    }

.condition-price li {
    display: inline-block;
    margin-right: 50px
}

.condition-price li {
    position: relative;
}

    .condition-price li:last-child {
        margin-right: 0;
    }

    .condition-price li:after {
        width: 9px;
        height: 9px;
        background: #EDF23B;
        right: -33px;
        position: absolute;
        content: "";
        top: 10px;
        border-radius: 100px;
    }

    .condition-price li:last-child::after {
        display: none;
    }
/* Contact Details */
.contact-description {
    font-size: 1rem;
    padding-left: 70px;
}

.btn:active {
    background: #009BA5;
}

.address-btn {
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-active {
    background: #009BA5;
    color: #fff;
}

.green-text {
    color: #009BA5;
}
/* Trade in */
.section-title {
    font-size: 1.5rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.method-box {
    border: solid 2px #BFBFBF;
    border-radius: 20px;
    padding: 0 20px;
    position: relative;
    width: 80%;
    height: 100px;
}

.method-inner {
    width: 70%;
}

.method-icon {
    min-width: 70px;
}

.method-heading {
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.method-speed {
    font-family: 'dotteebold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    background: #BFBFBF;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    width: 113px;
    height: 29px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.method-desc {
    font-size: 1rem;
}

.method-box svg {
    fill: #fff;
}

.method-box:hover {
    border-color: #000;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

    .method-box:hover .method-speed {
        background: #000;
        color: #EDF23B;
        transition: all ease-in-out .5s;
    }

    .method-box:hover svg {
        fill: #EDF23B;
        transition: all ease-in-out .5s;
    }

.method-select.method-box {
    border-color: #000;
}

    .method-select.method-box .method-speed {
        background: #000;
        color: #EDF23B;
    }

    .method-select.method-box svg {
        fill: #EDF23B;
        transition: all ease-in-out .5s;
    }

.verify-btn {
    width: 192px;
}

.declaration {
    background: #FEF3C7;
    border-radius: 23px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    padding: 20px 15px;
}

    .declaration input {
        width: 30px;
        height: 30px;
        background-color: #fff;
    }

    .declaration .form-check-input:checked[type=checkbox] {
        background-color: #fff !important;
        background-image: url(../images/check.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .declaration label {
        font-size: 1.125rem;
        font-family: 'Non-Dottee-Regular', Arial, Helvetica, sans-serif;
        margin-bottom: 0;
    }

        .declaration label a {
            color: #009BA5;
            text-decoration: none;
        }

.review-note {
    font-size: 1rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.awesome {
    font-size: 1.875rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    color: #fff;
}

.new-life {
    font-size: 1.875rem;
    font-family: 'Non-Dottee-Regular', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: none;
}

.container-completion {
    max-width: 1500px;
}

.high-five img {
    margin-bottom: -100px;
    position: relative;
}

.tradein img {
    margin-bottom: -45px;
    position: relative;
}
/* Completion */
.next-steps {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    background: #fff;
    margin-top: 100px;
}

.next-steps-heading {
    font-size: 2.188rem;
    font-family: 'dotteebold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.next-steps-title {
    font-size: 1.188rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.next-steps-desc {
    font-size: 1rem;
}

    .next-steps-desc span {
        font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    }

.inbox {
    background: #FEF3C7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 23px;
    padding: 5px;
}

    .inbox p {
        font-size: 1.5rem;
    }

        .inbox p span {
            font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
        }
/* Trade in details */
.tradein-heading {
    font-size: 1.875rem;
    font-family: 'dotteebold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #009BA5;
}

.tradein-number {
    font-size: 1.875rem;
}

    .tradein-number span {
        font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

.title-border {
    border-bottom: solid 1px #CBD5E1;
}

.value-title {
    font-size: 1.875rem;
    color: #009BA5;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.tradein-device {
    font-size: 1.5rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.promo-value {
    border-top: solid 1px #CBD5E1;
    border-left: 0;
    border-right: 0;    
}

.bold {
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.total {
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
}

.total-value {
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    font-size: 2.35rem;
    color: #009BA5;
}
/* How to */
.apple {
    margin-bottom: 160px;
}

    .apple:last-child {
        margin-bottom: 0;
    }

.how {
    font-size: 2.813rem;
    font-family: 'dotteebold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

    .how span {
        color: #EDF23B;
    }

.how-desc {
    font-size: 2.188rem;
    color: #fff;
}

.howto-desc {
    padding: 15px 0;
}

.apple-title {
    font-family: 'dotteeregular', Arial, Helvetica, sans-serif;
    font-size: 2.313rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: solid 1px #adadad;
    margin: 0 0 40px;
    color: #009BA5;
}

.how-to .ques-subject {
    font-size: 1.75rem;
}

.parentdt {
    color: #000;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    text-align: left;
    cursor: pointer;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

.apple-sub-title {
    font-size: 1.375rem;
    margin: 0;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

#myImage {
    height: 200px;
}

.device-category {
    text-decoration: none;
}

.td-none {
    text-decoration: none;
}

.privacy-title {
    font-size: 2.313rem;
    font-family: 'dotteebold', Arial, Helvetica, sans-serif;
    color: #009BA5;
    text-transform: uppercase;
}

.policy-wrap {
    background: #f4f4f4;
    padding: 1.5rem 2rem;
}

.policy-title {
    font-size: 1.5rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}
/* Sitemap */
.siteview ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: row wrap;
}

    .siteview ul li {
        margin: 2.5em 3em;
    }

.ksp .panel {
    text-align: center;
    margin: auto;
    border: 5px solid #f3f3f3;
    border-radius: 5px;
    border-radius: 15px;
}

.siteview .ksp .panel {
    width: 240px;
    transition: .1s all .1s ease-in-out;
}

    .siteview .ksp .panel .panel-body {
        padding: 2.5em 1em;
        display: block;
        text-decoration: none;
        font-size: 1.2rem;
    }

.siteview ul li {
    margin: 2.5em 1em;
}

.nondottee-bold {
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.cursor-hand {
    cursor: pointer;
    text-decoration: none;
}
.edit-account {
    cursor: pointer;
    text-decoration: none;
}
.model-edit-account
{

}
/* Loader */
.loader-overley {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .8);
    top: 0;
    z-index: 9999;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        margin: 8px;
        border: 4px solid #1DB954;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #1DB954 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popular-name {
    padding-bottom: 85px;
}

.addresses {
    overflow-x: auto;
}

.addresses {
    background: #F4F2F2;
    border-radius: 5px;
    padding: 10px;
    overflow-y: scroll;
    height: 250px;
}

    .addresses li {
        font-size: 0.9rem;
        padding: 4px;
        transition: all ease-in-out.3s;
        cursor: pointer;
        border-radius: 5px;
    }

        .addresses li:hover {
            background: #000;
            color: #fff;
            transition: all ease-in-out.3s;
        }

.address-fields input {
    width: calc(100% - 250px);
}

.address-fields .address-btn {
    width: inherit;
    display: flex;
    align-items: center;
}

.custom-label span {
    font-size: 1.25rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.laptop-descriptions {
    background: #F3F3F3;
    padding: 15px 20px;
    border-radius: 15px;
    margin-top: 20px;
}

.top-space {
    margin-top: 40px !important;
}

.understand-check input[type=checkbox] {
    width: 25px;
    height: 25px;
}

.understand-check label {
    font-size: 25px;
    top: -4px;
    position: relative;
}

.no-data-container {
    justify-content: center;
    align-items: center;
}

.no-data-desc {
    font-size: 2rem;
}

.no-data-container img {
    height: 150px;
    margin-bottom: 20px;
}

.howto-desc ul li {
    list-style-type: disc;
    margin-left: 40px;
}

.well {
    background: #e9e9e9;
    padding: 15px;
    border-radius: 20px;
}
.device-info textarea {
    width:60%;
}
.sell-table {
    width: 60%;
}
.modal-header .close{
    background:transparent; border:0; font-size:30px;
}
.modal-footer .btn-default {
    background: #009BA5;
    border-radius: 30px;
    color: #fff;
    padding:5px 30px;
}

.modalSet {
    /*background: #f3f3f3;*/
    padding: 10px;
    margin-bottom: 10px;
}

    .modalSet p {
        /*font-weight: 700;*/
        color: #000;
        
    }
.policy-list li {
    margin-left: 2em;
    margin-bottom: 1em;
    list-style-type: disc
}
.form-field.has-icon {
    position: relative;
    display: block
}

    .form-field.has-icon .icon {
        position: absolute;
        right: 10px;
        top: 7px;
        width: 44px
    }

    .form-field.has-icon .cross-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        background: transparent;
    }
.device-info-img #myImage {
    height:inherit;
}


.device-banner h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'dotteeregular', Arial, Helvetica, sans-serif;
    line-height: 80px;
    max-width:70%;
}

.device-banner p {
    font-size: 26px;
    width: 60%;
    color: #fff;
    font-family: 'Non-Dottee', Arial, Helvetica, sans-serif;
    margin: 1em 0 1.8em 0;
}
.promo-close .close {
    background: transparent;
    border: 0;
    font-size: 30px;
}

.highlighted {
    color:#EDF23B;
}

/* Basket */
/*.basket {
    margin-bottom: 10px;
    position: fixed;
    min-width: 270px;
    max-width: 270px;
    top: 130px;
    left: 73%;
}*/
.basket-fixed {
    position:fixed; z-index:999; top:129px;
}
#divBasket {
    min-width: 270px;
    margin: 0 30px;
    /*min-width:100%;*/
    max-width: 270px;
}

.basket-heading {
    font-size: 1.5rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.basket-container {
    background: #F8FAFC;
    border: 1px solid #CBD5E1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.basket-inner {
    width: 100%;
    padding: 10px;
}

.basket-image img {
    width: 58px;
}

.basket-desc {
    width: calc(100% - 70px);
}

.basket-make {
    font-size: 1rem;
}

.basket-model {
    font-size: 1rem;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.basket-value {
    border-top: dashed 1px #94A3B8;
}

.basket-get {
    font-size: 1.25rem;
}

.basket-price {
    font-size: 1.875rem;
    color: #009BA5;
    font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
}

.basket-extra {
    background: #000;
    color: #fff;
    font-size: 1.25rem;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
}
.edit-btn {
    background:transparent !important; border:solid 1px #009BA5; color:#009BA5 !important;
}
.dismiss-btn {
    background:#000 !important; color:#fff !important;
}

/*select 2*/
.select2 {width:60% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:50px !important;
}
.select2-container .select2-selection--single {
    height:50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 12px !important;
    left: 50% !important;
    margin-left: -15px !important;
    margin-top: 7px !important;
    position: absolute !important;
    top: 50% !important;
    width: 16px !important;
    background: url(../images/dropdown-arrow.svg) !important;
    background-repeat: no-repeat !important;
    border:0 !important;
}
.select2-container {
    z-index: 99 !important;
}
#MasterModelError {
    display: block;
}
/* Responsive */
@media (max-width: 575.98px) {
    :: placeholder {
        color: #000;
        font-size: .875rem !important;
    }
    .search-input::placeholder {
        font-size: .875rem;
        color: #808080;
    }
    .easy-steps {
        font-size: .675rem;
    }

    header {
        padding-top: 90px;
    }

        header h2 {
            font-size: 2.5rem;
        }

        header h3 {
            font-size: 1.8rem;
        }

        header p {
            font-size: 18px;
        }

    #notification h4 {
        font-size: 1rem;
    }

    .choose-desc p {
        font-size: 1rem;
    }

    .how-heading {
        font-size: 1.5rem;
    }

    .choose-heading {
        font-size: 1.5rem;
    }

    .device-info .form-check-input[type=radio] {
        width: 95px;
    }

    .device-info select {
        width: 90%;
    }

    .device-info input {
        width: 100%;
    }

    .device-info-img {
        margin: 0 auto;
    }

    .device-info-name {
        text-align: center;
    }

    .device-info-imei {
        text-align: center;
    }

    .value-description {
        font-size: 1rem;
    }

    .device-info .form-check {
        position: relative;
        height: 56px;
    }

    .points-description {
        font-size: 1.1rem;
    }

    .high-five img {
        margin-bottom: 50px;
    }

    .siteview ul {
        display: block;
    }

    .siteview .ksp .panel {
        width: 228px;
    }

    .nav-menu a {
        font-size: 1.2rem;
    }

    .address-fields input {
        width: 100%;
    }

    .method-box{
        height:auto; padding:30px 20px;  width:94%;
    }

    .section-headings {
        font-size: 1.575rem;
    }
    #myImage {
        height: 100px;
    }
    .category-name {
        font-size:1rem;
    }
    .category-price {
        font-size:1.2rem;
    }
    .category-box {
        min-height:inherit;
    }
    .category-box img {
        height: 120px;
    }

    .declaration label {
        width: calc(100% - 40px);
    }

    .how {
        font-size:2.5rem;
    }
    .how-desc {
        font-size:1.5rem;
    }
    .how-to .ques-subject {
        font-size: 1rem;
    }

    .device-banner h1 {
        line-height: 35px;
        font-size: 24px;
        max-width:inherit;
    }
    .device-banner p {
        width: 100%;
        font-size: 14px;
    }

    #capacityContainer {
        flex-wrap:wrap;
    }
    .method-heading {
        font-size: 1rem;
    }
    .method-desc {
        font-size: .8rem;
    }
    nav{
        position:fixed; top:0; z-index:9999;
    }
    .basket {
        width: 100%;
        max-width: inherit;
        margin-bottom: 40px;
        position: fixed;
        margin-left: 0 !important;
        bottom: inherit;
        left: 0;
        z-index: 999;
        top: 120px;
    }
    .basket-main-container {
        margin-top:180px !important;
    }

    .basket-model {
        text-overflow: ellipsis;
        overflow: hidden;
        text-wrap: nowrap;
    }

    .basket-mobile-price {
        width: 65px;
        font-size: 1.875rem;
        color: #009BA5;
        font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    }
    .basket-container {
        border-radius:0;
    }
    .select2 {
        width:90% !important; height:50px;
    }
    .select2-container .select2-selection--single {
        height: 100% !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height:50px !important;
    }
    #divBasket {
        max-width: inherit;
    }
    }
@media (min-width: 576px) and (max-width: 767.98px) {
    .basket {
        width: 100%;
        max-width: inherit;
        margin-bottom: 40px;
        position: fixed;
        margin-left: 0 !important;
        bottom: inherit;
        left: 0;
        z-index: 999;
        top: 120px;
    }
    .basket-desc {
        width: 100% !important;
    }
    #divBasket {
        max-width: inherit;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-menu li {
        margin-right: 30px;
    }

    .device-condition .form-check-input[type=radio] {
        width: 215px !important;
    }

    .address-btn {
        font-size: 1.2rem;
        padding: 0 10px;
    }

    .siteview ul li {
        margin: 10px 5px !important;
    }

    .siteview .ksp .panel .panel-body {
        font-size: 1rem;
    }
    .method-box {
        height: auto;
        padding: 30px 20px;
    }
    header h2 {
        font-size:4.5rem;
    }

    .easy-steps {
        font-size:.675rem;
    }

    .device-info input {
        width:60%;
    }
    .declaration label {
        width: calc(100% - 40px);
    }
    .device-banner h1 {
        max-width: inherit;
    }
    .device-banner p {
        width: 100%;
    }
    #capacityContainer {
        flex-wrap: wrap;
    }

    .basket {
        width: 100%;
        max-width: inherit;
        margin-bottom: 40px;
        position: fixed;
        margin-left: 0 !important;
        bottom: inherit;
        left: 0;
        z-index: 999;
        top: 78px;
    }
    .basket-mobile-price {
        width: 65px;
        font-size: 1.875rem;
        color: #009BA5;
        font-family: 'non-dotteebold', Arial, Helvetica, sans-serif;
    }
    .basket-container {
        border-radius:0;
    }
    nav {
        position: fixed;
        top: 0;
        z-index: 999;
        width:100%;
    }
    .basket-main-container {
        margin-top: 210px !important;
    }
    .method-box {
        width:100%;
    }
    #divBasket {
        max-width:inherit;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    ::placeholder {
        color: #000;
        font-size: 1rem !important;
    }

    .search-input::placeholder {
        font-size: 1rem;
        color: #808080;
    }

    .declaration label {
        width: calc(100% - 40px);
    }

    header h2 {
        font-size: 5rem;
    }
    .basket-desc {
        width: 100% 
    }
    #divBasket {
        min-width: 200px;
        max-width: 200px;
    }
}