.email-collector__input{
    width: 496px;
}
.fre-trial-btn {
    width: 496px;
    justify-content: center;
    border-radius: 4px;
    padding: 14px 15px;
    font-size: 16px;
}
.hm-banner-right-side h2 {
    font-size: 36px;
    line-height: 42px;
    color: #000;
}
.hm-banner-right-side h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Objektiv Mk1';
    margin: 20px 0px;
    color: #000;
}
.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 #E6BC6D !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); }
}
/*@-webkit-keyframes shake {
    0% {
      -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    5% {
      -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }
    15% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    30% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    40% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    60% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    70% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    91% {
      -webkit-transform: translate(0px, 0px) rotate(2deg);
    }
    95% {
      -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}*/

.bnr-list-item a {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.08px;
    color: #000;
    display: block;
    border: 1px solid #CBCBCB;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
    border-radius: 4px;
    padding: 13.5px 15px;
    background: #fff;
    position: relative;
    text-align: left;
}
.bnr-list-item {
    padding-bottom: 38px;
}
.bnr-list-item a:after{
    content: "";
    background: url(/zonbase/images/onboarding/hm-baner-arrow.svg) no-repeat;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 20px;
    height: 15px;
    transition: .2s;
}
.bnr-list-item a:hover::after {
    right: 10px;
    transition: .2s;
}
.signup-header{
    position: fixed;
    top: 0;
    height: 100%;
    background: #ffffff;
    width: 300px;
    z-index: 998;
    padding: 40px 20px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 25%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.signup-header.sb-active{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.signup-header .header-menu{
    display: block;
}
.signup-header .nav-list{
    display: block;
}
.signup-header .login-btn{
    margin: 20px 19px 0px 0px !important;
    display: inline-block;
}
.signup-header .header-logo {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 998;
}
.signup-header .main-menu{
    padding: 0;
}
.signup-header .get-start-btn{
    padding: 9px 25px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
.signup-header .nav-menu{
    left: 0 !important;
    opacity: 1 !important;
    text-align: left !important;
    position: relative !important;
    padding: 0 !important;
}
.signup-header .nav-btn{
    display: none !important;
}
.signup-header .nav-list li a{
    margin: 0;
}
.signup-header .social-icon-main{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.signup-header .social-icon-main a{
    display: inline-block;
    margin: 0 18px 0 0;
    font-size: 20px;
    color: #4a4a4a;
    transition: all 0.2s ease;
    padding: 0;
}
.signup-header .social-icon-main a:hover{
    color: #E6BC6D;
    transition: all 0.2s ease;
}
.signup-header .social-icon-main a svg path{
    transition: all 0.2s ease;
}
.signup-header .social-icon-main a:hover svg path{
    fill: #E6BC6D;
    transition: all 0.2s ease;
}
.signup-header-logo{
    padding: 30px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.signup-header-logo .sidebar-button{
    margin: 0 20px 0 0;
    font-size: 23px;
    color: #919191;
}
.signup-header .sidebar-close{
    position: absolute;
    right: 30px;
    top: 30;
    font-size: 20;
    color: #919191;
}


header:before{
    display: none !important;
}
.hm-banner-right-side {
    border-left: 2px solid #E6BC6D;
    padding-left: 59px;
}
.banner-left-colmn {
    padding-right: 32px !important;
}
.banner-section{
    background: url(../images/hm-bnr-bg-img.svg) no-repeat;
    background-size: 100%;
    background-position-y: 155px;
}
header {
    min-height: auto !important;
}
.amazon-inner-seller-section{
    margin-bottom: 40px;
}
.amazon-inner-seller-section h3,.amazon-inner-seller-section h2 {
    font-size: 33px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 10px;
}
.amazon-inner-seller-section h4{
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    color: #4a4a4a;
    font-weight: 400;
}
.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: #E6BC6D;
}
.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: #E6BC6D;
    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;
}
.pick-pln {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.09px;
    color: #000000;
    opacity: 0.69;
    font-family: var(--text-regular);
    margin-top: 8px;
}
.save-percnt {
    font-family: var(--fontmkxbold);
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.09px;
    color: #000 !important;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}
.hm-new-pricing .cstm-price {
    font-family: var(--text-bold);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hm-nw-free-trl {
    font-size: 18px;
    line-height: 26px;
    width: 209px;
    padding: 4.5px 10px;
    margin-bottom: 7px;
}
.then-just, .no-cntct {
    font-size: 18px;
    line-height: 39px;
    letter-spacing: 0.09px;
    color: #000000;
    opacity: 0.69;
}
.hm-new-pricing .pricing-column {
    padding: 0;
    margin: 0px auto 50px;
}
.new-hm-prce-inner-clmn {
    padding: 14px 60px 15px 60px;
}
.hm-new-pricing .cstm-list li:after{
    background: url(/images/pricing-list-orange-icon.svg) no-repeat;
}
.hm-new-pricing .cstm-list li.crs-icn:after{
    background: url(/images/gray-cross.svg) no-repeat;
}
.hm-new-pricing .cstm-list li{
    opacity: 1;
    line-height: 20px;
    margin-bottom: 10px;
}
.hm-new-pricing .cstm-list li:after{
    top: 0px;
}
.prc-gnte{
    padding-top: 10px;
    border-top: 1px solid #CCCCCC;
    margin-top: 15px;
}
.hm-new-pricing .incl {
    padding: 25px 0px 0px;
    font-size: 23px !important;
    font-family: var(--fontmkxbold);
    line-height: 33px !important;
    font-weight: 800 !important;
}
.hm-nw-rcmnd{
    background: #E6BC6D;
    border: 1px solid #DEDEDE;
    color: #fff;
    font-size: 24px;
    font-family: var(--objektive-mk1-xbold);
    line-height: 35px;
    letter-spacing: 0.09px;
    font-weight: 800;
    padding: 4px 10px;
}
.hm-new-pricing .active-plans:after {
    content: "";
    background: url(/images/pricing-crown.svg) no-repeat;
    height: 62px;
    width: 73px;
    top: -37px;
    left: -27px;
}
.new-home-price-sec .tab-slider--tabs {
    background: #F2F2F2;
    border-radius: 29px;
    width: 362px;
    justify-content: space-between;
    display: flex;
    height: 47px;
    align-items: center;
    padding: 0px 2px;
}
.new-home-price-sec .tab-slider--tabs:before, .new-home-price-sec .tab-slider--tabs:after, .Standard-price-ist::after{
    display: none;
}
.new-home-price-sec .tab-slider--tabs li.tab-slider--trigger {
    z-index: 9;
    padding: 0px !important;
    width: 181px;
    font-size: 14px;
    color: #A9A9A9;
    text-align: center;
    margin: 0px;
}
.new-home-price-sec .tab-slider--tabs li.tab-slider--trigger.active {
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 29px;
    height: 44px;
    padding: 4px 9px !important;
}
.new-home-price-sec .tab-slider--nav {
    padding: 30px 0px 70px;
    border-bottom: 0px;
}
.new-home-price-sec .annually-tab span{
    font-family: 'Objektiv Mk1';
}
.new-hm-price-sec {
    background: url(../../images/onboarding/hm-price-bg-img.svg) no-repeat; 
    background-position: center;
}
.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 .create-acc {
    margin-top: 35px;
}
.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;
}
.pricing-sec-inner.hm-new-pricing {
    padding: 0px 30px 50px;
}
.hm-amzn-sec .create-acc-btn span img {
    margin-right: 5px;
}
.hm-amzn-sec .create-acc-btn span {
    display: flex;
    align-items: center;
}
.hm-amzn-sec .create-acc-btn {
    padding: 11px 48.7px;
    font-family: var(--text-bold);    
}
.new-hm-price-sec .tab-slider--body .col-md-6 {
    padding: 0px 40px;
    border: 0px !important;
    max-width: 530px;
    border-right: 0 !important;
    border-bottom: 0 !important;
}
.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: #E6BC6D;
    background-color: #E6BC6D;
}
.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;
  }
}
.amazon-inner-seller-section .progress-bar {
    width: 80%;
    -webkit-animation: progress-sb 2s linear infinite;
    -o-animation: progress-sb 2s linear infinite;
    animation: progress-sb 2s linear infinite;
    background-size: 2.5rem 2.5rem;
    background-color: #E6BC6D;
    opacity: 0.7;
    background-image: linear-gradient(-45deg,rgba(255,255,255,.7) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.7) 50%,rgba(255,255,255,.7) 75%,transparent 78%,transparent);;
}

