:root {
    --black: #000;
    --white: #fff;
    --cream: #f3f1ec;
    --gray: #f5f7fa;
    --blue: #6d1fff;
    --light-blue: #e0d1ff;
    --b-gray: #D4D8E0;

}
/* .owl-stage-outer .owl-stage .owl-item:nth-child(2) {
    display: none !important;
}

.owl-stage-outer .owl-stage .owl-item:nth-child(5) {
    display: none !important;
} */

/* .owl-stage {
    display: flex !important;
    justify-content: center;
} */

fieldset#sec1 .form-card .sell-device-info button.next.action-button:nth-child(5) {
    display: none;
}

fieldset#sec1 .form-card .sell-device-info button.next.action-button:nth-child(6) {
    display: none;
}

body {
    background-color: #fff;
}

.notfound-img {
    text-align: center;
}

.notfound-img img {
    width: 50%;
    margin: 30px 0px;
}

.thank-you {
    text-align: center;
}

h2.thank-you-text {
    font-size: 56px;
    font-weight: 500;
    color: #000;
}

p.p-wrapper {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

p.p-text {
    font-size: 24px;
    color: #5B677B;
    font-weight: 400;
}

.btn-primary {
    background-color: #4f1fff;
    border-color: #4f1fff;
}

.btn-primary:hover {
    background-color: #4117d8;
    border-color: #4117d8;
}

.text-blue {
    color: var(--blue) !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px !important;
    }
}

/* banner top slider */
.banner-top-slider {
    background-color: #000;
    padding: 10px 0;
}

.banner-top-slider .owl-item .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-top-slider .owl-item .item h4 {
    color: #fff;
    margin-right: 20px;
    margin-bottom: 0;
}

.banner-top-slider .owl-item .item img {
    width: auto;
}

.banner-top-slider .owl-nav {
    margin: 0;
    position: relative;
}

.banner-top-slider .owl-nav button {
    position: absolute;
    margin: 0 !important;
    top: -21px;
    left: 20px;
    color: #fff !important;
}

.banner-top-slider .owl-nav button:hover {
    background-color: transparent !important;
}

.banner-top-slider .owl-nav button.owl-next {
    right: 20px;
    left: inherit;
}

header.header-wrapper {
    padding: 15px 0;
    background-color: #fff;
}

/* home banner section */
.home-banner-wrapper {
    background-image: url(../../assets/images/home/hero-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0px 20px 0px 20px;
    border-radius: 24px;
    position: relative;
}

.home-banner-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: var(--gray);
    height: 10%;
    width: 100%;
    z-index: -1;
    border: 1px so;
    border-left: 1px solid #D4D8E0;
    border-right: 1px solid #D4D8E0;
}

.home-banner-wrapper .banner-image {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.home-banner-wrapper .banner-image img {
    width: 550px;
    height: 630px;
    margin-bottom: -40px;
    top: 80px;
    position: relative;
}

.home-banner-wrapper .banner-content h1 {

    color: #fff;
    margin-bottom: 15px;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
}

.home-banner-wrapper .banner-content p {
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px;
    opacity: 0.7;
}

.home-banner-wrapper .banner-content {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 50px;
}

.home-banner-wrapper .banner-content a {
    background-color: #4f1fff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    padding: 16px 16px 16px 32px;
    align-items: center;
    gap: 20px;
    border-radius: 56px;
    width: fit-content;
}

.home-banner-wrapper .banner-content a img {
    width: 40px;
}

/* home company slider */
.logo-slider-wrapper {
    background-color: var(--gray);
    border: 1px solid #D4D8E0;
    border-radius: 0px 0px 24px 24px;
    margin: 0 20px;
    border-top: none;
}

.company-logo-slider .owl-item .item img {
    width: auto;
    margin: 0 auto;
}

.company-logo-slider {
    padding: 30px 0;
}

/* .owl-carousel.owl-drag .owl-stage {
    display: flex;
    align-items: center;
} */

.about-wrapper .mobile-dropdown button {
    display: none;
}

.mobile-search,
.mobile-cart-user-wrapper {
    display: none;
}

.desktop-show-cart {
    display: flex !important;
}

.mobile-menu-body ul.navbar-nav li a {
    font-size: 15px;
}

.desktop-banner {
    display: block;
}

.deserve-content .desktop-banner img {
    width: 192px;
}

.mobile-banner {
    display: none;
}

.mini-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.14px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    background-color: var(--light-blue);
    color: var(--blue);
    padding: 8px 20px;
    border-radius: 60px;
    margin-top: 65px;
    text-transform: uppercase;
}

/* product slider */
.new-title {
    font-size: 44px;
    color: #000;
    margin: 24px 0px;
    letter-spacing: -0.48px;
}

.new-mini-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
}

.product-slider-wrapper {
    border-radius: 24px;
    border-bottom: 1px solid var(--b-gray);
    background: #fff;
    padding-bottom: 60px;
    position: relative;

}

.product-slider-wrapper:after {
    content: "";
    position: absolute;
    bottom: -1;
    background-color: var(--gray);
    height: 10%;
    width: 100%;
    z-index: -1;
}

.product-slider-wrapper .product-title {
    font-size: 44px;
    color: #000;
    margin: 12px 0 60px;
    letter-spacing: -0.48px;
}

.product-slider-wrapper .item .card img {
    max-width: 80%;
    margin: 0 auto;
    width: auto;
    align-self: flex-start;
    margin-top: 30px;
    min-height: 200px;
}

.product-slider-wrapper .item .card .card-body {
    align-self: flex-end;
}

.product-slider-wrapper .product-slider {
    margin: 60px 0 30px;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.product-slider-wrapper .item .card {
    min-height: 300px;
    display: grid;
    background-color: var(--gray);
    border-color: #D4D8E0 !important;
    transition: all 0.5s ease;
}

.product-slider-wrapper .item .card:hover {
    border-color: var(--blue) !important;
}

.new-btn {
    background-color: var(--blue);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    padding: 16px 16px 16px 32px;
    align-items: center;
    gap: 20px;
    border-radius: 56px;
    width: fit-content;
    transition: all 0.5s ease;
}

.new-btn img {
    width: 35px;
}

.new-btn:hover {
    background-color: #0013ca;
    color: #fff;
}

/* --oneday-payout-section- */
.gray-outer {
    padding: 50px 50px;
    background-color: var(--gray);
}

.oneday-payout {
    background-color: #f0e9ff;
    border-radius: 24px;
    padding: 40px;
}

.br-gray {
    border-color: var(--b-gray) !important;
}

.oneday-payout .payout-disc {
    max-width: 600px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0 auto;
    color: #5a5760
}

.oneday-payout .payout-disc strong {
    color: #000 !important;
}

.oneday-payout .today-img {
    width: 100%;
    max-width: 60%;
    margin: 30px auto;
    display: block;
}

.get-paid-sec {
    border-radius: 24px;
    padding: 40px;
    margin: 40px 0;
}

.paid-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 360px;
    border-radius: 50px !important;
    padding: 10px;
    position: relative;
}

.paid-icons::after {
    content: "";
    position: absolute;
    width: calc(100% - 80px);
    border-bottom: 2px dashed #d5d5d5;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.paid-icons img {
    width: 75px;
    z-index: 1;
}

.get-paid-disc {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.get-paid-sec .video-sction iframe {
    border-radius: 24px;
}


.offer-wrapper .deserve-content {
    padding-left: 0;
}

.offer-wrapper .deserve-content img {
    margin-left: 0;
}

.offer-wrapper {
    padding: 70px 0;
}

.offer-image img {
    width: 100%;
}

.offer-btn {
    background-color: #4f1fff;
    color: #fff;
    font-size: 15px;
    padding: 14px 25px;
    border-radius: 30px;
    font-weight: bold;
}

.offer-wrapper .deserve-content .offer-btn {
    display: inline-block;
    margin-top: 15px;
}

.offer-wrapper .deserve-content .offer-btn:hover {
    color: #fff;
}

/* certified section */
.certified-wrapper {
    padding: 80px 0;
    border-radius: 24px;
    border-top: 1px solid var(--b-gray) !important;
    position: relative;
    background-color: var(--white);
}

.certified-wrapper::before {
    content: "";
    position: absolute;
    top: -1px;
    background-color: var(--gray);
    height: 10%;
    width: 100%;
    z-index: -1;
}

.certified-left-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 30px;
}

.certified-left-content h4 {
    font-size: 35px;
    color: #000;
    margin-bottom: 0;
    margin-top: 20px;
}

.certified-right-content {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 40px;
    width: 100%;
}

.certified-right-content ul {
    padding-left: 30px;
    margin: 0;
    list-style: none;
}

.certified-right-content ul li {
    font-size: 20px;
    color: #000;
    margin-bottom: 12px;
}

.certified-right-content ul li i {
    color: #4f1fff;
    font-size: 18px;
    margin-left: -24px;
    background-color: var(--light-blue);
    border-radius: 50px;
    padding: 2px;
}

.certified-left-content {
    margin-bottom: 30px;
}

/* reviews section */

.reviews-wrapper .reviews-title {
    font-size: 25px;
    color: #000;
    margin-bottom: 80px;
}

