        section.banner article h1 {
            letter-spacing: 0px;
        }
        
        section {
            position: relative
        }
        
        *:hover,
        *:active,
        *:visited,
        *:focus {
            outline: 0;
        }
        
        .nxt-no-btn:focus {
            outline: none;
            background-color: #e1e1e1;
        }
        
        .offerIdSpan {
            display: inline-block;
            padding: 20px 30px;
            border: 1px dashed #4d4d4d;
            background-color: #ccc;
            border-radius: 10px;
            font-weight: 900;
            margin-top: 7px;
        }
        
        [type="checkbox"]:checked+span:not(.lever):before {
            top: -4px;
            left: -5px;
            width: 12px;
            height: 22px;
            border-top: 2px solid transparent;
            border-left: 2px solid transparent;
            border-right: 2px solid #2c0056;
            border-bottom: 2px solid #2c0056;
            -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }
        
        .select-wrapper input.select-dropdown:focus {
            border-bottom: 1px solid #2c0056 !important;
        }
        
        #page-loader {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(255, 255, 255, 1);
            z-index: 99999;
        }
        
        #page-loader .loader {
            width: 64px;
            height: 64px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
        
        #page-loader-section {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(255, 255, 255, 0.8);
            z-index: 99999;
        }
        
        #page-loader-section .loader {
            width: 64px;
            height: 64px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
        
        .sk-spinner-pulse.sk-spinner {
            width: 64px;
            height: 64px;
            margin: 0 auto;
            background-color: #2c0056;
            border-radius: 100%;
            -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
            animation: sk-pulseScaleOut 1s infinite ease-in-out;
        }
        
        @-webkit-keyframes sk-pulseScaleOut {
            0% {
                -webkit-transform: scale(0);
                transform: scale(0);
            }
            100% {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 0;
            }
        }
        
        @keyframes sk-pulseScaleOut {
            0% {
                -webkit-transform: scale(0);
                transform: scale(0);
            }
            100% {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 0;
            }
        }
        
        section div.boder-top-right {
            border-right: 1px solid rgba(204, 204, 204, 0.6);
            border-bottom: 1px solid rgba(204, 204, 204, 0.6);
            filter: grayscale(100%);
            text-align: center;
            background-color: #fff;
        }
        
        .row.border-main {
            border-top: 1px solid rgba(204, 204, 204, 0.6);
            border-left: 1px solid rgba(204, 204, 204, 0.6);
        }
        
        b {
            font-weight: 700 !important;
        }
        
        section div.boder-right {
            border-right: 1px solid rgba(204, 204, 204, 0.6);
        }
        
        section div.border-bottom {
            border-bottom: 1px solid rgba(204, 204, 204, 0.6) !important;
        }
        
        .search-main {
            position: relative;
        }
        
        span.search-icon {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 36px;
            z-index: 999;
        }
        
        .dropdown-content li>a,
        .dropdown-content li>span {
            color: #2c0056 !important;
        }
        
        #phoneNewImgSession img {
            height: 50px;
        }
        
        span.search-icon-2 {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 24px;
            z-index: 999;
        }
        
        section.banner h1.color-red.fs-55 {
            font-size: 55px !important;
        }
        
        .left-side a.border-bottom {
            border-bottom: 1px solid rgba(204, 204, 204, 0.3) !important;
            filter: grayscale(100%);
        }
        
        .left-side a.border-bottom:hover {
            border-bottom: 1px solid #2c0056 !important;
            filter: grayscale(0%) !important;
        }
        
        .left-side a.active {
            border-bottom: 1px solid #2c0056 !important;
            filter: grayscale(0%) !important;
            color: #2c0056 !important;
        }
        
        .left-side a.color-black {
            width: 100%;
            float: left;
        }
        
        .left-side a.color-black:hover span {
            color: #2c0056;
        }
        
        .border-bottom-dark {
            border-bottom: 1px solid rgba(204, 204, 204, 0.3);
        }
        
        .container-left.inform-heading h3 {
            line-height: 50px !important;
            font-size: 40px !important;
        }
        
        .inform-heading ul {
            padding: 0 !important;
        }
        
        .inform-heading ul li {
            list-style: none;
            padding: 0 !important;
            margin-bottom: 40px;
            color: #707070 !important;
        }
        
        .inform-heading ul li span.circle {
            font-size: 16px;
            border: 1px solid #707070;
            border-radius: 50%;
            padding: 10px 15px;
            color: #707070;
            margin-right: 15px;
        }
        
        .inform-heading ul li:first-child::after {
            content: '';
            position: relative;
            display: inline-block;
            top: 39px;
            left: -148px;
            width: 1px;
            height: 25px;
            background: #707070;
        }
        
        .inform-heading ul li:last-child {
            margin-bottom: 0px !important;
        }
        
        .right-side .border-all {
            border: 1px solid rgba(204, 204, 204, 0.3);
            margin-left: 4%;
            width: 21%;
            margin-bottom: 4%;
        }
        
        .right-side .border-all:hover {
            border: 1px solid #007cbe;
        }
        
        .right-side .border-all a {
            color: #666666;
        }
        
        .right-side .border-all:hover a {
            color: #007cbe;
        }
        
        .ui-state-active,
        .ui-widget-content .ui-state-active {
            border: 1px solid #2c0056 !important;
            background: #2c0056 !important;
        }
        
        input.input-imei {
            font-size: 23px !important;
        }
        
        input.input-imei::placeholder {
            font-size: 16px !important;
        }
        
        .form-group input {
            max-width: 260px;
        }
        
        .main-heading {
            width: 97.5%;
            margin-top: -6px;
        }
        
        @media screen and (max-width: 767px) {
            span.search-icon {
                right: 15px;
                z-index: 999;
            }
            span.search-icon-2 {
                right: 15px;
                z-index: 999;
            }
            .left-side a.color-black span.pl-30 {
                padding: 0px !important;
                font-size: 16px !important;
            }
            .left-side a.color-black {
                text-align: center;
            }
            .left-side .pt-xs-0 {
                padding-top: 0px !important;
            }
            .pb-xs-0 {
                padding-bottom: 0px !important;
            }
            .container-left.inform-heading h3 {
                line-height: 45px !important;
                font-size: 35px !important;
            }
            .right-side .border-all {
                margin-left: 5%;
                width: 42%;
                margin-bottom: 20px;
                float: left;
                background: #e9e9e9;
                border-radius: 5px;
                height: auto;
                /*        min-height: 284px;*/
            }
            .mr-73 {
                margin-right: 0px !important;
            }
        }
        
        .btnnew {
            width: 97px;
            height: 40px;
            border-radius: 20px;
            border: 1px solid #ccc;
            outline: none;
            font-size: 14px;
            font-weight: 400;
        }
        
        .btnnew_active {
            width: 97px;
            height: 40px;
            color: #fff;
            border-radius: 20px;
            border: 1px solid #ccc;
            background: #2c0056;
            outline: none;
            font-size: 14px;
            font-weight: 400;
        }
        
        .resend_btn {
            box-sizing: border-box;
            width: 100%;
            font-size: 10px;
            text-align: left;
            padding: 10px 3px;
        }
        
        @media (min-width: 320px) and (max-width: 900px) {
            .btnnew {
                width: 100px;
                height: 40px;
                border-radius: 20px;
                border: 1px solid #ccc;
            }
            .btnnew_active {
                width: 100px;
                height: 40px;
                color: #fff;
                border-radius: 20px;
                border: 1px solid #eee;
                background: #2c0056;
                outline: none;
            }
        }
        
        input#mainSearch {
            max-width: 100%;
        }
        
        .form-group input.enterOTP {
            font-size: 23px !important;
            width: 60px !important;
        }
        
        .mr-73 {
            margin-right: 73px !important;
        }
        
        .logo-small {
            width: 80px;
        }
        
        header {
            /* background-color: rgb(44, 44, 44); */
            background-color: #2c0056;
            padding: 8px;
            height: auto;
        }
        
        header.fixed {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 9;
        }
        
        header svg {
            fill: #fff;
        }
        
        .banner-bg {
            height: 450px;
            background: url('../img/vivo-banner.PNG') no-repeat left top fixed !important;
        }
        
        .vivo-theme-bg {
            background-color: #2c0056 !important;
        }
        
        .vivo-theme-color {
            color: #2c0056 !important;
        }
        
        .banner h1 {
            font-size: 38px;
            line-height: 58px;
            margin-bottom: 10px;
        }
        
        #seeMoreButton {
            background-color: #2c0056;
            padding: 10px 30px;
            color: #fff !important;
            border-radius: 5px;
        }
        
        #seeMoreButton:hover {
            background-color: #1080bd;
        }
        
        .sell-now-btn-banner {
            padding: 15px 30px;
            background-color: #2c0056;
            color: #fff;
            font-size: 18px;
            margin-top: 5px;
            display: inline-block;
            border-radius: 50px;
            border: none;
            box-shadow: 0px 5px 15px #e1e1e1;
        }
        
        .sell-now-btn-banner:hover {
            background-color: #2f005c;
            color: #fff;
        }
        
        .or-txt {
            width: 100px;
            height: 100px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
        
        .position-relative {
            position: relative;
        }
        
        .select-my-phone {
            padding: 20px;
            background-color: transparent;
            border: 1px solid transparent;
            transition: all linear 0.2s;
            -webkit-transition: all linear 0.2s;
            -moz-transition: all linear 0.2s;
            -ms-transition: all linear 0.2s;
            cursor: pointer;
            width: 250px;
            margin: 0 auto;
            border-radius: 10px;
        }
        
        .select-my-phone img {
            display: block
        }
        
        .select-my-phone.vivo-phone-click {
            text-align: center
        }
        
        .select-my-phone:hover {
            background-color: #e5e5e5;
        }
        
        .select-my-phone.active {
            padding: 20px;
            background-color: #e1e1e1;
            /* border-color: #2c0056 */
            box-shadow: 0px 10px 25px #ccc;
            border-radius: 10px;
        }
        
        .nxt-btn {
            padding: 15px 25px;
            border-radius: 5px;
            background-color: #2c0056;
            color: #fff;
            margin: 0 auto;
            text-align: center;
            display: inline-block
        }
        
        .nxt-no-btn {
            padding: 15px 25px;
            border-radius: 5px;
            background-color: #ccc;
            color: #4d4d4d;
            margin: 0 auto;
            text-align: center;
            display: inline-block
        }
        
        .nxt-btn:hover {
            background-color: #2f005c;
            color: #fff;
        }
        
        #storageContainer {
            display: none;
        }
        
        .banner-img {
            text-align: right;
        }
        
        .choose-phone {
            position: relative;
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            flex-direction: column;
        }
        
        .slick_demo_2 .ibox-content {
            padding: 5px;
        }
        
        .slick_demo_2 .ibox-content .box {
            background: #f1f1f1;
            border-radius: 5px;
            padding: 10px 5px;
            box-shadow: 0px 0px 50px transparent;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .slick_demo_2 .ibox-content .box p {
            line-height: 1.2;
            font-size: 12px;
            margin-top: 7px;
        }
        
        .device-img img {
            height: 200px;
        }
        
        .btn-group .btn {
            width: auto;
            padding: 12px 30px;
        }
        
        .catClick img {
            width: 70px;
        }
        
        .storage-btn {
            font-size: 15px;
            color: #4d4d4d;
            background-color: transparent;
            border: 1px solid #ccc;
        }
        
        .storage-btn:nth-child(1) {
            border-radius: 5px 0 0 5px;
        }
        
        .storage-btn:nth-child(2) {
            border-radius: 0 5px 5px 0;
        }
        
        #phone-selection {
            display: none;
        }
        
        #autoDet {
            display: none;
        }
        
        #select-old-device {
            display: block;
        }
        
        #consolidate-view {
            display: none;
        }
        
        #brandSection {
            display: none;
        }
        
        #brandDevice {
            display: none;
        }
        
        #consolidate-view .select-my-phone:nth-child(1) {
            border-right: none;
        }
        
        #consolidate-view .select-my-phone {
            border-bottom: 1px solid #ccc;
            background: #e1e1e1;
            padding: 10px;
            height: 70px;
            max-height: 70px;
            border-left: none;
            border-right: none;
            width: 100%;
            border-radius: 0;
        }
        
        #consolidate-view .select-my-phone button {
            font-size: 10px !important;
            border-radius: 5px;
            box-shadow: 0px 4px 10px #909090;
        }
        
        @media (max-width:990px) {
            .banner h1 {
                line-height: 32px;
                font-size: 32px;
            }
        }
        
        @media (max-width:768px) {
            .banner-img img {
                margin-top: 20px
            }
            .catClick {
                max-height: 150px;
            }
            .catClick img {
                width: 50px;
            }
            section.banner article h1 {
                letter-spacing: 0px;
                font-size: 22px;
            }
            .device-img img {
                height: 90px;
            }
            .content-wrap section.banner {
                padding: 0;
                margin-top: 0px;
                padding-top: 50px !important
            }
            .choose-phone {
                width: 60px;
                height: 165px;
            }
            .nxt-btn {
                width: 70%;
            }
            .banner-img {
                text-align: center;
            }
            .content-wrap section.banner .banner-content {
                text-align: center;
            }
            .banner h1 {
                text-align: center;
                line-height: 32px
            }
            .sell-now-btn-banner {
                padding: 10px 25px;
                background-color: #2c0056;
                color: #fff;
                font-size: 14px;
                margin-top: 5px;
                display: inline-block;
                border: none;
                border-radius: 50px;
                margin: 10px auto;
                box-shadow: 0px 5px 10px #aaa;
            }
            .sell-now-btn-banner:hover {
                background-color: #2f005c;
                color: #fff;
            }
            .btn-group .btn {
                width: 145px;
                padding: 10px 0;
                text-align: center;
            }
            .storage-btn {
                font-size: 15px;
                color: #4d4d4d;
            }
            .row.border-main {
                height: 1120px;
                overflow: hidden;
                -webkit-transition: all linear 0.2s;
                -moz-transition: all linear 0.2s;
                -ms-transition: all linear 0.2s;
                transition: all linear 0.2s;
            }
            .row.border-main.open {
                height: auto;
            }
            .select-my-phone {
                width: 180px;
            }
        }