@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* Global Variables */
/* theme Colors */
/*  Font Family Variables */
/*  Font Weight Variables */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* Global Variables */
/* theme Colors */
/*  Font Family Variables */
/*  Font Weight Variables */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* Global Variables */
/* theme Colors */
/*  Font Family Variables */
/*  Font Weight Variables */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* Global Variables */
/* theme Colors */
/*  Font Family Variables */
/*  Font Weight Variables */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

.new-design-armslist {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #101010;
    line-height: 1.5;
    background-color: #fff;
    word-break: break-word;
}

    .new-design-armslist html {
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        scroll-behavior: smooth;
    }

    .new-design-armslist html,
    .new-design-armslist body {
        scroll-behavior: smooth;
        font-family: "DM Sans", sans-serif;
        font-size: 16px !important;
        color: #101010;
        line-height: 1.5;
        background-color: #fff;
        word-break: break-word;
    }

    .new-design-armslist picture {
        display: block;
    }

    .new-design-armslist img {
        max-width: 100%;
        vertical-align: middle;
    }

    .new-design-armslist a {
        color: #101010;
        text-decoration: none;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

        .new-design-armslist a:hover {
            text-decoration: none;
        }

    .new-design-armslist h1,
    .new-design-armslist h2,
    .new-design-armslist h3,
    .new-design-armslist h4,
    .new-design-armslist h5,
    .new-design-armslist h6,
    .new-design-armslist p {
        margin-bottom: 0;
    }

    .new-design-armslist button {
        outline: none;
        border: none;
    }

        .new-design-armslist button:focus {
            outline: none;
        }

    .new-design-armslist input {
        outline: none;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

        .new-design-armslist input:focus {
            outline: none;
        }

    .new-design-armslist ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .new-design-armslist .container {
        max-width: 1264px;
    }

        .new-design-armslist .container.max-container {
            max-width: 1404px;
        }

.new-design-armslist {
    /*************************************************/
    /* --------------- all title style --------------- */
    /*************************************************/
}

    .new-design-armslist .hero-title {
        color: #101010;
        font-family: "Oswald", sans-serif;
        font-size: 60px;
        font-weight: 700;
        line-height: 72px;
        letter-spacing: 0.6px;
    }

@media (max-width: 1279px) {
    .new-design-armslist .hero-title {
        font-size: 50px;
        line-height: 62px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .hero-title {
        font-size: 45px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .hero-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .hero-title {
        font-size: 38px;
        line-height: 48px;
    }
}

@media (max-width: 359px) {
    .new-design-armslist .hero-title {
        font-size: 35px;
        line-height: 45px;
    }
}

.new-design-armslist .list-title {
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
}

@media only screen and (max-width: 1366px) {
    .new-design-armslist .list-title {
        font-size: 46px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 1279px) {
    .new-design-armslist .list-title {
        font-size: 44px;
        line-height: 66px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .list-title {
        font-size: 40px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .list-title {
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .list-title {
        font-size: 36px;
        line-height: 46px;
    }
}

.new-design-armslist .section-title {
    font-family: "Oswald", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 57px;
}

@media (max-width: 991px) {
    .new-design-armslist .section-title {
        font-size: 38px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .section-title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .section-title {
        font-size: 28px;
        line-height: 38px;
    }
}

.new-design-armslist .form-title {
    color: #101010;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .new-design-armslist .form-title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 30px;
    }
}

.new-design-armslist .sub-medium-title {
    color: #101010;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.new-design-armslist .common-title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #101010;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .common-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .common-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .common-title {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .common-title {
        font-size: 24px;
        line-height: 34px;
    }
}

.new-design-armslist .title-info {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .title-info {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .title-info {
        font-size: 20px;
        line-height: 28px;
    }
}

.new-design-armslist .sub-section-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .sub-section-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .sub-section-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.new-design-armslist .sub-section-title span {
    color: #4B6719;
}

.new-design-armslist .info-box {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
    padding: 19px 16px 24px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.new-design-armslist .custom-links {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #4B6719;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

    .new-design-armslist .custom-links:hover {
        color: #101010;
        text-decoration: underline;
    }

.new-design-armslist .section-text {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 767px) {
    .new-design-armslist .section-text {
        line-height: 24px;
    }
}

.new-design-armslist .section-small-text {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

@media (max-width: 767px) {
    .new-design-armslist .section-small-text {
        line-height: 22px;
    }
}

.new-design-armslist {
    /**/
}

    .new-design-armslist .button {
        min-width: max-content;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none;
        cursor: pointer;
        text-align: center;
        border-radius: 28px;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

        .new-design-armslist .button svg path {
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
        }

        .new-design-armslist .button:focus {
            outline: none;
            border: none;
        }

        .new-design-armslist .button.primary_button {
            color: #fff;
            background-color: #4B6719;
            column-gap: 12px;
            width: max-content;
        }

            .new-design-armslist .button.primary_button:hover {
                color: #4B6719;
                background-color: #fff;
            }

                .new-design-armslist .button.primary_button:hover svg path {
                    stroke: #4B6719;
                }

        .new-design-armslist .button.primary_deal {
            color: #fff;
            background-color: #4B6719;
            border: 1px solid #4B6719;
        }

            .new-design-armslist .button.primary_deal:hover {
                color: #4B6719;
                background-color: #fff;
            }

        .new-design-armslist .button.primary_alert_button {
            color: #4B6719;
            background-color: #fff;
            column-gap: 8px;
            border: 1px solid #4B6719;
        }

            .new-design-armslist .button.primary_alert_button:hover {
                color: #fff;
                background-color: #4B6719;
            }

        .new-design-armslist .button.primary_button_outline {
            color: #4B6719;
            background-color: #fff;
        }

            .new-design-armslist .button.primary_button_outline:hover {
                color: #fff;
                background-color: #4B6719;
            }

        .new-design-armslist .button.secondary_button {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.4);
            column-gap: 12px;
        }

            .new-design-armslist .button.secondary_button:hover {
                color: #4B6719;
                background-color: #fff;
            }

                .new-design-armslist .button.secondary_button:hover svg path {
                    stroke: #4B6719;
                }

        .new-design-armslist .button.show-now-btn {
            color: #101010;
            background-color: #fff;
            border: 1px solid #4B6719;
            padding: 11px 20px;
            text-decoration: none;
            width: max-content;
        }

@media (max-width: 991px) {
    .new-design-armslist .button.show-now-btn {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

.new-design-armslist .button.show-now-btn:hover {
    color: #fff;
    background-color: #4B6719;
}

.new-design-armslist .button.fs_16 {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

@media (max-width: 767px) {
    .new-design-armslist .button.fs_16 {
        line-height: 20px;
    }
}

.new-design-armslist .button.fs_14 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.new-design-armslist .button.py-11-px-20 {
    padding: 11px 20px;
}

@media (max-width: 479px) {
    .new-design-armslist .button.py-11-px-20 {
        padding: 10px 16px;
    }
}

.new-design-armslist .edit-gun {
    background: none;
    border: none;
    outline: none;
}

    .new-design-armslist .edit-gun:hover {
        outline: none;
    }

.new-design-armslist .reset-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: rgba(75, 103, 25, 0.051);
    border: 1px solid rgba(75, 103, 25, 0.502);
}

    .new-design-armslist .reset-button img {
        width: 24px;
        height: 24px;
    }

.new-design-armslist .add-to-cart {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    gap: 6px;
    padding: 9px 15px 8px;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    color: #DF2727;
    font-size: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .add-to-cart {
        padding: 6px 12px;
    }
}

.new-design-armslist .add-to-cart small {
    width: 13px;
    height: 2px;
    border-bottom: 2px solid rgba(16, 16, 16, 0.6);
    margin: 0 4px;
    display: inline-block;
}

.new-design-armslist .add-to-cart strong.fci-price {
    margin-bottom: 0 !important;
    color: #101010 !important;
    font-family: "Oswald", sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 25px !important;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .add-to-cart strong.fci-price {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

.new-design-armslist .add-to-cart:hover {
    border-color: #4B6719;
}

    .new-design-armslist .add-to-cart:hover strong.fci-price {
        color: #4B6719 !important;
    }

.new-design-armslist .al-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

    .new-design-armslist .al-pagination .page-item {
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
    }

        .new-design-armslist .al-pagination .page-item:hover a, .new-design-armslist .al-pagination .page-item.pi-active a {
            color: #fff;
            background-color: #4B6719;
        }

            .new-design-armslist .al-pagination .page-item:hover a svg path, .new-design-armslist .al-pagination .page-item.pi-active a svg path {
                stroke: #fff;
            }

        .new-design-armslist .al-pagination .page-item .next {
            transform: rotate(180deg);
        }

        .new-design-armslist .al-pagination .page-item a {
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 32px;
            -webkit-border-radius: 32px;
            -moz-border-radius: 32px;
            -ms-border-radius: 32px;
            -o-border-radius: 32px;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.078);
            color: #101010;
            font-family: "DM Sans", sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            background-color: #fff;
            width: 32px;
            height: 32px;
        }

        .new-design-armslist .al-pagination .page-item picture {
            display: inline-block;
        }

            .new-design-armslist .al-pagination .page-item picture img {
                width: 12px;
                height: 12px;
            }

.new-design-armslist .hr-line {
    height: 1px;
    width: 100%;
    background-color: rgba(16, 16, 16, 0.33);
    margin-bottom: 30px;
}

.new-design-armslist .next-stap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .next-stap {
        flex-direction: column;
        row-gap: 16px;
    }
}

.new-design-armslist .next-stap picture img {
    height: 88px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .next-stap picture img {
        height: 68px;
    }
}

.new-design-armslist .next-stap .next-btn {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 20px;
    min-width: 107px;
    margin-left: auto;
}

.new-design-armslist .form-group {
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

    .new-design-armslist .form-group .form-control {
        border: 1px solid #707070;
        padding: 14px 16px;
        border-radius: 8px;
        color: #101010;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .form-group .form-control {
        padding: 12px 16px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .form-group .form-control {
        padding: 10px 16px;
    }
}

.new-design-armslist .form-group .form-control:focus {
    border-color: #4B6719;
    box-shadow: none;
}

.new-design-armslist .form-group .dropdown.bootstrap-select {
    width: 100% !important;
}

    .new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-toggle {
        padding: 14px 16px;
        font-size: 16px;
        line-height: 20px;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        border-radius: 8px;
        color: #101010;
        background-color: #fff;
        border: 1px solid #707070;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-toggle {
        padding: 12px 16px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-toggle {
        padding: 10px 16px;
    }
}

.new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-toggle::after {
    width: 15px;
    position: absolute;
    height: 8px;
    border: none;
    padding: 0;
    margin: 0;
    background: url(../images/new_signup/dropdown-arrow.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

@media (max-width: 479px) {
    .new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-toggle::after {
        right: 8px;
    }
}

.new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-toggle.show {
    border-color: #4B6719;
}

    .new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-toggle.show::after {
        transform: rotateX(180deg);
    }

.new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-menu .inner.show {
    padding: 0px;
}

.new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-menu {
    padding: 10px;
}

    .new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-menu li:last-child .dropdown-item {
        margin-bottom: 0;
    }

    .new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-menu li .dropdown-item {
        padding: 0px;
        margin-bottom: 5px;
    }

        .new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-menu li .dropdown-item:hover {
            color: #4B6719;
            background-color: transparent;
        }

        .new-design-armslist .form-group .dropdown.bootstrap-select .dropdown-menu li .dropdown-item.active {
            color: #4B6719;
            text-decoration: none;
            background-color: transparent;
        }

.new-design-armslist .form-group .dropdown.select-option-wrap .dropdown-toggle {
    border: 1px solid rgba(16, 16, 16, 0.2);
}

.new-design-armslist .form-group p {
    font-size: 14px;
    line-height: 18px;
    color: rgba(16, 16, 16, 0.6);
    padding-top: 10px;
    font-weight: 500;
}

.new-design-armslist .form-group.checkbox label {
    position: relative;
    display: flex;
    cursor: pointer;
    padding: 0;
}

    .new-design-armslist .form-group.checkbox label::before {
        content: "";
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #4B6719;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        height: 24px;
        width: 24px;
        min-width: 24px;
        margin-right: 18px;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .form-group.checkbox label::before {
        margin-right: 12px;
        height: 22px;
        width: 22px;
        min-width: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .form-group.checkbox label::before {
        height: 20px;
        width: 20px;
        min-width: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-right: 5px;
    }
}

.new-design-armslist .form-group.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

    .new-design-armslist .form-group.checkbox input:checked {
        background-color: #4B6719;
    }

.new-design-armslist .form-group.checkbox::placeholder, .new-design-armslist .form-group.checkbox::-webkit-input-placeholder {
    vertical-align: middle;
}

.new-design-armslist .form-group.checkbox input:checked + label::before {
    background-color: #4B6719;
}

.new-design-armslist .form-group.checkbox input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 9px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .form-group.checkbox input:checked + label::after {
        top: 3px;
        left: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .form-group.checkbox input:checked + label::after {
        top: 2px;
        left: 7px;
    }
}

.new-design-armslist {
    /*========== hero section css  ==========*/
}

    .new-design-armslist .hero_section {
        padding: 30px 0;
        background: url(../images/new_signup/hero-bg.webp) center no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

        .new-design-armslist .hero_section:before {
            content: "";
            background-color: rgba(255, 255, 255, 0.8);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: -1;
        }

        .new-design-armslist .hero_section .hero-title {
            text-align: center;
            margin-bottom: 24px;
        }

        .new-design-armslist .hero_section .primary_button {
            padding: 12px 29px;
            margin: 0 auto 36px;
        }

@media (max-width: 767px) {
    .new-design-armslist .hero_section .primary_button {
        padding: 10px 20px;
    }
}

.new-design-armslist .hero_section .primary_button svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .new-design-armslist .hero_section .primary_button svg {
        width: 20px;
        height: 20px;
    }
}

.new-design-armslist .hero_section .heroSwiper {
    padding-bottom: 48px;
}

@media (max-width: 767px) {
    .new-design-armslist .hero_section .heroSwiper {
        padding-bottom: 35px;
    }
}

.new-design-armslist .hero_section .heroSwiper .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: 1;
    cursor: pointer;
}

@media (max-width: 991px) {
    .new-design-armslist .hero_section .heroSwiper .swiper-slide {
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .hero_section .heroSwiper .swiper-slide {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

.new-design-armslist .hero_section .heroSwiper .swiper-slide:before {
    content: "";
    height: 92px;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.7294117647) 45%, rgba(0, 0, 0, 0.5215686275) 61%, rgba(84, 84, 84, 0) 100%) 0% 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

@media (max-width: 991px) {
    .new-design-armslist .hero_section .heroSwiper .swiper-slide:before {
        height: 60px;
        opacity: 1;
    }
}

.new-design-armslist .hero_section .heroSwiper .swiper-slide:hover:before {
    opacity: 1;
}

.new-design-armslist .hero_section .heroSwiper .swiper-slide:hover .hero-swiper-data span {
    margin-bottom: 0;
}

.new-design-armslist .hero_section .heroSwiper .swiper-slide a {
    display: block;
    overflow: hidden;
}

    .new-design-armslist .hero_section .heroSwiper .swiper-slide a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

@media (max-width: 991px) {
    .new-design-armslist .hero_section .heroSwiper .swiper-slide a img {
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .hero_section .heroSwiper .swiper-slide a img {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

.new-design-armslist .hero_section .heroSwiper .swiper-slide a .hero-swiper-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 21px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 24px;
    z-index: 1;
}

@media (max-width: 991px) {
    .new-design-armslist .hero_section .heroSwiper .swiper-slide a .hero-swiper-data {
        bottom: 15px;
    }
}

.new-design-armslist .hero_section .heroSwiper .swiper-slide a .hero-swiper-data span {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    display: inline-block;
    margin-bottom: -85px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

@media (max-width: 991px) {
    .new-design-armslist .hero_section .heroSwiper .swiper-slide a .hero-swiper-data span {
        margin-bottom: 0;
    }
}

.new-design-armslist .hero_section .heroSwiper .swiper-slide a .hero-swiper-data img {
    width: 30px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.new-design-armslist .hero_section .heroSwiper .swiper-pagination {
    /* height: 5px; */
    bottom: 0 !important;
}

    .new-design-armslist .hero_section .heroSwiper .swiper-pagination .swiper-pagination-bullet {
        width: 50px;
        height: 2px;
        background-color: #101010;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        opacity: 0.3;
    }

@media (max-width: 767px) {
    .new-design-armslist .hero_section .heroSwiper .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .hero_section .heroSwiper .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
    }
}

.new-design-armslist .hero_section .heroSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.new-design-armslist {
    /*========== featured section css  ==========*/
}

    .new-design-armslist .featured_section {
        padding: 90px 0;
        background-color: #fff;
    }

        .new-design-armslist .featured_section.fs-bg-two {
            background-color: #f9f9f9;
        }

@media (max-width: 1366px) {
    .new-design-armslist .featured_section {
        padding: 80px 0;
    }
}

@media (max-width: 1280px) {
    .new-design-armslist .featured_section {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .featured_section {
        padding: 45px 0;
    }
}

.new-design-armslist .featured_section .featured-data {
    text-align: center;
}

    .new-design-armslist .featured_section .featured-data h2 {
        margin-bottom: 20px;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .featured_section .featured-data h2 {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .featured_section .featured-data h2 {
        margin-bottom: 12px;
    }
}

.new-design-armslist .featured_section .featured-data p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-width: 818px;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .featured_section .featured-data p {
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .featured_section .featured-data p {
        margin: 0 auto 24px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .featured_section .featured-data p {
        margin: 0 auto 20px;
    }
}

.new-design-armslist .featured_section .featured-card-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 17px;
}

@media (max-width: 1199px) {
    .new-design-armslist .featured_section .featured-card-list {
        gap: 24px 16px;
        justify-content: center;
    }
}

.new-design-armslist .featured_section .featured-card-list .featured-card-item {
    width: calc(25% - 13px);
}

@media (max-width: 1199px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item {
        width: calc(25% - 12px);
    }
}

@media (max-width: 767px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item {
        width: calc(50% - 8px);
    }
}

@media (max-width: 479px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item {
        width: 100%;
    }
}

.new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card {
    position: relative;
    z-index: 1;
}

    .new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card.best-seller-tag:before {
        content: "";
        width: 68px;
        height: 68px;
        background: url(../images/new_signup/best-seller-tag.webp) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 8px;
        right: 8px;
        bottom: 0;
        z-index: 1;
    }

@media (max-width: 1199px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card.best-seller-tag:before {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card.best-seller-tag:before {
        width: 50px;
        height: 50px;
    }
}

.new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card .featured-card-img {
    display: block;
    position: relative;
    padding-bottom: 85%;
    overflow: hidden;
    background-color: #f9f9f9;
    margin-bottom: 24px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 1199px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card .featured-card-img {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card .featured-card-img {
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card .featured-card-img {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

.new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card .featured-card-img picture {
    display: block;
}

.new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card .featured-card-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card .featured-card-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card .featured-card-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card .featured-card-img:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card span {
    display: block;
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 11px;
}

@media (max-width: 991px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card span {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card strong {
    display: block;
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card strong {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card strong {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .featured_section .featured-card-list .featured-card-item .featured-card strong {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

.new-design-armslist {
    /*========== who-we-are section css  ==========*/
}

    .new-design-armslist .who-we-are_section {
        padding-bottom: 90px;
        background-color: #fff;
    }

@media (max-width: 1279px) {
    .new-design-armslist .who-we-are_section {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .who-we-are_section {
        padding-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .who-we-are_section {
        overflow: hidden;
    }
}

.new-design-armslist .who-we-are_section .who-we-are-data {
    text-align: center;
    max-width: 818px;
    margin: 0 auto 50px;
    color: #000;
}

@media (max-width: 991px) {
    .new-design-armslist .who-we-are_section .who-we-are-data {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .who-we-are_section .who-we-are-data {
        margin-bottom: 30px;
    }
}

.new-design-armslist .who-we-are_section .who-we-are-data h2 {
    margin-bottom: 9px;
}

.new-design-armslist .who-we-are_section .who-we-are-data span {
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .new-design-armslist .who-we-are_section .who-we-are-data span {
        margin-bottom: 15px;
    }
}

.new-design-armslist .who-we-are_section .who-we-are-data span p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.new-design-armslist .who-we-are_section .Who-list-add {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 991px) {
    .new-design-armslist .who-we-are_section .Who-list-add {
        gap: 20px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .who-we-are_section .Who-list-add {
        margin: 0 -15px;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .who-we-are_section .Who-list-add {
        margin: 0 0px;
    }
}

.new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list {
    max-width: calc(75% - 6px);
    column-gap: 30px;
    display: flex;
}

@media (max-width: 991px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list {
        gap: 20px;
        overflow: auto;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item {
    width: calc(33.33% - 20px);
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item {
        width: 100%;
        min-width: 230px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item:first-child {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item:first-child {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item:last-child {
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item:last-child {
        padding-right: 0px;
    }
}

.new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item.next-item:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/new_signup/arrow-right.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -27px;
    margin: auto 0;
    z-index: 1;
}

@media (max-width: 1199px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item.next-item:before {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item.next-item:before {
        right: -20px;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item.next-item:before {
        right: 0;
        bottom: -25px;
        top: auto;
        left: 0;
        transform: rotate(90deg);
        margin: 0 auto;
    }
}

.new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head {
    border: 1px solid rgba(16, 16, 16, 0.2);
    display: flex;
    column-gap: 12px;
    padding: 18px 28px;
    margin-bottom: 10px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head {
        padding: 10px 15px;
        column-gap: 8px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head {
        padding: 10px 12px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head {
        justify-content: center;
    }
}

.new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head img {
    width: 24px;
    min-width: 24px;
    height: fit-content;
}

.new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head span {
    display: inline-block;
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

@media (max-width: 991px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head span {
        font-size: 16px;
        line-height: 22px;
        text-wrap: nowrap;
    }
}

.new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head .shap-wrap {
    display: block;
    width: 50px;
    height: 12px;
    position: absolute;
    background-color: #fff;
    bottom: -12px;
}

    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head .shap-wrap.sw-left {
        left: 30px;
    }

    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head .shap-wrap.sw-right {
        right: 30px;
    }

    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head .shap-wrap .shap-icon {
        display: inline-block;
        width: 10px;
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
    }

        .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head .shap-wrap .shap-icon:before {
            content: "";
            width: 20px;
            border: 1px solid rgba(16, 16, 16, 0.2);
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            position: absolute;
            top: 0;
            bottom: 0;
        }

        .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head .shap-wrap .shap-icon:before {
            left: -10px;
        }

        .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head .shap-wrap .shap-icon.left {
            left: 0;
        }

        .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-head .shap-wrap .shap-icon.right {
            right: 0;
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
        }

.new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-data {
    border: 1px solid rgba(16, 16, 16, 0.2);
    padding: 18px 28px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    color: rgba(16, 16, 16, 0.7);
    height: 100%;
}

@media (max-width: 1199px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-data {
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-data {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-data {
        text-align: center;
    }
}

.new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-data strong {
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-data strong {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-data strong {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 0.25px;
    }
}

.new-design-armslist .who-we-are_section .Who-list-add .who-we-are-list .wwa-item .wwa-data p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.new-design-armslist .who-we-are_section .Who-list-add .wwa-add {
    max-width: calc(25% - 15px);
}

@media (max-width: 991px) {
    .new-design-armslist .who-we-are_section .Who-list-add .wwa-add {
        max-width: 33.33%;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .who-we-are_section .Who-list-add .wwa-add {
        max-width: 100%;
    }
}

.new-design-armslist .who-we-are_section .Who-list-add .wwa-add img {
    max-width: 286px;
    width: 100%;
    height: fit-content;
    object-fit: contain;
    object-position: center;
}

.new-design-armslist {
    /*========== popular blogs section css  ==========*/
}

    .new-design-armslist .popular-blogs_section {
        padding: 90px 0;
        background-color: #101010;
    }

@media (max-width: 1279px) {
    .new-design-armslist .popular-blogs_section {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section {
        padding: 45px 0;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content {
    color: #fff;
}

    .new-design-armslist .popular-blogs_section .popular-blogs-content .posted-date {
        color: rgba(255, 255, 255, 0.5);
        font-family: "DM Sans", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 17px;
        display: inline-block;
    }

        .new-design-armslist .popular-blogs_section .popular-blogs-content .posted-date strong {
            color: #fff;
            font-weight: 400;
            margin: 0 4px;
        }

    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head {
        margin-bottom: 53px;
        display: flex;
        align-items: center;
        position: relative;
    }

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head {
        flex-direction: column;
        gap: 35px;
        align-items: flex-start;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head {
        margin-bottom: 30px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head h2 {
    position: relative;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head h2 {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head h2 {
        padding-right: 0;
        position: static;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head h2:before {
    content: "";
    width: 1px;
    height: 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head h2:before {
        content: "";
        height: 1px;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 57px;
        margin: 0;
        opacity: 0.5;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .nav {
    margin-bottom: 0 !important;
    padding-left: 30px;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .nav {
        column-gap: 20px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .nav {
        padding-left: 0;
        justify-content: center;
    }
}

@media (max-width: 359px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .nav {
        column-gap: 12px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .nav .nav-item .nav-link {
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    position: relative;
    z-index: 1;
}

@media (max-width: 479px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 20px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .nav .nav-item .nav-link:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .nav .nav-item .nav-link.active {
    color: #fff;
    background-color: transparent;
}

    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .nav .nav-item .nav-link.active:before {
        opacity: 1;
        visibility: visible;
    }

.new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .primary_button {
    padding: 11px 20px;
    margin-left: auto;
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .primary_button {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .popular-blogs-head .primary_button {
        padding: 8px 18px;
        font-size: 14px;
        line-height: 18px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane.active {
    display: flex;
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane {
        flex-direction: column;
        row-gap: 60px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details {
    max-width: 640px;
    width: 100%;
    padding-right: 35px;
}

@media (max-width: 1199px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details {
        padding-right: 12px;
        max-width: 618px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details {
        padding-right: 0;
        max-width: 100%;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details .blogs-item-img {
    max-width: 605px;
    position: relative;
    padding-bottom: 52.6%;
    overflow: hidden;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-bottom: 24px;
    display: block;
}

    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details .blogs-item-img::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details .blogs-item-img {
        border-radius: 22px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details .blogs-item-img {
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details .blogs-item-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details .blogs-item-img img {
        border-radius: 22px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details .blogs-item-img img {
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details .blogs-item-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .blogs-tab-details .blogs-item-img:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane h3 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 24px;
}

    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane h3 a {
        color: #fff;
        text-decoration: none;
    }

        .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane h3 a:hover {
            color: #4B6719;
        }

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .posted-date {
    margin-bottom: 20px;
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .primary_button {
    padding: 11px 20px;
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .tab-pane .primary_button {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list {
    padding-left: 36px;
    position: relative;
}

@media (max-width: 1199px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list {
        padding-left: 13px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list {
        padding-left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px 20px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list:before {
    content: "";
    width: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list:before {
        width: 100%;
        height: 1px;
        top: -32px;
        left: 0;
        right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-left: none;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item {
    display: flex;
    column-gap: 13px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item {
        max-width: calc(50% - 10px);
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item {
        max-width: 100%;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item:last-child {
    margin-bottom: 0;
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .blogs-item-data h4 {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 9px;
}

@media (max-width: 1199px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .blogs-item-data h4 {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .blogs-item-data h4 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 7px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .blogs-item-data h4 a {
    color: #fff;
    text-decoration: none;
}

    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .blogs-item-data h4 a:hover {
        color: #4B6719;
    }

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .btl-img {
    min-width: 181px;
    width: 100%;
    max-width: 181px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    display: block;
    object-fit: cover;
    object-position: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .btl-img {
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .btl-img {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .btl-img {
        min-width: 150px;
        max-width: 150px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .btl-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .btl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

@media (max-width: 991px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .btl-img img {
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .btl-img img {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .btl-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-design-armslist .popular-blogs_section .popular-blogs-content .tab-content .blogs-tab-list .blogs-item .btl-img:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.new-design-armslist {
    /*========== classifieds section css  ==========*/
}

    .new-design-armslist .classifieds_section {
        padding-top: 90px;
        overflow: hidden;
    }

@media (max-width: 1279px) {
    .new-design-armslist .classifieds_section {
        padding-top: 60px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .classifieds_section {
        padding-top: 45px;
    }
}

.new-design-armslist .classifieds_section .classifieds-jumbotron {
    padding: 42px 0;
    background: url(../images/new_signup/jumbotron-bg-black.webp) center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-bottom: 90px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 1199px) {
    .new-design-armslist .classifieds_section .classifieds-jumbotron {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .classifieds_section .classifieds-jumbotron {
        margin-bottom: 45px;
        padding: 30px 10px;
        border-radius: 12px;
    }
}

.new-design-armslist .classifieds_section .classifieds-jumbotron h2 {
    margin-bottom: 19px;
}

@media (max-width: 1199px) {
    .new-design-armslist .classifieds_section .classifieds-jumbotron h2 {
        margin-bottom: 15px;
    }
}

.new-design-armslist .classifieds_section .classifieds-jumbotron p {
    max-width: 440px;
    margin: 0 auto 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .new-design-armslist .classifieds_section .classifieds-jumbotron p {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .classifieds_section .classifieds-jumbotron p {
        margin-bottom: 15px;
    }
}

.new-design-armslist .classifieds_section .classifieds-jumbotron .primary_button {
    padding: 11px 20px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .new-design-armslist .classifieds_section .classifieds-jumbotron .primary_button {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.new-design-armslist .classifieds_section .cs-add-img {
    max-width: 728px;
    margin: 0 auto;
}

    .new-design-armslist .classifieds_section .cs-add-img img {
        width: 100%;
        height: fit-content;
    }

.new-design-armslist {
    /*========== premium-vendor section css  ==========*/
}

    .new-design-armslist .premium-vendor_section {
        padding: 90px 0;
    }

@media (max-width: 1279px) {
    .new-design-armslist .premium-vendor_section {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .premium-vendor_section {
        padding: 45px 0;
    }
}

.new-design-armslist .premium-vendor_section .show-now-btn {
    margin: 30px auto 0;
}

@media (max-width: 1199px) {
    .new-design-armslist .premium-vendor_section .show-now-btn {
        margin-top: 25px;
    }
}

.new-design-armslist .premium-vendor_section .premium-vendor-data {
    text-align: center;
    max-width: 818px;
    margin: 0 auto 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-data {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-data {
        margin-bottom: 20px;
    }
}

.new-design-armslist .premium-vendor_section .premium-vendor-data h2 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-data h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-data h2 {
        margin-bottom: 15px;
    }
}

.new-design-armslist .premium-vendor_section .premium-vendor-data p {
    margin-bottom: 0;
}

.new-design-armslist .premium-vendor_section .premium-vendor-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
}

@media (max-width: 991px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-list {
        column-gap: 10px;
        justify-content: center;
    }
}

.new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card {
    width: calc(33.33% - 20px);
    background-color: #fff;
    border: 1px solid rgba(16, 16, 16, 0.2);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

@media (max-width: 1199px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card {
        width: calc(33.33% - 7px);
    }
}

@media (max-width: 767px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card {
        width: calc(50% - 5px);
    }
}

@media (max-width: 575px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card {
        width: 100%;
    }
}

.new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .premium-vendor-img {
    display: block;
    position: relative;
    padding-bottom: 52.25%;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

@media (max-width: 1199px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .premium-vendor-img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}

.new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .premium-vendor-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .premium-vendor-img img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

@media (max-width: 1199px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .premium-vendor-img img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}

.new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .premium-vendor-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .premium-vendor-img:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .pvc-list {
    padding: 16px 22px 20px;
}

@media (max-width: 1199px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .pvc-list {
        padding: 15px 15px 20px;
    }
}

.new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .pvc-list li {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 14px;
}

@media (max-width: 1199px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .pvc-list li {
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .pvc-list li {
        column-gap: 8px;
    }
}

.new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .pvc-list li:last-child {
    margin-bottom: 0;
}

.new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .pvc-list li a {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .pvc-list li a svg path {
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .pvc-list li a:hover {
        color: #4B6719;
    }

        .new-design-armslist .premium-vendor_section .premium-vendor-list .premium-vendor-card .pvc-list li a:hover svg path {
            stroke: #4B6719;
        }

.new-design-armslist {
    /*========== exploring functionality section css  ==========*/
}

    .new-design-armslist .exploring-functionality_section {
        padding: 151px 0 151px;
        position: relative;
        z-index: 1;
    }

@media (max-width: 1279px) {
    .new-design-armslist .exploring-functionality_section {
        padding: 120px 0;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .exploring-functionality_section {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .exploring-functionality_section {
        padding: 60px 0;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .exploring-functionality_section {
        padding: 40px 0;
    }
}

.new-design-armslist .exploring-functionality_section .gun-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.new-design-armslist .exploring-functionality_section:before {
    content: "";
    background-color: rgba(38, 38, 38, 0.314);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.new-design-armslist .exploring-functionality_section .exploring-functionality-data {
    color: #fff;
    text-align: center;
    max-width: 818px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

    .new-design-armslist .exploring-functionality_section .exploring-functionality-data h2 {
        margin-bottom: 19px;
    }

    .new-design-armslist .exploring-functionality_section .exploring-functionality-data p {
        margin-bottom: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .new-design-armslist .exploring-functionality_section .exploring-functionality-data .primary_button {
        padding: 11px 20px;
        margin: 0 auto;
    }

@media (max-width: 767px) {
    .new-design-armslist .exploring-functionality_section .exploring-functionality-data .primary_button {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.new-design-armslist {
    /*========== segments section css  ==========*/
}

    .new-design-armslist .segments_section {
        padding: 90px 0;
    }

@media (max-width: 1279px) {
    .new-design-armslist .segments_section {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .segments_section {
        padding: 45px 0;
    }
}

.new-design-armslist .segments_section h2 {
    color: #101010;
    text-align: center;
    margin-bottom: 41px;
}

.new-design-armslist .segments_section .segments-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .new-design-armslist .segments_section .segments-list {
        row-gap: 25px;
    }
}

.new-design-armslist .segments_section .segments-list .segments-item {
    width: calc(33.33% - 10.7px);
}

@media (max-width: 991px) {
    .new-design-armslist .segments_section .segments-list .segments-item {
        width: calc(50% - 8px);
    }
}

@media (max-width: 479px) {
    .new-design-armslist .segments_section .segments-list .segments-item {
        width: 100%;
    }
}

.new-design-armslist .segments_section .segments-list .segments-item .segments-box {
    display: block;
    position: relative;
    padding-bottom: 108.4%;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background-color: #f9f9f9;
}

@media (max-width: 767px) {
    .new-design-armslist .segments_section .segments-list .segments-item .segments-box {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

.new-design-armslist .segments_section .segments-list .segments-item .segments-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.new-design-armslist .segments_section .segments-list .segments-item .segments-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

@media (max-width: 767px) {
    .new-design-armslist .segments_section .segments-list .segments-item .segments-box img {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

.new-design-armslist .segments_section .segments-list .segments-item .segments-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-design-armslist .segments_section .segments-list .segments-item .segments-box:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.new-design-armslist .segments_section .segments-list span {
    display: inline-block;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 1;
}

@media (max-width: 767px) {
    .new-design-armslist .segments_section .segments-list span {
        font-size: 22px;
        line-height: 32px;
    }
}

.new-design-armslist {
    /*========== we buy section css  ==========*/
}

    .new-design-armslist .we-buy_section {
        padding: 90px 0;
        background: url(../images/new_signup/jumbotron-bg-green.webp) center no-repeat;
        background-size: cover;
    }

@media (max-width: 1279px) {
    .new-design-armslist .we-buy_section {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .we-buy_section {
        padding: 45px 0;
    }
}

.new-design-armslist .we-buy_section .we-buy-data {
    color: #fff;
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
}

    .new-design-armslist .we-buy_section .we-buy-data h2 {
        color: #fff;
        margin-bottom: 19px;
    }

    .new-design-armslist .we-buy_section .we-buy-data p {
        margin-bottom: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .new-design-armslist .we-buy_section .we-buy-data .primary_button_outline {
        padding: 11px 20px;
        margin: 0 auto;
        border: 1px solid #fff;
        max-width: max-content;
    }

        .new-design-armslist .we-buy_section .we-buy-data .primary_button_outline:hover {
            background-color: transparent;
        }

@media (max-width: 767px) {
    .new-design-armslist .we-buy_section .we-buy-data .primary_button_outline {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

.new-design-armslist {
    /*========== partners section css  ==========*/
}

    .new-design-armslist .partners_section {
        padding: 90px 0;
    }

@media (max-width: 1279px) {
    .new-design-armslist .partners_section {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .new-design-armslist .partners_section {
        padding: 45px 0;
    }
}

.new-design-armslist .partners_section h2 {
    text-align: center;
    margin-bottom: 50px;
}

.new-design-armslist .partners_section .partners-list {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .new-design-armslist .partners_section .partners-list {
        justify-content: center;
        row-gap: 15px;
    }
}

.new-design-armslist .partners_section .partners-list .partners-item {
    width: 20%;
}

@media (max-width: 991px) {
    .new-design-armslist .partners_section .partners-list .partners-item {
        width: 33.33%;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .partners_section .partners-list .partners-item {
        width: calc(50% - 5px);
        row-gap: 15px;
    }
}

.new-design-armslist .partners_section .partners-list .partners-item a {
    display: block;
}

    .new-design-armslist .partners_section .partners-list .partners-item a:hover img {
        filter: grayscale(0%);
        opacity: 1;
    }

.new-design-armslist .partners_section .partners-list .partners-item img {
    max-width: 242px;
    width: 100%;
    height: fit-content;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.new-design-armslist {
    /*=========== Product List page ============*/
}

    .new-design-armslist .product-list-section {
        overflow: hidden;
        background-color: #fff;
    }

        .new-design-armslist .product-list-section.post-list {
            padding-bottom: 80px;
        }

@media only screen and (max-width: 1366px) {
    .new-design-armslist .product-list-section.post-list {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section.post-list {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .product-list-section.post-list {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section.post-list {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section.post-list {
        padding-bottom: 30px;
    }
}

.new-design-armslist .product-list-section .product-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

@media only screen and (max-width: 1366px) {
    .new-design-armslist .product-list-section .product-title {
        padding: 25px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-title {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.new-design-armslist .product-list-section .filer-deal {
    display: flex;
    gap: 16px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .filer-deal {
        gap: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .filer-deal {
        gap: 8px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .product-list-section .filer-deal {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .product-list-section .filer-deal {
        width: 100%;
    }
}

.new-design-armslist .product-list-section .filer-deal .primary_deal {
    padding: 11px 30px;
}

@media (max-width: 575px) {
    .new-design-armslist .product-list-section .filer-deal .primary_deal {
        flex-grow: 1;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .product-list-section .filer-deal .primary_deal {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.new-design-armslist .product-list-section .filer-deal .primary_deal:hover {
    border-color: #4B6719;
}

.new-design-armslist .product-list-section .filer-deal .primary_alert_button {
    padding: 10px 20px;
    line-height: 21px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .filer-deal .primary_alert_button {
        padding: 8px 20px;
    }
}

@media (max-width: 575px) {
    .new-design-armslist .product-list-section .filer-deal .primary_alert_button {
        flex-grow: 1.5;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .product-list-section .filer-deal .primary_alert_button {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.new-design-armslist .product-list-section .filer-deal .primary_alert_button svg {
    height: 24px;
    width: 24px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .filer-deal .primary_alert_button svg {
        height: 20px;
        width: 20px;
    }
}

.new-design-armslist .product-list-section .filer-deal .primary_alert_button:hover svg path {
    stroke: #fff;
}

.new-design-armslist .product-list-section .filer-deal .dropdown {
    max-width: 193px;
    min-width: 193px;
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .filer-deal .dropdown {
        max-width: 184px;
        min-width: 184px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .filer-deal .dropdown {
        max-width: 164px;
        min-width: 164px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .product-list-section .filer-deal .dropdown {
        ax-width: calc(50% - 4px);
        min-width: calc(50% - 4px);
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .product-list-section .filer-deal .dropdown {
        max-width: 100%;
        min-width: 100%;
    }
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-toggle {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    background-color: #fff;
    border: 1px solid rgba(16, 16, 16, 0.2);
    padding: 12px 40px 12px 18px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-toggle {
        padding: 10px 35px 10px 15px;
    }
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-toggle.bs-placeholder:hover {
    color: #101010;
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-toggle:focus {
    outline: none !important;
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-toggle::after {
    width: 15px;
    position: absolute;
    height: 8px;
    border: none;
    padding: 0;
    margin: 0;
    background: url(../images/new_signup/dropdown-arrow.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-toggle.show::after {
    transform: rotateX(180deg);
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu {
    margin-top: 8px !important;
    padding: 0;
    border-color: rgba(16, 16, 16, 0.2);
    max-height: 324px !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu {
        margin-top: 0px !important;
        padding: 20px 0;
    }

        .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li {
            padding: 0 12px;
            margin-bottom: 18px;
        }

            .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li:last-child {
                margin-bottom: 0;
            }

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li {
        padding: 0 18px;
        margin-bottom: 15px;
    }
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    color: #000;
}

    .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item:focus, .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item:hover, .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item:active {
        background-color: #fff;
        color: #000;
    }

    .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item::before {
        content: "";
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #4B6719;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        height: 20px;
        width: 20px;
        min-width: 20px;
        margin-right: 15px;
    }

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item::before {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        height: 20px;
        width: 20px;
        min-width: 20px;
        margin-right: 10px;
    }
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li .selected .check-mark {
    left: 24px;
    top: 5px;
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li .selected .bs-ok-default::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li .selected .bs-ok-default::after {
        top: -1px;
        left: 1px;
        width: 6px;
        height: 10px;
    }
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li .selected::before {
    background-color: #4B6719;
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li span.text {
    margin-right: 0px !important;
}

.new-design-armslist .product-list-section .filer-deal .dropdown .dropdown-menu ul.dropdown-menu li:last-child .dropdown-item::before {
    margin-bottom: 0px;
}

.new-design-armslist .product-list-section .filter-list {
    background-color: #f9f9f9;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 10px;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .filter-list {
        padding: 16px 15px 6px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .product-list-section .filter-list {
        padding: 16px 0px 10px 15px;
    }
}

.new-design-armslist .product-list-section .filter-list .deselect {
    color: #4B6719;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.48px;
    min-width: 80px;
}

    .new-design-armslist .product-list-section .filter-list .deselect:hover {
        color: #101010;
    }

.new-design-armslist .product-list-section .filter-list .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .filter-list .container {
        gap: 15px;
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .filter-list .container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.new-design-armslist .product-list-section .filter-list .container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media only screen and (max-width: 1366px) {
    .new-design-armslist .product-list-section .filter-list .container ul {
        gap: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .filter-list .container ul {
        max-width: 98%;
        text-wrap: nowrap;
    }
}

.new-design-armslist .product-list-section .filter-list .container ul .form-group {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .filter-list .container ul .form-group {
        font-size: 14px;
        line-height: 22px;
    }
}

.new-design-armslist .product-list-section .filter-list .container ul .form-group label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #101010;
    font-family: "DM Sans", sans-serif;
}

    .new-design-armslist .product-list-section .filter-list .container ul .form-group label::before {
        content: "";
        appearance: none;
        -webkit-appearance: none;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin-right: 8px;
        border: 1px solid #707070;
    }

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .filter-list .container ul .form-group label::before {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-right: 5px;
    }
}

.new-design-armslist .product-list-section .filter-list .container ul .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

    .new-design-armslist .product-list-section .filter-list .container ul .form-group input:checked {
        background-color: #4B6719;
    }

.new-design-armslist .product-list-section .filter-list .container ul .form-group::placeholder, .new-design-armslist .product-list-section .filter-list .container ul .form-group::-webkit-input-placeholder {
    vertical-align: middle;
}

.new-design-armslist .product-list-section .filter-list .container ul .form-group input:checked + label::before {
    background-color: #4B6719;
}

.new-design-armslist .product-list-section .filter-list .container ul .form-group input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .filter-list .container ul .form-group input:checked + label::after {
        top: 2px;
        left: 7px;
    }
}

.new-design-armslist .product-list-section .product-list-view {
    padding: 80px 0;
}

@media only screen and (max-width: 1366px) {
    .new-design-armslist .product-list-section .product-list-view {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .product-list-view {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view {
        padding: 30px 0;
    }
}

.new-design-armslist .product-list-section .product-list-view .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .product-list-view .container {
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container {
        flex-direction: column-reverse;
        gap: 30px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side {
    flex: 0 0 calc(75% - 15px);
    max-width: calc(75% - 15px);
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side {
        flex: 0 0 calc(78% - 10px);
        max-width: calc(78% - 10px);
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side {
        flex: 0 0 calc(70% - 10px);
        max-width: calc(70% - 10px);
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side {
    /*--------- 1 - 20 Of 1364 results in all categories --------*/
}

    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards {
        gap: 20px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    position: relative;
    border: 0;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card {
        max-width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card {
        padding-top: 100px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img {
    position: absolute;
    left: 0px;
    bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #101010;
    font-family: "DM Sans", sans-serif;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img {
        bottom: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img {
        bottom: 21px;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img {
        top: 0;
        left: 10px;
        right: 10px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img picture {
    width: 234px;
    height: 174px;
    border-radius: 20px;
}

@media only screen and (max-width: 1366px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img picture {
        width: 212px;
    }
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img picture {
        width: 184px;
        height: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img picture {
        width: 160px;
        height: 140px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img picture {
        width: 142px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img picture {
        width: 164px;
        height: 154px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img picture {
        width: 100%;
        height: 200px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img p {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img p {
        padding: 4px 8px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img a.review {
    position: absolute;
    top: 8px;
    right: 8px;
}

    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img a.review .star-icon {
        width: 18px;
        height: 18px;
    }

        .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .featured-img a.review .star-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content {
    width: calc(100% - 115px);
    background: #f9f9f9;
    border: 1px solid rgba(16, 16, 16, 0.051);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 18px 16px 18px 133px;
    margin-left: 115px;
}

@media only screen and (max-width: 1366px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content {
        margin-left: 96px;
        width: calc(100% - 96px);
    }
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content {
        margin-left: 80px;
        width: calc(100% - 80px);
        padding: 12px 12px 12px 115px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content {
        margin-left: 55px;
        width: calc(100% - 55px);
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content {
        margin-left: 40px;
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content {
        padding: 20px 20px 20px 142px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content {
        padding: 70px 15px 15px 15px;
        margin-left: 0px;
        width: 100%;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .vendore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .vendore h3 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #101010;
        margin-bottom: 0;
        font-family: "DM Sans", sans-serif;
    }

    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .vendore .vendore-info {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 3px 8px;
        background: #f9f9f9;
        border: 1px solid rgba(16, 16, 16, 0.2);
        border-radius: 24px;
    }

        .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .vendore .vendore-info span {
            font-size: 12px;
            line-height: 14px;
            font-weight: 500;
            color: #101010;
            font-family: "DM Sans", sans-serif;
        }

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .vendore-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #4B6719;
    margin-bottom: 13px;
    font-family: "Oswald", sans-serif;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .vendore-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        min-height: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .vendore-title {
        min-height: inherit;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .price {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #101010;
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .price {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .location {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(16, 16, 16, 0.5019607843);
    font-family: "DM Sans", sans-serif;
}

    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .location .location-icon {
        display: inline-block;
        vertical-align: top;
    }

    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .location p {
        display: inline-block;
    }

        .new-design-armslist .product-list-section .product-list-view .container .featured-card-side.all-categories .cat-cards .cat-card .card-inner-content .location p span {
            color: rgba(16, 16, 16, 0.8);
        }

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list {
        row-gap: 30px;
        column-gap: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list {
        row-gap: 20px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item {
    flex: 0 0 calc(33.33% - 20px);
    width: calc(33.33% - 20px);
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item {
        flex: 0 0 calc(33.33% - 14px);
        width: calc(33.33% - 14px);
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item {
        flex: 0 0 100%;
        width: 100%;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img {
    display: block;
    position: relative;
    padding-bottom: 72.51%;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 14px;
    background-color: #f9f9f9;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img {
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img {
        padding-bottom: 64%;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img {
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img {
        padding-bottom: 54%;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img picture {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .featured-card-img:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    40% {
        opacity: 1;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    40% {
        opacity: 1;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item span {
    display: block;
    color: #4B6719;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 13px;
}

@media (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item span {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .fci-list-data {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .fci-list-data {
        margin-bottom: 10px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .fci-list-data li {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .fci-list-data li::before {
        content: "";
        width: 1px;
        height: 11px;
        border-left: 1px solid rgba(16, 16, 16, 0.2);
        position: absolute;
        top: 0;
        bottom: 0;
        right: -12px;
        margin: auto 0;
    }

    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .fci-list-data li:last-child::before {
        display: none;
    }

    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .fci-list-data li picture img {
        width: 18px;
        min-width: 18px;
    }

    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item .fci-list-data li small {
        color: rgba(16, 16, 16, 0.5);
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item strong {
    display: block;
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item strong {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item strong {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .featured-card-list .featured-card-item strong {
        font-size: 18px;
        line-height: 26px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .featured-card-side .al-pagination {
    margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .al-pagination {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .featured-card-side .al-pagination {
        margin-top: 30px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter {
        flex: 0 0 calc(22% - 10px);
        max-width: calc(22% - 10px);
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter {
        flex: 0 0 calc(30% - 10px);
        max-width: calc(30% - 10px);
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter {
    background-color: #f9f9f9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 23px 16px 30px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter {
        padding: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter {
        padding: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter {
        margin-bottom: 12px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter .side-title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.18px;
    color: #101010;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter .side-subtitle {
    letter-spacing: 0.48px;
    color: #4b6719;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search {
    position: relative;
    margin-bottom: 43px;
}

@media only screen and (max-width: 1366px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search {
        margin-bottom: 0px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search input {
    padding: 12px 18px 12px 50px;
    background: #fff;
    color: #101010;
    border: 1px solid #101010;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search input::placeholder {
        font-size: 14px;
        color: #101010;
        vertical-align: middle;
    }

    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search input:focus {
        box-shadow: none;
    }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search input {
        padding: 12px 12px 12px 44px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search input {
        padding: 10px 10px 10px 40px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search svg {
    position: absolute;
    left: 18px;
    top: 12px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search svg {
        height: 18px;
        width: 18px;
        left: 15px;
        top: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .has-search svg {
        top: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
}

    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown:last-child {
        margin-bottom: 0;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown {
        margin-bottom: 0;
        width: calc(50% - 6px);
        min-width: calc(50% - 6px);
        max-width: calc(50% - 6px);
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown {
        width: calc(100% - 0px);
        min-width: calc(100% - 0px);
        max-width: calc(100% - 0px);
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu {
    margin-top: 4px !important;
    padding: 0;
    max-height: 324px !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu {
        margin-top: 0px !important;
        padding: 16px 0;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu {
        padding: 20px 0;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li {
    padding: 0 16px;
    margin-bottom: 18px;
}

    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li:last-child {
        margin-bottom: 0;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li {
        padding: 0 18px;
        margin-bottom: 15px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    color: #000;
}

    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item:focus, .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item:hover, .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item:active {
        background-color: #fff;
        color: #000;
    }

    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item::before {
        content: "";
        appearance: none;
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        height: 20px;
        width: 20px;
        min-width: 20px;
        margin-right: 15px;
    }

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li .dropdown-item::before {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        height: 20px;
        width: 20px;
        min-width: 20px;
        margin-right: 10px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li .selected .check-mark {
    left: 24px;
    top: 5px;
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li .selected .bs-ok-default::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -1px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li .selected .bs-ok-default::after {
        top: -1px;
        left: 1px;
        width: 6px;
        height: 10px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li .selected::before {
    background-color: #4B6719;
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li span.text {
    margin-right: 0px !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #101010;
    font-family: "DM Sans", sans-serif;
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown .dropdown-menu ul.dropdown-menu li:last-child .dropdown-item::before {
    margin-bottom: 0px;
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .serch-location-filter .filter-wrap .dropdown.store {
    margin-bottom: 0;
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .side-add {
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .side-add {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .side-add {
        display: none;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .side-add:last-child {
    margin-bottom: 0px;
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter a.earn-points {
    max-width: 330px;
    width: 100%;
    padding: 11px;
    text-align: center;
    border: 1px dashed #4B6719;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #4B6719;
    font-family: "DM Sans", sans-serif;
    transition: all 0.3s ease-in-out;
    margin: 16px auto 16px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter a.earn-points {
        padding: 8px;
        line-height: 20px;
        margin: 12px auto;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter a.earn-points {
        gap: 10px;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter a.earn-points:hover {
    color: #fff;
    background-color: #4B6719;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .product-list-section .product-list-view .container .side-filter .ads {
        display: none;
    }
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .ads picture {
    margin-top: 8px;
}

.new-design-armslist .product-list-section .product-list-view .container .side-filter .ads iframe {
    width: 100%;
    border: none;
    vertical-align: middle;
    margin-top: 16px;
}

.new-design-armslist .product-list-section .product-list-view .dropdown {
    max-width: 353px;
    width: 100%;
}

    .new-design-armslist .product-list-section .product-list-view .dropdown .dropdown-toggle {
        font-family: "DM Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        border: 1px solid rgba(16, 16, 16, 0.2);
        background-color: #fff;
        color: #000;
        padding: 12px 40px 12px 18px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .product-list-section .product-list-view .dropdown .dropdown-toggle {
        padding: 10px 35px 10px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .product-list-section .product-list-view .dropdown .dropdown-toggle {
        padding: 8px 35px 8px 12px;
    }
}

.new-design-armslist .product-list-section .product-list-view .dropdown .dropdown-toggle.bs-placeholder:hover {
    color: #101010;
}

.new-design-armslist .product-list-section .product-list-view .dropdown .dropdown-toggle:focus {
    outline: none !important;
}

.new-design-armslist .product-list-section .product-list-view .dropdown .dropdown-toggle::after {
    width: 15px;
    position: absolute;
    height: 8px;
    border: none;
    padding: 0;
    margin: 0;
    background: url(../images/new_signup/dropdown-arrow.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.new-design-armslist .product-list-section .product-list-view .dropdown .dropdown-toggle.show::after {
    transform: rotateX(180deg);
}

.new-design-armslist .product-list-section .product-list-view .dropdown .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #101010;
    font-family: "DM Sans", sans-serif;
}

.new-design-armslist .advertising-section {
    padding: 100px 0px;
    overflow: hidden;
}

@media only screen and (max-width: 1366px) {
    .new-design-armslist .advertising-section {
        padding: 80px 0px;
    }
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .advertising-section {
        padding: 70px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .advertising-section {
        padding: 60px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .advertising-section {
        padding: 45px 0px;
    }
}

.new-design-armslist .advertising-section ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .advertising-section ul {
        justify-content: center;
    }
}

.new-design-armslist .advertising-section ul li {
    max-width: calc(33.33% - 14px);
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .advertising-section ul li {
        max-width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .advertising-section ul li {
        max-width: 100%;
    }
}

.new-design-armslist .advertising-section ul li img {
    max-width: 300px;
    width: 100%;
    height: fit-content;
}

.new-design-armslist .range-slide {
    position: relative;
    margin: 19px 0px;
    height: 4px;
    width: 100%;
}

    .new-design-armslist .range-slide .slide {
        position: absolute;
        top: 0;
        height: 8px;
        background: rgba(16, 16, 16, 0.2);
        left: 8px;
        right: 8px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .new-design-armslist .range-slide .line {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0;
        height: 8px;
        background-color: #4B6719;
    }

    .new-design-armslist .range-slide .thumb {
        position: absolute;
        z-index: 2;
        text-align: left;
        border: 2px solid #fff;
        background-color: #4B6719;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        outline: none;
        top: -5px;
        height: 18px;
        width: 18px;
        margin-left: -9px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.161);
    }

    .new-design-armslist .range-slide input {
        -webkit-appearance: none;
        appearance: none;
        position: absolute;
        pointer-events: none;
        z-index: 3;
        height: 3px;
        top: 0;
        width: 100%;
        opacity: 0;
        margin: 0;
    }

        .new-design-armslist .range-slide input::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            pointer-events: all;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            cursor: pointer;
            width: 18px;
            height: 18px;
        }

.new-design-armslist .display {
    display: flex;
    gap: 8px;
}

    .new-design-armslist .display span {
        font-size: 16px;
        line-height: 21px;
        color: #101010;
        font-weight: 600;
    }

.new-design-armslist .choose-account-section {
    padding: 50px 0 80px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section {
        padding: 40px 0 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .choose-account-section {
        padding: 30px 0 60px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section {
        padding: 30px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section {
        padding: 30px 0 40px;
    }
}

.new-design-armslist .choose-account-section .section-title {
    text-align: center;
    color: #101010;
    letter-spacing: 0.42px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .section-title {
        margin-bottom: 24px;
    }
}

.new-design-armslist .choose-account-section .account-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 19px;
    max-width: 1100px;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .choose-account-section .account-btns {
        gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .account-btns {
        flex-direction: column;
    }
}

.new-design-armslist .choose-account-section .account-btns .links-btn {
    background-color: #f9f9f9;
    padding: 3px 3px 3px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 48px;
    font-size: 16px;
    line-height: 21px;
    font-family: "DM Sans", sans-serif;
    color: #000;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .choose-account-section .account-btns .links-btn {
        gap: 10px;
        padding: 3px 3px 3px 16px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .account-btns .links-btn {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .choose-account-section .account-btns .links-btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .choose-account-section .account-btns .links-btn .button.show-now-btn {
        padding: 8px 12px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .account-btns .links-btn .button.show-now-btn {
        padding: 6px 12px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .account-btns .links-btn .button.show-now-btn {
        min-width: 132px;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .choose-account-section .account-btns .links-btn .button.show-now-btn {
        font-size: 14px;
    }
}

.new-design-armslist .choose-account-section .close-btn {
    position: absolute;
    top: -12px;
    right: -10px;
    background-color: #fff;
    height: 24px;
    width: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0784313725);
}

@media only screen and (max-width: 375px) {
    .new-design-armslist .choose-account-section .close-btn {
        right: -4px;
    }
}

@media (max-width: 767px) {
    .new-design-armslist .choose-account-section .close-btn {
        top: -8px;
        right: 0;
    }
}

.new-design-armslist .choose-account-section .primary_button {
    padding: 11px 20px;
}

.new-design-armslist .choose-account-section .coupon-box {
    background-color: #f9f9f9;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 594px;
    width: 100%;
    margin: 30px auto 50px;
    border-radius: 16px;
    padding: 13px 24px;
    position: relative;
}

    .new-design-armslist .choose-account-section .coupon-box .coupon-msg {
        flex: 1;
    }

        .new-design-armslist .choose-account-section .coupon-box .coupon-msg label {
            font-size: 12px;
            line-height: 20px;
        }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .coupon-box {
        margin: 24px auto 40px;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .choose-account-section .coupon-box {
        margin: 24px auto 30px;
        gap: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .choose-account-section .coupon-box {
        flex-wrap: wrap;
        justify-content: center;
    }

        .new-design-armslist .choose-account-section .coupon-box .coupon-msg {
            max-width: 100%;
            min-width: 100%;
            flex: auto;
        }

        .new-design-armslist .choose-account-section .coupon-box .coupon-feild {
            max-width: 100%;
            min-width: 100%;
        }

        .new-design-armslist .choose-account-section .coupon-box .button.show-now-btn {
            width: 40%;
        }
}

@media only screen and (max-width: 375px) {
    .new-design-armslist .choose-account-section .coupon-box {
        align-items: center;
        gap: 10px;
        padding: 10px 15px;
    }
}

.new-design-armslist .choose-account-section .coupon-box .coupon-feild {
    flex: 1;
    padding: 12px 24px;
    margin: 0 !important;
    width: 100%;
    border-radius: 26px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 18px;
    color: rgba(16, 16, 16, 0.4);
    max-width: 100%;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .choose-account-section .coupon-box .coupon-feild {
        padding: 10px 20px;
    }
}

.new-design-armslist .choose-account-section .coupon-box .coupon-feild:focus {
    color: #101010;
    border: 1px solid #4B6719;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .choose-account-section .coupon-box .button.show-now-btn {
        padding: 8px 12px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .coupon-box .button.show-now-btn {
        padding: 6px 12px;
    }
}

.new-design-armslist .choose-account-section .view-box {
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    max-width: 1030px;
    margin: 30px auto 50px;
    border-radius: 16px;
    padding: 20px 24px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: black;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .view-box {
        margin: 24px auto 40px;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .choose-account-section .view-box {
        width: calc(100% - 10px);
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .choose-account-section .view-box {
        margin: 24px auto 30px;
        gap: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .choose-account-section .view-box {
        flex-direction: column;
    }
}

.new-design-armslist .choose-account-section .view-box p {
    margin-bottom: 9px;
    font-weight: 400;
}

    .new-design-armslist .choose-account-section .view-box p strong {
        font-size: 16px;
        line-height: 21px;
        font-weight: 600;
    }

    .new-design-armslist .choose-account-section .view-box p:last-child {
        margin-bottom: 0px;
    }

    .new-design-armslist .choose-account-section .view-box p a {
        color: #4B6719;
        text-decoration: underline;
        font-weight: 500;
    }

@media only screen and (max-width: 1199px) {
    .new-design-armslist .choose-account-section .view-box .button.show-now-btn {
        padding: 8px 12px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .view-box .button.show-now-btn {
        padding: 6px 12px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .view-box .close-btn {
        right: 0;
    }
}

.new-design-armslist .choose-account-section .account-type-box {
    display: flex;
    gap: 30px;
    padding-top: 20px;
    max-width: 1030px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .choose-account-section .account-type-box {
        gap: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .account-type-box {
        gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .account-type-box {
        flex-direction: column;
        row-gap: 50px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box {
    display: flex;
    flex-direction: column;
    width: 50%;
    border-radius: 24px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box {
        width: 100%;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box.account-box-green {
    background-color: #4B6719;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box.account-box-green .personal-btn {
        max-width: 400px;
        margin: 0 auto;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box.account-box-black {
    background-color: #101010;
}

.new-design-armslist .choose-account-section .account-type-box .account-box .title {
    background-color: #101010;
    font-size: 18px;
    letter-spacing: 2.7px;
    color: #FFFF81;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    max-width: 340px;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    margin: -22px auto 0;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5019607843);
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .title {
        font-size: 16px;
        max-width: 280px;
    }
}

@media only screen and (max-width: 359px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .title {
        font-size: 16px;
        max-width: 245px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 56px 32px 32px;
    border-radius: 24px;
    text-align: center;
    margin: -22px 0 0;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box {
        padding: 46px 28px 28px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box {
        padding: 40px 20px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box {
        padding: 34px 20px 20px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box h4 {
    font-size: 22px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box h4.discount-value {
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 3px;
    color: #fff;
    text-decoration: line-through;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box h4.discount-value {
        line-height: 26px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box h2 {
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box h2 {
        font-size: 20px;
        line-height: 32px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .vender-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .vender-btns {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .vender-btns {
        flex-direction: row;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .vender-btns {
        flex-direction: column;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .vender-btns .personal-btn {
    width: 50%;
    padding: 15px 20px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .vender-btns .personal-btn {
        padding: 12px 24px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .vender-btns .personal-btn {
        padding: 10px 20px;
        width: 100%;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 36px;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn {
        padding: 12px 24px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn {
        padding: 10px 20px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn span {
    color: #101010;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    display: inline-block;
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn strong {
    color: #101010;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    white-space: nowrap;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn picture {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 375px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn picture {
        margin: 0 10px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn:hover {
    color: #101010;
}

.new-design-armslist .choose-account-section .account-type-box .account-box .included-featured {
    padding: 32px;
    color: #fff;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .included-featured {
        padding: 28px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .included-featured {
        padding: 24px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .included-featured {
        padding: 20px 20px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .included-featured .included-title {
    margin-bottom: 25px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .included-featured .included-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .included-featured .included-title {
        margin-bottom: 16px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .included-featured .included-title h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.new-design-armslist .choose-account-section .account-type-box .account-box .included-featured .included-content {
    font-size: 16px;
    line-height: 21px;
    font-family: "DM Sans", sans-serif;
}

    .new-design-armslist .choose-account-section .account-type-box .account-box .included-featured .included-content li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 16px;
        font-weight: 400;
    }

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .included-featured .included-content li {
        margin-bottom: 12px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .included-featured .included-content li:last-child {
    margin-bottom: 0;
}

.new-design-armslist .choose-account-section .account-type-box .account-box .included-featured .included-content li::before {
    background: url(../../images/new_signup/checkoutline.svg) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    height: 16px;
    width: 16px;
}

.new-design-armslist .choose-account-section .account-type-box .account-box .included-text {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 24px 0 32px;
    margin: 0 32px;
    margin-top: auto;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .included-text {
        padding: 20px 0 28px;
        margin: 0 28px;
        margin-top: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .included-text {
        padding: 20px 0 20px;
        margin: 0 20px;
        margin-top: auto;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .choose-account-section .account-type-box .account-box .included-text {
        padding: 15px 0 15px;
    }
}

.new-design-armslist .choose-account-section .account-type-box .account-box .included-text a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

.new-design-armslist {
    /*  =========== premium-personal-section ============ */
}

    .new-design-armslist .premium-personal {
        padding: 50px 0 80px;
    }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .premium-personal {
        padding: 40px 0 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .premium-personal {
        padding: 30px 0 60px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal {
        padding: 30px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal {
        padding: 30px 0 40px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .premium-personal {
        padding: 30px 0;
    }
}

.new-design-armslist .premium-personal .premium-personal-content h2 {
    margin-bottom: 59px;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .premium-personal .premium-personal-content h2 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .premium-personal .premium-personal-content h2 {
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content h2 {
        margin-bottom: 40px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content h2::before {
    content: "";
    height: 2px;
    max-width: 1030px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(75, 103, 25) 50%, rgb(255, 255, 255) 100%);
    border-radius: 16px;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.new-design-armslist .premium-personal .premium-personal-content h2 span {
    color: #4b6719;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 43px;
    overflow: auto;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step-list {
        margin-bottom: 38px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step-list {
        margin-bottom: 30px;
        gap: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step-list {
        justify-content: space-between;
        margin-bottom: 24px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step-list::-webkit-scrollbar {
    width: 6px;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step-list::-webkit-scrollbar:horizontal {
        height: 4px;
    }

.new-design-armslist .premium-personal .premium-personal-content .ppc-step-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c4c4c4;
    cursor: pointer;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step-list .ppc-step-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(16, 16, 16, 0.6);
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    white-space: nowrap;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step-list .ppc-step-item {
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step-list .ppc-step-item {
        flex-direction: column;
        gap: 6px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step-list .ppc-step-item .ppc-no {
    width: 43px;
    min-width: 43px;
    height: 43px;
    border: 1px solid rgba(16, 16, 16, 0.2);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    -o-border-radius: 43px;
    color: #4B6719;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step-list .ppc-step-item .ppc-no {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step-list .ppc-step-item .ppc-no {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step-list .ppc-step-item .ppc-no::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    -o-border-radius: 43px;
    background: url(../../images/new_signup/check-mark-green.svg) center no-repeat #fff;
    background-size: 17px;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    margin: auto;
    z-index: 1;
    display: none;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step-list .ppc-step-item.ppc-active {
    color: #101010;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step-list .ppc-step-item.ppc-active .ppc-no {
        color: #fff;
        background-color: #4B6719;
    }

.new-design-armslist .premium-personal .premium-personal-content .ppc-step-list .ppc-step-item.ppc-done .ppc-no::before {
    display: block;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step1 .login-info-form .form-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 30px;
    margin-bottom: 35px;
}

#VerificationCode-error {
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step1 .login-info-form .form-listing {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step1 .login-info-form .form-listing {
        gap: 20px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step1 .login-info-form .form-listing .form-group {
    width: calc(50% - 15px);
}



@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step1 .login-info-form .form-listing .form-group {
        width: 100%;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step1 .login-info-form .form-listing .form-group.checkbox {
    font-weight: 400;
    line-height: 20px;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step1 .login-info-form .form-listing .form-group.checkbox label::after {
        top: 4px;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step1 .login-info-form .form-listing .form-group.checkbox label::after {
        top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step1 .login-info-form .form-listing .form-group.checkbox label::after {
        top: 2px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section .form-title {
        text-align: center;
        margin-bottom: 17px;
    }

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section p {
        margin-bottom: 32px;
    }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section p {
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section p {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section p {
        margin-bottom: 20px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section .form-listing {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section .form-listing {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section .form-listing {
        margin-bottom: 16px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section .form-listing .form-group {
    width: 100%;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section .next-stap p {
    margin-bottom: 0;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 h3.ft-one {
    text-align: center;
    margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 h3.ft-one {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 h3.ft-one {
        margin-bottom: 16px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 h3.ft-two {
    margin-bottom: 9px;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form {
    max-width: 1030px;
    margin: 0 auto;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content {
        margin-bottom: 43px;
        padding: 8px;
        background-color: #f9f9f9;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        display: flex;
        /*align-items: center;*/
        gap: 30px;
    }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content {
        margin-bottom: 38px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content {
        gap: 20px;
        flex-direction: column;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left {
    background: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 24px;
    text-align: center;
    flex: 1;
    max-width: 461px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left {
        padding: 20px;
    }
}

@media only screen and (max-width: 820px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left {
        max-width: 330px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left {
        padding: 15px;
        max-width: 100%;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left h4 {
    max-width: 260px;
    width: 100%;
    border: 1px solid rgba(16, 16, 16, 0.2);
    text-align: center;
    padding: 10px 24px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2.7px;
    margin: 0 auto 26px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left h4 {
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left h4 {
        margin: 0 auto 15px;
        font-size: 16px;
        line-height: 22px;
        padding: 8px 18px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left .main-price {
    color: rgba(16, 16, 16, 0.5);
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 11px;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left .main-price {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 1767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left .main-price {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 6px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left .discount-price {
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 17px;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left .discount-price {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left .discount-price {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-left .coupon-label {
    color: #4B6719;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 16px;
    display: block;
    max-width: fit-content;
    margin: 0 auto;
    background-color: rgba(75, 103, 25, 0.1);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right {
    flex: 1;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right {
        gap: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right {
        gap: 10px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right .bdc-col-1 {
    width: 100%;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right .bdc-col-1.credit-card-field {
        position: relative;
    }

        .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right .bdc-col-1.credit-card-field input {
            padding-left: 54px;
        }

        .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right .bdc-col-1.credit-card-field .credit-card-img-wrap {
            width: 22px;
            height: 16px;
            position: absolute;
            top: 0;
            left: 16px;
            bottom: 0;
            margin: auto 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right .bdc-col-1.credit-card-field .credit-card-img-wrap img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right .bdc-col-2 {
    width: calc(50% - 12px);
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right .bdc-col-2 {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right .bdc-col-2 {
        width: calc(50% - 5px);
    }
}

@media only screen and (max-width: 375px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-content .bdc-right .bdc-col-2 {
        width: 100%;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .bdd-mb-24 {
    margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .bdd-mb-24 {
        margin-bottom: 20px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .terms-details-text {
    padding: 24px 0 24px 24px;
    background-color: #f9f9f9;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .terms-details-text {
        padding: 20px 0 20px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .terms-details-text {
        padding: 15px 0 15px 15px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .terms-details-text .tdt-data {
    max-height: 216px;
    overflow-y: auto;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .terms-details-text .tdt-data::-webkit-scrollbar {
        width: 3px;
    }

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .terms-details-text .tdt-data::-webkit-scrollbar-thumb {
        background-color: #101010;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .terms-details-text .tdt-data::-webkit-scrollbar-track {
        background-color: rgba(75, 103, 25, 0.1);
    }

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .terms-details-text .sub-medium-title {
    margin-bottom: 12px;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .billing-details-data .terms-details-text p {
    margin-bottom: 30px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer {
        flex-direction: column;
        row-gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .checkbox {
        width: 100%;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .checkbox .section-text p {
    margin: 0;
    padding: 0;
    color: #101010;
    font-size: 16px;
    line-height: 25px;
    font-family: "DM Sans", sans-serif;
}

@media (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .checkbox .section-text p {
        line-height: 22px;
    }
}

@media (max-width: 479px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .checkbox .section-text p {
        line-height: 20px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .checkbox .section-text a {
    color: #4B6719;
    display: inline-block;
    margin-left: 6px;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .checkbox .section-text::before {
    margin-top: 0;
    margin-right: 14px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .checkbox .section-text::before {
        margin-right: 10px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .checkbox .section-text::after {
    top: 4px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .checkbox .section-text::after {
        top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .checkbox .section-text::after {
        top: 2px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step3 .billing-details-form .bdf-footer .primary_button {
    border: 1px solid #4B6719;
    min-width: 217px;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section {
    background-color: #f9f9f9;
    padding: 8px 30px 8px 8px;
    display: flex;
    gap: 30px;
    max-width: 1029px;
    margin: 0 auto;
    border-radius: 24px;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section {
        padding: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section {
        gap: 20px;
        flex-direction: column;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info {
    max-width: 461px;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #101010;
    padding: 24px;
    border-radius: 16px;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info.continue-form {
        max-width: 100%;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info {
        padding: 20px;
    }
}

@media only screen and (max-width: 820px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info {
        max-width: 390px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info {
        padding: 15px;
        max-width: 100%;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .address {
    margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .address {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .address {
        margin-bottom: 16px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .address p {
    margin-bottom: 8px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .address p {
        margin-bottom: 4px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info p {
    margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info p {
        margin-bottom: 16px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .form-listing {
    margin-bottom: 0;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .form-listing .checkbox label {
        align-items: center;
        font-weight: 400;
        line-height: 25px;
    }

@media (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .form-listing .checkbox label {
        line-height: 20px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .form-listing .checkbox label::before {
    margin-top: 0;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .form-listing .checkbox label::after {
    top: 4px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .form-listing .checkbox label::after {
        top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .add-info .form-listing .checkbox label::after {
        top: 2px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .bill-add {
    flex: 1;
    padding-top: 18px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .bill-add {
        padding-top: 12px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .bill-add .form-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .bill-add .form-listing {
        gap: 16px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .bill-add .form-listing .form-group {
    width: 100%;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .bill-add .next-stap {
    justify-content: end;
    margin-top: 24px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .bill-add .next-stap {
        justify-content: center;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step4 .step-four-section .bill-add .next-stap .primary_button {
    border: 1px solid #4B6719;
    min-width: 217px;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section {
   /* max-width: 482px;*/
    margin: 0 auto;
    text-align: center;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .form-title {
        margin-bottom: 17px;
    }

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section p {
        margin-bottom: 24px;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section p {
        margin-bottom: 16px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section p.sfs-mb0 {
    margin-bottom: 0px;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section p a {
    color: #4B6719;
    text-decoration: underline;
    font-weight: 500;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs {
    display: flex;
    justify-content: center;
     flex-wrap: wrap;   
    gap: 10px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs {
        flex-direction: column;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs .completed-box {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(16, 16, 16, 0.6);
    border: 1px solid rgba(16, 16, 16, 0.2);
    border-radius: 8px;
    max-width: 210px;
    width: 100%;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs .completed-box.pending img {
        filter: brightness(0) saturate(100%) invert(43%) sepia(36%) saturate(5016%) hue-rotate(342deg) brightness(100%) contrast(98%);
    }

@media only screen and (max-width: 479px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs .completed-box {
        padding: 10px;
        max-width: 100%;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs .completed-box picture {
    margin-bottom: 6px;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs .completed-box p strong {
    font-weight: 600;
    color: #101010;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs .completed-box p {
    margin-bottom: 6px;
}

    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .confirm-boxs .completed-box p:last-child {
        margin-bottom: 0px;
    }

.new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .dashboard-button {
    margin: 0 auto 24px;
    color: #101010;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .dashboard-button {
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .dashboard-button {
        margin: 0 auto 16px;
    }
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step5 .step-five-section .dashboard-button:hover {
    color: #fff;
}

.new-design-armslist .premium-personal.account-login .login-form {
    max-width: 420px;
    margin: 0 auto;
}

    .new-design-armslist .premium-personal.account-login .login-form .form-group.mb24 {
        margin-bottom: 24px;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal.account-login .login-form .form-group.mb24 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal.account-login .login-form .form-group.mb24 {
        margin-bottom: 16px;
    }
}

.new-design-armslist .premium-personal.account-login .login-form .forgot-password {
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal.account-login .login-form .forgot-password {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal.account-login .login-form .forgot-password {
        margin-bottom: 16px;
    }
}

.new-design-armslist .premium-personal.account-login .login-form .login-button {
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .premium-personal.account-login .login-form .login-button {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .premium-personal.account-login .login-form .login-button {
        margin-bottom: 16px;
    }
}

.new-design-armslist .premium-personal.account-login .login-form p {
    text-align: center;
}

.new-design-armslist {
    /*  =========== dashboard-section ============ */
}

    .new-design-armslist .dashboard-section {
        padding: 20px 0 80px;
    }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section {
        padding: 20px 0 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section {
        padding: 20px 0 60px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .dashboard-section {
        padding: 20px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section {
        padding: 20px 0 40px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .dashboard-section {
        padding: 20px 0 30px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper {
        gap: 30px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar {
    background: linear-gradient(180deg, #101010 0%, #243900 100%);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 16px 12px;
    min-width: 229px;
    height: 100%;
    position: sticky;
    top: 90px;
    z-index: 99;
}

@media (max-width: 991px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar {
        display: none;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item {
    margin-bottom: 4px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 8px 4px 8px 12px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .dashboard-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .dashboard-toggle .di-toggle-button {
            border: none;
            background: none;
            margin-right: 7px;
        }

            .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .dashboard-toggle .di-toggle-button picture {
                display: inline-block;
            }

                .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .dashboard-toggle .di-toggle-button picture .arrow-img {
                    max-width: 12px;
                    min-width: 12px;
                    height: 6px;
                    width: 100%;
                    height: 100%;
                    transition: all 0.5s linear;
                    -webkit-transition: all 0.5s linear;
                    -moz-transition: all 0.5s linear;
                    -ms-transition: all 0.5s linear;
                    -o-transition: all 0.5s linear;
                    opacity: 0.6;
                }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item:last-child {
        margin-bottom: 0;
    }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .dashboard-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: rgba(255, 255, 255, 0.6);
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        position: relative;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .dashboard-link:hover {
            color: #fff;
        }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .dashboard-link .inbox-no {
            background-color: rgba(255, 255, 255, 0.2);
            width: 28px;
            height: 28px;
            border-radius: 28px;
            -webkit-border-radius: 28px;
            -moz-border-radius: 28px;
            -ms-border-radius: 28px;
            -o-border-radius: 28px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto 0;
        }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .dashboard-link:has(.inbox-no) {
            padding-right: 36px;
        }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item.di-select {
        background-color: #4B6719;
    }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item.di-select .dashboard-link {
            color: #fff;
        }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item.dashboard-item-active {
        background-color: #4B6719;
    }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item.dashboard-item-active .dashboard-toggle .di-toggle-button picture .dashboard-link {
            color: #fff;
        }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item.dashboard-item-active .arrow-img {
            transform: rotateX(180deg);
            -webkit-transform: rotateX(180deg);
            -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
            -o-transform: rotateX(180deg);
            opacity: 1;
        }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item.dashboard-item-active .inner-dashboard-list {
            height: max-content;
            padding: 8px 0 4px;
        }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .inner-dashboard-list {
        height: 0;
        overflow: hidden;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .inner-dashboard-list .inner-dashboard-item {
            margin-bottom: 10px;
        }

            .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .inner-dashboard-list .inner-dashboard-item:last-child {
                margin-bottom: 0;
            }

            .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .inner-dashboard-list .inner-dashboard-item .inner-dashboard-link {
                color: rgba(255, 255, 255, 0.6);
                font-family: "DM Sans", sans-serif;
                font-weight: 500;
                font-size: 15px;
                line-height: 20px;
            }

                .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .inner-dashboard-list .inner-dashboard-item .inner-dashboard-link:hover, .new-design-armslist .dashboard-section .dashboard-wrapper .dashboard-sidebar .dashboard-list .dashboard-item .inner-dashboard-list .inner-dashboard-item .inner-dashboard-link.idl-active {
                    color: #fff;
                }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side {
    max-width: 971px;
    flex: 1;
    width: calc(100% - 270px);
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content {
        display: flex;
        gap: 24px;
    }

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content {
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content {
        flex-direction: column;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content {
    width: calc(100% - 332px);
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content {
        width: calc(100% - 321px);
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content {
        width: 100%;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .dash-slider {
    width: 100%;
    height: 142px;
    margin-bottom: 24px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .dash-slider .dashSwiper {
        border-radius: 16px;
    }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .dash-slider .swiper-slide {
        text-align: center;
        background: #fff;
        height: 142px;
        background-repeat: no-repeat !important;
        border-radius: 16px;
        background-size: cover !important;
        padding: 18px;
    }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .dash-slider .swiper-slide .title-info {
            margin-bottom: 9px;
            color: #fff;
            text-align: center;
        }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .dash-slider .swiper-slide .primary_button {
            padding: 11px 20px;
            margin: 0 auto;
        }

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .dash-slider .swiper-slide .primary_button {
        padding: 8px 18px;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .dash-slider .swiper-slide .primary_button {
        padding: 5px 15px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .dash-slider .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .dash-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info {
        gap: 16px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info,
.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
    border-radius: 16px;
    padding: 20px 16px;
    width: calc(50% - 12px);
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info,
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info,
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box {
        width: 100%;
        padding: 16px;
        border-radius: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info,
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info,
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box {
        width: 100%;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .title-info,
.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box .title-info {
    margin-bottom: 17px;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .title-info,
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box .title-info {
        margin-bottom: 12px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .info-list,
.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box .info-list {
    margin-bottom: 16px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .info-list li,
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box .info-list li {
        display: flex;
        align-items: center;
        gap: 17px;
        padding: 9px 0px;
        border-bottom: 1px dashed rgba(16, 16, 16, 0.2);
        color: #101010;
        font-family: "DM Sans", sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        word-break: break-word;
    }

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .info-list li,
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box .info-list li {
        font-size: 14px;
        line-height: 18px;
        gap: 12px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .info-list li:first-child,
.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box .info-list li:first-child {
    padding-top: 0px;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .info-list li span,
.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box .info-list li span {
    display: inline-block;
    min-width: 68px;
    margin-bottom: 3px;
    color: #101010;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .show-now-btn,
.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box .show-now-btn {
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 10px 20px;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .show-now-btn,
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .info-box .show-now-btn {
        padding: 8px 18px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info {
    width: 100%;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .acc-fe-list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 24px;
    }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .acc-fe-list li {
            position: relative;
            padding-left: 24px;
            margin-bottom: 16px;
            font-weight: 400;
            width: calc(50% - 12px);
            margin-bottom: 0px;
        }

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .acc-fe-list li {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .acc-fe-list li {
        width: calc(50% - 12px);
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .acc-fe-list li {
        width: 100%;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-content .acc-ven-info .acc-info .acc-fe-list li::before {
    content: "";
    background: url(../images/new_signup/checkoutline-green.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
    height: 16px;
    width: 16px;
    min-width: 16px;
    background-size: contain;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal {
    width: 308px;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal {
        width: 301px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal {
        max-width: 680px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 24px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal {
        gap: 19px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
    border-radius: 16px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box {
        max-width: 300px;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box {
        max-width: 268px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box {
        max-width: 100%;
        margin: 0 auto;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .e-title {
    background: transparent linear-gradient(180deg, #df2727 0%, #0a0a0a 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px 16px 0px 0px;
    padding: 15px 16px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .e-title {
        padding: 12px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .e-title .title-info {
    color: #fff;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .e-title .click-img {
    position: absolute;
    right: 8px;
    top: -6px;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider {
    padding: 16px 24px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider {
        padding: 16px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider {
        padding: 15px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .eComSwiper picture {
    width: 100%;
    height: 146px;
    border-radius: 10px;
    margin-bottom: 12px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .eComSwiper picture img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .eComSwiper .name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .eComSwiper .name-price .proname {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        font-family: "DM Sans", sans-serif;
        color: #101010;
        max-width: 160px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .eComSwiper .name-price span {
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
        font-family: "Oswald", sans-serif;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .eComSwiper .probtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .eComSwiper .probtn .show-now-btn {
        padding: 10px 19px;
    }

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .eComSwiper .probtn .show-now-btn {
        padding: 8px 18px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .eComSwiper .probtn span {
    font-size: 13px;
    line-height: 17px;
    color: #101010;
    font-weight: 400;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .swiper-button-prev,
.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .swiper-button-next {
    font-family: unset;
    height: 32px;
    width: 32px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 95px;
    right: 6px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .swiper-button-prev svg,
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .swiper-button-next svg {
        height: 16px;
        width: 16px;
    }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .swiper-button-prev::after,
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .swiper-button-next::after {
        display: none;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .swiper-button-prev {
    left: 6px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .ecommerce-box .ecommerce-slider .swiper-button-prev svg {
        transform: rotate(180deg);
    }

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box {
        flex: 1;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .sharelink-title {
    padding: 16px;
    background-color: #4B6719;
    border-radius: 16px 16px 0px 0px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .sharelink-title {
        padding: 13px 12px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .sharelink-title h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box {
    padding: 8px 16px 16px;
    background-color: #F0F5E8;
    border: 1px dashed #4B6719;
    border-top: 0px;
    border-radius: 0 0 16px 16px;
    font-size: 14px;
    line-height: 24px;
    color: #101010;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box {
        padding: 8px 12px 12px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link {
    display: flex;
    margin-bottom: 16px;
    gap: 8px;
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link {
        justify-content: center;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link .qr-img {
    width: 160px;
    min-width: 160px;
    height: 160px;
}

@media only screen and (max-width: 640px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link .qr-img {
        width: 145px;
        min-width: 145px;
        height: 132px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link .qr-img img {
    height: 100%;
    width: 100%;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link .qr-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link .qr-btns .qr-btn {
        padding: 16px;
        height: 76px;
        width: 108px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
        border-radius: 8px;
        display: block;
        font-size: 14px;
        line-height: 18px;
        color: #101010;
        background-color: #fff;
        border: 1px solid #4B6719;
        text-align: center;
    }

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link .qr-btns .qr-btn {
        padding: 10px;
        width: 96px;
        height: 70px;
    }
}

@media only screen and (max-width: 640px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link .qr-btns .qr-btn {
        padding: 6px;
        height: 60px;
        width: 84px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link .qr-btns .qr-btn svg {
    display: flex;
    margin: 0 auto 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link .qr-btns .qr-btn:hover {
    background-color: #4B6719;
    color: #fff;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dashboard-content .dash-e-deal .sharelink-box .share-box .qr-link .qr-btns .qr-btn:hover svg path {
        fill: #fff;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dash-heading-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dash-heading-wrap {
        margin-bottom: 20px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .dash-heading-wrap .common-title {
    margin-bottom: 0;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 24px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item {
        width: calc(33.33% - 16.65px);
    }

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item {
        width: calc(50% - 13px);
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item:last-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item:last-child .title-info {
        margin-bottom: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item:last-child .form-group {
        margin-bottom: 0px;
        width: calc(50% - 12px);
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item:last-child .form-group {
        width: 100%;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .title-info {
    margin-bottom: 17px;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-group {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-group {
        margin-bottom: 20px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-group:last-child {
    margin-bottom: 0;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-group textarea {
    height: 272px;
    max-height: 272px;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check {
    width: 100%;
    padding-top: 20px;
    border-top: 1px dashed rgba(16, 16, 16, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .section-text {
        align-items: center;
    }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .section-text::before {
            margin-top: 0;
            margin-right: 14px;
            position: absolute;
            top: 3px;
            left: 0;
        }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .section-text::after {
            top: 6px;
        }

@media (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .section-text::after {
        top: 7px;
        left: 8px;
        width: 5px;
        height: 10px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .checkbox {
    display: flex;
    align-items: center;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .checkbox .section-text {
        padding-left: 32px;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .billing-tooltip-wrap {
    display: inline-block;
    position: relative;
    margin-left: 8px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .billing-tooltip-wrap picture {
        min-width: 18px;
    }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .billing-tooltip-wrap .billing-tooltip-text {
        background-color: #4B6719;
        width: 200px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        position: absolute;
        top: 40px;
        left: -90px;
        padding: 8px 12px;
        color: #fff;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .billing-tooltip-wrap .billing-tooltip-text {
        left: -130px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .billing-tooltip-wrap .billing-tooltip-text {
        left: inherit;
        right: -15px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .billing-tooltip-wrap .billing-tooltip-text::before {
    content: "";
    width: 18px;
    height: 17px;
    background-color: #4B6719;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .billing-tooltip-wrap .billing-tooltip-text::before {
        left: auto;
        right: 50px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .billing-tooltip-wrap .billing-tooltip-text::before {
        right: 15px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .billing-tooltip-wrap:hover .billing-tooltip-text {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .form-switch {
    width: 40px;
    height: 24px;
    display: inline-block;
    background-color: #E1E1E1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    z-index: 1;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .form-switch::before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        position: absolute;
        top: 2px;
        left: 2px;
        bottom: 2px;
    }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .form-switch input {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .form-switch:has(input:checked) {
        background-color: #4B6719;
    }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list .edit-details-item .form-inner-check .form-switch:has(input:checked)::before {
            transform: translateX(16px);
        }

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item {
        width: calc(50% - 13px);
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        column-gap: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item .title-info {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item .form-group {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item .form-group {
        width: 100%;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item .form-inner-check .form-group {
    width: 100%;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item .form-inner-check .form-group .section-text {
        line-height: 30px;
    }

@media (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item .form-inner-check .form-group .section-text {
        line-height: 28px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item:last-child .form-group {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item:last-child .form-group textarea {
        height: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-details-list.vendor-edit-list .edit-details-item:last-child .form-inner-check {
        width: 100%;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .ad-checkmark-wrap label::after {
    top: 4px;
}

@media (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .ad-checkmark-wrap label::after {
        top: 4px;
        left: 8px;
        width: 5px;
        height: 9px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-footer {
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(16, 16, 16, 0.2);
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-footer.ef-right {
        justify-content: flex-end;
    }

@media (max-width: 479px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-footer.ef-right {
        justify-content: center;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-footer .edit-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

@media (max-width: 991px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-footer .edit-btn-wrap .button {
        min-width: 90px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-footer .edit-btn-wrap .primary_alert_button {
    color: #101010;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-footer .edit-btn-wrap .primary_alert_button:hover {
        color: #fff;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side .edit-footer .edit-btn-wrap .primary_deal:hover {
    color: #101010;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box {
        padding: 20px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box {
        padding: 15px;
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box {
        flex-direction: column;
        row-gap: 8px;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .left-point-no {
        display: flex;
        align-items: center;
        gap: 16px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .point-box-no {
    color: #4B6719;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 6px;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .point-box-no {
        font-size: 28px;
        line-height: 30px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .point-box-title {
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .point-box-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list {
    display: flex;
    align-items: center;
    max-width: 707px;
    width: 100%;
    gap: 16px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list {
        max-width: 660px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list {
        max-width: 575px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list {
        max-width: 525px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item {
    width: calc(33.33% - 11px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid;
    padding: 17px 16px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item {
        padding: 12px 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 375px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item {
        width: 100%;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item.al-bg-one {
    background-color: #F0F5E8;
    border-color: rgba(75, 103, 25, 0.502);
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item.al-bg-one span {
        color: #4B6719;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item.al-bg-two {
    background-color: #F6E8E0;
    border-color: #D8B7A3;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item.al-bg-two span {
        color: #B8693B;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item.al-bg-three {
    background-color: #E5ECFB;
    border-color: #ADBBDC;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item.al-bg-three span {
        color: #526FB4;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item span {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item span {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item span {
        font-size: 20px;
        line-height: 28px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item h4 {
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-box .al-point-list .al-point-item h4 {
        font-size: 16px;
        line-height: 22px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .pointhistory-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .pointhistory-heading {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .pointhistory-heading {
        margin-bottom: 16px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .pointhistory-heading .form-group {
    max-width: 193px;
    width: 100%;
}

@media only screen and (max-width: 375px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .pointhistory-heading .form-group {
        max-width: 165px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .pointhistory-heading .form-group .dropdown-toggle {
    padding: 9px 16px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .pointhistory-heading .form-group .dropdown-toggle {
        padding: 6px 12px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .responsive-table {
    width: 100%;
    overflow: auto;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table {
    width: 100%;
    border-spacing: 0 8px;
    border-collapse: separate;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table thead tr th {
        background-color: #EEEEEE;
        padding: 10px 24px;
        white-space: nowrap;
        color: #101010;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        text-align: left;
        border-bottom: 8px solid #fff;
    }

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table thead tr th {
        padding: 10px 16px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table thead tr th:last-child {
    text-align: right;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr td {
        color: #101010;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        text-align: left;
        padding: 18px 24px;
    }

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr td {
        padding: 12px 16px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr td .th-text-bold {
    font-weight: 600;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr td .ph-type {
    padding: 6px 12px;
    border: 1px solid;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: inline-block;
    white-space: nowrap;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr td .ph-type.type-ear {
        color: #4B6719;
        background-color: #F0F5E8;
        border: 1px solid rgba(75, 103, 25, 0.502);
    }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr td .ph-type.type-exp {
        color: #B8693B;
        background-color: #F6E8E0;
        border: 1px solid #D8B7A3;
    }

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr td .ph-type.type-red {
        color: #526FB4;
        background-color: #E5ECFB;
        border: 1px solid #ADBBDC;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr td.pht-point-val {
    text-align: center;
    font-weight: 600;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr td:last-child {
    text-align: right;
    font-weight: 600;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .point-history-table tbody tr td p {
    max-width: 149px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.armslist-points .point-history .al-pagination {
    margin-top: 24px;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .dash-heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .dash-heading-wrap {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .dash-heading-wrap {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .dash-heading-wrap {
        flex-direction: column;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .dash-heading-wrap h2 {
    margin-bottom: 16px;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap {
        flex-direction: column;
        align-items: center;
        gap: 15px 10px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .form-group {
    min-width: 193px;
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .form-group {
        min-width: 180px;
    }
}

@media only screen and (max-width: 420px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .form-group {
        min-width: 168px;
    }
}

@media only screen and (max-width: 375px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .form-group {
        width: 100%;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .form-group .dropdown.bootstrap-select .dropdown-toggle {
    padding: 9px 16px;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .form-group .dropdown.bootstrap-select .dropdown-toggle {
        padding: 7px 14px;
    }
}

@media only screen and (max-width: 420px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .form-group .dropdown.bootstrap-select .dropdown-toggle {
        padding: 7px 10px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid rgba(16, 16, 16, 0.2);
    width: max-content;
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav {
        width: 100%;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav .nav-item {
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    min-width: 140px;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav .nav-item {
        min-width: 100px;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav .nav-item {
        min-width: auto;
        width: 50%;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav .nav-item:first-child {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav .nav-item:last-child {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav .nav-item .nav-link {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    min-height: 40px;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav .nav-item .nav-link {
        min-height: 36px;
        padding: 8px 14px;
    }
}

@media only screen and (max-width: 420px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav .nav-item .nav-link {
        padding: 8px 10px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .gun-nav-wrap .buy-gun-nav .nav-item .nav-link.active {
    color: #fff;
    background-color: #4B6719;
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list {
    margin: 24px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    overflow-x: hidden;
    padding: 5px;
}

@media only screen and (max-width: 1100px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list {
        gap: 20px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item {
    width: calc(50% - 12px);
    padding: 16px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(16, 16, 16, 0.2);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item {
        gap: 14px;
        padding: 12px;
    }
}

@media only screen and (max-width: 1100px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
}

@media only screen and (max-width: 359px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .buy-gun-img {
    position: relative;
    padding-bottom: 40.771%;
    min-width: 180px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .buy-gun-img {
        min-width: 160px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .buy-gun-img {
        padding-bottom: 35%;
        min-width: 135px;
    }
}

@media only screen and (max-width: 1100px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .buy-gun-img {
        min-width: 110px;
        padding-bottom: 33%;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .buy-gun-img {
        padding-bottom: 105px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .buy-gun-img {
        padding-bottom: 185px;
        min-width: 185px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .buy-gun-img {
        padding-bottom: 150px;
        min-width: 150px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .buy-gun-img {
        padding-bottom: 130px;
        min-width: 130px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .buy-gun-img picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .buy-gun-img picture img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: contain;
        object-position: center;
    }

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item h3 {
    margin-bottom: 18px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 1100px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item p {
    color: rgba(16, 16, 16, 0.5);
    margin-bottom: 28px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item p {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item p {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item p {
        margin-bottom: 12px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item p strong {
    color: rgba(16, 16, 16, 0.8);
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .section-text {
        font-size: 15px;
        line-height: 20px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .gun-select-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .gun-select-wrap .form-group {
        flex: 1;
    }

        .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .gun-select-wrap .form-group .dropdown.bootstrap-select .dropdown-toggle {
            padding: 9px 16px;
        }

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .gun-select-wrap .form-group .dropdown.bootstrap-select .dropdown-toggle {
        padding: 7px 14px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .gun-select-wrap .edit-gun {
    min-width: 40px;
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .gun-select-wrap .edit-gun {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }
}

.new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .gun-select-wrap .edit-gun picture {
    width: 100%;
    height: 100%;
}

    .new-design-armslist .dashboard-section .dashboard-wrapper .dash-right-side.we-buy-any-gun .buy-gun-list .buy-gun-item .gun-select-wrap .edit-gun picture img {
        width: 100%;
        height: 100%;
    }

.new-design-armslist {
    /*  =========== power-search-section ============ */
}

    .new-design-armslist .power-search-section {
        padding: 50px 0 80px;
    }

@media only screen and (max-width: 1366px) {
    .new-design-armslist .power-search-section {
        padding: 40px 0 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .power-search-section {
        padding: 40px 0 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .power-search-section {
        padding: 40px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .power-search-section {
        padding: 40px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .power-search-section {
        padding: 30px 0 30px;
    }
}

.new-design-armslist .power-search-section .power-search-form {
    background-color: #f9f9f9;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 36px 32px 30px;
}

@media only screen and (max-width: 1366px) {
    .new-design-armslist .power-search-section .power-search-form {
        padding: 30px 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .power-search-section .power-search-form {
        padding: 24px 24px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .power-search-section .power-search-form {
        padding: 20px 20px;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .power-search-section .power-search-form {
        padding: 5px;
    }
}

.new-design-armslist .power-search-section .power-search-form .psf-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .power-search-section .power-search-form .psf-header {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .power-search-section .power-search-form .psf-header {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .power-search-section .power-search-form .psf-header {
        margin-bottom: 16px;
    }
}

.new-design-armslist .power-search-section .power-search-form .power-search-field {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 16px;
    padding-bottom: 31px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.2);
    margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field {
        gap: 16px;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.new-design-armslist .power-search-section .power-search-form .power-search-field .psf-col-20 {
    width: calc(20% - 12.8px);
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field .psf-col-20 {
        width: calc(25% - 12px);
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field .psf-col-20 {
        width: calc(33.33% - 11px);
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field .psf-col-20 {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 420px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field .psf-col-20 {
        width: 100%;
    }
}

.new-design-armslist .power-search-section .power-search-form .power-search-field .psf-col-40 {
    width: calc(40% - 10px);
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field .psf-col-40 {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field .psf-col-40 {
        width: calc(66.66% - 8px);
        order: 7;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field .psf-col-40 {
        width: 100%;
    }
}

.new-design-armslist .power-search-section .power-search-form .power-search-field .form-group .dropdown.bootstrap-select .dropdown-toggle {
    padding: 9px 16px;
}

.new-design-armslist .power-search-section .power-search-form .power-search-field .form-group .form-control {
    padding: 9px 16px;
    border: 1px solid rgba(16, 16, 16, 0.2);
}

    .new-design-armslist .power-search-section .power-search-form .power-search-field .form-group .form-control:focus {
        border-color: #4B6719;
    }

.new-design-armslist .power-search-section .power-search-form .power-search-field .form-group.price-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #CFCFCF;
    gap: 20px;
    padding-right: 1px;
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field .form-group.price-range {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.new-design-armslist .power-search-section .power-search-form .power-search-field .form-group.price-range label {
    padding-left: 16px;
    display: inline-block;
    width: fit-content;
    max-width: max-content;
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .power-search-section .power-search-form .power-search-field .form-group.price-range label {
        padding: 10px 0 0 16px;
    }
}

.new-design-armslist .power-search-section .power-search-form .power-search-field .form-group.price-range .price-range-field {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #CFCFCF;
}

.new-design-armslist .power-search-section .power-search-form .power-search-field .form-group.price-range input {
    background-color: #fff;
    border: none;
    outline: none;
    padding: 7px 12px;
    width: calc(50% - 8px);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .new-design-armslist .power-search-section .power-search-form .power-search-field .form-group.price-range input:focus {
        border: none;
        outline: none;
    }

    .new-design-armslist .power-search-section .power-search-form .power-search-field .form-group.price-range input.high-range {
        text-align: right;
    }

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
    overflow: auto;
}

    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills::-webkit-scrollbar {
        width: 6px;
    }

        .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills::-webkit-scrollbar:horizontal {
            height: 6px;
        }

    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #c4c4c4;
        cursor: pointer;
    }

    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent;
    }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills {
        margin-bottom: 20px;
    }
}

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills .nav-item:first-child .nav-link {
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
}

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills .nav-item .nav-link {
    border: 1px solid #4B6719;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 9px 20px 9px;
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}

    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills .nav-item .nav-link span {
        color: #4B6719;
    }

    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills .nav-item .nav-link.active {
        color: #fff;
        background-color: #4B6719;
    }

        .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .nav-pills .nav-item .nav-link.active span {
            color: #fff;
        }

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-search-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-search-wrap {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-search-wrap {
        margin-bottom: 18px;
    }
}

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-search-wrap .ps-search-field {
    max-width: 698px;
    width: 100%;
    position: relative;
}

    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-search-wrap .ps-search-field input {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        background-color: #fff;
        border: 1px solid rgba(16, 16, 16, 0.2);
        padding: 10px 16px 9px 55px;
        width: 100%;
    }

@media only screen and (max-width: 767px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-search-wrap .ps-search-field input {
        padding: 8px 16px 8px 55px;
    }
}

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-search-wrap .ps-search-field input:focus {
    border-color: #4B6719;
}

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-search-wrap .ps-search-field .ps-search-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto 0;
}

    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-search-wrap .ps-search-field .ps-search-icon img {
        width: 100%;
        height: 100%;
    }

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-search-wrap .selected-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    min-width: 40px;
    height: 40px;
    background-color: #4B6719;
    padding: 5px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 16px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa {
        gap: 16px 16px;
    }
}

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group {
    width: calc(20% - 12.8px);
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group {
        width: calc(25% - 12px);
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group {
        width: calc(33.33% - 11px);
    }
}

@media only screen and (max-width: 575px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 420px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group {
        width: 100%;
    }
}

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group.checkbox {
    position: relative;
}

    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group.checkbox input {
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
    }

@media only screen and (max-width: 767px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group.checkbox input {
        width: 20px;
        height: 20px;
    }
}

.new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group.checkbox label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group.checkbox label::before {
        margin-top: 0;
        margin-right: 0;
    }

    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group.checkbox label::after {
        top: 4px;
    }

@media only screen and (max-width: 991px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group.checkbox label::after {
        top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .power-search-section .power-search-form .psf-nav-wrap .tab-content .tab-pane .ps-checkbox-wrpa .form-group.checkbox label::after {
        top: 2px;
    }
}

.new-design-armslist {
    /*  =========== Messages List section ============ */
}

    .new-design-armslist .messages-section {
        padding: 50px 0 80px;
        background-color: #f9f9f9;
    }

@media only screen and (max-width: 1366px) {
    .new-design-armslist .messages-section {
        padding: 40px 0 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section {
        padding: 40px 0 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .messages-section {
        padding: 40px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .messages-section {
        padding: 40px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section {
        padding: 30px 0 30px;
    }
}

.new-design-armslist .messages-section .ml-dropdown-wrap .ml-menu-btn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(16, 16, 16, 0.2);
    background-color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .ml-dropdown-wrap .ml-menu-btn {
        width: 34px;
        height: 34px;
    }
}

.new-design-armslist .messages-section .ml-dropdown-wrap .ml-menu-btn.dropdown-toggle::after {
    display: none;
}

.new-design-armslist .messages-section .ml-dropdown-wrap .dropdown-menu {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.078);
    border: none;
}

    .new-design-armslist .messages-section .ml-dropdown-wrap .dropdown-menu .dropdown-item {
        padding: 8px 16px;
        color: #101010 !important;
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }

        .new-design-armslist .messages-section .ml-dropdown-wrap .dropdown-menu .dropdown-item:hover, .new-design-armslist .messages-section .ml-dropdown-wrap .dropdown-menu .dropdown-item:focus {
            color: #4B6719 !important;
            background: none;
        }

        .new-design-armslist .messages-section .ml-dropdown-wrap .dropdown-menu .dropdown-item.block-item {
            color: #DF2727 !important;
        }

            .new-design-armslist .messages-section .ml-dropdown-wrap .dropdown-menu .dropdown-item.block-item:hover {
                color: #DF2727 !important;
            }

.new-design-armslist .messages-section .messages-box {
    display: flex;
}

    .new-design-armslist .messages-section .messages-box .message-list-wrap {
        max-width: 526px;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.078);
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        overflow: hidden;
    }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap {
        max-width: 480px;
    }
}

@media only screen and (max-width: 1199px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap {
        max-width: 450px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap {
        max-width: 100%;
        display: none;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .message-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .message-list-header {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .message-list-header {
        padding: 15px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .message-list-header .form-title {
    margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .message-list-header .form-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .message-list-header .form-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab {
    border-bottom: 1px solid rgba(16, 16, 16, 0.2);
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab {
        gap: 8px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link {
    display: flex;
    align-items: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    gap: 8px;
    background-color: none;
    padding: 0 10px 20px;
    position: relative;
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    height: 100%;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link {
        padding: 0 8px 16px;
        font-size: 16px;
        line-height: 24px;
        gap: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link {
        padding: 0 8px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link {
        flex-direction: column;
        gap: 3px;
        font-size: 14px;
        line-height: 20px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link::before {
    content: "";
    height: 3px;
    border-bottom: 3px solid #4B6719;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link.active {
    background-color: #fff;
}

    .new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link.active::before {
        opacity: 1;
    }

        .new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link.active::before path {
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
        }

.new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link svg path {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link .mnt-notifi-no {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background-color: #df2727;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .message-nav-tab .nav-item .nav-link .mnt-notifi-no {
        width: 24px;
        height: 24px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .tab-content .tab-pane {
    padding-top: 24px;
    padding-bottom: 32px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .tab-content .tab-pane {
        padding-top: 20px;
        padding-bottom: 26px;
        max-height: calc(100vh - 68px);
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .tab-content .tab-pane {
        max-height: calc(100vh - 362px);
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .tab-content .tab-pane {
        padding-top: 15px;
        padding-bottom: 20px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .tab-content .tab-pane::-webkit-scrollbar {
    width: 5px;
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .tab-content .tab-pane::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .ml-offer-tab-wrap {
    margin: 0 12px;
    padding: 17px 12px 16px 16px;
    background: linear-gradient(180deg, #DF2727 0%, #0A0A0A 100%);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .ml-offer-tab-wrap {
        padding: 12px 12px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .ml-offer-tab-wrap .ml-offer-data {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

    .new-design-armslist .messages-section .messages-box .message-list-wrap .ml-offer-tab-wrap .ml-offer-data h4 {
        font-family: "Oswald", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .ml-offer-tab-wrap .ml-offer-data h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .ml-offer-tab-wrap .add-offer-button {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .ml-offer-tab-wrap .add-offer-button {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .ml-offer-tab-wrap .add-offer-button {
        min-width: 44px;
        width: 44px;
        height: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .ml-offer-tab-wrap .add-offer-button {
        min-width: 38px;
        width: 38px;
        height: 38px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .ml-offer-tab-wrap .add-offer-button img {
    width: 18px;
    height: 18px;
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .accordion-message-list .accordion-item {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

    .new-design-armslist .messages-section .messages-box .message-list-wrap .accordion-message-list .accordion-item .accordion-header .accordion-button {
        color: #4B6719;
        font-family: "Oswald", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        text-transform: uppercase;
        padding: 13px 24px 12px;
        background-color: #fff;
        justify-content: space-between;
        box-shadow: none;
    }

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .accordion-message-list .accordion-item .accordion-header .accordion-button {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .accordion-message-list .accordion-item .accordion-header .accordion-button {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 22px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .accordion-message-list .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
    background-color: #fff;
    border-color: #fff;
    color: #101010;
}

    .new-design-armslist .messages-section .messages-box .message-list-wrap .accordion-message-list .accordion-item .accordion-header .accordion-button[aria-expanded=true] picture {
        transform: rotateX(0deg);
    }

.new-design-armslist .messages-section .messages-box .message-list-wrap .accordion-message-list .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .accordion-message-list .accordion-item .accordion-header .accordion-button picture {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 15px;
    width: 15px;
    transform: rotateX(180deg);
    transition: all 0.3s ease;
}

    .new-design-armslist .messages-section .messages-box .message-list-wrap .accordion-message-list .accordion-item .accordion-header .accordion-button picture img {
        width: 100%;
        height: auto;
    }

.new-design-armslist .messages-section .messages-box .message-list-wrap .accordion-message-list .accordion-item .accordion-body {
    padding: 0;
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    padding: 16px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item {
        padding: 10px 15px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item.mi-active {
    background-color: #f9f9f9;
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item .mi-left-data {
    color: rgba(16, 16, 16, 0.8);
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    max-width: calc(100% - 85px);
}

    .new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item .mi-left-data .mi-profile-name {
        color: #101010;
        font-family: "DM Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item .mi-left-data .mi-profile-name {
        margin-bottom: 4px;
    }
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item .mi-left-data p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item .mi-right-details {
    min-width: fit-content;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
}

    .new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item .mi-right-details .time {
        color: rgba(16, 16, 16, 0.4);
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
    }

    .new-design-armslist .messages-section .messages-box .message-list-wrap .messages-list .messages-item .mi-right-details .alert-no {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background-color: #df2727;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: "DM Sans", sans-serif;
        font-family: 600;
        font-size: 12px;
        line-height: 16px;
    }

.new-design-armslist .messages-section .messages-box .message-chat-box {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    flex: 1;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.078);
    margin-left: 3px;
    position: relative;
    padding-bottom: 98px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box {
        /*display: none;*/
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box {
        padding-bottom: 80px;
    }
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 24px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.2);
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header {
        padding: 20px;
        padding-left: 54px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header {
        padding: 15px;
        padding-left: 48px;
    }
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .title-info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .title-info {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .title-info {
        font-size: 20px;
        line-height: 28px;
    }
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .back-to-list {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .back-to-list {
        display: inline-flex;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .back-to-list {
        left: 15px;
    }
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right {
        gap: 10px;
    }
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .hard-press-btn {
    min-width: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DF2727;
    outline: none;
    cursor: pointer;
    text-align: center;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    padding: 11px 15px;
    background-color: #DF2727;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .hard-press-btn {
        padding: 8px 12px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .hard-press-btn {
        padding: 7px 10px;
        min-width: 90px;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .hard-press-btn {
        display: none;
    }
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .hard-press-btn:hover {
    color: #DF2727;
    background-color: #fff;
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .view-details {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .button.py-11-px-20 {
        padding: 8px 12px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .button.py-11-px-20 {
        padding: 7px 10px;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .main-dropdown-wrapp {
        display: none;
    }
}

@media only screen and (min-width: 480px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .ml-drop-mobile {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-header .mch-right .ml-drop-mobile {
        display: block;
    }
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body {
    display: flex;
    flex-direction: column;
    padding: 24px;
    max-height: calc(100vh - 134px);
    min-height: calc(100vh - 134px);
    overflow-y: auto;
    padding-bottom: 0;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body {
        padding: 20px;
        padding-bottom: 0;
        max-height: calc(100vh - 118px);
        min-height: calc(100vh - 118px);
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body {
        min-height: calc(100vh - 380px);
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body {
        padding: 15px;
        padding-bottom: 0;
    }
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body::-webkit-scrollbar {
    width: 5px;
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body .chat-body-inner {
    margin-top: auto;
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body .chat-message {
    max-width: 426px;
    width: fit-content;
    margin-bottom: 12px;
}

    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body .chat-message .chate-mes-text {
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
        border: 1px solid;
        padding: 14px 16px;
        width: 100%;
    }

    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body .chat-message .chat-time {
        color: rgba(16, 16, 16, 0.6);
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 17px;
    }

    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body .chat-message.left-message-chat {
        margin-right: auto;
        text-align: left;
    }

        .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body .chat-message.left-message-chat .chate-mes-text {
            -webkit-border-radius: 12px 12px 12px 0;
            -moz-border-radius: 12px 12px 12px 0;
            -ms-border-radius: 12px 12px 12px 0;
            border-radius: 12px 12px 12px 0;
            -o-border-radius: 12px 12px 12px 0;
            background-color: #f9f9f9;
            border-color: #F1F1F1;
            color: #101010;
        }

    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body .chat-message.right-message-chat {
        margin-left: auto;
        text-align: right;
    }

        .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-body .chat-message.right-message-chat .chate-mes-text {
            -webkit-border-radius: 12px 12px 0 12px;
            -moz-border-radius: 12px 12px 0 12px;
            -ms-border-radius: 12px 12px 0 12px;
            border-radius: 12px 12px 0 12px;
            -o-border-radius: 12px 12px 0 12px;
            background-color: #4B6719;
            border-color: #4B6719;
            color: #fff;
        }

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-footer {
    padding: 24px;
    box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.02);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-footer {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-footer {
        padding: 15px;
    }
}

.new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-footer .message-text-area {
    position: relative;
}

    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-footer .message-text-area input {
        width: 100%;
        padding: 14px 50px 14px 16px;
        background-color: #f9f9f9;
        border: 1px solid #F1F1F1;
        border-radius: 24px;
        color: rgba(16, 16, 16, 0.8);
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
    }

    .new-design-armslist .messages-section .messages-box .message-chat-box .message-chat-footer .message-text-area .mes-send-btn {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(75, 103, 25, 0.102);
        position: absolute;
        top: 0;
        right: 4px;
        bottom: 0;
        margin: auto 0;
    }

.new-design-armslist .screen-center {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.new-design-armslist .ending-section {
    width: 100%;
    margin: auto;
    padding: 80px 0;
}

@media only screen and (max-width: 1366px) {
    .new-design-armslist .ending-section {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .new-design-armslist .ending-section {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 991px) {
    .new-design-armslist .ending-section {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-armslist .ending-section {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .ending-section {
        padding: 30px 0;
    }
}

.new-design-armslist .ending-section .ending-content {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .new-design-armslist .ending-section .ending-content .oopsname {
        font-size: 30px;
        line-height: 44px;
        color: #CFCFCF;
        font-family: "Oswald", sans-serif;
        font-weight: 700;
    }

@media screen and (max-width: 1280px) {
    .new-design-armslist .ending-section .ending-content .oopsname {
        font-size: 28px;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .new-design-armslist .ending-section .ending-content .oopsname {
        font-size: 26px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .new-design-armslist .ending-section .ending-content .oopsname {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (max-width: 575px) {
    .new-design-armslist .ending-section .ending-content .oopsname {
        font-size: 22px;
        line-height: 33px;
    }
}

.new-design-armslist .ending-section .ending-content .icon404 img {
    max-width: 320px;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .new-design-armslist .ending-section .ending-content .icon404 img {
        max-width: 240px;
    }
}

@media screen and (max-width: 1024px) {
    .new-design-armslist .ending-section .ending-content .icon404 img {
        max-width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .new-design-armslist .ending-section .ending-content .icon404 img {
        max-width: 180px;
    }
}

@media screen and (max-width: 480px) {
    .new-design-armslist .ending-section .ending-content .icon404 img {
        max-width: 160px;
    }
}

.new-design-armslist .ending-section .ending-content .not-foundt-text {
    font-size: 30px;
    line-height: 44px;
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    margin: 10px 0 16px;
}

@media screen and (max-width: 1280px) {
    .new-design-armslist .ending-section .ending-content .not-foundt-text {
        font-size: 28px;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .new-design-armslist .ending-section .ending-content .not-foundt-text {
        font-size: 26px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .new-design-armslist .ending-section .ending-content .not-foundt-text {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (max-width: 575px) {
    .new-design-armslist .ending-section .ending-content .not-foundt-text {
        font-size: 22px;
        line-height: 33px;
        margin: 12px 0;
    }
}

@media screen and (max-width: 480px) {
    .new-design-armslist .ending-section .ending-content .not-foundt-text {
        font-size: 20px;
        line-height: 30px;
    }
}

.new-design-armslist .ending-section .ending-content .thank-you-title {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    display: inline-block;
    color: #101010;
    margin: 20px 0 16px;
    font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 767px) {
    .new-design-armslist .ending-section .ending-content .thank-you-title {
        font-size: 50px;
        line-height: 56px;
    }
}

@media screen and (max-width: 480px) {
    .new-design-armslist .ending-section .ending-content .thank-you-title {
        font-size: 35px;
        line-height: 46px;
        margin: 10px 0 12px;
    }
}

.new-design-armslist .ending-section .ending-content .oops-text {
    font-size: 18px;
    line-height: 30px;
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
}

@media screen and (max-width: 1280px) {
    .new-design-armslist .ending-section .ending-content .oops-text {
        font-size: 16px;
        line-height: 22px;
    }
}

.new-design-armslist .ending-section .ending-content .oops-text p {
    margin-bottom: 0;
}

.new-design-armslist .ending-section .ending-content .tnx-massege {
    font-size: 18px;
    line-height: 30px;
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 1280px) {
    .new-design-armslist .ending-section .ending-content .tnx-massege {
        font-size: 16px;
        line-height: 26px;
    }
}

.new-design-armslist .ending-section .ending-content .tnx-massege p {
    margin-bottom: 0;
}

.new-design-armslist .ending-section .ending-content .thank-you-thumb img {
    max-width: 100px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .new-design-armslist .ending-section .ending-content .thank-you-thumb img {
        max-width: 70px;
    }
}

.new-design-armslist .ending-section .button {
    max-width: 280px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 30px;
    margin-top: 30px;
}

    .new-design-armslist .ending-section .button:hover svg path {
        fill: #4B6719;
    }

@media screen and (max-width: 767px) {
    .new-design-armslist .ending-section .button {
        padding: 10px 24px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .new-design-armslist .ending-section .button {
        margin-top: 20px;
    }
}

/*# sourceMappingURL=style.css.map */

/* profile-image-wrap */
.addition-inner.profile-image-wrap {
    display: flex;
    align-items: flex-start !important;
    grid-template-columns: 144px 1fr;
    gap: 40px;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    margin-top: 40px;
    box-shadow: 0 1px 5px rgb(16 16 16 / 25%);
}

    .addition-inner.profile-image-wrap .control-label {
        color: #101010;
        font-family: "DM Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
    }

    .addition-inner.profile-image-wrap .additional-comment {
        padding-top: 0;
    }

        .addition-inner.profile-image-wrap .additional-comment textarea {
            height: 130px;
        }

.primary--button {
    color: #fff;
    background-color: #4B6719;
    column-gap: 12px;
    width: max-content;
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    text-align: center;
    border-radius: 28px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    border: 1px solid #4B6719 !important;
    padding: 8px 24px;
    min-width: 100px;
}

    .primary--button:hover {
        color: #4B6719;
        background-color: #fff;
    }

.secondary--button {
    color: #4B6719;
    background-color: #fff;
    column-gap: 12px;
    width: max-content;
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    text-align: center;
    border-radius: 28px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    border: 1px solid #4B6719 !important;
    padding: 8px 24px;
    min-width: 100px;
}

    .secondary--button:hover {
        color: #fff;
        background-color: #4B6719;
    }


.cancel--button {
    color: red;
    background-color: #fff;
    column-gap: 12px;
    width: max-content;
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    text-align: center;
    border-radius: 28px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    border: 1px solid red !important;
    padding: 8px 24px;
    min-width: 100px;
}

/* Group alignment */
.custom-radio-group {
    position:relative;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 5px;
}

/* Main wrapper */
.custom-radio {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-radio-group .custom-radio .error{
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* Hide default radio */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Outer circle */
.radio-mark {
    position: absolute;
    left: 0;
    top: 2px;
    height: 18px;
    width: 18px;
    min-width: 18px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    transition: all 0.2s ease;
}

/* Hover effect */
.custom-radio:hover input ~ .radio-mark {
    border-color: #4B6719;
}

/* When checked */
.custom-radio input:checked ~ .radio-mark {
    border-color: #4B6719;
    background-color: #fff;
}

/* Inner dot */
.radio-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show inner dot when checked */
.custom-radio input:checked ~ .radio-mark:after {
    display: block;
}

/* Dot styling */
.custom-radio .radio-mark:after {
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    min-width:9px;
    background: #4B6719;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Text spacing */
.radio-text {
    margin-left: 6px;
}

#phoneVerificationAlertModal_new .modal-dialog .modal-content .modal-header {
    padding: 20px 15px;
}

    #phoneVerificationAlertModal_new .modal-dialog .modal-content .modal-header h4 {
        margin: 0 !important;
    }

#phoneVerificationAlertModal_new .modal-footer btn.btn-default {
}

.new-design-armslist gmp-place-autocomplete {
    border-radius: 8px;
    border-color: #707070;
}

.new-design-armslist .choose-account-section .coupon-box .coupon-feild {
    margin-top: 0px;
    margin-bottom: 0px;
}

.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .discount-msg {
    color: #fff;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

#header {
    padding: 0 !important;
}

#wrapper {
    margin: 0px auto !important;
    width: 100%;
}

.new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section .verification-msg {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.additional-buttons {
    display: flex;
    justify-content: center;
    gap: 10px !important;
}

    .additional-buttons .btn-wrap {
        display: flex;
        gap: 10px;
    }

.new-design-armslist .premium-personal .premium-personal-content .section-title {
    font-family: "Oswald", sans-serif;
    color: #000;
}

#ImageUploadModel .modal-dialog .modal-content .modal-header h4, #AvatarImageUploadModel .modal-dialog .modal-content .modal-header h4 {
    font-family: "Oswald", sans-serif;
}

.additional-information-wrap .additional-comment textarea {
    font-size: 16px;
}

.billing-details-content .bdc-right .create-account-bd-form,
.billing-details-content .bdc-right .create-account-bd-form .bd-tokenizerForm iframe {
    width: 100% !important;
}

.new-design-armslist .section-text ul,
.new-design-armslist .section-text ol {
    padding-left: 14px;
}

.bdc-left .custom-radio-group {
    flex-wrap: wrap;
    justify-content: center;
}

.common-modal-wrap .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px !important;
    border-bottom: 0 !important;
}

    .common-modal-wrap .modal-header .modal-title {
        color: #101010;
        font-family: "Oswald", sans-serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        letter-spacing: 0.24px;
        margin: 0;
    }

    .common-modal-wrap .modal-header .close {
        font-size: 25px;
        line-height: 1;
        position: relative !important;
        top: 0px !important;
        right: 0 !important;
        opacity: 1 !important;
        color: #1D1E31;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        overflow: visible;
        background: #ccc;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

        .common-modal-wrap .modal-header .close svg {
            height: 20px;
            width: 20px;
        }

.common-modal-wrap .modal-body {
    padding: 15px !important;
}

.common-modal-wrap .additional-buttons {
    padding: 15px 0 0;
}

#ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage {
    margin: 0 -10px !important;
    padding: 0px 0 !important;
}

.billingaddress-details-data .bdf-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.text-danger {
    color: red;
    font-weight: 600;
}

.hdright-side .headloginDetail .headlogin-before .login-wrap .loginacc-link,
.mainHeaderTop .headlogin-before .premiumacc-link,
.mainHeaderTop .mainHeader .createlistBtn,
#footer .top-hold a {
    text-decoration: none !important;
}

.vendor-image-set-button-wrap button {
    border-radius: 27px !important;
    border: 1px solid #4B6719 !important;
    padding: 8px 24px !important;
}

.maintenanceMessage {
    text-align: center;
    color: white;
    background: red;
    font-weight: 600;
    padding: 10px !important;
}

    .maintenanceMessage a {
        font-size: 16px;
        font-weight: 600;
        color: white !important;
    }

.toast-message {
    font-size: 14px !important;
}

.form-listing.home-add-search .address-autocomplete-container {
    order: -1;
}

.form-listing.business-con-info .order-1 {
    order: -1 !important;
}

.form-listing.business-con-info .error {
    margin-bottom: 0 !important;
}

.form-listing.business-con-info .order-2 {
    order: 2;
}

    .form-listing.business-con-info .order-2.w-100 {
        width: 100% !important;
    }

.form-listing.business-con-info .address-autocomplete-container.form-group {
    order: -1;
    width: 100% !important;
}

.form-listing.home-add-search .form-group {
    margin-bottom: 0;
}
    .form-listing .form-group {
        position: relative;
    }
        .form-listing .form-group .form-label {
            font-size: 16px;
            line-height: 20px;
            color: #4B6719;
            position: absolute;
            top: -12px;
            left: 12px;
            margin: auto;
            margin-bottom: 0;
            padding: 0 5px;
            background-color: #fff;
            transition: all 0.3s ease;
        }
.new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn .mb {
    display:none;
}

label#VendorType-error {
    position: absolute;
    bottom: -25px;
    margin-bottom: 0;
}
#mainMessageContainer #mainMessageContainer_Message {
    font-size: 14px;
    line-height: 20px;
}
/*Reponsive*/
@media screen and (max-width:991px) {
    .maintenanceMessage {
        margin-top: 15px;
    }

    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn .mb {
        display: block;
    }

    .new-design-armslist .choose-account-section .account-type-box .account-box .personal-box .personal-btn .desk {
        display: none;
    }

    .form-listing .form-group .form-label {
        top: -9px;
    }

    .new-design-armslist .error {
        font-size:14px;
    }
    }
    

            @media screen and (max-width: 767px) {
                .maintenanceMessage {
                    margin-top: 12px;
                }

                .new-design-armslist .premium-personal .premium-personal-content .ppc-step2 .step-two-section .verification-msg {
                    font-size: 14px;
                }

                .common-modal-wrap .modal-header .modal-title {
                    font-size: 20px;
                    line-height: 38px;
                }
            }

            @media screen and (max-width: 575px) {
                .additional-information-wrap {
                    padding: 0;
                }

                .additional-buttons {
                    flex-wrap: wrap;
                }

                .addition-inner.profile-image-wrap {
                    flex-wrap: wrap;
                    gap: 20px;
                }

                .additional-information-wrap .additional-comment textarea {
                    font-size: 14px;
                }
            }