.reviews-wrapper .sort-disc {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.reviews-wrapper {
    margin: 50px 50px 0;
    background-color: var(--gray);
    border: 1px solid var(--b-gray);
    border-radius: 24px;
    padding-bottom: 80px;
}

.review-box {
    border: 1px solid var(--b-gray);
    border-radius: 14px;
    background-color: #fff;
}

.review-box .profile-img {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

.review-box .profile-img img.avatar {
    height: 55px;
    width: 55px !important;
    overflow: hidden;
    border-radius: 100%;
}

.review-box .profile-img .card-title {
    font-size: 15px;
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #191F28;
}

.review-box .profile-img p {
    opacity: 0.7;
}

.profile-content {
    padding: 15px;
}

.profile-content p {
    color: rgba(25, 31, 40, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.profile-content h5 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.bottom-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fafafa;
    border-top: 1px solid var(--b-gray);
    padding: 15px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.bottom-part img {
    width: 125px !important;
    height: auto;
}

.bottom-part ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.bottom-part ul li i {
    font-size: 20px;
    color: var(--blue);
}

.bottom-part span {
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
    margin-left: 10px;
}

.appstore-wrapper .offer-image img {
    width: auto;
}

.appstore-wrapper .offer-image {
    text-align: center;
}

.reviews-wrapper .owl-nav .owl-prev,
.reviews-wrapper .owl-nav .owl-next {
    background-color: #d2d4d8 !important;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    margin-top: 30px;
}

.reviews-wrapper .owl-nav .owl-prev i,
.reviews-wrapper .owl-nav .owl-next i {
    font-size: 32px;
    padding-top: 3px;
    color: #fff;
}

.reviews-wrapper .owl-nav .owl-prev:hover,
.reviews-wrapper .owl-nav .owl-next:hover {
    background-color: #191f28 !important;

}

/* download app css start here */

.download-app-left-content {
    background-color: #000;
    clip-path: polygon(100% 0, 100% 50%, 83% 100%, 0% 100%, 0 51%, 0% 0%);
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    background: #23293D;
    padding: 110px 80px;
    position: relative;
    z-index: 2;
}

.download-our-app-wrapper {
    padding: 100px 50px 150px;
}

.download-app-right-img {
    border-radius: 24px;
    height: 100%;
    background-color: var(--gray);
    position: relative;
}

.download-app-right-img img {
    width: calc(100% - 40px);
    position: absolute;
    margin-top: -40px;
}

.download-app-left-content h4 {
    color: #FFF;
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.56px;
    margin-bottom: 20px;
}

.download-app-left-content p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}

.after-bg-color {
    position: relative;
}

.after-bg-color:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6D1FFF;
    z-index: 1;
    border-radius: 24px;
}


/* download app css end here */

.gray-spacer {
    background-color: var(--gray);
    height: 100px;
    width: 100%;
    border-top: 1px solid var(--b-gray);
}

/* Product page */
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #673ab7;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*Icon ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #673ab7;
}

/*Animated Progress Bar*/
.progress {
    height: 7px;
    background-color: #F0F0F0;
}

.progress-bar {
    background-color: #6d1fff;
    border-radius: 50px;
    animation: none;
    background-image: none;
}

.sell-device-info {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
}

.sell-device-info .action-button {
    background-color: #f0f0f0;
    font-size: 20px;
    color: #484848;
    border: none;
    padding: 16px 24px;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
    min-width: 100%;
    width: 100%;
    transition: all 0.2s ease;
}

.sell-device-info .action-button:hover {
    background-color: var(--blue);
    color: var(--white);
}

.action-list-btn {
    background-color: #efeef5 !important;
    min-width: 540px !important;
}

.sell-title-text {
    font-size: 24px;
    color: #525252;
    font-weight: 500;
}

.sell-ul-list ul {
    margin-bottom: 0px !important;
    width: 100% !important;
}

.sell-ul-list ul li {
    color: #89898d !important;
    margin-bottom: 8px !important;
    padding-left: 35px !important;
}

.sell-ul-list ul li:before {
    left: 0 !important;
}

.sell-device-wrapper {
    padding: 10px 0 100px;
}

.sell-device-wrapper .sell-title {
    font-size: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.sell-device-wrapper .sell-de {
    font-size: 18px;
    opacity: 0.6;
    text-align: center;
}

.sell-product-form {
    padding: 35px;
    background-color: var(--white);
    border-radius: 24px;
    margin-top: 50px;
    min-height: 370px;
}

.progresbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.progresbar-wrapper .previous {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 20px;
    line-height: 1;
    width: 4%;
    text-align: left;
}

.progresbar-wrapper .progress {
    width: 95%;
}

fieldset .form-card h3 {
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

fieldset .form-card h3 i {
    color: var(--blue);
    font-size: 25px;
    display: inline-block;
    position: relative;
    bottom: -4px;
}

.sell-device-info ul {
    padding: 0;
    list-style: none;
    text-align: left;
    width: 350px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.sell-device-info ul li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.sell-device-info ul li:before {
    content: "\e9da";
    background-color: #04c87e;
    color: var(--white);
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
    border-radius: 6px;
    font-family: boxicons !important;
    font-size: 16px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.condi-green .sell-title-text {
    color: #00B67A;
}

.condi-orange .sell-title-text {
    color: #EC903B
}

.condi-red .sell-title-text {
    color: #DB334A
}

.condi-green ul li:before {
    background-color: #ccf0e4;
    color: #00B67A;
}

.condi-orange ul li:before {
    background-color: #fbe9d8;
    color: #EC903B;
}

.condi-red ul li:before {
    background-color: #f8d6db;
    color: #DB334A;
}

.action-button-previous i {
    font-size: 24px;
}

.action-button-previous i::before {
    background-color: #bdbdbd;
    border-radius: 50px;
}

.device-condition .action-button {
    background-color: #fff !important;
    border: 1px solid var(--b-gray);
}

.device-condition {
    grid-template-columns: repeat(1, 1fr);
}

fieldset .form-card.sell-product-info-wrapper h3 {
    font-size: 30px;
    /* width: 45%; */
    margin: 0 auto 30px;
}

fieldset .form-card.sell-product-info-wrapper h3 span {
    color: #4f1fff;
    font-weight: bold;
}

.sell-product-info {
    /* width: 50%; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.sell-product-info-wrapper .sell-product-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

.sell-product-info-wrapper .sell-product-info:last-of-type {
    border-bottom: 0;
}

.sell-product-info .sell-product-img {
    width: 25%;
    float: left;
    position: relative;
}

.sell-product-info .sell-product-img img {
    width: 80%;
}

.sell-product-info .sell-content {
    width: 75%;
    float: left;
}

.sell-product-info button.action-button {
    background-color: #4f1fff;
    border: none;
    width: 45%;
    margin: 20px auto 0;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 20px;
    border-radius: 56px;
    transition: all 0.5s ease;
    color: #fff;
    justify-content: center;
}

.sell-product-info button.action-button i {
    font-size: 24px;
}

.sell-content ul {
    padding: 0;
    margin: 0 0 0 30px;
    list-style: none;
    padding-right: 8px;
}

.sell-content ul li {
    font-size: 18px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 10px;
}

.sell-content ul li span {
    font-weight: 600;
    color: #000;
}

.sell-content .quantity-wrapper {
    justify-content: space-between;
    flex: 1;
}

.sell-content .quantity-wrapper .input-group {
    margin: 0 !important;
}

.sell-content .quantity-wrapper label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.getup-right-product {
    padding: 20px;
    background-color: var(--white);
    text-align: center;
    margin-top: 50px;
    border-radius: 5px;
    border-radius: 24px;
}

.getup-right-product p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #000;
    text-align: center;
    margin: 15px 0;
}

.getup-right-product span {
    color: var(--blue);
    font-weight: 600;
    text-align: center;
    margin-left: 15px;
}

.getup-right-product ul {
    padding: 0;
    margin: 15px 0 0 40px;
}

.getup-right-product ul li {
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
    margin-bottom: 10px;
}

.getup-right-product ul li i {

    margin-right: 5px;
    color: var(--blue);
    background-color: var(--light-blue);
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

/* shipping page */
.shipping-info-from form h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}

.shipping-info-from form .form-group {
    margin-bottom: 15px;
}

.shipping-info-wrapper {
    padding: 50px 0;
}
.shipping-info-wrapper .new-btn,
.ship-item-wrapper .new-btn,
.getaquote .new-btn,
#register-form .new-btn{
    padding-left: 16px;
}
.shipping-info-wrapper .order-summary h3 {
    font-size: 28px;
}

.shipment-outer {
    padding: 35px;
    border-radius: 24px;
}



.intl-tel-input,
.iti {
    width: 100%;
}

.shipping-info-from {
    padding: 0px;
}

.shipping-info-from form .form-group select,
.shipping-info-from form .form-group input {
    padding: 15px 20px;
    border: none;
    border: 1px solid var(--b-gray);
    font-size: 15px;
    color: #666;
    border-radius: 6px;
}

.form-group:first-child .shipping-info-from form .form-group input {
    margin-top: 100px;
}

.shipping-info-from form button.checkout-btn {
    background-color: #4f1fff;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    width: 100%;
    margin: 30px auto 0;
    color: #fff;
    font-size: 18px;
}

.order-summary {
    background-color: #F5F7FA;
    padding: 30px 0;
    border-radius: 24px;
}

.order-summary p {
    text-align: center;
    font-size: 18px;
    color: #222222;
    margin-bottom: 15px;
}

.order-summary h3 {
    color: #000;
    margin: 0 auto 30px auto;
    max-width: 90%;
    font-size: 26px;
    text-align: center;
    padding: 0 15px;
}

.order-summary h4 {
    text-align: center;
    padding: 0 15px;
    max-width: 80%;
    margin: 0 auto 40px;
    font-size: 16px;
}

.order-summary h3 span {
    color: #6D1FFF !important;
    font-weight: 600;
}

.order-product-img {
    text-align: right;
}

.order-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.order-content ul {
    padding: 0;
    margin: 0 0 0 30px;
    list-style: none;
}

.order-content ul li {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.order-content ul li span {
    font-weight: 300;
    color: #666666;
}

/* payment method */
.payment-method-wrapper {
    padding: 50px 0;
}

.payment-method-list h2 {
    font-size: 28px;
    color: #000;
    margin-bottom: 12px;
    text-align: center;
}

.payment-method-list h3.descr {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 36px;
}

.payment-method-list ul {
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
}

.payment-method-list ul li:first-child {
    flex-wrap: inherit;
}

.payment-method-list ul li {
    /* box-shadow: 0 1px 5px #ddd; */
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    min-height: 125px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.12);
}

.payment-method-list ul li .ragular-pay-card-inner {
    width: 100%;
    display: flex;
}

.payment-method-list ul li .list-img {
    min-width: 82px;
    margin-right: 24px;

}

.payment-method-list ul li .user-payouts hr {
    margin: 36px 0;
}

.payment-method-list ul li .list-img img {
    width: 100%;
    margin: 0 auto;
}

/* .payment-method-list ul li .list-content {
    width: 65%;
    margin-right: 5%;
} */

/* .payment-method-list ul li .list-price {
    width: 15%;
    text-align: right;
} */

.payment-method-list ul li .list-content span {
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
    display: block;
    line-height: 1;

}

.payment-method-list ul li .payment-list-content .top-content-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.payment-method-list ul li .payment-list-content {
    display: flex;
    width: 100%;
}

.payment-method-list ul li .list-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.payment-method-list ul li .list-price span {
    font-size: 18px;
    color: #6D1FFF;
    font-weight: 600;
}

.payment-method-list form>button.btn-primary {
    background-color: #6D1FFF;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    width: 100%;
    margin: 20px auto 0;
    color: #fff;
    font-size: 18px;
}

.payment-method-list ul li:hover,
.payment-method-list ul li.active {
    border: 2px solid #6D1FFF;
}

/* bharat */
.payment-way {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.payment-way img {
    margin-right: 9px;
    width: 80px;
    background-color: #f1e9ff;
    height: 46px;
    padding: 8px;
    border-radius: 4px;
}

.user-payouts.d-block label.form-check-label {
    text-align: center;
    width: 100%;
    font-size: 16px !important;
    font-weight: 400;
}

/* ship items */
.ship-item-wrapper {
    padding: 50px 0;
    background-color: #f5f7fa;
}

.ship-item-left-content {
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    background: #FFF;
    padding: 25px;
    min-height: 440px;
}

.ship-item-left-content h3 {
    font-size: 25px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.ship-item-left-content .barcode-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.barcode-wrapper .qr-code {
    text-align: center;
    border-right: solid 1px #ddd;
    padding-right: 30px;
    margin-right: 30px;
}

.ship-item-left-content .barcode-wrapper .qr-code {
    border-right: solid 1px #ddd;
    padding-right: 30px;
    margin-right: 30px;
}

.shipping-option-wrapper {
    border-radius: 12px;
    background: #F5F7FA;
    padding: 24px;
    display: none;
}

.shipping-option-wrapper span {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
    display: block;
}

/* .shipping-option-wrapper ul li {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    border-radius: 8px;
    background-color: #fff;
} */
.shipping-option-box{
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.shipping-option-box li{
    padding: 0 !important;
    border: none;
}

.shipping-option-wrapper ul li p {
    color: #000;
    font-size: 16px;
    font-weight: 590;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 10px;
}

.shipping-option-wrapper ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
}

.receive-payment-contant {
    margin-top: 32px;
}

.receive-payment-contant label.form-check-label {
    color: rgba(0, 0, 0, 0.70);
    margin-bottom: 20px;
    line-height: 1;
}


.barcode-wrapper .qr-code p {
    color: #4f1fff;
    font-size: 15px;
    margin-bottom: 15px;
}

.barcode-wrapper .drop-store p {
    color: #4f1fff;
    font-size: 15px;
    margin-bottom: 15px;
}

.barcode-wrapper .drop-store ul {
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
}

.receive-payment-contant .receive-payment-op-contant label {
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-weight: 500;
    /* line-height: 1; */
}

.receive-payment-contant .receive-payment-op-contant {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.barcode-wrapper .drop-store ul li {
    font-size: 13px;
    color: #111;
    margin-bottom: 4px;
}

.instructions-wrapper {
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    background: #FFF;
    padding: 25px;
    min-height: 440px;
}

.instructions-wrapper h2,
.ship-item-left-content span {
    font-size: 25px;
    color: #000;
    margin-bottom: 42px;
    margin-top: 10px;
    text-align: center;
}

.instructions-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.instructions-wrapper ul:before {
    content: "";
    height: 75%;
    width: 2px;
    background-color: #000;
    position: absolute;
    left: 23px;
    top: 10px;
}

.instructions-wrapper ul li {
    padding-left: 45px;
    margin-bottom: 15px;
    position: relative;
}

.instructions-wrapper ul li span {
    font-size: 15px;
    color: #111;
    font-weight: 600;
}

.instructions-wrapper ul li p {
    font-size: 15px;
    color: #111111a8;
    margin-bottom: 0;
}

.instructions-wrapper ul li span:after {
    content: "";
    display: block;
    background-color: #4f1fff;
    height: 22px;
    width: 22px;
    border-radius: 100%;
    position: absolute;
    left: 13px;
    top: 3px;
    box-shadow: 1px 1px 5px #ddd;
    border: solid 4px #fff;
}

.ship-item-bottom-btn {
    text-align: center;
    margin-top: 50px;
}

.ship-item-bottom-btn a {
    display: block;
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
}

.ship-item-bottom-btn a.btn {
    background-color: #4f1fff;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    width: 335px;
}

.shipment-list-wrapper {
    padding: 50px 0;
}

.shipment-product-wrapper ul {
    margin: 0;
}

.shipment-product-wrapper ul li .list-img img {
    width: 80%;
}

.shipment-product-wrapper ul li .list-price button.btn {
    border: solid 1px #000;
    color: #000;
    border-radius: 5px;
    font-size: 13px;
    padding: 8px 15px;
}

.shipment-product-wrapper ul li .list-img {
    margin-top: 0;
}

.shipment-product-wrapper ul li .list-content p {
    margin-bottom: 0;
}

.shipment-product-wrapper ul li .list-content label {
    font-size: 13px;
    color: #666;
    margin-bottom: 7px;
}

.product-location-process ul {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin: 100px 0 50px;
}

.product-location-process {
    display: block;
    width: 95%;
    margin: 0 auto;
    border-bottom: solid 1px #c9c9c9;
}

.product-location-process ul li {
    margin: 0;
    box-shadow: none;
    padding: 0;
    display: block;
    border-radius: 0;
    min-height: inherit;
    position: relative;
}

.product-location-process ul li span {
    font-size: 15px;
    color: #00000052;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.product-location-process ul li p {
    font-size: 15px;
    color: #66666657;
    display: block;
    margin-bottom: 0;
    position: relative;
}

.product-location-process ul li:before {
    content: "";
    background-color: #66666657;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -40px;
}

.product-location-process ul li::after {
    content: "";
    display: block;
    background-color: #c4c4c4;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    position: absolute;
    left: -5px;
    top: -46px;
    box-shadow: 1px 1px 5px #ddd;
    border: solid 4px #fff;
}

.product-location-process ul li:last-child::before {
    display: none;
}

.product-location-process ul li.active span {
    color: #000;
}

.product-location-process ul li.active p {
    color: #666666;
}

.product-location-process ul li.active::before {
    content: "";
    background-color: #000;
}

.product-location-process ul li.active::after {
    content: "";
    background-color: #4f1fff;
}

.country-select-wrapper .flag-select>button {
    margin-top: -1px !important;
    padding: 12.5px 10px !important;
    display: inline-block;
    background-color: #e5e5e5 !important;
    color: #000 !important;
    border-radius: 5px 0px 0px 5px !important;
    box-shadow: 0px 2px 2px #ddd;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content !important;
}

.country-select-wrapper .flag-select>button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.country-select-wrapper>input {
    border-radius: 0 5px 5px 0px;
}

.country-select-wrapper {
    display: flex;
    align-items: center;
}

.country-select-wrapper .flag-select ul.dropdown-menu {
    padding: 10px 0;
    border: solid 1px #ddd;
    border-radius: 0;
    min-width: 300px;
    width: 100%;
}

.country-select-wrapper .flag-select ul.dropdown-menu li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.country-select-wrapper .flag-select ul.dropdown-menu li:last-child {
    margin-bottom: 0;
}

.country-select-wrapper .flag-select ul.dropdown-menu li.active,
.country-select-wrapper .flag-select ul.dropdown-menu li:hover {
    background-color: #e5e5e5;
}

.country-select-wrapper .flag-select ul.dropdown-menu li[aria-selected="true"] {
    background-color: #000;
}

.flag-img {
    max-width: 40px;
    width: 100%;
    height: auto;
    margin-right: 15px;
}

.country-select-wrapper .flag-select ul.dropdown-menu a {
    font-size: 18px;
    color: #5a5a5a;
}

.country-select-wrapper .flag-select ul.dropdown-menu a span {
    font-size: 18px;
    color: #afafaf;
    margin-left: 10px;
}

.sell-device-info .action-button.active {
    border: solid 1px var(--blue);
    background-color: var(--blue);
    color: var(--white);
}

.disabled {
    pointer-events: none;
}

.form-card.sell-product-info-wrapper {
    margin: 0 auto;

    overflow-x: hidden;
}

.text-danger {
    font-size: 14px;
}

/* Date 8-7-2022 */

.search-location-wrapper {
    padding: 50px 0;
}

.searched-add {
    padding: 0;
    margin: 0;
}

.searched-add li {
    list-style: none;
    display: block;
    padding: 15px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 14px;
    text-align: left;
    margin-bottom: 20px;
}

.searched-add li:hover {
    border-color: var(--blue);
}

.searched-add li.active {
    border-color: var(--blue);
}

.searched-add li strong {
    display: block;
    line-height: 1.4;
}

.searched-add li span {
    display: block;
    line-height: 1.4;
}

.location-title h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #000;
}

.location-title p {
    font-size: 15px;
    color: #838383;
    margin-bottom: 0;
}

.location-title {
    margin-bottom: 30px;
}

.searched-add {
    margin: 0;
    height: 426px;
    overflow: auto;
    background-color: #f5f7fa;
    padding: 15px;
    border-radius: 14px;
}

.searched-add::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.searched-add::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.searched-add::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ddd;
}

.searchbar-location-row {
    box-shadow: 0 0 10px #ddd;
    border-radius: 14px;
    background-color: #fff;
    overflow: hidden;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 620px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 620px;
}

.gmap_iframe {
    width: 100% !important;
    height: 550px !important;
}

.shipment-review-wraper {
    margin: 0 auto;
    max-width: 600px;
}

.back-btn-group {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 130px;
    width: 100%;
}

.back-btn-group>.btn {
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    width: 40%;
    margin: 20px auto 0;
    background-color: rgb(245, 238, 238);
    font-size: 18px;
}

.sell-product-info .drop-location {
    width: 100%;
}

.drop-location ul li {
    font-weight: 500;
}

ul li.info-title {
    font-size: 16px;
    margin-bottom: 14px;
    color: #556ee6;
    font-weight: 600;
}

.confirm-button {
    width: 45%;
}

.confirm-button .confirm-btn {
    /* background-color: #4f1fff; */
    border: none;
    border-radius: 5px;
    padding: 10px 17px;
    margin: 20px auto 0;
    color: #fff;
    font-size: 18px;
    width: 80%;
}

.qr-code img {
    width: 130px;
}

.invalid-feedback {
    display: flex;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    color: #f46a6a;
}

.disable-button {
    opacity: 0.5;
    pointer-events: none;
}

.spinner-button {
    width: 1.4rem;
    height: 1.4rem;
}

.user-login-wrapper {
    position: relative;
}

.user-login-wrapper .user-select-menu {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-80%, 0);
    margin: 0;
    list-style: none;
    background-color: #fff;
    padding: 0px;
    text-align: left;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.user-login-wrapper .user-select-menu li {
    margin-bottom: 0px;
    border-radius: 5px;
}

.user-login-wrapper .user-select-menu li:hover a,
.user-login-wrapper .user-select-menu li:hover {
    background-color: #556ee6;
    color: #fff;
    cursor: pointer;
}

.user-login-wrapper .user-select-menu li:last-child {
    margin-bottom: 0px;
}

.user-login-wrapper .user-select-menu li a {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
}

.user-login-wrapper .user-select-menu li a i {
    margin-right: 5px;
}

.user-select-menu {
    display: none;
}

.user-select-menu.show {
    display: block;
}

.user-login-wrapper:hover ul.user-select-menu {
    display: block;
}

.user-login-wrapper>a {
    padding-bottom: 15px;
}

/* track-shipmen */

.track-form-wrapper {
    text-align: center;

    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

.track-form-wrapper .track-form {
    width: 80%;
    margin: 0 auto;
}

.track-form-wrapper .track-form h1 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.track-form-wrapper .track-form p {
    font-size: 22px;
    margin-bottom: 70px;
    color: rgba(0, 0, 0, 0.7);
}

.track-form-wrapper .track-form input {
    border: 2px solid #0000001F;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: transparent;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
    text-align: center !important;
    font-size: 16px;
}

.track-form-wrapper .track-form input:focus {
    outline: none;
    box-shadow: none;
}

#tracking_results {
    padding: 46px;
    border: 1px solid #d5d5d5;
    border-radius: 24px;
}

#tracking_results h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 900;
    color: var(--blue);
}

.main-container-wrapper h2 {
    line-height: 120%;
}

#tracking_results p {
    font-size: 16px;
    text-align: center !important;
    margin-bottom: 10px;
}

#tracking_results p a {
    color: var(--blue) !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.tracking-form-loader {
    padding-top: 10px;
}

.track-form-wrapper .tracking-form-loader {
    height: 50px;
}

.form__radio-input {
    display: none;
}

.form__label-radio {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

.form__radio-button {
    height: 20px;
    width: 20px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0;
}

.form__radio-button::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--blue);
    opacity: 0;
    transition: opacity 0.2s;
}

.form__radio-input:checked~.form__label-radio .form__radio-button::after {
    opacity: 1;
}

.quantity-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 115px;
}

.quantity-wrapper label {
    font-weight: 300;
    color: #666666;
    font-size: 15px;
    margin-bottom: 0;
}

.quantity-wrapper .input-group {
    width: auto;
    margin: 0 10px;
}

.quantity-wrapper input {
    width: 35px !important;
    pointer-events: none;
    padding: 0;
    border: 0;
    text-align: center;
    margin-left: auto !important;
    position: initial !important;
}

.quantity-wrapper .input-group-btn {
    border: 1px solid #d5d5d5;
    border-radius: 50px !important;
    display: flex;
}

.quantity-wrapper .btn {
    padding: 0;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: none;
    margin: 0px;
}

.quantity-wrapper .bx {
    font-size: 16px;
}

.sell-product-info .add-more-devices {
    background-color: #c9c9c9 !important;
}

.add-note-text {
    font-size: 15px;

    text-align: center;
    color: #838383;
    max-width: 70%;
    margin: 45px auto 10px auto;
    line-height: 1.2;
}

.cart-table-container {
    margin: 3rem 0;
    box-shadow: 0px 3px 7px #ddd;
    border-radius: 5px;
}

.cart-table-container .input-group .form-control {
    /* height: 43px; */
    border-color: rgba(0, 0, 0, 0.09);
}

.cart-table-container .btn-shop,
.cart-table-container .btn-sm {
    border: none;
    background-color: #f4f4f4;
    color: #222529;
}

.cart-table-container .btn-shop:hover,
.cart-table-container .btn-sm:hover {
    color: #fff;
    background-color: #08c;
}

.table.table-cart tr td,
.table.table-cart tr th,
.table.table-wishlist tr td,
.table.table-wishlist tr th {
    vertical-align: middle;
}

.table.table-cart tr th,
.table.table-wishlist tr th {
    border: 0;
    color: #222529;
    font-weight: 500;
    line-height: 2rem;
    font-size: 14px;
    text-transform: uppercase;
}

.table.table-cart tr td,
.table.table-wishlist tr td {
    border-top: 1px solid #e7e7e7;
}

.table.table-cart tr td.product-col,
.table.table-wishlist tr td.product-col {
    padding: 2rem 0.8rem 1.8rem 0;
}

.table.table-cart tr.product-action-row td,
.table.table-wishlist tr.product-action-row td {
    padding: 0 0 2.2rem;
    border: 0;
}

.table.table-cart .product-image-container,
.table.table-wishlist .product-image-container {
    position: relative;
    width: 8rem;
    margin: 0;
}

.table.table-cart .product-title,
.table.table-wishlist .product-title {
    margin-bottom: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.75;
    font-size: 16px;
}

.table.table-cart .product-title a,
.table.table-wishlist .product-title a {
    color: inherit;
    text-decoration: none;
}

.table.table-cart .subtotal-price,
.table.table-wishlist .subtotal-price {
    color: #7d8083;
    font-size: 1.6rem;
    font-weight: 500;
    font-size: 16px;
}

.table.table-cart .btn-remove,
.table.table-wishlist .btn-remove {
    right: 15px;
    font-size: 1.1rem;
}

.table.table-cart tfoot td,
.table.table-wishlist tfoot td {
    padding: 2rem 0.8rem 1rem;
}

.table.table-cart tfoot .btn,
.table.table-wishlist tfoot .btn {
    padding: 1.2rem 2.4rem 1.3rem 2.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    height: 43px;
    letter-spacing: -0.018em;
    font-size: 14px;
    padding: 0px 25px;
}

.table.table-cart tfoot .btn+.btn,
.table.table-wishlist tfoot .btn+.btn {
    margin-left: 1rem;
}

.table.table-cart .bootstrap-touchspin.input-group,
.table.table-wishlist .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto;
}

