.email-collector__input {
    width: 496px;
}

.fre-trial-btn {
    width: 496px;
    justify-content: center;
    border-radius: 4px;
    padding: 14px 15px;
    font-size: 16px;
}

.wiggle-animation {
    -webkit-animation-name: tilt-shaking;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
    border: 3px solid #ff9900 !important;
}

.wiggle-animation:hover {
    -webkit-animation-name: xyzaaa;
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(-2deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    90% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



header:before {
    display: none !important;
}

.banner-left-colmn {
    padding-right: 32px !important;
}

header {
    min-height: auto !important;
}


.new-onboadring-title {
    color: #4a4a4a;
}

.amazon-seller-section {
    background: url(/zonbase/images/onboarding/amzn-seller-bg-img.svg) no-repeat bottom;
    background-size: 100%;
    height: 100%;
    padding: 70px 0 100px 0;
}

.signup-footer {
    position: absolute;
    width: 100%;
}

.signup-footer .main-footer {
    bottom: 0 !important;
}

.amzn-img-sec {
    padding: 19px 0px 23px;
    text-align: center;
    position: relative;
}

.amzn-img-sec:after {
    content: "";
    background: #EAEAEA;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: -1;
    display: none;
}

.amzn-frm-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 41px 0px 15px;
}

.div-frm-2 {
    align-items: center;
    justify-content: center;
    margin: 41px 0px 0;
}

.amzn-frm .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url(../images/rdio-btn-img.svg);
    background-repeat: no-repeat;
    background-size: 100% !important;
}

.amzn-frm .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: #FF9900;
}

.amzn-frm .custom-control-input:checked~.custom-control-label::before {
    background: #fff !important;
    border: transparent;
}

.amzn-frm .custom-control-label::before {
    top: 9px;
    left: 15px;
    width: 18px;
    height: 18px;
    background-color: #fff !important;
    border: 1px solid #b7b7b7 !important;
    border-radius: 100% !important;
}

.amzn-frm .custom-control-label::after {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    left: 17px;
    top: 11px;
}

.amzn-frm .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
}

.amzn-frm .custom-control.custom-checkbox label,
.new-check-box .custom-control.custom-checkbox label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Objektiv Mk1';
    color: #6B6B6B;
    padding: 0px 6px 0px 40px;
    cursor: pointer;
    width: 100%;
}

.amzn-frm-1 .custom-control.custom-checkbox {
    overflow: visible;
    white-space: initial;
    padding-left: 0;
}

.amzn-frm-1 .custom-control.custom-checkbox .custom-control-label {
    background: #ffffff;
    padding: 7px 15px 7px 45px;
    white-space: inherit;
    border-radius: 7px;
    position: relative;
    border: 1px solid #ebebeb;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.amzn-frm-1 .custom-control.custom-checkbox .custom-control-label:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
}

.amzn-frm-1 .custom-control.custom-checkbox:last-child {
    margin-bottom: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
    color: #000;
}

.btn.amzn-cntinue {
    font-size: 19;
    line-height: 1;
    letter-spacing: 0;
    background: #FF9900;
    border-radius: 7px;
    width: 200px;
    font-family: 'Objektiv Mk1';
    color: #fff;
    margin: 22px auto 0px;
    display: table;
    padding: 10px 10px;
    box-shadow: none;
}

.btn.amzn-cntinue:disabled {
    background: #A4A4A4;
}

.amzn-frm-2 {
    margin-top: 35px;
}

.amzn-slr-img {
    text-align: center;
    min-height: 135px;
    margin-left: -20px;
    transition: all 0.5s ease;
    transform: scale(1.0);
}

.amzn-slr-img:hover .bording-gry-icon {
    display: none;
    transition: all 0.5s ease;
}

