@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
@font-face {
    font-family: 'Vodafone';
    src: url('../fonts/vodafonelt.eot');
    src: url('../fonts/vodafonelt.eot?#iefix') format('embedded-opentype'), url('../fonts/vodafonelt.otf') format('opentype'), url('../fonts/vodafonelt.ttf') format('truetype'), url('../fonts/vodafonelt.woff') format('woff'), url('../fonts/vodafonelt.svg?#vodafonelt') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
    src: url('../fonts/vodafonerg.eot');
    src: url('../fonts/vodafonerg.eot?#iefix') format('embedded-opentype'), url('../fonts/vodafonerg.otf') format('opentype'), url('../fonts/vodafonerg.ttf') format('truetype'), url('../fonts/vodafonerg.woff') format('woff'), url('../fonts/vodafonerg.svg?#vodafonerg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Vodafone-bd';
    src: url('../fonts/vodafonergbd.eot');
    src: url('../fonts/vodafonergbd.eot?#iefix') format('embedded-opentype'), url('../fonts/vodafonergbd.otf') format('opentype'), url('../fonts/vodafonergbd.ttf') format('truetype'), url('../fonts/vodafonergbd.woff') format('woff'), url('../fonts/vodafonergbd.svg?#vodafonergbd') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    position: relative;
}

body {
    padding-top: 4.3rem;
    font-family: Vodafone,Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

* {
    margin: 0;
    padding: 0;
}
/*38732*/


.for-mobile {
    display: none;
}

.icon-cart {
    background: url(../images/icon-cart.svg) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
}

.top-bar {
    background: #323232;
    padding: 8px;
    display: block;
    width: 100%;
}


.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, .5)
}

.vf-nav {
    background: #fff !important;
    flex-flow: column;
    padding: 0;
    font-family: Vodafone, Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

    .vf-nav .nav-link {
        font-family: Vodafone, Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    }

.vf-language {
    list-style: none;
    margin: 0 0 0 2.7rem;
}

    .vf-language li {
        display: inline-block;
        padding: 0 1.25rem;
        position: relative;
    }

        .vf-language li a {
            color: #fff;
            font-size: 14px;
            font-family: Vodafone, Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
            text-decoration: none;
        }

            .vf-language li a:hover {
                text-decoration: none;
            }

        .vf-language li.active:before {
            content: "";
            display: block;
            position: absolute;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 10px;
            height: 10px;
            background-color: #fff;
            top: -8px;
            right: 0;
            left: 0;
            margin-right: auto;
            margin-left: auto;
        }

.vf-nav .top-bar + .container {
    padding-top: 4px;
    padding-bottom: 2px;
}

.vf-nav .navbar-brand {
    margin-right: 2rem;
}

.promo {
    background: url('../images/bg-banner.webp') no-repeat top #b40000;
    min-height: 520px;
}

    .promo .vf-device a {
        display: block;
        margin: 5em 0 0 0;
    }

    .promo .vf-device img {
        max-width: 360px;
    }

.vf-promo-txt {
    margin-left: 12rem;
}

    .vf-promo-txt h1 {
        font-size: 48px;
        font-family: 'Vodafone-bd';
        color: #fff;
    }

        .vf-promo-txt h1 small {
            font-family: Vodafone, Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
            font-size: 24px;
            display: block;
            margin: 8px 0 15px 0;
        }

.vf-nav .navbar-nav .nav-link {
    font-size: 18px;
    padding: .4rem 1rem;
}

.icon-search {
    background: url('../images/icon-search.svg') no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.vf-search {
    max-width: 375px;
}

    .vf-search .input-group-text {
        padding: .375rem .375rem;
        background: #fff;
        border: none;
    }

    .vf-search .form-control {
        border: none;
    }

    .vf-search .icon-search {
        width: 32px;
        height: 32px;
        cursor: pointer;
    }

.form-control {
    height: 48px;
    font-size: 18px;
}

    .form-control:focus {
        outline: none;
        box-shadow: none;
    }

.gn-info {
    margin: 0;
    list-style: none;
}

    .gn-info li {
        display: inline-block;
        font-size: 11px;
        color: #fff;
    }

        .gn-info li + li {
            margin-left: 4.2em;
        }

        .gn-info li a {
            color: #fff;
            text-decoration: underline;
            font-size:10px;
        }

.app-info {
    background: #F5F5F5;
    padding: 1em 0;
}

.qr-code {
    max-width: 438px;
    text-align: center;
    position: relative;
    margin: auto;
}

    .qr-code figure {
        border: 2px #EBE5E5 solid;
        background: #fff;
        padding: 8px;
        display: inline-block;
        border-radius: 15px;
        margin: 0;
        width: 102px;
    }

        .qr-code figure img {
            width: 100%;
            height: 100%;
        }

.app-info h4 {
    font-family: 'Vodafone-bd';
    margin-bottom: 0;
    margin: auto;
    display: table;
}

    .app-info h4 small {
        font-size: 18px;
        font-family: 'Vodafone', Arial, Helvetica, sans-serif;
        display: block;
    }

.trade-steps {
    margin: 3em 0;
}

.vf-card {
    border: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.trade-icon {
    margin: 1em 0;
    max-width: 100px;
}

.vf-card h4 {
    color: #4B4B4B;
    font-family: 'Vodafone-bd';
    font-size: 18px;
    max-width: 175px;
    margin: 0.1em auto 0.6em auto;
}

.vf-card p {
    font-size: 16px;
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
}

.trade-steps .vf-card {
    max-width: 330px;
    margin: auto;
}

.recycle-device {
    background: #25282B;
    color: #fff;
    padding: 3em;
}

.recycle-img {
    position: relative;
    width: 210px;
    height: 210px;
    margin: auto;
    text-align: center;
}

    .recycle-img:before {
        content: '';
        width: 196px;
        height: 196px;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.05);
        position: absolute;
        left: 13px;
        top: 13px;
    }

    .recycle-img:after {
        content: '';
        width: 222px;
        height: 222px;
        border-radius: 100%;
        border: 5px solid rgba(255, 255, 255, 0.05);
        position: absolute;
        left: 0;
        top: 0;
    }

    .recycle-img img {
        margin-top: 20px;
    }

.recycle-device h3 {
    font-size: 30px;
    font-family: 'Vodafone-bd';
}

.recycle-device p {
    font-size: 16px;
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
    line-height: 24px;
    margin: 1.5em 0 2em 0;
}

.btn {
    font-size: 16px;
    border-radius: 6px;
    padding: 0.6rem 2.35rem;
}

footer {
    font-size: 13px;
    margin-top: 4em;
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
}




footer address {
    padding: 0.8rem 0;
}

.btn-primary {
    color: #fff;
    background-color: #e60000;
    border-color: #900
}

    .btn-primary:hover {
        color: #fff;
        background-color: #900;
        border-color: #900
    }

    .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5);
        color: #fff;
        background-color: #900;
        border-color: #900;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #999;
        border-color: #999
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #900;
        border-color: #900
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
        }