.table.table-cart .product-title a,
.table.table-cart .subtotal-price {
    display: block;
    margin-bottom: 1px;
}

.table-cart tr th {
    padding: 1rem;
}

.table-cart tr th.thumbnail-col {
    width: 16%;
}

.table-cart tr th.product-col {
    width: 33%;
}

.table-cart tr th.price-col {
    width: 14%;
}

.table-cart td {
    padding: 1rem 1rem;
}

i.cart-empty {
    font-size: 100px;
    color: #d3d3d4;
}

.qty-col {
    min-width: 98px;
}

tbody .product-col {
    font-size: 0;
}

.product-col .product-image-container {
    display: table-cell;
    padding-right: 1.8rem;
    margin-bottom: 0;
    vertical-align: middle;
}

.product-col .product-image img {
    border: 1px solid #ccc;
}

.product-col .product-title {
    margin-bottom: 1px;
    display: table-cell;
    vertical-align: middle;
}

.cart-discount {
    margin-bottom: 2rem;
}

.cart-discount h4 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
}

.cart-discount form {
    max-width: 420px;
}

.cart-discount .input-group-append {
    margin-left: 3px;
}

.cart-summary {
    padding: 1.5rem;
    margin: 3rem 0;
    box-shadow: 0px 3px 7px #ddd;
    background: #fff;
}