.amzn-slr-img:hover .bording-orng-icon {
    display: inline-block;
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.amzn-slr-img:hover {
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.amzn-frm-2 .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    overflow: visible;
}

.amzn-frm-2 .custom-control.custom-checkbox label {
    min-width: auto !important;
    width: auto;
    cursor: pointer;
}

.amzn-footer {
    width: 100%;
    bottom: 0px;
}

.amazon-seller-section:after {
    content: "";
    background: url(../images/amzn-seller-bg-img.svg) no-repeat bottom;
    background-size: 100%;
    position: absolute;
    bottom: 0px;
}

.amzn-form-sez input.form-control.keyword-input {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-family: var(--fontmkreg);
    box-shadow: none;
    padding-left: 20px;
    height: auto;
    color: #4a4a4a;
    margin-left: 1px;
    background: #fff;
}

.amzn-form-sez .keyword-input::-webkit-input-placeholder {
    font-size: 15px !important;
    color: #979797 !important;
}

.amzn-form-sez .keyword-input::-moz-placeholder {
    font-size: 15px !important;
    color: #979797 !important;
}

.amzn-form-sez .keyword-input:-ms-input-placeholder {
    font-size: 15px !important;
    color: #979797 !important;
}

.amzn-form-sez .keyword-input:-moz-placeholder {
    font-size: 15px !important;
    color: #979797 !important;
}

.amzn-form-sez .input-group {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    padding: 6px 16px;
    width: 340px;
    margin-bottom: 12px;
}

.amzn-form-sez .input-group .input-group-text,
.amzn-form-sez .input-group .form-control {
    border: 0px;
    padding: 0px;
}

.amzn-form-sez input.form-control.keyword-input::placeholder {
    color: #838383;
}

.amzn-frm-4.amzn-frm-1 {
    margin-top: 33px;
}

.amzn-frm-4 .btn.amzn-cntinue {
    margin: 28px auto 0px;
}

.amzn-form-sez .input-group .input-group-text {
    width: 19px;
}

.amzn-form-sez .input-group .input-group-text img {
    width: 23px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}


.body_post-free-signup-data .main-footer {
    bottom: 0px !important;
}

.hm-amzn-sec .amazon-text h2 {
    text-align: center;
    font-size: 36px;
    line-height: 52px;
    font-family: var(--text-bold);
}

.hm-amzn-sec .amazon-text {
    max-width: 1110px;
}

.hm-amzn-sec p {
    font-size: 18px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0.09px;
    text-align: center;
    margin-top: 5px;
    color: #000;
    opacity: 0.69;
}

.new-check-box .custom-control-label::before,
.new-check-box .custom-control-label::after,
.div-frm-2 .custom-control-label::after {
    bottom: 4px;
    top: auto;
}

.new-check-box .custom-control-input:checked~.custom-control-label::before {
    border-color: #FE9802;
    background-color: #FE9802;
}

.new-check-box .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(254 152 2 / 32%);
}

.new-check-box .row {
    justify-content: center;
}

.bording-orng-icon,
.new-check-box .custom-control-input:checked~.custom-control-label .bording-gry-icon {
    display: none;
}

.new-check-box .custom-control-input:checked~.custom-control-label .bording-orng-icon {
    display: inline-block;
}

.new-check-box .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    bottom: 8px;
}

@-webkit-keyframes progress-sb {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-sb {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}


.cstm-brdng-progress-sec {
    margin-bottom: 50px;
}

.cstm-brdng-progress-sec span {
    margin-left: 6px;
    font-family: var(--text-bold);
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}


@media (max-width: 1199px) {

    .email-collector__input,
    .fre-trial-btn {
        width: 100% !important;
    }

}

@media (max-width: 767px) {


    .fre-trial-btn {
        margin: 20px 0px !important;
        padding: 10px 15px;
        font-size: 14px;
    }

    .new-check-box .custom-control.custom-checkbox label {
        margin-bottom: 10px;
    }

    .amzn-slr-img img {
        width: 75px;
    }

    .amzn-slr-img {
        min-height: 75px;
    }

    .amzn-frm-2 .col-6 {
        padding: 0px 5px;
    }
}


@media (max-width: 1680px) {
    .amzn-img-sec {
        padding: 15px 0px 15px;
    }

    .amzn-frm-1,
    .amzn-frm-4.amzn-frm-1 {
        margin: 20px 0px 0px;
    }

    .amzn-img-sec:after {
        top: 50px;
    }

    .amzn-frm-2 {
        margin-top: 20px;
    }

    .amzn-frm-4 .btn.amzn-cntinue {
        margin: 20px auto 0px;
    }

    .amzn-form-sez input.form-control.keyword-input {
        font-size: 13px;
        padding-left: 12px;
        height: 30px;
    }

    .amzn-form-sez .input-group {
        margin-bottom: 10px;
    }

    .hm-amzn-sec .amazon-text h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .hm-amzn-sec p {
        font-size: 14px;
        line-height: 21px;
    }

}

@media (max-width: 1200px) {

    .amzn-frm .custom-control.custom-checkbox label,
    .new-check-box .custom-control.custom-checkbox label {
        font-size: 14px;
    }
}

@media (max-width: 1257px) {
    .amazon-seller-section {
        height: 100%;
        padding-bottom: 100px;
    }
    .wholesale-plan-inner-wrapper .prc-gnte {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1680px) {

    .amzn-slr-img img {
        width: 85px;
    }

    .amzn-slr-img {
        min-height: 97px;
    }

}

@media (min-width: 992px) {
    .new-check-box .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0px 10px;
    }

}



@media (max-width: 480px) {

    h2.new-onboadring-title {
        margin-bottom: 0 !important;
        font-size: 20px;
        display: block !important;
    }
}

@media (max-width: 400px) {
    .amzn-slr-img img {
        width: 50px;
    }

    .amzn-slr-img {
        min-height: 60px;
    }


    .amzn-img-sec .img-fluid {
        width: 100px;
    }


    .amzn-form-sez .input-group {
        width: 280px;
    }
}

@media (max-width: 450px) {
    .amzn-slr-img img {
        width: 50px;
    }

    .amzn-slr-img {
        min-height: 60px;
    }


    .amzn-img-sec .img-fluid {
        width: 100px;
    }



    .amzn-form-sez .input-group {
        width: 280px;
    }
}

@media (max-width: 340px) {

    .amzn-frm .custom-control.custom-checkbox label,
    .new-check-box .custom-control.custom-checkbox label {
        font-size: 11px;
    }
}