.btn-outline-primary {
    color: #e60000;
    background-color: transparent;
    background-image: none;
    border-color: #e60000
}

    .btn-outline-primary:hover {
        color: #900;
        background-color: #fff;
        border-color: #900
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #e60000;
        background-color: transparent;
        border-color: #999
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #fff;
        border-color: #900
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
        }

.promo.inner {
    background: #990000;
    background: -moz-linear-gradient(left, #990000 0%, #e60000 100%);
    background: -webkit-linear-gradient(left, #990000 0%, #e60000 100%);
    background: linear-gradient(to right, #990000 0%, #e60000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#e60000', GradientType=1);
    min-height: 260px
}

    .promo.inner .container {
        position: relative;
    }

        .promo.inner .container:after {
            content: '';
            background: url('../images/vf-pt_1.webp') no-repeat;
            position: absolute;
            width: 209px;
            height: 254px;
            right: 0;
            top: 0;
        }

    .promo.inner h1 {
        display: inline-block;
        font-size: 48px;
        font-family: 'Vodafone-bd';
        color: #fff;
        margin-top: 2em;
    }

.h4 {
    color: #4B4B4B;
    font-family: 'Vodafone-bd';
    font-size: 24px;
}

.deal-step ul {
    margin: 0;
    padding: 0;
}

    .deal-step ul li {
        padding: 0;
        margin: 0.5em 0 0 1.3em;
    }

.deal-step article {
    border-top: 1px solid #EBEBEB;
    margin: 2em 0;
    padding: 2em 0 0 0;
}

    .deal-step article:first-child {
        border-top: none;
    }

.h5 {
    color: #0B0B0B;
    font-family: 'Vodafone-bd';
    font-size: 18px;
}

.deal-step article [class*="col-"] p:last-child {
    margin-bottom: 0;
}

.block-tip h1 {
    font-size: 48px;
    font-family: 'Vodafone-bd';
    color: #000;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

.card.tip {
    border: 1px solid #AFAFAF;
    border-radius: 10px;
}

    .card.tip:before {
        content: '';
        background: #AFAFAF;
        border-radius: 9px 9px 0 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 12px;
    }

    .card.tip .card-title {
        font-size: 24px;
        font-family: 'Vodafone-bd';
        color: #000;
        margin-top: 0.3em;
        margin-bottom: 0.8em;
    }

.link-meer {
    padding-top: 0.3em;
    display: block;
}

.contact-highlight {
    position: relative;
    font-size: 24px;
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    background: #F5F5F5;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

    .contact-highlight:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #F5F5F5;
        height: 340px;
        z-index: -1;
    }

.card.contact-form:before {
    display: none;
}

.card.contact-form {
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.contact-info .onn {
    background: #25282B;
    color: #fff;
    text-align: center;
    padding: 2em;
    height: 220px;
}

    .contact-info .onn h4 {
        font-size: 24px;
        font-family: 'Vodafone-bd';
        color: #fff;
        margin-bottom: 0.5em;
    }

.contact-info .off {
    background: #F5F5F5;
    color: #000;
    text-align: center;
    padding: 2em;
    height: 220px;
}

    .contact-info .off h4 {
        font-size: 24px;
        font-family: 'Vodafone-bd';
        color: #4B4B4B;
        margin-bottom: 0.5em;
    }

    .contact-info .onn p,
    .contact-info .off p {
        font-size: 16px;
    }

.card.contact-form .card-title {
    font-family: 'Vodafone-bd';
    font-size: 24px;
    color: #4B4B4B;
}

.card.contact-form .card-text {
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.card.contact-form .form-group {
    margin-bottom: 1.4rem;
}

.card.contact-form .card-body {
    padding: 2rem;
}

.contact-detail {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.promo.page-detail {
    background: #990000;
    background: -moz-linear-gradient(left, #990000 0%, #e60000 100%);
    background: -webkit-linear-gradient(left, #990000 0%, #e60000 100%);
    background: linear-gradient(to right, #990000 0%, #e60000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#e60000', GradientType=1);
    min-height: 188px
}

    .promo.page-detail .container {
        position: relative;
    }

        .promo.page-detail .container:after {
            content: '';
            background: url('../images/vf-pt_2.webp') no-repeat;
            position: absolute;
            width: 155px;
            height: 181px;
            right: 0;
            top: 0;
        }

    .promo.page-detail h1 {
        display: inline-block;
        font-size: 38px;
        font-family: 'Vodafone-bd';
        color: #fff;
        margin-top: 1.8em;
    }

.quote-price {
    position: relative;
    padding: 3.6em 0;
}

    .quote-price:before {
        content: '';
        background: url('../images/vf-pt_3.webp') no-repeat;
        position: absolute;
        width: 262px;
        height: 498px;
        left: 0;
        top: 0;
    }

    .quote-price h1 {
        /* font-size: 48px; */
        font-size: 24px;
        /*27-sep-2021*/
        margin-bottom: 0;
        /*27-sep-2021*/
        margin-top: 0.3em;
        /*27-sep-2021*/
        color: #000;
        font-family: 'Vodafone-bd';
    }

        /* .price-info {
    max-width: 86%;
} 27-sep-2021 */
        .quote-price h1 + strong {
            /* font-size: 80px;
    margin: 0.5em 0; */
            font-size: 44px;
            margin: 0.1em 0;
            color: #4B4B4B;
            font-family: 'Vodafone-bd';
            display: block;
        }

    .quote-price p {
        /* font-size: 18px; */
        font-size: 14px;
        /*27-sep-2021*/
        color: #4B4B4B;
        margin-bottom: 0;
        /*27-sep-2021*/
        min-height: 42px;
        /*27-sep-2021*/
    }

.iCloud-check {
    background: #F5F5F5;
}

.icon-help {
    background: url('../images/newdesign_40768/info.svg') no-repeat;
    top: -7px;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
}

.switch-button {
    display: inline-block;
    border-radius: 50px;
    background-color: #666;
    width: 60px;
    height: 27px;
    padding: 4px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

    .switch-button input[type=checkbox] {
        display: none;
    }

    .switch-button label {
        border-radius: 50%;
        -webkit-box-shadow: 0 0 1px 1px #fff inset;
        box-shadow: 0 0 1px 1px #FFF inset;
        background-color: #ffffff;
        margin: 0;
        height: 19px;
        width: 19px;
        z-index: 1;
        display: inline-block;
        cursor: pointer;
        background-clip: padding-box;
    }

        .switch-button label .opt-no {
            position: absolute;
            font-size: 0.8462rem;
            font-weight: 600;
            z-index: 0;
            right: 0;
            display: block;
            width: 100%;
            height: 100%;
            line-height: 27px;
            top: 2px;
            text-align: right;
            padding-right: 10px;
            color: #fff;
        }

        .switch-button label .opt-yes {
            display: none;
        }

    .switch-button input[type=checkbox]:checked + span {
        background-color: #007C92;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 4px;
    }

        .switch-button input[type=checkbox]:checked + span label {
            float: right;
            border-color: #fe4d8e;
        }

            .switch-button input[type=checkbox]:checked + span label .opt-yes {
                position: absolute;
                font-size: 0.8462rem;
                font-weight: 600;
                z-index: 0;
                color: #ffffff;
                left: 0;
                top: 2px;
                text-align: left;
                padding-left: 10px;
                display: inline;
            }

            .switch-button input[type=checkbox]:checked + span label .opt-no {
                display: none;
            }

    .switch-button.switch-button-yesno label:before {
        content: "Nee";
    }

    .switch-button.switch-button-yesno input[type=checkbox]:checked + span label:before {
        content: "Ja";
    }

    .switch-button.switch-button-xs {
        height: 20px;
        width: 53px;
        line-height: 16px;
        width: 50px;
    }

        .switch-button.switch-button-xs label {
            height: 12px;
            width: 12px;
        }

            .switch-button.switch-button-xs label:before {
                line-height: 21px;
            }

    .switch-button.switch-button-sm {
        height: 24px;
        width: 57px;
        line-height: 20px;
    }

        .switch-button.switch-button-sm label {
            height: 16px;
            width: 16px;
        }

            .switch-button.switch-button-sm label:before {
                line-height: 25px;
            }

    .switch-button.switch-button-lg {
        height: 30px;
        width: 63px;
        line-height: 26px;
        width: 65px;
        transform: scale(0.8);
        /*27-sep-2021*/
    }

        .switch-button.switch-button-lg label {
            height: 24px;
            width: 24px;
            margin: -1px 0 0 -1px;
        }

            .switch-button.switch-button-lg label:before {
                line-height: 31px;
            }

    .switch-button input[type=checkbox]:checked + span label {
        margin: -1px -1px 0 0;
    }

        .switch-button input[type=checkbox]:checked + span label:after {
            content: '';
            background: url(../images/icon-tick.svg) no-repeat;
            position: absolute;
            width: 16px;
            height: 16px;
            top: 8px;
            right: 7px;
            background-size: 100%;
        }

.iCloud-check {
    padding: 2em 0;
}

/* .device-condition {
    margin-top: 3em;
    margin-bottom: 3em;
} 27-sep-2021*/
.device-condition h5 {
    font-family: 'Vodafone-bd';
    color: #4B4B4B;
    margin-bottom: 0.2em;
    /*27-sep-2021*/
}

    .device-condition h5 .icon-help {
        float: right;
        width: 32px;
        height: 32px;
        margin-top: -3px;
    }

    .device-condition h5:before,
    .device-condition h5:after {
        content: '';
        clear: both;
        display: table;
    }

.device-condition .card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    margin: 1em 0;
    /* min-height: 178px; 27-sep-2021 */
}

    .device-condition .card .card-body {
        padding: 1em;
        /*27-sep-2021*/
    }

.device-condition .h4 {
    /* margin-bottom: 1.3em;
     margin-top: 2em; 27-sep-2021 */
    margin-bottom: 0.5em;
}

.device-condition .action {
    margin: 3em 0 1em 0;
}

.device-list figure img {
    width: 34px;
}

.icon-delete {
    background: url('../images/icon-delete.svg') no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
}

.device-list .table-responsive thead {
    margin-bottom: 1em;
}

    .device-list .table-responsive thead th {
        background: #F5F5F5;
        font-family: 'Vodafone-bd';
    }

.device-list .table-responsive tbody td {
    background: #F5F5F5;
    vertical-align: middle;
}

.device-list .table-responsive tbody {
    position: relative;
    top: 12px;
}

    .device-list .table-responsive thead th,
    .device-list .table-responsive tbody td {
        padding: 2px 5px;
        font-size: 14px;
    }

        .device-list .table-responsive tbody td figure {
            margin: 0 0 0 -3px;
            background: #fff;
            text-align: center;
        }

            .device-list .table-responsive tbody td figure img {
                padding: 5px;
            }

.table thead th,
.table td,
.table th {
    border: none;
}

.device-list {
    margin-top: 1.5em;
}

.offer-price {
    padding: 2em 0;
    border: 1px solid #25282B;
    margin-top: 3em;
    width: 100%;
}

.search-device {
    background: #25282B;
    padding: 1.5em 0;
}

    .search-device h4 {
        color: #fff;
        margin-bottom: 1em;
    }

    .search-device .vf-search {
        margin: auto;
    }

        .search-device .vf-search .gn-info li + li {
            margin-left: 3.2em;
        }

        .search-device .vf-search .input-group-text {
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
        }

    .search-device .gn-info {
        margin: auto;
        max-width: 368px;
    }

        .search-device .gn-info li + li {
            margin-left: 3.5em;
        }

.device-price {
    text-align: center;
}

    .device-price strong {
        font-size: 50px;
        font-family: 'Vodafone-bd';
        color: #4b4b4b;
    }

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .custom-radio [type="radio"]:checked + label,
    .custom-radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .custom-radio [type="radio"]:checked + label:before,
        .custom-radio [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .custom-radio [type="radio"]:checked + label:after,
        .custom-radio [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #F87DA9;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .custom-radio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .custom-radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.custom-radio input,
.custom-radio label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.custom-radio [type="radio"]:checked + label:before {
    border-color: #007C92;
}

.payment-type {
    text-align: center;
    margin-top: 3em;
}

    .payment-type .h4 {
        margin-bottom: 1.5em;
    }

    .payment-type ul,
    .payment-type li {
        list-style: none;
    }

    .payment-type li {
        display: inline-block;
        vertical-align: top;
        margin: 0 1em;
    }

    .payment-type .custom-radio {
        width: 240px;
        height: 80px;
        text-align: left;
        font-size: 18px;
        border: 1px solid #EBEBEB;
        vertical-align: middle;
        display: flex;
        align-items: center;
        padding: 0 1em;
        border-radius: 6px;
        position: relative;
    }

.custom-radio.donate [type="radio"]:checked + label:before,
.custom-radio.donate [type="radio"]:not(:checked) + label:before {
    top: 10px;
}

.custom-radio.donate [type="radio"]:checked + label:after,
.custom-radio.donate [type="radio"]:not(:checked) + label:after {
    top: 14px;
}

.payment-type .action {
    margin-top: 3em;
}

.list-responsive {
    background: #F5F5F5;
    display: none;
}

    .list-responsive li:before,
    .list-responsive li:after {
        content: '';
        clear: both;
        display: table;
    }

    .list-responsive .icon-delete {
        width: 18px;
        height: 18px;
        background-size: 100%;
    }

    .list-responsive figure {
        float: left;
    }

    .list-responsive .order-info {
        display: inline-block;
        width: 78%;
    }

    .list-responsive figure {
        background: #FFF;
        height: 90px;
        margin: 0;
        width: 60px;
        text-align: center;
    }

        .list-responsive figure img {
            width: auto;
            max-height: 90px;
            padding: 0.5em;
        }

    .list-responsive ul,
    .list-responsive li {
        list-style: none;
        margin: 0;
    }

    .list-responsive .order-info {
        padding-left: 12px;
        padding-top: 10px;
    }

        .list-responsive .order-info p {
            font-size: 14px;
            position: relative;
        }

            .list-responsive .order-info p i {
                position: absolute;
                right: 0
            }

        .list-responsive .order-info b {
            display: block;
            font-family: 'Vodafone-bd';
        }

    .list-responsive li {
        border: 2px solid #F5F5F5;
    }

.icon-back {
    background: url('../images/icon-back.svg') no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.terug {
    font-size: 16px;
    color: #E60000;
    padding-top: 10px;
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
}

    .terug .icon-back {
        vertical-align: middle;
        margin-right: 5px;
    }

.vf-info {
    background: #F5F5F5;
    padding-bottom: 2em;
}

.deal-step .h5 {
    margin-top: 1em;
}

.deal-step .h4 + .h5 {
    margin-top: 0;
}

.vf-form .h4 + p {
    font-size: 18px;
}

.vf-info .terug {
    margin-bottom: 2em;
}

.card.highlight {
    color: #fff;
    font-size: 18px;
    background: #25282B;
    padding: 2em;
    border: none;
    border-radius: 0;
}

.bank-info {
    background: #F5F5F5;
    padding: 2em 0;
    margin-top: 1em;
}

.form-control {
    border-color: #CCCCCC;
    border-radius: 6px;
}

.final-check .vf-card h4 {
    margin: 0;
    max-width: none;
}

.custom-control-input {
    z-index: 1;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #007C92;
        background-color: #007C92;
    }

.final-check .trade-icon {
    max-width: none;
    width: 72px;
    height: 72px;
}

.final-check .vf-card p {
    margin: 0;
    margin-top: 0.6em;
}

.final-check .h4 small {
    display: block;
}

.final-check .card {
    height: 190px;
    margin-bottom: 2em;
}

.final-check .custom-control {
    text-align: left;
    display: table;
    margin: auto;
}

.final-check .custom-control-label::before {
    width: 24px;
    height: 24px;
}

.final-check .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../images/tick-lite.svg);
    width: 28px;
    height: 28px;
    top: .14rem;
    left: -1.56rem;
}

.final-check .custom-control-input {
    width: 30px;
    height: 30px;
}

.final-check {
    margin: 3em 0 0;
}

    .final-check .h4 {
        margin-bottom: 2em;
    }

        .final-check .h4 small {
            font-family: 'Vodafone', Arial, Helvetica, sans-serif;
            font-size: 18px;
            color: #000;
            margin-top: 5px;
        }

.declaration {
    text-align: center;
    border-top: 1px solid #EBEBEB;
    margin: 2em 0;
    padding: 2em 0 0;
}

    .declaration .h4 {
        margin-bottom: 1em;
    }

    .declaration .action {
        margin-top: 2em;
    }

.action .btn {
    min-width: 145px;
}

    .action .btn + .btn {
        margin-left: 1em;
    }

.custom-radio.active {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.navbar .for-mobile {
    display: none;
}

.card.bg-info {
    background: #F5F5F5 !important;
    border: none !important;
    margin-bottom: 1em;
}

.vf-thank {
    margin-top: 2.5em;
}

.order-detail {
    margin-top: 2em;
}

    .order-detail .card-title {
        font-size: 30px;
        line-height: 34px;
        font-family: 'Vodafone-bd';
        color: #4B4B4B;
    }

.list-bullet li {
    padding: 0;
    margin: 0.5em 0 0 1.3em;
}

.order-detail .card-body {
    padding: 1.25rem 1.5rem;
}

.address-info {
    background: #FFF;
    padding: 15px;
}

    .address-info h4 {
        font-size: 22px;
        margin-bottom: 0.5em;
    }

.order-detail .secondary {
    border-top: 1px #ccc solid;
    margin-top: 0.5em;
    padding-top: 1.75em !important;
}

.address-info .btn {
    padding: 0.4rem 2.35rem;
    width: 100%;
    max-width: 164px;
}

.address-info p {
    font-size: 14px;
    margin-bottom: 0;
}

.address-info address {
    margin-bottom: 0.5em;
}

.address-info .row + .row {
    border-top: 1px #ccc solid;
    padding-top: 16px;
}

.vf-searchResult {
    background: #25282B;
    padding: 2em;
}

    .vf-searchResult h4 {
        color: #fff;
        font-size: 24px;
        font-family: 'Vodafone-bd';
        line-height: 30px;
    }

        .vf-searchResult h4 small {
            font-size: 18px;
            font-family: 'Vodafone';
            display: block;
        }

    .vf-searchResult .search-device {
        padding: 0;
        float: right;
    }

        .vf-searchResult .search-device .vf-search {
            margin: 0
        }

    .vf-searchResult .h5 {
        color: #fff;
        font-size: 18px;
        font-family: 'Vodafone-bd';
    }

    .vf-searchResult .search-device .input-group-text {
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

.input-group-text {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.vf-helpInfo {
    margin-bottom: 3em;
}

    .vf-helpInfo .wrap {
        border: 1px solid #EBEBEB;
        margin-top: 3em;
    }

    .vf-helpInfo .vf-tip {
        background: #f5f5f5;
        padding: 1.5em;
    }

.vf-tip p {
    margin: 0;
}

.find-imei {
    text-align: center;
    padding: 1.5em;
}

.vf-reuse {
    margin: 3em;
}

    .vf-reuse .block-title {
        text-align: center;
        max-width: 460px;
        display: table;
        margin: 0 auto 2em auto;
    }

    .vf-reuse .card.bg-info {
        padding: 1em 1.2em;
        margin-bottom: 1.8em;
        min-height: 206px;
    }

        .vf-reuse .card.bg-info p {
            min-height: 98px;
        }

.icon-link {
    background: url('../images/icon-link.svg') no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
}

.link .icon-link {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 0 0 0
}

.link {
    color: #E60000;
    text-decoration: none;
}

    .link span {
        border-bottom: 1px solid #E60000;
    }

    .link:hover {
        text-decoration: none;
    }

.vf-reuse .action {
    margin-top: 1em;
}

.vf-thank.recycle {
    color: #4B4B4B;
}

.recycle-info {
    background: #F5F5F5;
    padding: 2em 0;
    margin-top: -50px;
}

    .recycle-info ul {
        margin-bottom: 0;
    }

    .recycle-info .h4 {
        margin-bottom: 0.8em;
    }

.list-bullet li {
    margin: 0.7em 0 0 1.3em;
}

.vf-thank.recycle figure {
    position: relative;
    height: 190px;
}

.img-recycle img {
    margin: 10px 0 0 -42px;
    max-width: 290px;
    position: absolute;
}

.vlign-center {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

/*.modal-content,
.modal-header {
    border-radius: 0;
}

.modal-header {
    background: #E60000;
}

.modal-title {
    line-height: normal;
    color: #fff;
}

.close,
.close:hover {
    color: #fff;
}*/

.vf-faq .tab-content .card {
    border-radius: 0;
}

.vf-faq .tab-content .card-header {
    padding: 15px 16px;
    border-radius: 0;
    background-color: #f6f6f6;
}

.vf-faq .tab-content .btn.focus,
.btn:focus {
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
}

.vf-faq .tab-content .card-header h5 button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    white-space: normal;
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: relative;
}

    .vf-faq .tab-content .card-header h5 button:hover,
    .vf-faq .tab-content .card-header h5 button:focus,
    .vf-faq .tab-content .card-header h5 button:active,
    .vf-faq.tab-content .card-header h5 button:hover:active {
        text-decoration: none;
    }

.vf-faq .tab-content .card-header h5 {
    margin-bottom: 0;
    position: relative;
}

.vf-faq .tab-content .card-body p {
    color: #616161;
}

    .vf-faq .tab-content .card-body p:last-of-type {
        margin: 0;
    }

.vf-faq .accordion > .card:not(:first-child) {
    border-top: 0;
}

.vf-faq .collapse.show .card-body {
    border: none;
}

.vf-faq {
    margin: 3em 0;
}

    .vf-faq .card {
        margin-bottom: 1em;
        border: 1px solid #F5F5F5;
    }

    .vf-faq .card-header {
        border: none;
    }

.accordion > .card:not(:last-of-type) {
    border-bottom: 1px solid #F5F5F5;
}

.vf-faq .tab-content .card-header h5 button:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 10px 6px 0 6px;
    border-color: #FF0000 transparent transparent transparent;
    border-style: solid;
    color: #E60000;
    font-size: 16px;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    top: 8px;
    transition: 0.1s all 0.1s ease;
}

.vf-faq .tab-content .card-header h5 button.collapsed:after {
    content: '';
    transform: rotate(0);
}

.block-tip .card-body {
    min-height: 212px;
}

.view-info label {
    margin-bottom: 0;
    font-family: 'Vodafone-bd';
}

.view-info .card .form-control-static {
    margin-bottom: 0;
    background: #fff;
    padding: 5px 10px;
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
}

.view-info .card-body {
    padding: 0.75rem 1em;
}

.view-info h4 {
    margin-bottom: 1.5em;
    margin-top: 1em;
}

.view-info .card {
    margin-bottom: 1.5em;
}

.view-info .action {
    margin-top: 1em;
}

.terug span {
    cursor: pointer;
}

.device-details {
    margin-bottom: 1.5em;
}

    .device-details figure .offer-price {
        min-height: 90px;
        margin-top: 0;
        border: none;
    }

    .device-details figure {
        font-family: 'Vodafone-bd';
        display: block;
        text-align: center;
        padding: 2em 1em;
        position: relative;
        min-height: 300px;
    }

        .device-details figure span {
            display: block;
            text-align: center;
        }

            .device-details figure span img {
                height: 150px;
                width: auto;
            }

        .device-details figure figcaption {
            font-size: 18px;
            font-family: 'Vodafone', Arial, Helvetica, sans-serif;
            color: #000;
            padding: 1.5em 0 0.5em 0;
        }

        .device-details figure p {
            color: #000;
            font-size: 18px;
            margin: 0;
            font-family: 'Vodafone', Arial, Helvetica, sans-serif;
        }

            .device-details figure p strong {
                display: block;
                font-size: 32px;
                font-family: 'Vodafone-bd';
                color: #4B4B4B;
            }

.device-details {
    /* background: #F5F5F5; */
    box-shadow: 0 0 2px 2px #EBEBEB;
}

.search-result {
    background: #fff;
    padding: 3em 0;
}

.device-details figure .btn {
    font-family: 'Vodafone', Arial, Helvetica, sans-serif;
}

.search-result:before,
.search-result:after {
    clear: both;
    display: table;
}

.search-result .pagination {
    margin-bottom: 0;
    float: right;
}

    .search-result .pagination .page-link {
        color: #e60000;
        outline: none;
        box-shadow: none;
        line-height: 18px;
    }

.userCart {
    position: relative;
    display: none;
}

    .userCart .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        padding: 0.15rem 0.4rem;
        line-height: 14px;
    }

.badge-primary {
    background-color: #e60000;
}

.page-link[disabled="disabled"] {
    background: #eee;
    color: #777 !important;
}

.btn[disabled="disabled"] {
    background: #eee;
    color: #777 !important;
}

/*.aspNetDisabled {
    background: #eee;
    color: #777 !important;
}*/

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

.error-block {
    border-top: 1px solid rgba(230, 0, 0, 0.1);
    margin-top: 0.2em;
    min-height: 70vh;
    padding-top: 2em;
}

    .error-block h4 {
        margin: 0;
    }

.quote-price .img-device img {
    max-height: 400px;
    max-height: 160px;
    /*27-sep-2021*/
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
}

.error-block .btn-sm {
    min-width: 60px;
}

.error-block .trade-icon {
    width: 72px;
}

.icon-euro {
    background: url('../images/icon-currency.svg') no-repeat;
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.declaration p .icon-euro {
    position: relative;
    top: 4px;
    width: 17px;
    height: 17px;
}

.quote-price h1 + strong .icon-euro {
    width: 44px;
    height: 44px;
    margin: -9px 0 0 0;
    vertical-align: middle;
}

.device-list .table-responsive .icon-euro {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.device-price strong .icon-euro {
    width: 46px;
    height: 46px;
    vertical-align: middle;
    margin: -10px 0 0 0;
}

.list-responsive .order-info .icon-euro {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 0;
}

.trade-steps .vf-card .card-body > a {
    display: block;
}

    .trade-steps .vf-card .card-body > a h4 {
        cursor: pointer;
    }

    .trade-steps .vf-card .card-body > a:hover,
    .trade-steps .vf-card .card-body > a:hover h4 {
        color: #E60000;
        /*text-decoration: none !important;*/
    }

        .trade-steps .vf-card .card-body > a:hover p {
            text-decoration: underline;
        }

.trade-steps .vf-card {
    min-height: 316px;
}

.device-condition img {
    max-height: 90px;
}

.action-wrap {
    margin: 3em 0 0.5em 0;
    text-align: center;
}

/*28-sep-2021*/
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    left: 0;
    top: 0;
}

    .loading article {
        display: flex;
        width: 100%;
        height: 100%;
        align-self: center;
    }

    .loading figure {
        background: #e60000;
        width: 40px;
        height: 40px;
        margin: auto;
        border-radius: 100%;
        padding: 6px;
    }

        .loading figure img {
            animation: rotation 2s infinite linear;
            ;
        }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.vf-steps-mt {
    margin-top: 105px;
    font-size: 24px;
}

/*End 28-sep-2021*/
/*Satrt 02-Jan-2023*/
.cstm-vcard {
    max-width: 100% !important;
    box-shadow: none;
    background: #F5F5F5;
}

.cstm-vcard {
    text-decoration: none !important;
    min-height: 333px !important;
    line-height: 22px;
}

.section-box,
.section-box:hover {
    color: #000;
    text-decoration: none;
}

.cstm-recycle {
    color: #000;
    background: #f5f5f5;
}

.jan-promo {
    background: url(../images/Header_design_bg.webp) no-repeat #9a0000;
    min-height: 435px;
    display: flex;
    align-items: center;
}

    .jan-promo .vf-device a {
        margin-top: 2rem;
    }

    .jan-promo .vf-promo-txt {
        margin-left: 5rem;
    }

.cstm-recycle-icon {
    text-align: right;
    padding-right: 50px;
}

.jan-promo .switch-green {
    margin-top: -40px;
}

/*38732*/

.filters h4 {
    font-weight: bold;
}

.device-price {
    text-align: center;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.section-title {
    color: red;
    font-weight: bold;
}*/

.no-result {
    margin: 10px auto;
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-size: 2rem;
    /* background: #e5e5e5; */
    border-radius: 5px;
    top: 30%;
    position: relative;
}

.custom-promo {
    position: relative !important;
}

#ContentPlaceHolder1_opNetherland_A3 {
    position: absolute;
    right: 5px;
    top: 13px;
}

#ContentPlaceHolder1_opNetherland_A3 img {
    width: 24px;
}

.btn-manufacturer {
    background: url(../images/icon-search.webp) no-repeat;
    position: absolute;
    background-size: 16px;
    height: 35px;
    background-position: 10px;
    right: 0;
    z-index: 99;
    width: 39px !important;
    cursor: pointer;
    border: 0;
}

.manufacturer .input-group {
    width: 100%;
}

.no-result {
    margin-top: 10px;
    font-size: 16px;
}

ul.device-listing {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
}

    ul.device-listing li {
        min-height: 230px;
        text-align: center;
        display: inline-block;
        width: 15%;
        padding: 10px;
        border: 1px solid #ccc;
        margin: .5%;
        vertical-align: top;
    }

.device-listing li img {
    max-height: 100px;
}

.device-listing li .device-name-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin: 15px 0;
    min-height: 90px;
}

.well {
    border: 0;
    border-radius: 0;
    background: #f4f4f4;
    box-shadow: none;
    padding: 19px;
    margin-bottom:15px;
}
/*38732*/
.trade-wrapper {
    margin-top: 1rem;
}
.trade-wrapper figure {
    background: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
/*38732*/
    .trade-wrapper figure figcaption {
        font-size: 24px;
        padding: 2em 0 0.5em 0;
        color: red;
        font-weight: bold;
    }
.cstm-recycle-icon img {
    max-width: 180px;
}
.filters {
    margin-bottom: 10px;
}
.s_radio [type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .s_radio [type=radio]:checked + label, .s_radio [type=radio]:not(:checked) + label {
        position: relative;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #e60000;
        width: 100%;
        margin-bottom: 10px;
        font-weight: 400;
    }

        .s_radio [type=radio]:checked + label:before, .s_radio [type=radio]:not(:checked) + label:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #1a7b85;
            border-radius: 100%;
            background: #fff;
        }

        .s_radio [type=radio]:checked + label:after, .s_radio [type=radio]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #e60000;
            position: absolute;
            top: 3px;
            right: 3px;
            border-radius: 100%;
            -webkit-transition: .2s;
            transition: .2s;
        }

        .s_radio [type=radio]:checked + label:before, .s_radio [type=radio]:not(:checked) + label:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #e60000;
            border-radius: 100%;
            background: #fff;
        }

        .s_radio [type=radio]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

.filters ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.filters .device_order {
    padding-top: 20px;
    border-top: 1px dashed #797979;
    border-bottom: 1px dashed #797979;
    
}
.btn-manufacturer {
    background: url(../images/icon-search.webp) no-repeat;
    position: absolute;
    background-size: 16px;
    height: 35px;
    background-position: 10px;
    right: 0;
    z-index: 99;
    width: 39px !important;
    cursor: pointer;
    border: 0;
}

.txt-manufacturer {
    height: 36px;
}

/*38732*/
/*39304*/
.cstm-imei {width:100%;
}
    .cstm-imei .well {
        background: #e5e3e3;
        margin: 0 15px 20px;
    }
    .cstm-imei small {
        font-size: 20px;
    }
    .cstm-imei .btn-default {
        background: #990000;
        color: #fff; margin-top:15px;
    }
/*39304*/
/*39455*/


.jul-promo{
    background: url(../images/jul_promo.webp); background-size: cover; padding:50px 20px;  background-position: center;
}
.jul-promo-txt{
    margin-left:0; color:#fff;
}
.gn-info{ display: flex; justify-content: space-between; font-family: 'Inter', sans-serif;}
.vf-search{max-width: inherit; color:#000;}
.jul-promo-desc{color:#fff; font-family: 'Inter', sans-serif; font-size: 19px;}
.jul-promo-heading{font-weight: bold; font-size:14px;}
.vf-promo-txt{width: inherit; max-width: inherit; margin-top:0;}
.jul-promo-desc a{color:#fff !important; text-decoration: underline;}
.jul-promo-txt h1{font-size: 28px; font-weight:700; font-family: 'Inter', sans-serif;}
.jul-promo-txt h2{font-size: 20px; font-weight: normal; font-family: 'Inter', sans-serif;}


/*Responsive*/
@media (min-width: 768px) {
    .vf-nav .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .vf-nav .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 0rem;
    }

    .vf-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .vf-nav .dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }

}

@media (min-width: 1025px) {

    /* .container {
        max-width: 1060px;
    } */
    .card.contact-form {
        min-height: 440px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .quote-price:before {
        height: 578px;
    }

    .navbar-collapse .userCart {
        display: none;
    }

    .navbar .for-mobile {
        position: absolute;
        top: 26px;
        right: 104px;
        display: inline-block;
    }

    .vf-nav .navbar-nav .nav-item .nav-link {
        padding-left: 0rem;
    }

    .trade-steps .vf-card .card-body {
        min-height: 337px
    }

    .promo .vf-device {
        display: none;
    }

    .vf-promo-txt {
        margin-top: 5em;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        flex: 0 0 100%;
    }

    .vf-search {
        margin: auto;
    }

    .promo {
        min-height: 350px;
    }

    .app-info h2 {
        font-size: 48px;
    }

        .app-info h2 + small {
            font-size: 18px;
        }

    .app-info h2 {
        font-size: 32px;
    }

        .app-info h2 + small {
            margin-bottom: 1.5em;
            display: block;
        }

    .recycle-device {
        padding: 2em 2em !important;
    }

    .copyright [class*="col-"]:first-child {
        border-bottom: 1px solid #E0E0E0;
        padding: 0 0 1.5em 0;
        margin-bottom: 1.5em;
    }

    .card.contact-form .card-body {
        padding: 1.5rem;
    }

    .contact-info .onn,
    .contact-info .off {
        padding: 1.5rem;
    }

    .contact-info {
        margin-bottom: 2em;
    }

        .contact-info .onn,
        .contact-info .off {
            height: auto;
        }

    .device-condition p {
        font-size: 14px;
    }

    .vf-info .card.highlight {
        margin-top: 1.5em;
    }

    .vf-searchResult h4 {
        font-size: 18px;
    }

        .vf-searchResult h4 small {
            font-size: 14px;
        }

    .vf-reuse .card.bg-info {
        min-height: 260px;
    }

        .vf-reuse .card.bg-info p {
            min-height: 118px;
        }

    .img-recycle img {
        margin: 10px 0 0 -2px;
        max-width: 150px;
    }

    .view-info .action {
        margin-bottom: 1.5em;
    }

    .search-device .gn-info {
        max-width: 370px;
    }

    .final-check .card {
        height: 210px;
    }

    .promo .gn-info li + li {
        margin-left: 10px;
    }
}

@media (max-width: 992px) {
    /*38732*/
    .device-listing {
        text-align: center;
    }
    .device-listing li {
        
        width: 31% !important;
        
    }
    /*38732*/
    .for-mobile {
        display: block;
    }

    .for-desktop {
        display: none;
    }

    .vf-card h4 {
        max-width: none;
    }

    .trade-steps .vf-card {
        max-width: none;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }

    .trade-steps {
        margin: 3em 0 2rem;
    }

    .promo .vf-device {
        display: none;
    }

    .vf-promo-txt {
        margin-top: 5em;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        flex: 0 0 100%;
    }

    .vf-search {
        margin: auto;
    }

    .promo {
        min-height: 350px;
    }

    .app-info h2 {
        font-size: 48px;
    }

        .app-info h2 + small {
            font-size: 18px;
        }

    .app-info h2 {
        font-size: 32px;
    }

        .app-info h2 + small {
            margin-bottom: 1.5em;
            display: block;
        }

    .vf-nav .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .vf-language {
        margin: 0;
    }

        .vf-language li:first-child {
            padding-left: 0;
        }

            .vf-language li:first-child::before {
                left: -20px;
            }

    .vf-promo-txt h1 {
        font-size: 32px;
    }

        .vf-promo-txt h1 small {
            font-size: 18px;
        }

    .gn-info li {
        font-size: 12px;
    }

        .gn-info li + li {
            margin-left: 0;
        }

    .gn-info {
        margin-top: 1em;
    }

    .recycle-device {
        text-align: center;
        padding: 2em 1em;
    }

    footer {
        margin-top: 0;
    }

    .container {
        max-width: none;
    }

    footer [class*="col-"] {
        text-align: center !important;
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .app-info {
        padding: 1.5em 0 2em 0;
    }

    .recycle-device [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    footer address [class*="col-"].text-right {
        margin-top: 1em;
    }

    .copyright [class*="col-"]:first-child {
        border-bottom: 1px solid #E0E0E0;
        padding: 0 0 1.5em 0;
        margin-bottom: 1.5em;
    }


    /* Promo */
    .jan-promo .vf-promo-txt {
        margin-left: 15px !important;
        margin-top: 0;
    }

    .jan-promo .switch-green {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .trade-steps .vf-card {
        min-height: 290px;
    }

    .copyright .container,
    footer .copyright + .container {
        padding-left: 0;
        padding-right: 0;
    }

    .offer-price .vf-search {
        max-width: 368px;
    }
}

@media (max-width: 767px) {
   
    .list-responsive {
        display: block;
    }

    .device-list .table-responsive {
        display: none;
    }

    .device-list {
        margin-top: 2em;
    }

    .offer-price {
        margin-top: 2em;
    }

    .payment-type li {
        margin: 10px 0;
    }

    .trade-icon {
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }

    .deal-step article {
        padding: 1.5em 0 0 0;
    }

        .deal-step article:first-child {
            margin-top: 0.5em;
        }

    .block-tip {
        margin-bottom: 1em;
    }

        .block-tip .card {
            margin-bottom: 2.5em;
        }

    .promo.inner .container:after {
        display: none;
    }

    .contact-info .onn,
    .contact-info .off {
        height: auto;
        margin-bottom: 1.5em;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .contact-detail {
        box-shadow: none;
    }

    .card.contact-form {
        margin-bottom: 1.5em;
    }

        .card.contact-form .card-body {
            padding: 1em;
        }

    .promo.inner {
        text-align: center;
    }

    .contact-highlight {
        font-size: 18px;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .device-condition p {
        font-size: 14px;
    }

    .img-device {
        /* display: none; 27-sep-2021*/
        margin-top: 1.5em;
    }

    .price-info {
        max-width: 60%;
        text-align: center;
        margin: auto;
    }

    .quote-price .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .promo.page-detail {
        text-align: center;
    }

        .promo.page-detail .container:after {
            display: none;
        }

    .quote-price {
        padding: 1.5em 0;
    }

    .iCloud-check [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .iCloud-check .h4 {
        margin-top: 1em;
    }

    .promo h1 {
        font-size: 24px !important;
        margin-bottom: 2em;
    }

    .promo.inner {
        min-height: auto;
    }

    .h4 {
        font-size: 18px;
    }

    .block-tip h1 {
        font-size: 24px;
    }

    .card.tip .card-title {
        font-size: 18px;
    }

    .card.tip {
        font-size: 14px;
    }

    .promo.page-detail {
        min-height: auto;
    }

        .promo.page-detail h1 {
            margin: 0;
        }

    .promo.page-detail {
        padding: 2em 0;
    }

    .quote-price h1 {
        font-size: 24px;
    }

        .quote-price h1 + strong {
            margin: 0;
            /* font-size: 50px; */
            font-size: 42px;
            /*27-sep-2021*/
        }

            .quote-price h1 + strong .icon-euro {
                width: 52px;
                height: 52px;
                margin: -9px 0 0 0;
            }

    .quote-price p {
        font-size: 14px;
    }

    .quote-price:before {
        display: none;
    }

    .custom-control-label {
        text-align: left;
    }

    .device-condition .h4 {
        /* margin-top: 1em; */
        margin-top: 0.2em;
        /*27-sep-2021*/
        margin-bottom: 0.7em;
    }

    .device-condition .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%;
        ms-flex: 0 0 75%;
    }

    .device-condition .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .payment-type li {
        display: block;
        margin: 15px 0;
    }

    .payment-type .custom-radio {
        margin: auto;
    }

    .vf-info .card.highlight {
        margin-top: 1.5em;
    }

    .final-check .trade-icon {
        margin: 0.5em auto;
    }

    .action .btn {
        min-width: auto;
    }

        .action .btn + .btn {
            margin-left: 0.25em;
        }

    .navbar .for-mobile {
        display: inline-block;
    }

    .vf-nav .container {
        position: relative;
    }

    .navbar .for-mobile {
        position: absolute;
        top: 8px;
        right: 70px;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .order-detail .card-title {
        font-size: 20px;
    }

    .address-info h4 {
        font-size: 18px;
    }

    .address-info {
        text-align: center;
    }

        .address-info .btn {
            margin-bottom: 0.6em;
        }

    .vf-searchResult {
        text-align: center;
    }

        .vf-searchResult .search-device {
            float: none;
            margin: 14px auto 0 auto;
            display: table;
        }

    .vf-reuse .block-title {
        max-width: none;
    }

    .vf-reuse {
        margin: 2em 0;
    }

    .vf-thank.recycle figure {
        display: none;
    }

    .recycle-info {
        margin-top: 2em;
    }

    .navbar-nav + div {
        display: none;
    }

    .vf-faq .tab-content .card-header {
        padding: 10px 22px 10px 10px;
    }

        .vf-faq .tab-content .card-header h5 button:after {
            right: -10px;
        }

    .view-info .action {
        margin-bottom: 1.5em;
    }

    .search-device .gn-info li + li {
        margin-left: 1.6em;
    }

    .search-device .gn-info {
        max-width: 320px;
    }

        .search-device .gn-info li {
            font-size: 11px;
        }

    .search-device .vf-search {
        max-width: 320px;
    }

    .error-block {
        text-align: center;
    }

        .error-block h4 {
            margin-top: 1em;
            margin-bottom: 1em;
        }

    .action-wrap {
        margin: 2em 0 2em 0;
    }
    /*38732*/
    .device-listing {
        text-align: center;
    }
    .device-listing li {
        min-height: 200px !important;
        width: 44% !important;
        margin: 5px;
    }
    /*38732*/
}



@media (min-width: 1024px) and (max-width: 1199px) {

    .contact-info .onn,
    .contact-info .off {
        height: 214px;
    }

    .img-recycle img {
        margin: 10px 0 0 -10px;
        max-width: 240px;
    }

    .search-device .gn-info {
        max-width: 358px;
    }

        .search-device .gn-info li + li {
            margin-left: 5.5em;
        }

    .final-check .card {
        height: 210px;
    }

    .gn-info li + li {
        margin-left: 3.2em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    /*24-sep-2021*/
    .vf-card p {
        font-size: 12px;
    }

    .vf-card h4 {
        font-size: 16px;
    }

    .trade-steps .vf-card {
        min-height: 292px;
    }

    /**/
    /*27-sep-2021*/
    .quote-price p {
        min-height: 64px;
    }

    .quote-price:before {
        display: none;
    }

    .quote-price {
        padding: 2em 0;
    }

    .img-device {
        margin-top: 2em;
    }

    /**/
}

@media (min-width: 786px) and (max-width: 991px) {
    .trade-steps .vf-card {
        min-height: 292px;
    }
}

@media (max-width: 575px) {
    .final-check .card {
        text-align: center;
        height: auto;
    }

    .gn-info li {
        display: block
    }

    .price-info {
        max-width: 100%;
    }

    .search-device .gn-info li {
        display: block;
        margin: 0.5em 0 0.5em 0;
        text-align: center;
    }

        .search-device .gn-info li + li {
            margin: 0.3em 0 0 0 !important;
        }

    .search-device .gn-info {
        clear: both;
        width: 100%;
    }

    .search-device .vf-search {
        max-width: 270px;
    }

    .device-condition img {
        max-height: 70px;
        /*27-sep-2021*/
    }

    .device-condition .card {
        margin: 0.7em 0;
    }
    .jul-promo-txt{margin-bottom:30px;}
    .jul-promo{padding:20px;}
    .vf-promo-txt{margin:0 0 30px;}
}

@media (max-width: 991px) {
    .vf-search {
        max-width: 370px;
    }

    .payment-type .action {
        margin-bottom: 3em;
        margin-top: 2em;
    }

    /*.device-price,
    .search-device {
        padding: 2em 0;
    }*/
  
}

@media(max-width: 768px) {
    .vlign-center {
        min-height: calc(100vh - 20px);
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    /*27-sep-2021*/
    .quote-price:before {
        display: none;
    }

    .quote-price {
        padding: 1.6em 0;
    }

        .quote-price .img-device {
            margin-top: 1.5em;
        }

    .action-wrap {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    /**/
}
.btn.btn-primary {
    color: #fff;
    background-color: #e60000;
    border-color: #900;
    font-size: 16px !important;
    padding: 0.6rem 1.35rem !important;
}

a#ancFileUpload {
    background: #efefef;
    /* width: 100px; */
    text-align: center;
    padding: 5px 8px;
    border: solid 1px;
    border-radius: 4px;
    margin-right: 10px;
}

.cstm-file-upload {
    border: solid 1px #ccc;
    height: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