.cart-summary h3 {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.product-image img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.quantity-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.quantity-wrapper label {
    font-weight: 300;
    color: #666666;
    font-size: 15px;
    margin-bottom: 0;
}

.quantity-wrapper .input-group {
    width: auto;
    margin: 0 10px;
}

.quantity-wrapper input {
    width: 35px !important;
    pointer-events: none;
    padding: 0;
    border: 0;
    text-align: center;
    margin-left: auto !important;
    position: initial !important;
}

.quantity-wrapper .input-group-btn {
    border: 1px solid #d5d5d5;
    border-radius: 50px !important;
    display: flex;
}

.quantity-wrapper .btn {
    padding: 0;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: none;
}

.quantity-wrapper .bx {
    font-size: 16px;
}

.promo-code-area h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

.apply-coupon-btn {
    background-color: #4f1fff;
    color: #fff;
}

.apply-coupon-btn:hover {
    color: #fff;
}

.cart-discount input {
    box-shadow: none !important;
    outline: none !important;
}

.table-totals tfoot tr td:last-child {
    text-align: right;
}

.checkout-methods {
    text-align: center;
}

.btn-remove {
    position: absolute;
    top: -2px;
    right: -4px;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    color: #fff;
    background-color: #DB334A;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
    text-align: center;
    line-height: 1.8rem;
    font-size: 16px;
}

.icon-cancel {
    text-decoration: none;
}

.icon-cancel:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.order-summary-list {
    max-width: 100% !important;
}

.order-summary-list .order-summary {
    padding: 25px 15px;
    height: 100%;
}

.order-summary-list .table.table-cart .product-image-container {
    width: auto;
}

.order-summary-list .table-cart tr th {
    padding: 0.5rem;
    position: sticky;
    top: 0;
    background-color: #EBEDF0;
    z-index: 9;
}

.order-summary-list .cart-table-container,
.order-summary-list .cart-summary {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

.order-summary-list .cart-summary {
    padding: 0 15px;
    background-color: #f5f7fa;
}

.order-summary-list .cart-summary table {
    background-color: #f5f7fa;
}

.order-summary-list .cart-summary table tr td {
    font-size: 18px;
}

.order-summary-list .table-cart {
    margin-bottom: 0px;
}

.order-summary-list .quantity-wrapper {
    min-width: 50px;
}

.order-summary-list .table-cart tr th:last-child {
    min-width: 100px;
}

.order-summary-list .cart-table-container {
    overflow-x: auto;
    max-height: 450px;
    padding: 0 15px;
}

.order-summary-list .cart-table-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(187, 187, 187, 0.3);
    box-shadow: inset 0 0 6px rgba(187, 187, 187, 0.3);
    background-color: #f5f5f5;
}

.order-summary-list .cart-table-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

.order-summary-list .cart-table-container::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
}

span.count-cartQty {
    width: 20px;
    height: 20px;
    background-color: #4f1fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    top: -6px;
    right: -15px;
}

a.cart-icon {
    position: relative;
}

.cart-product-variants ul {
    padding: 0;
    list-style: none;
}

.cart-product-variants ul li {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.cart-product-variants ul li span {
    font-weight: 300;
    color: #666666;
}

.ship-info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.ship-info tr td {
    font-size: 16px;
    padding-bottom: 10px;
    vertical-align: baseline;
}

.ship-info tr td span {
    margin-left: 10px;
    display: block;
}

.ship-info tr td:first-child {
    margin-right: 10px;
    font-weight: 600;
}

.product-info {
    overflow-x: auto;
    max-height: 800px;
}

.product-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(187, 187, 187, 0.3);
    box-shadow: inset 0 0 6px rgba(187, 187, 187, 0.3);
    background-color: #f5f5f5;
}

.product-info::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

.product-info::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
}

/*-----------our-story-section-css--------*/

.our-story-wrapper {
    padding: 80px 0;
    position: relative;
    overflow-x: hidden;
}

.our-story-wrapper .page-subtitle {
    font-size: 24px;
    color: #7b8582;
    font-size: 20px;
    margin-top: 15px;
}

.our-story-wrapper h3 {
    font-size: 26px;
    color: #3a3a3a;
    letter-spacing: -0.75px;
    line-height: normal;
    max-width: 80%;
    margin-bottom: 30px;
    font-weight: normal;
}

.our-story-wrapper .do-good-sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #a7a7a7;
    margin-top: 25px;
    letter-spacing: normal;
}

.our-story-wrapper .story-banner-img {
    border-radius: 15px;
    margin-bottom: 50px;
    width: 100%;
    max-width: inherit;
    box-shadow: 14px 14px #ff984e;
}

.our-story-wrapper p {
    margin-right: 30%;
    margin-bottom: 30px;
    font-size: 18px;
}

.our-story-wrapper .content-area {
    position: relative;
}

.our-story-wrapper .content-area:after {
    content: "Gizmogul Story";
}

.our-story-wrapper .content-area:after {
    margin: 3rem;
    /* content: ""; */
    position: absolute;
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    color: rgb(187, 182, 182);
    top: 64%;
    right: -40%;
    opacity: 0.2;
    z-index: -1;
    font-size: 90px;
    letter-spacing: 0;
    line-height: 40px;
    white-space: nowrap;
}

.do-good-img {
    margin-bottom: 50px;
    width: 100%;
}

.do-good-disc {
    font-size: 14px !important;
    color: #6c757d;
    font-weight: 600;
}

h3.do-good-big-title {
    font-size: 40px;
    color: #343a40;
    font-weight: 700;
}

.radius-50 {
    border-radius: 15px;
    cursor: pointer;
}

h5.mini-bold-title {
    font-size: 20px;
    color: #343a40;
    margin-bottom: 40px;
    font-weight: 700;
}

.our-story-wrapper blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-size: 14px;
    position: relative;
    padding-top: 30px;
}

.our-story-wrapper blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    position: absolute;
    top: 25px;
}

.do-good-content:after {
    display: none;
}

/*-------contanct---page-------*/

#contact-section h3 {
    font-size: 24px;
    color: #343a40 !important;
    letter-spacing: -0.75px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

#contact-section h6 {
    color: #6c757d !important;
    font-weight: 700;
    font-size: 1rem;
}

#contact-section .getaquote {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    padding: 40px;
    border-radius: 24px !important;
}

#contact-section form h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

#contact-section .form-horizontal {
    box-shadow: none;
    padding: 0;
    max-width: 100%;
}

#contact-section .getaquote .form-control {
    max-width: 100%;
}

.getaquote .form-control {
    position: relative;
    min-height: 3rem;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    border-color: #b9bfc4 !important;
    font-size: 16px;
}

.getaquote .form-label {
    position: absolute;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    left: 0;
    top: 1.4rem;
    width: 100%;
    transition: all 0.2s ease;
    margin-bottom: 0;
}

.getaquote .form-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 0.2rem 0;
    resize: none;
    border: none;
    outline: none;
    background: transparent;
    transition: all 0.2s ease;
}

.getaquote .form-input::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}

.getaquote .form-input:focus~.form-label,
.getaquote .form-input:not(:placeholder-shown).form-input:not(:focus)~.form-label {
    top: -0.1rem;
    left: 0;
    font-size: 0.875rem;
    z-index: 9;
    transition: all 0.2s ease;
    font-size: 13px;
}

.getaquote .send-button {
    border-radius: 50px;
    border: 1px solid transparent;
    height: 60px;
}

.getaquote .send-button:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0013ca;
}

.page-vertical-text {
    position: relative;
    overflow-x: hidden;
}

.contact-us-page::after {
    content: "Contact";
}

.page-vertical-text::after {
    margin: 3rem;
    position: absolute;
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    color: rgb(187, 182, 182);
    top: 440px;
    right: -180px;
    opacity: 0.2;
    z-index: -1;
    font-size: 270px;
    letter-spacing: 0;
    line-height: 40px;
    white-space: nowrap;
}