.amazon-inner-seller-section .progress {
    width: 608px !important;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 15%);
    border-radius: 20px;
    height: 20px;
}
.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: 991px){
    .hm-banner-right-side{
        border: 0px;
        padding-left: 0px;
    }
}
@media (max-width: 1199px){
    .email-collector__input, .fre-trial-btn {
        width: 100% !important;
    }
    .banner-section {
        background-position-y: bottom;
    }
    .hm-banner-right-side h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .bnr-list-item a{
        padding: 10.5px 10px;
        font-size: 14px;
        line-height: 23px;
    }
    .bnr-list-item {
        padding-bottom: 20px;
    }
    .hm-banner-right-side h3 {
        font-size: 20px;
        margin: 10px 0px;
    }
}

@media (max-width: 767px){
    br{
        display: none;
    }
    .hm-new-pricing .row{
        flex-direction: column-reverse;
    }
    .pricing-sec-inner.hm-new-pricing {
        padding: 0px 0px 20px;
    }
    .new-hm-prce-inner-clmn {
        padding: 10px 15px 10px 15px;
    }
    .hm-new-pricing .pricing-column {
        margin: 0px auto 15px;
    }
    .new-home-price-sec .tab-slider--tabs {
        width: 290px;
    }
    .new-home-price-sec .tab-slider--tabs li.tab-slider--trigger{
        width: 173px;
    }
    .new-home-price-sec .tab-slider--tabs li.tab-slider--trigger.active {
        padding: 4px 5px !important;
    }
    .new-hm-price-sec .tab-slider--body .col-md-6 {
        padding: 0px 15px;
        border-right: 0 !important;
    }
    .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;
    }
    .new-home-price-sec .tab-slider--tabs {
        height: 40px;
    }
    .new-home-price-sec .tab-slider--tabs li.tab-slider--trigger.active{
        height: 36px;
    }
    .new-home-price-sec .tab-slider--tabs li.tab-slider--trigger{
        font-size: 13px;
    }
    .new-home-price-sec .tab-slider--nav {
        padding: 20px 0px 45px;
        border-bottom: 0;
    }
    .new-home-price-sec .tab-slider--container {
        padding: 90px 0px 0px 0px;
    }
    .hm-new-pricing .active-plans:after{
        top: -25px;
        width: 55px;
        height: 44px;
        left: -18px;
        background-size: 100%;
    }
    .new-home-price-sec .annually-tab span{
        font-size: 13px;
    }
    .hm-nw-rcmnd {
        font-size: 20px;
        line-height: 28px;
    }
    .save-percnt{
        font-size: 20px;
        line-height: 30px;
    }
    .hm-new-pricing .cstm-price {
        font-size: 28px;
        line-height: 50px;
        font-weight: 700;
    }
    .hm-nw-free-trl {
        font-size: 15px;
        line-height: 22px;
        width: 170px;
    }
    .hm-new-pricing .incl{
        padding: 15px 0px 5px;
        font-size: 16px !important;
        line-height: 16px !important;
        margin: 10px 0px 5px;
    }
    .hm-new-pricing .cstm-list li, .then-just, .no-cntct {
        font-size: 14px;
        line-height: 29px;
    }
    .hm-new-pricing .cstm-list li:after{
        top: 4px;
    }
    .prc-gnte {
        padding-top: 5px;
        margin-top: 10px;
    }
    .hm-amzn-sec .amazon-text h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .hm-amzn-sec p {
        font-size: 14px;
        line-height: 21px;
    }
    .hm-amzn-sec .create-acc {
        margin-top: 20px;
    }
    .hm-amzn-sec .create-acc-btn {
        padding: 10px 30px;
    }
    .hm-amzn-sec .create-acc-btn span img {
        width: 15px;
    }
}