.contact-footer-info a {
    color: #0013ca !important;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

.contact-footer-info span {
    font-size: 14px;
}

/*-------press--page---css------*/

.press-wrapper h5 {
    font-size: 18px;
    font-weight: 700;
    color: #343a40 !important;
}

.press-wrapper p {
    font-size: 15px;
    color: #343a40 !important;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.btn-press {
    background-image: linear-gradient(90deg, #4f1fff 0%, #711fff 100%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 47%);
    border-radius: 24px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.57px;
    text-shadow: 0 2px 1px rgb(0 0 0 / 0.2);
    color: #fff !important;
    padding: 8px 22px;
    min-width: 157px;
    display: inline-block;
    transition: all 0.2s ease;
}

.btn-press i {
    margin-left: 8px;
}

.btn-press:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0013ca;
    background-image: linear-gradient(90deg, #4f1fff -75%, #9b69f1 100%);
}

.second-block-box {
    margin-top: 120px;
}

/*-----Help-center---page----css-----*/


.help-center-outer {
    background-color: #f5f7fa;
}

.help-center-outer h1 {
    font-size: 50px;
    color: #000;
}

.help-center-outer h3 {
    max-width: 100% !important;
    font-size: 24px;
    color: #000000B2 !important;
}

.help-search {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.help-search input {
    border-radius: 16px;
    border: 1px solid #6D1FFF;
    background: #FFF;
    min-height: 60px;
    font-size: 22px;
    padding-left: 45px;
}

.help-search i {
    position: absolute;
    left: 10px;
    top: 18px;
    font-size: 30px;
    color: #10101066;
}

.help-accordion {
    margin-top: 40px;
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #D4D8E0, 0px 4px 34px 0px rgba(165, 185, 216, 0.10);
    padding: 40px;
    background-color: #fff;
}

.help-center-wrapper .accordion-item {
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.help-center-wrapper .accordion-item h2 button {
    font-size: 26px;
    font-weight: 500;
    color: #000 !important;
    padding: 24px 1.25rem;
    gap: 5px;
}

.help-center-wrapper .accordion-button::after {
    width: 36px;
    height: 36px;
    background-size: 36px;
    background-image: url('../../assets/images/arrow-circle-down.svg');
    transform: rotate(-90deg);
    filter: none;
}

.help-center-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url('../../assets/images/arrow-circle-down.svg');
    transform: rotate(0deg);
    filter: none !important;
}

.help-center-wrapper .accordion-body {
    padding: 20px 30px;
}

.help-center-wrapper .accordion-body {
    color: rgba(0, 0, 0, 0.70);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.help-center-wrapper .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
}

.help-center-wrapper .accordion-button:not(.collapsed) {
    color: inherit;
}

.help-center-wrapper .accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}

/*--------------privacy-policy--page--css-----*/

.privacy-wrapper p {
    color: #343a40 !important;
    font-size: 15px;
    width: 100%;
    margin-bottom: 20px;
}

.privacy-wrapper h2 {
    font-size: 2rem;
    margin-bottom: 50px;
    color: #3a3a3a;
}

.privacy-wrapper ul {
    font-size: 15px;
    list-style-type: circle;
    padding-left: 15px;
}

.privacy-wrapper ul li::before {
    content: "\2022";
    color: #4f1fff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -0.9em;
}

.terms-outer .text-color-purple {
    color: #4f1fff;
}

.terms-outer p {
    margin-bottom: 45px;
}

/*----corporate-recycling----page---css-----*/

.corporate-recycling {
    background-color: #f4f6fa;
}

.corporate-recycling .sec-1-title {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    margin-top: 1rem !important;
    max-width: 90%;
}

.corporate-recycling .sec-1-title span {
    color: var(--blue);
}

.securewaysec {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.securewaysec h3 {
    font-size: 24px;
    font-style: normal;
    color: #FFFFFFB2;
    font-weight: 400;
    letter-spacing: -0.75px;
    line-height: 30px;
    margin-bottom: 30px;
    max-width: 90%;
}

.securewaysec h5 {
    font-size: 34px;
    color: #000;
    margin-bottom: 30px;
}

.btnalign .btnlink {
    font-size: 18px;
    padding: 10px 20px 10px 12px;
    background-color: #454a5a !important;
    border-radius: 25px;
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 10px;
}

.btnalign .btnlink img {
    margin-right: 5px;
}

.securewaysec .getaquote {
    padding: 40px;
    border-radius: 24px !important;
}

.securewaysec {
    padding: 90px 0;
}

.what-you-get-section {}

.what-you-get-section .willget {
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #D4D8E0, 0px 4px 34px 0px rgba(165, 185, 216, 0.10);
}

.what-you-get-section .willget h2 {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.48px;
}


.what-you-get-section .services {
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.what-you-get-section .servicesicon {
    padding: 0px;
    margin-top: 14px;
    width: 50px;
    height: 50px;
}

.what-you-get-section .withgetlist {
    padding-left: 35px !important;
}

.what-you-get-section .withgetlist li {
    position: relative;
    font-size: 20px;
    margin-top: 30px;
}

.what-you-get-section .withgetlist li::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/tick-circle-fill.svg);
    height: 26px;
    width: 26px;
    left: -40px;
    top: 3px;
    background-size: 26px;
}

.satisfied-client-section {
    padding: 15px 0;
}

.satisfied-client-section .slider_title {
    color: rgba(57, 68, 85, 0.50);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.satisfied-client-section .s-clients-logos {
    column-gap: 70px;
    row-gap: 20px;
}

.sec-group-border {
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    background: #FFF;
    margin-top: 80px;
}

/*----*/
.whygizmogul {
    margin-top: 70px;
}

.whygizmogul h1 {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.48px;
}

.whygizmogul .whygiz {
    font-size: 16px !important;
    min-height: 120px;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #D4D8E0;
    background: #F5F7FA;
    margin-bottom: 20px;
}

.whygizmogul .whygiz img {
    width: 95px;
    height: auto;
}

.whygizmogul .whygiz h5 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
}

/*----*/
.nextstep {
    padding: 100px 0;
}

.nextstep .box-parter-sec {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.nextstep .next {
    font-size: 50px !important;
    font-weight: 500 !important;
}


/*--------*/

.rightplan {
    margin-top: 70px;
}

.rightplan .rightplan-outer {
    background-color: #23293d;
    z-index: 1;
    position: relative;
    border-color: transparent;
    height: 450px;
    padding: 50px 80px;
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    overflow: hidden;
}

.rightplan .rightplan-outer::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6D1FFF;
    z-index: -1;
    border-radius: 24px;
    clip-path: polygon(100% 21%, 67% 100%, 100% 100%);
}

.rightplan .rightplan-outer .mob-img {
    top: -280px;
    left: -40px;
}

.rightplan .rightplan-outer h1 {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.56px;
}

/*---------*/

.guarantee {
    margin: 10px auto;
    padding: 30px;
    margin-bottom: 50px;
}

.guarantee h1 {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.48px;
    margin-bottom: 24px;
}

.guarantee p {
    color: rgba(0, 0, 0, 0.70) !important;
    font-size: 20px;
    font-weight: 400;
    max-width: 95%;
    width: 100%;
}

.guarantee p strong {
    color: #000 !important;
}

.guarantee h5 {
    font-size: 20px;
    font-weight: 500;
}

.text-secondary {
    color: #6c757d !important;
}

.guarantee .step2 {
    min-height: 220px;
    font-size: 16px !important;
    min-height: 220px;
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #D4D8E0, 0px 4px 34px 0px rgba(165, 185, 216, 0.10);
    padding: 24px 30px;
    margin-bottom: 28px;
}


.guarantee .step2 img {
    width: 100px;
}

.text-size-14 {
    font-size: 14px;
}

.font-weight-bold {
    font-weight: 700 !important;
}


.text-size-13 {
    font-size: 13px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-size-12 {
    font-size: 12px;
}

.mt_50 {
    margin-top: 50px;
}

.align_right {
    text-align: right;
}

.ftsize_28 {
    font-size: 28px;
    color: #3a3a3a;
    font-weight: 600;
}

/*---*/
.giz-question {
    margin-bottom: 70px;
}

.giz-question h1 {
    font-size: 56px;
    font-weight: 500;
    letter-spacing: -0.56px;
}

.giz-question p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 24px;
    font-weight: 400;
}

.giz-question h1,
.giz-question p {
    padding-left: 40px;
}

/*---*/

.free-quote-modal .getaquote {
    padding: 40px;
}

.corporate-recycling .modal-backdrop {
    background-color: rgb(76, 3, 160);
    opacity: 1 !important;
}

.free-quote-modal .modal-body {
    padding: 0;
}

.free-quote-modal .modal-header {
    position: absolute;
    right: -6px;
    padding: 0;
    border: 0;
    top: -7px;
}

.free-quote-modal .modal-header .btn-close {
    width: 30px;
    height: 30px;
    background-color: white;
    color: blue;
    border-radius: 50%;
    border: 1px solid blue;
    padding: 0;
    z-index: 999;
}

.free-quote-modal .getaquote .form-control {
    margin-bottom: 8px;
}

/*  ======================== */

.star-rating img {
    width: 100%;
    height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.message-box .form-control {
    height: 100px;
}

.message-box .form-control textarea {
    height: 80px;
    top: 20px;
}

.getaquote .form-group .form-control .invalid-feedback {
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    left: 0px;
}

.invalid-feedback {
    font-size: 12px;
}

.product-list-wrapper {
    padding: 50px 0;
}

.product-list-wrapper .prod-title {
    font-size: 25px;
    color: #2e1e17;
}

.product-list-wrapper .prod-title span {
    font-size: 18px;
    color: #000;
    opacity: 0.7;
    display: block;
    margin-top: 10px;
}

.product-list-wrapper .title-with-filter .form-group {
    max-width: 335px;
    width: 100%;
    height: 50px;
}

.product-list-wrapper .title-with-filter .form-group .form-control {
    font-size: 15px;
    background-color: #eee8e8 !important;
    cursor: pointer;
    appearance: auto;
    -webkit-appearance: auto;
    height: 45px;
    font-weight: 500;
    border: 0;
}

.prod-box-outer {
    margin-top: 25px;
    position: relative;
}

.prod-box {
    padding: 20px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;

}

.sell-iphone-product .prod-box-outer:hover {
    cursor: pointer;
}

.sell-iphone-product .prod-box-outer:hover .prod-box img {
    scale: 1.1;
}

.prod-box .prod-img {
    max-width: 170px;
    width: 100%;
    transition: all 0.3s ease;
}

.prod-box-outer .prod-disc-area {
    text-align: center;
}

.prod-box-outer h4 {
    font-size: 18px;
    color: #000;
}

.prod-box-outer .start-price {
    color: #a3a0a0;
    font-size: 16px;
}

.prod-box-outer .start-price span {
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
}

.prod-box-outer p {
    color: #6D1FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: none;
}

.certified-icon {
    position: absolute;
    top: 12px;
    right: 0;
    width: 90px;
}

.text-18 {
    font-size: 18px !important;
}

.product-list-page .certified-wrapper {
    border-radius: 0;
    border-top: 0 !important;
}

.product-list-page .certified-wrapper::before {
    content: none;
}

.product-list-page .certified-left-content h4 {
    font-size: 48px;
    margin-top: 0;
}

/*===how-does-it-work page css start===*/
.how-it-works img {
    max-width: 100%;
    height: auto;
    display: block;
    width: auto;
    margin: 0 auto;
}

.how-it-works {
    margin-top: 65px;
}

.quote-devices {
    padding: 20px 0;
}

.quote-content h1 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #3a3a3a;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.steps-info img {
    object-fit: cover;
    max-width: 200px;
    margin: 30px auto;
    height: 200px;
}

.rounded {
    border-radius: 10px !important;
}

.steps-info {
    padding: 20px;
}

.steps-info .step-number {
    display: block;
    color: #ff456f;
    font-size: 16px;
    margin-bottom: 16px;
}

.steps-content h2 {
    color: #3a3a3a;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
}

.steps-content p {
    font-size: 14px;
    font-weight: 700;
}

.how-it-works h2 {
    margin: 0 0 5px;
    font-size: 31px;
    line-height: 38px;
    font-weight: 500;
    color: #3a3a3a;
}

.how-it-works p {
    font-size: 19px;
    color: #212529;
    font-weight: 500;
}

.padd-40 {
    padding: 40px;
}

.services-row .font-14 {
    font-size: 14px;
    font-weight: 600;
}

.services-row .font-15 {
    font-size: 15px;
}

.fast-secure-privacy .middle-card h3 {
    font-size: 1.5rem;
}

.fast-secure-privacy .middle-card p {
    margin-top: 30px;
}

.fast-secure-privacy .middle-card img {
    height: 50px;
    object-fit: cover;
    margin: 15px auto;
}

#shipping-from .form__radio-button {
    border: 2px solid #4f1fffe0;
}

#shipping-from .form__radio-button::after {
    background-color: #4f1fffe0;
}

#shipping-from .form__label-radio {
    font-size: 16px;
}

#shipping-from .form__radio-group .saved-address ul li {
    font-size: 14px;
}

.saved-address ul {
    list-style: none;
}

.thankyou-page-wrapper {
    position: relative;
    overflow: hidden;
}

.thankyou-page-wrapper:after {
    content: "";
    background-image: url(./../../assets/images/home/thankyou-bg.png);
    background-repeat: no-repeat;
    min-width: 500px;
    min-height: 500px;
    position: absolute;
    opacity: 0.7;
    top: 50%;
    right: 0;
    background-size: cover;
    background-position: center left;
    transform: translate(41%, -50%);
}

.thankyou-page-wrapper:before {
    content: "";
    opacity: 0.7;
    background-image: url(./../../assets/images/home/thankyou-bg.png);
    background-repeat: no-repeat;
    min-width: 500px;
    min-height: 500px;
    position: absolute;
    top: 50%;
    left: 0;
    background-size: cover;
    background-position: center right;
    transform: translate(-50%, -50%);
}

.thankyou-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.thankyou-content-inner-wrapper {
    width: 60%;
    margin: 0 auto;
}

.thankyou-content-inner-wrapper h1 {
    font-size: 60px;
    font-family: arial;
    margin: 0;
    margin-bottom: 13px;
    font-weight: 600;
}

.thankyou-content-inner-wrapper p {
    font-size: 20px;
    line-height: 35px;
    font-family: arial;
    padding: 0 40px;
    font-weight: 600;
}

/* partner Page */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.partner-page {
    background: #f6f9f8;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


.header-container {
    max-width: 95%;
    margin: 0 auto;
}

.menu-row {
    padding: 75px 0px 0px 0px;
}

.logo-img {
    width: 40%;
    display: inline-block;
}

.text-header {
    margin-top: 55px;
}

.logo-img img {
    width: 60%;
}

.menu {
    text-align: end;
}

.menu a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.menu button {
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.47));
    background-image: linear-gradient(270deg, #4f1fff 0%, #711fff 100%);
    border: none;
    width: 144px;
    height: 39px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border-radius: 20px;
    margin-left: 29px;
    margin-right: 30px;
}

.shop {
    display: inline-block;
    margin-right: -20px;
}

.menu-img {
    display: inline-block;
}

.nav-bar {
    list-style: none;
    position: relative;
    padding: 12px 20px;
    display: inline;
    margin-left: 35px;
}

.logo img {
    width: 40px;
}

.nav-menu {
    display: flex;
}

.nav-menu li {
    padding-left: 35px;
}

.nav-menu li a {
    display: inline-block;
    text-decoration: none;
    color: black;
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif;
}

.nav-menu li a:focus {
    background: rgba(79, 31, 255, 0.06) !important;
    width: 98%;
    text-align: left;
    border-radius: 50px;
    padding: 10px 18px !important;
}

.nav-menu .logo-menu img {
    width: 25%;
    margin-top: 30px;
    margin-left: 30px;
}

.logo-menu {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.btn-menu {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 40px !important;
    width: 90%;
    margin: auto;
}

.btn-menu li {
    padding-left: 15px !important;
}

.nav-menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: black;
    transition: 0.15s ease-in-out;
}

.open-menu {
    position: absolute;
    color: white;
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}

.close-menu {
    position: absolute;
    color: black;
    opacity: .5;
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}

.open-menu {
    top: 55%;
    right: 20px;
    transform: translateY(-50%);
}

.close-menu {
    top: 20px;
    right: 20px;
}

#check {
    display: none;
}

.nav-menu {
    flex-direction: column;
    width: 32%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    background-color: white;
    transition: all 0.2s ease-in-out;
    text-align: left;
}

.nav-menu li a {
    padding: 10px 18px;
}

.open-menu,
.close-menu {
    display: block;
}

#check:checked~.nav-menu {
    right: 0;
}

.top-sign {
    max-width: 1250px;
    margin: auto;
    padding: 142px 40px 40px 40px;
}

.top-sign .text-header {
    width: 35%;
    display: inline-block;
}

.text-row {
    align-items: center;
}

.text-header p {
    max-width: 620px;
    width: 100%;
    font-size: 48px;
    letter-spacing: -0.56px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    line-height: 1.1;
    margin-top: 20px;
}

.text-header h6 {
    font-size: 34px;
    color: #ffffff;
    letter-spacing: -0.36px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    border-top: 1px solid #3d4354;
    padding-top: 25px;
    margin-bottom: 10px;
}

.text-header span {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFFB2;
}

.top-sign-section {
    width: 100%;
    max-width: 600px;
    border-radius: 24px;
    filter: drop-shadow(0 0 7px rgba(133, 133, 133, 0.21));
    background-color: #fefeff;
    float: right;
    margin: 50px 0;
    padding: 36px 24px;
}

.top-sign-section h1 {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.36px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;

}

.patner-top-full-sec {
    background-color: #fff;
    border-bottom: 1px solid #D4D8E0;
    border-radius: 24px;
    padding: 0 20px;
}

.section1 {
    margin-top: 24px;
    margin-bottom: 40px;
}

.icon-sec {
    background-color: #F5F7FA;
    border-radius: 24px;
    padding: 46px;

    height: 100%;
}

.icon-sec img {
    width: 100px;
    display: block;
    text-align: center;
    margin: auto;
}

.icon-sec p {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}


.section2 {
    position: relative;
    top: 361px;
    background: url(./../../assets/images/partner/ima.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1375px;
}

.section2 #apk {
    position: relative;
    bottom: 257px;
    max-width: 1300px;
}

.none-img4 {
    display: none;
}

.img-1 {
    background-color: white;
    height: 510px;
    border-radius: 10px;
}

.img-1 h2 {
    height: 85px;
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: -50px 75px 0px 75px;
}

.img-1 p {
    text-align: center;
    height: 60px;
    font-size: 18px;
    line-height: 20px;
    color: #808080;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: -10px 75px 0px 75px;
}

.img-1 img {
    width: 100%;
    border-radius: 10px;
}

.partner-page .card {
    margin-right: auto !important;
    padding: 40px;
    width: 409px;
    height: 242px;
    border-radius: 10px;
    filter: drop-shadow(0 0 7px rgba(133, 133, 133, 0.21));
    background-color: #fefeff;
    border: none;
}

.partner-page .card-m {
    margin-top: 25px;
}

.partner-page .card img {
    width: 30%;
    margin: auto;
}

.partner-page .card h2 {
    text-align: center;
    height: 42px;
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
}

.partner-page .card p {
    height: 60px;
    font-size: 18px;
    line-height: 20px;
    color: #808080;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5px 10px 0px 10px;
}

.img-3 {
    background-color: #fff;
    border-radius: 10px;
    height: 510px;
}

.img-3 h2 {
    text-align: center;
    height: 42px;
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.img-3 p {
    height: 60px;
    font-size: 18px;
    line-height: 20px;
    color: #808080;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5px 40px 0px 40px;
}

.img-3 img {
    width: 99%;
    border-radius: 10px;
}

.im-none {
    display: none;
}

.good-value-box {
    background-color: #00B67A !important;
}

.good-value-box .img-4 img {
    width: 100px !important;
}

.good-value-box * {
    color: var(--white) !important;
}

.on-avg-box {
    background-color: #6D1FFF !important;
    z-index: 1;
    position: relative;
    border-color: transparent;
    min-height: 370px;
    display: flex;
    align-items: center;
}

.on-avg-box::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #23293d;
    z-index: -1;
    border-radius: 24px;
    clip-path: polygon(20% 0, 103% 0, 100% 100%, 0 100%, 0 65%);
}

.patner-top-full-sec .fast-secure-privacy-content h3 {
    margin-top: 30px;
}

.box-parter-sec {
    background-color: var(--white);
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    padding: 80px 40px 40px;
}

.section3 .work {
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: -6px;
    margin-bottom: 11px;
}

.none-heading {
    display: none;
}

.background-img img {
    width: 100%;
}

.diagram-none {
    display: none;
}

.works-none {
    display: none;
}

.section4 .next {
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.top-row {
    margin-top: 20px;
}

.section4 .step1 {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-color: #ffffff;
    border: 1px solid #D4D8E0;
    box-shadow: 0px 1px 0px 0px #D4D8E0, 0px 4px 34px 0px rgba(165, 185, 216, 0.10);
    padding: 40px 24px;
    text-align: center;
}

.section4 .step1 img {
    width: 120px;
}

.section4 .step1 h2 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-top: 24px;
}

.section4 .step1 p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}


.i {
    display: none;
}

.heading {
    margin-top: 56px;
    margin-left: 32px;
    margin-right: 20px;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 9px;
}

.text {
    margin-left: 32px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.btn-step {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 58px;
    margin-bottom: 10px;
    border: none;
}

.btn-step button {
    border: none;
    background-color: #f6f9f8;
}

.btn-step button a {
    text-decoration: none;
    padding: 16px 37px;
    border-radius: 24px;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.47));
    background-image: linear-gradient(270deg, #4f1fff 0%, #711fff 100%);
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}



.parter-bottom-cta {
    background-color: #23293d !important;
    z-index: 1;
    position: relative;
    padding: 0 30px;
    border-radius: 24px;
}

.parter-bottom-cta::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6D1FFF;
    z-index: -1;
    border-radius: 24px;
    clip-path: polygon(78% 0, 100% 0, 100% 61%, 91% 78%, 80% 100%, 20% 100%, 36% 100%, 62% 38%);
}

#form {
    margin: 0px 40px 0px 40px;
}

input#btn-submit-bottom {
    width: 111px;
    height: 48px;
    font-size: 16px;
    border-radius: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.47));
    background-image: linear-gradient(270deg, #4f1fff 0%, #711fff 100%);
    margin-top: 25px;
    border: none;
}


input[type="radio"] {
    margin-right: 10px;
}

#register-form .form__label-radio {
    font-size: 15px;
}

#register-form .form__radio-button {
    border-color: #d5d5d5;
}

#register-form .form__radio-button::after {
    background-color: #d5d5d5;
}

.top-sign-section .btn {
    display: inline-block;
    margin: 0px;
}

.btn-button-none {
    display: none;
}

input#btn-submit-top {
    width: 175px;
    height: 48px;
    font-size: 16px;
    border-radius: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.47));
    background-image: linear-gradient(270deg, #4f1fff 0%, #711fff 100%);
    margin-top: 45px;
    border: none;
}

img.im {
    margin-left: -110px;
    margin-top: 55px;
}

footer {
    display: inline-block;
    width: 100%;
}

.general-footer {
    background: #23293d !important;
    padding: 0 40px;
}

.general-footer .social-media-wrapper li a {
    background-color: #3d4354 !important;
    border: 1px solid #6c707d;
}

.general-footer .nav-item a {
    opacity: 0.7;
    margin-bottom: 5px;
}

.general-footer .about-title-btn {
    margin-bottom: 20px;
}

.container.\#footer {
    margin-top: 220px;
}

.nav-item a:hover {
    color: #f6f9f8;
}