@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;
    }    
}

@media (min-width: 768px) and (max-width: 991px){
    .new-hm-price-sec .tab-slider--body .col-md-6 {
        padding: 0px 15px;
    }
    .hm-nw-rcmnd{
        font-size: 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .new-hm-price-sec .tab-slider--body .col-md-6 {
        padding: 0px 20px;
    }
}

@media (min-width: 768px) and (max-width: 1680px){
    .new-hm-prce-inner-clmn {
        padding: 14px 25px 15px 25px;
    }
    .new-home-price-sec .tab-slider--tabs {
        width: 330px;
    }
    .new-home-price-sec .tab-slider--tabs li.tab-slider--trigger {
        width: 160px;
    }
    .new-home-price-sec .tab-slider--tabs li.tab-slider--trigger.active{
        padding: 0px 2px !important;
    }
    .pricing-sec-inner.hm-new-pricing {
        padding: 0px 30px 0px;
    }
    .new-hm-price-sec .tab-slider--body .col-md-6 {
        max-width: 480px;
    }
    .amzn-slr-img img {
        width: 85px;
    }
    .amzn-slr-img {
        min-height: 97px;
    }
    .amazon-inner-seller-section .progress {
        width: 500px !important;
    }
}

@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;
    }
    .tab-slider--body .row.all-plans-row{
        padding-top: 40px;
        align-items: flex-start;
    }
    .col-md-4.col-lg-4.recommend-plan {
        transform: translateY(-44px);
    }
    .col-md-4.col-lg-4.recommend-plan .hm-nw-rcmnd {
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 44px;
      }
      
  
}
@media (max-width: 850px){
    .signup-header{
        display: block;
    }
    .signup-header .login-btn{
        display: block;
    }
    .signup-header .get-start-btn{
        display: inline-block;
        width: auto;   
    }
    .signup-header .login-site{
        margin: 0;
        display: block;
    }
    .new-onboadring-title {
        font-size: 14px;
        font-size: 33px;
        line-height: 1.3;
        letter-spacing: 0px;
        text-align: center;
        color: #4a4a4a;
        margin-bottom: 10px;
        text-decoration: none !important;
    }
}
@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;
    }
    .amazon-inner-seller-section h4 {
        font-size: 14px;     
    }
    .amzn-img-sec .img-fluid{
        width: 100px;
    }
    .amazon-inner-seller-section h3, .amazon-inner-seller-section h2 {
        font-size: 27px;     
    }
    .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;        
    }    
}