.nav-item a {
    padding-left: 0px;
    font-size: 14px;
    color: #f6f9f8;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0px;
}

.ul-text {
    margin-top: 78px;
}

span.footer-title {
    font-size: 20px !important;
    color: #f6f9f8;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px !important;
}

.logo-details {
    opacity: 0.482;
    width: 139px;
    height: 48px;
    border-radius: 24px;
    background-color: #4f1fff;
    margin-top: -10px;
    line-height: 3.4;
    margin-left: 15px;
}

.logo-details a {
    font-size: 11px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    margin-left: 12px;
}

li.nav-item-text {
    margin-bottom: 20px;
}

.row.mt-top {
    margin-top: 84px;
    margin-bottom: 40px;
}

.copyright_text,
a {
    font-size: 12px;
    color: #f6f9f8;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

ul.media-icons {
    padding: 0px;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff;
}

i.fa-brands.fa-facebook-f {
    color: white;
    background-color: #4f1fff;
    width: 48px;
    height: 48px;
    border: 1px solid #4f1fff;
    border-radius: 100%;
    text-align: center;
    line-height: 2.4;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.47));
    font-size: 20px;
    margin-right: 3px;
}

i.fa-brands.fa-twitter {
    color: white;
    background-color: #4f1fff;
    width: 48px;
    height: 48px;
    border: 1px solid #4f1fff;
    border-radius: 100%;
    text-align: center;
    line-height: 2.4;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.47));
    font-size: 20px;
    margin-right: 3px;
}

i.fa-brands.fa-vimeo {
    color: white;
    background-color: #4f1fff;
    width: 48px;
    height: 48px;
    border: 1px solid #4f1fff;
    border-radius: 100%;
    text-align: center;
    line-height: 2.4;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.47));
    font-size: 20px;
    margin-right: 3px;
}

i.fa-brands.fa-linkedin {
    color: white;
    background-color: #4f1fff;
    width: 48px;
    height: 48px;
    border: 1px solid #4f1fff;
    border-radius: 100%;
    text-align: center;
    line-height: 2.4;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.47));
    font-size: 20px;
    margin-right: 3px;
}

i.fa-brands.fa-google-plus-g {
    color: white;
    background-color: #4f1fff;
    width: 48px;
    height: 48px;
    border: 1px solid #4f1fff;
    border-radius: 100%;
    text-align: center;
    line-height: 2.4;

    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.47));
    font-size: 20px;
}

/* how-it-work-new-css */

.how-does-work-main {
    background-color: #F5F7FA;
}

.how-does-work-wrapper {
    padding: 80px;
    margin-bottom: 80px;
    background-color: #fff;
    border-radius: 0 0 50px 50px;
}

.how-does-work-content {
    margin-bottom: 60px;
    text-align: center;
}

.how-does-work-content h1 {
    color: #000;
    text-align: center;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.56px;
    margin-bottom: 20px;
}

.how-does-work-content p {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
}

.how-does-work-content a {
    color: #6D1FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
}

.how-does-work-img img {
    width: 100%;
}

.how-work-step {
    background-color: #fff;
    padding: 50px;
    border-radius: 24px;
    position: relative;
}

.how-work-step:before {
    content: "";
    height: 4px;
    width: calc(100% - 350px);
    border-top: dashed 4px #bfa1fc;
    position: absolute;
    z-index: 0;
    top: 190px;
    left: 150px;
}

.step-box .img-box {
    border-radius: 8px;
    border: 1px solid #D4D8E0;
    background: #F5F7FA;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.step-box .steps-content {
    text-align: center;
}

.step-box .steps-content span {
    color: #6D1FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.14px;
}

.step-box .steps-content h3 {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 10px;
}

.step-box .steps-content p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.how-work-step .step-box {
    padding: 15px;
}

.fast-secure-privacy-img-box {
    background-color: #fff;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    height: 100%;
}

.fast-secure-privacy-content h3 {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fast-secure-privacy-content {
    text-align: center;
}

.fast-secure-privacy-content p {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.fast-secure-privacy-img-box .fast-secure-privacy-content {
    margin-top: 60px;
}

.fast-secure-privacy-icon-box {
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    background: #FFF;
    padding: 40px 25px;
    height: calc(50% - 10px);
    text-align: center;
}


/* Our story css start here */

.our-story-banner-sec {
    margin-top: 80px;
    padding-bottom: 80px;
}

.our-story-banner-content h1 {
    color: #000;
    text-align: center;
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.56px;
    margin-bottom: 20px;
}

.our-story-banner-content h2 {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 60px;
}

.our-story-banner-content {
    max-width: 820px;
    margin: 0 auto;
}
.our-story-banner-content ul{
    font-size: 15px;
    list-style-type: circle;
    padding-left: 15px; 
}
.our-story-banner-img img {
    width: 100%;
    border-radius: 12px;
}

.our-story-banner-img {
    margin: 0 auto 80px;
    width: 90%;
}

.our-story-banner-bottom-content p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 48px;
}
.our-story-banner-bottom-content a{
    color: var(--blue);
    font-size: 16px;
}

.our-story-banner-bottom-content h3 {
    color: #000;
    text-align: left;
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
}

/* Our story css end here */

/* Press page css end here */


.press-page-wrapper {
    margin: 80px 0;
}

.press-page-main-title h1 {
    color: #000;
    text-align: center;
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.56px;
    margin-bottom: 20px;
}

.press-page-main-title h2 {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 60px;
}

.press-box-wrapper .press-box {
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #D4D8E0, 0px 4px 34px 0px rgba(165, 185, 216, 0.10);
    padding: 24px;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 455px;
}

.press-box-img {
    margin-bottom: 24px;
}

.press-box-img img {
    width: 80%;
    height: 80px;
    object-fit: contain;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}

.press-box-content h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
}

.press-box-content p {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.press-box-btn a {
    display: block;
    border-radius: 56px;
    background: #6D1FFF;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    padding: 16px;
}

.press-box-content {
    margin-bottom: 20px;
    min-height: 180px;
}

.press-page-wrapper .press-box-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* contact page css start here */

.contact-page-main-wrapper {
    background-color: #23293D;
    padding: 80px 0;
}

.contact-form-wrapper h1 {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.36px;
    margin-bottom: 0;
}

.contact-form-wrapper p {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 48px;
}

.contact-form {
    max-width: 400px;
    margin: 0 auto 48px;
}

.contact-form .contact-form-control input {
    margin-bottom: 12px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #FFF;
    padding: 15px 10px;
}

.contact-form .contact-form-control textarea {
    margin-bottom: 12px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #FFF;
    padding: 15px 10px;
}

.contact-form .contact-form-group button {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    height: 52px;
    border-radius: 56px;
}

.contact-form-group .alt-send-button {
    width: 100%;
    height: 52px;
}

.contact-form-group .alt-send-button .send-text {
    display: block;
    margin-bottom: 26px;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 5px;
}

.contact-form-group button:hover .alt-send-button {
    transform: translate3d(0px, -48px, 0px);
}

.form-bottom-content {
    margin-top: 48px;
    text-align: center;
}

.form-bottom-content ul {
    border-radius: 8px;
    background: #2C3245;
    padding: 12px;
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
}

.form-bottom-content ul li {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}

.contact-footer-new-info {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.contact-footer-new-column-gap {
    --bs-gutter-x: 120px;
}

.contact-footer-new-info-column h3 {
    color: #FFF;
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
}

.contact-footer-new-info-column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-footer-new-info-column ul li span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 2px;
}

.contact-footer-new-info-column ul li {
    margin-bottom: 24px;
}

.contact-footer-new-info-column ul li:last-child {
    margin-bottom: 0;
}

.contact-footer-new-info-column ul li a {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

/* contact page css end here */


/*---sell-your-device-css-strat-here----*/

.bg-shape-bottom {
    position: relative;
    background: #6D1FFF;
    z-index: 1;
}

.bg-shape-bottom:after {
    content: "";
    position: absolute;
    clip-path: polygon(0px 0, calc(100% - 20px) 0, 100% 0px, 100% calc(55% - 20px),
            calc(75% - 30px) 101%, 270px 110%, 0 calc(77% - 20px), 0 20px);
    -webkit-clip-path: polygon(0px 0, calc(100% - 20px) 0, 100% 0px, 100% calc(55% - 20px),
            calc(75% - 30px) 101%, 270px 110%, 0 calc(77% - 20px), 0 20px);
    background: #23293D;
    padding: 80px 0px;
    z-index: 2;
    z-index: -1;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
}

/*---sell-your-device-css-end-here----*/

.fast-secure-privacy-box-wrapper {
    padding: 80px 0;
}

.dark-bg {
    background-color: #23293d !important;
}

.dark-bg .header-logo img {
    filter: invert(1);
}

.dark-bg .navbar-nav li a,
.dark-bg .user-logged-in-links,
.dark-bg .desktop-show-cart a i {
    color: #fff !important;
}

.dark-bg nav.bg-white {
    background-color: #23293d !important;
}

.dark-bg .user-select-menu{
    background-color: #23293d !important;
}

.dark-bg .user-select-menu li a{
    color: #fff;
}

/* Card page css end here */

.cart-page-wrapper {
    padding: 80px 0 450px;
}

.cart-page-title h1 {
    color: #fff;
    text-align: center;
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.56px;
    margin-bottom: 20px;
}

.cart-page-title p {
    color: #91949E;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
}

.cart-table-wrapper {
    border-radius: 24px;
    border: 1px solid #D4D8E0;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #D4D8E0, 0px 4px 34px 0px rgba(165, 185, 216, 0.10), 0px 4px 54px 0px rgba(0, 0, 0, 0.45);
    padding: 36px;
    margin-top: 60px;
}

.cart-table-wrapper .cart-table-inner-wrapper {
    border-radius: 16px;
    background: #F4F6F7;
    padding: 24px;
    width: 100%;
    overflow-x: auto;
}

.cart-table-wrapper .cart-table-inner-wrapper .quantity-wrapper {
    width: 120px;
}

.cart-table-wrapper .cart-table-inner-wrapper .quantity-wrapper input {
    background-color: transparent;
}

.cart-table-inner-wrapper table {
    width: 100%;
}

.cart-table-inner-wrapper table thead tr th {
    padding: 15px;
    color: #23293D;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}

.cart-table-inner-wrapper table tbody tr td {
    padding: 15px;
    text-align: center;
    color: #5B677B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: top;
}

.cart-table-inner-wrapper table thead tr th:first-child {
    width: 65%;
    text-align: left;
    min-width: 265px;
}

.cart-table-inner-wrapper table tbody tr td:first-child {
    text-align: left;
}

.product-title-container h5 a {
    color: #23293D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.product-title-container h5 {
    margin-bottom: 0;
}

ul.cart-product-variants {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.cart-product-variants li {
    color: #5B677B;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

ul.cart-product-variants li:nth-child(1),
ul.cart-product-variants li:nth-child(2) {
    display: inline-block;
}

.product-content-details .product-image-container {
    margin-block: 0;
    margin-right: 15px;
}

.product-content-details {
    display: flex;
    flex-wrap: wrap;
}

.quantity-dropdown select {
    border: none;
    background-color: transparent;
    color: #5B677B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: auto;
    margin: 0 auto;
}

.quantity-dropdown select:focus {
    box-shadow: none;
    border: none;
}

.cart-table-inner-wrapper table tbody tr:last-child td {
    border-top: solid 1px #D4D8E0;
    color: #6D1FFF;
}

.cart-table-inner-wrapper table tbody tr td .cart-remove-product {
    color: #6D1FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline !important;
}

.back-checkout-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
}

.back-checkout-btn-group .back-btn {
    border-radius: 56px;
    background: rgba(0, 0, 0, 0.06);
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 24px;
    border: none;
}

.back-checkout-btn-group .go-checkout-btn {
    border-radius: 56px;
    background: #6D1FFF;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 24px;
    border: none;
}

.back-checkout-btn-group .go-checkout-btn:disabled {
    background-color: var(--gray);
    color: #91949E;
}

.empty-card-design {
    text-align: center;
}

.empty-card-design h2 {
    color: #23293D;
    text-align: center;
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.56px;
    margin: 24px 0 40px;
}

.empty-card-design .continue-shopping-btn {
    border-radius: 56px;
    background: #6D1FFF;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 24px;
    border: none;
}

/* Card page css end here */

.how-does-work-img img.desktop {
    display: block;
}

.how-does-work-img img.mobile {
    display: none;
}

.fast-secure-privacy-img-box img {
    width: 100%;
}

/*---order-summery-page-css---*/

.trade-in-conf {
    background-color: var(--white);
}

.trade-in-conf .ship-info-outer {
    padding: 20px;
    background-color: #f5f7fa;
    border-radius: 16px;
    max-width: 90%;
    margin: 0 auto;
}

.trade-in-conf .ship-info-outer table tr td:last-child {
    text-align: right;
}

.trade-in-conf .ship-info-outer table tr td {
    border-bottom: 1px solid #d5d5d5;
    padding: 8px 0;
}

.trade-in-conf .ship-info-outer table tr:last-child td {
    border-bottom: none;
}

.trade-in-conf .back-btn-group {
    justify-content: center;
    display: flex;
    gap: 40px;
    max-width: 90%;
    margin: 30px auto 0;
}

.trade-in-conf .back-btn-group .go-back-btn {
    background-color: #f0f0f0 !important;
    color: var(--black);
}

.shipping-info-wrapper-bg {
    background-color: var(--white);
    border-radius: 24px;
    padding: 30px;
}

.product-td-box {
    min-width: 230px;
}

.product-td-box .product-image img {
    border: none;
}

.order-summary-list .table-cart tr th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.order-summary-list .table-cart tr th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.order-summary-list .table-cart tr th {
    font-weight: 600;
    text-transform: capitalize;
}

.table-totals td {
    color: var(--blue);
}

.product-image-container img {
    width: 50px;
    height: 100px;
}

/*---location--page--css---*/
.map-left-canvas input {
    padding-left: 36px;
    border-radius: 4px !important;
}

.map-left-canvas .input-group-append {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    font-size: 22px;
    left: 8px;
    z-index: 99;
}

.map-left-canvas .search-box {
    padding: 20px 15px;
}

.map-left-canvas .menu {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    z-index: 1;
    width: 360px;
    border-radius: 10px;
    background: var(--white);
    color: #444;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.map-left-canvas .burger {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: var(--blue);
    overflow: hidden;
    top: 50px;
    left: 0;
    margin: 40px;
    display: block;
    z-index: 2;
    transform-origin: center center;
    transform: rotate(0) translate(0, 0);
}

.map-left-canvas .burger,
.map-left-canvas .burger i,
.map-left-canvas .burger:before,
.map-left-canvas .burger:after {
    transform-origin: 50% 50%;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.map-left-canvas .burger i,
.map-left-canvas .burger:before,
.map-left-canvas .burger:after { 
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    width: 30px;
    height: 2px;
    background: white;
    display: block;
}

.map-left-canvas .burger i {
    top: 50%;
    transform: translate(0, -50%);
}

.map-left-canvas .burger:before {
    top: 16px;
}

.map-left-canvas .burger:after {
    bottom: 16px;
}

.map-left-canvas .burger:hover:before,
.map-left-canvas .burger:hover:after {
    width: 15px;
    left: 30px;
}

.map-left-canvas .burger:hover:before {
    top: 20px;
    transform: rotate(30deg);
}

.map-left-canvas .burger:hover:after {
    bottom: 20px;
    transform: rotate(-30deg);
}

body.mapbar-open .menu {
    left: 40px;
    top: 35px;
    bottom: 35px;
}

body.mapbar-open .burger {
    transform: rotate(-180deg);
    left: 360px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

body.mapbar-open .burger i,
body.mapbar-open .burger:before,
body.mapbar-open .burger:after {
    width: 30px;
    left: 10px;
}

body.mapbar-open .burger i {
    transform: translateX(-200%);
}

body.mapbar-open .burger:before {
    transform: rotate(-45deg);
    top: 24px;
}

body.mapbar-open .burger:after {
    transform: rotate(45deg);
    bottom: 24px;
}

.gmnoprint .gm-style-mtc {
    display: none;
}

.no-map-adr-found {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.no-map-adr-found .btn {
    width: 60%;
    margin: 0 auto;
    border-radius: 50px;
}

/* .offcanvas-header .btn-close i.bx-x {
    display: none;
} */

.navbar-toggler {
    box-shadow: none !important;
}

/*---Become-a-partner--new-page---*/

.patner-top-section {
    position: relative;
    background: #6D1FFF;
    z-index: 1;
    border-radius: 24px;
}

.patner-top-section::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: #23293d;
    z-index: -1;
    border-radius: 24px;
    clip-path: polygon(14% 0, 95% 0, 70% 100%, 0 100%, 0 38%);
}

.d-mini-title {
    font-size: 22px;
    opacity: 0.6;
    text-align: center;
}

/*---Login-new-page---*/

.auth-body-bg {
    position: relative;
    background: #23293D;
    z-index: 1;
}

.auth-body-bg:after {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 25% 0, 67% 100%, 0 100%);
    background: #6D1FFF;
    padding: 80px 0px;
    z-index: 2;
    z-index: -1;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
}

.auth-full-bg {
    background-color: transparent;
}

.auth-full-page-content {
    background-color: var(--white);
    height: 90vh;
    min-height: auto;
    margin: 5vh;
    border-radius: 24px;
}

.auth-full-bg .bg-overlay {
    background-image: url(../../assets/images/home/3-phone.png) !important;
    opacity: 1;
    background-size: 64%;
    background-position: top center;
    top: -170px;
}

#auth-review-carousel *,
.auth-testi-title {
    color: #fff !important;
}

.auth-review-carousel .owl-dots {
    text-align: left;
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span,
.auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    opacity: 1;
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    opacity: 0.4;
}

.auth-full-page-content h5 {
    font-size: 36px;
    font-weight: 500;
}

.auth-full-page-content p {
    font-size: 16px;
}

.auth-full-page-content .form-label {
    font-size: 16px;
    color: #000;
}

.auth-full-page-content .form-control {
    min-height: 52px;
    font-size: 16px;
    border-radius: 6px;
    font: small-caption;
}

.auth-full-page-content .btn.btn-light {
    box-shadow: none !important;
    background-color: transparent;
    border-color: #ced4da !important;
    border-left: 0;
}

input:-webkit-autofill::first-line {
    /* color: red; */
    font-size: 16px !important;
    background-color: transparent !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.auth-full-page-content .auth-pass-inputgroup input {
    border-right: 0;
}

.mt-5.text-center p a {
    font-size: 16px;
    color: var(--blue) !important;
}

.track-ship-btn .new-btn {
    min-width: 200px;
    padding: 16px;
}

.corporate-3boxs .icon-sec {
    border: 1px solid #D4D8E0;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #D4D8E0, 0px 4px 34px 0px rgba(165, 185, 216, 0.10);
}

.corporate-3boxs span {
    font-size: 16px;
    font-weight: 400;
}
.radio-img{
    width: 100%;
}
.radio-img > input {
    display: none;
}
.radio-img > .radio-img-border {
    cursor: pointer;
}
.radio-img > .radio-img-border:hover{
    border-color: var(--blue);
}
.radio-img > input:checked + .radio-img-border {
    border-color: var(--blue);
}

.payment-method-list ul li .radio-img-border{
    border: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    min-height: 25px;
    cursor: pointer;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.payment-method-list ul li .radio-img-border p{
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}


.sell-product-info-wrapper .mobile-cart-table-container{
    display: none;
}
.mobile-cart-table-container .product-col {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 24px;
}
.mobile-cart-table-container .product-col-title{
    font-size: 14px;
    color: #222529;
    font-weight: 600;
    margin-bottom: 10px;
    filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.47));
    font-size: 20px; 
}

.form__radio-group.mb-2.radio-border {
    width: 45%;
    text-align: center;
    margin-bottom: 0px !important;
    border: 1px solid #d1d1d1;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 8px;
    background-color: #fff;
    padding-top: 20px;
    height: 68px;
}

li.box-radio {
    background-color: #f5f7fa;
}

label.form__label-radio.text-usps {
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.form__radio-group.mb-2.radio-border.active {
    border: 2px solid #4f1fff;
}

img.img-fedex {
    width: 100%;
}

label.form__label-radio.text-usps {
    width: 55%;
}

label.form__label-radio.text-fedx {
    width: 55%;
}

/* img.img-arrow-down {
    width: 21%;
    margin-left: -35px;
    margin-right: 15px;
    background-color: #9f9f9f;
    padding: 9px;
    border-radius: 28%;
} */



.sell-device-info.device-condition {
    text-align: center !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

button.next.action-button.action-list-btn {
    background-color: #f0f0f0 !important;
    border: solid 1px #f0f0f0 !important;
    padding: 16px 24px !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 16px !important;
    min-width: 100% !important;
    width: 100% !important;
    transition: all 0.2s ease !important;
}

button.next.action-button.action-list-btn.active {
    border: solid 1px #6d1fff !important;
    background-color: #6d1fff !important;
}

button.next.action-button.action-list-btn:hover {
    border: solid 1px #6d1fff !important;
    background-color: #6d1fff !important;
}

.sell-ul-list.condi-red {
    justify-content: center !important;
    display: flex !important;
}

h5.sell-title-text.text-start {
    font-size: 20px !important;
    color: #484848 !important;
    margin: 0 !important;
}

button.next.action-button.action-list-btn.active h5.sell-title-text.text-start {
    color: #fff !important;
}

button.next.action-button.action-list-btn:hover h5.sell-title-text.text-start {
    color: #fff !important;
}

h4.mb-sm-0.font-size-18.ship {
    width: 100% !important;
}

.form-group.form-group-section{
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
    .form__radio-group.mb-2.radio-border {
        width: 43%;
    }

    label.form__label-radio.text-usps {
        width: 75%;
    }
    
    label.form__label-radio.text-fedx {
        width: 75%;
    }
}

@media only screen and (max-width: 769px) {
    .form__radio-group.mb-2.radio-border {
        width: 46%;
    }

    label.form__label-radio.text-usps {
        width: 45%;
    }
    
    label.form__label-radio.text-fedx {
        width: 45%;
    }
}

@media only screen and (max-width: 425px) {
    .form__radio-group.mb-2.radio-border {
        width: 44%;
    }

    label.form__label-radio.text-usps {
        width: 60%;
    }
    
    label.form__label-radio.text-fedx {
        width: 60%;
    }

    h2.thank-you-text {
        font-size: 36px;
        font-weight: 500;
        color: #000;
    }
    
    p.p-wrapper {
        font-size: 24px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
    }
    
    p.p-text {
        font-size: 16px;
        color: #5B677B;
        font-weight: 400;
    }
}

@media only screen and (max-width: 375px) {
    .form__radio-group.mb-2.radio-border {
        width: 43%;
    }

    label.form__label-radio.text-usps {
        width: 65%;
    }
    
    label.form__label-radio.text-fedx {
        width: 80%;
    }
}

@media only screen and (max-width: 375px) {
    .form__radio-group.mb-2.radio-border {
        width: 41%;
    }

    label.form__label-radio.text-usps {
        width: 85%;
    }
    
    label.form__label-radio.text-fedx {
        width: 90%;
    }
}


