/*-----Sales Information ---*/
span {
    color: var(--text-orange);
    font-weight: 800;
}
a > span {
    font-weight: 400;
}
p {
    font-size: 18px;
    line-height: 26px;
    color: var(--text-black);
}

.sales-info-banner {
    background: var(--bg-white);
    border: 1px solid #D7D6D6;
    box-shadow: inset 0px 0px 36px rgb(0 0 0 / 15%);
    padding: 49px 0px 20px;
    position: relative;
}

.sales-info-banner:after {
    content: "";
    background: url(../../images/landing/listify/banner-arrow-img.svg) no-repeat;
    position: absolute;
    width: 218px;
    height: 39%;
    top: -8px;
    left: -65px;
    background-size: 100%;
}

.bner-lft-img img {
    margin-top: -28px;
}

.sales-info-inner h1 {
    font-size: 76px;
    font-weight: 800;
    line-height: 81px;
    color: var(--text-black);
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}

/*.sales-info-inner{
    position: relative;
    z-index: 0;
}
.sales-info-inner h1:after {
    content: "";
    background: url(../../images/landing/listify/banner-fire.svg) no-repeat;
    position: absolute;
    width: 165px;
    height: 221px;
    right: -130px;
    top: 62px;
    background-size: 100%;
    z-index: -1;
}*/
.sales-info-inner p {
    font-size: 20px;
    line-height: 29px;
    color: var(--text-black);
    margin: 38px 0px 58px;
}

.sales-info-inner p strong {
    font-weight: 800;
}

.cstm-btn-sales-info {
    background: var(--bg-orange);
    border: 1px solid var(--color-orange);
    color: var(--text-white);
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0.2px;
    padding: 10.2px 38.1px;
    border-radius: 10px;
    height: 44px;
}

.cstm-btn-sales-info:hover {
    background: var(--bg-black);
    border: 1px solid #000;
    color: var(--text-white);
}

.sales-crown-sec {
    padding: 80px 0px 0px;
    position: relative;
}

.sales-info-hdg {
    font-size: 38px;
    font-weight: 800;
    line-height: 44px;
    color: var(--text-black);
}

.crown-desc-sec {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-black);
    border-bottom: 1px solid #A0A0A0;
    padding: 28px 0px 66px;
}

.sales-crown-inner-sec {
    background: var(--bg-white);
    box-shadow: 0px 0px 22px -9px rgb(0 0 0 / 75%);
    border-radius: 17px;
    padding: 70px 70px 0px;
    position: relative;
}

.sales-crown-inner-sec:before {
    content: "";
    background: url(../../images/landing/listify/sales-crown-img.svg)no-repeat;
    position: absolute;
    height: 100px;
    width: 110px;
    background-size: cover;
    left: -38px;
    top: -58px;
}

.sales-crown-sec:after {
    content: "";
    background: url(../../images/landing/listify/sales-crown-bg.svg) no-repeat;
    height: 1553px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-size: cover;
    background-position: center;
    bottom: 0px;
    margin: auto;
}

.sales-crown-inner-sec .col-md-6 {
    padding-bottom: 40px;
}

.sales-crown-inner-sec .row {
    align-items: center;
}

.scrol-hdg {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    color: var(--text-black);
}

.text-underline {
    text-decoration: underline;
    color: var(--text-white);
}

.ready-section {
    padding: 40px 0px;
    position: relative;
    background: url(../../images/landing/listify/look-ups-bg.svg) no-repeat;
    background-size: cover;
    margin: -3px 0px 0px;
}

.ready-left p {
    font-size: 18px;
    line-height: 26px;
    margin: 30px 0px 0px;
}

.ready-section .cstm-hdg-2 {
    text-align: center;
    text-transform: uppercase;
}

.find-reliable-sec {
    margin: 61px 0px 128px;
}

.find-reliable-sec:after {
    background: url(../../images/landing/listify/find-right-img.svg) no-repeat;
    height: 480px;
    width: 315px;
    top: -60px;
}

.ready-section .right-img {
    margin-bottom: -25px;
}

.cstm-hdg-2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 49px;
    text-align: left;
    color: var(--text-white);
}

.ready-left {
    color: var(--text-white);
}

.ready-inner .row {
    align-items: center;
}

.ready-btn:hover {
    color: var(--text-black);
    background: var(--bg-white);
    border: 1px solid var(--color-white);
}

.ready-right {
    text-align: center;
    padding: 0px;
}

.ready-btn-clmn {
    justify-content: center;
    margin-top: -35px;
    align-items: end;
}

.ready-btn-clmn .left-img {
    margin-bottom: -10px;
}

.rdy-htst {
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: var(--text-white);
    margin-bottom: 50px;
}

.find-reliable-sec .ready-btn-clmn .left-img {
    margin-bottom: -25px;
}

.zon-section {
    border: 1px solid #A6A6A6;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    padding: 50px 0px;
}

.zon-desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: var(--text-black);
}

.zon-desc {
    border-right: 1px solid #A0A0A0;
    padding: 0px 65px;
}

.zon-desc:last-child {
    border-right: none;
    text-align: center;
}

.zon-img {
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}

.cstm-faq-hdg h3 {
    font-size: 30px;
    line-height: 35px;
    color: var(--text-black);
    font-weight: 800;
}

.semi-desc {
    font-size: 18px;
    line-height: 26px;
    color: var(--text-black);
    font-weight: 400;
    font-style: italic;
    margin-bottom: 30px;
}

.cstm-faq-hdg {
    margin-bottom: 20px;
}

.cstm-faq.faq {
    margin: 40px 20px 2px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55);
    border-radius: 9px;
    padding: 36px 64px 13px;
    position: relative;
}

.cstm-collapse-colmn {
    border-bottom: 1px solid #A0A0A0;
    margin-bottom: 30px;
}

.cstm-collapse-colmn:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.faq-cstm-hdg {
    border-bottom: 1px solid #D9D9D9;
    padding: 0px 15px 45px;
    display: inline-block;
    color: var(--text-black);
    width: 803px;
    text-align: center;
}

.faq-sec .cstm-container-fluid {
    text-align: center;
}

.faq-sec {
    position: relative;
    padding: 0px 0px 60px;
    margin-top: 95px;
}

.faq-sec-inner {
    position: relative;
    padding: 0px 30px;
}

.account-inner-sec {
    background: var(--bg-white);
    border: 8px solid var(--box-border);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 44px rgba(0, 0, 0, 0.55);
    border-radius: 16px;
    position: relative;
    padding: 135px 50px 44px;
}


.account-sec {
    padding: 15px 0px 60px;
    position: relative;
}

.account-desc {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: var(--text-black);
}

.account-inner-sec .cstm-hdg-2 {
    color: var(--text-black);
    margin-bottom: 23px;
    text-align: center;
}

.account-btn-clmn {
    /*text-align: center;
    justify-content: space-between;*/
    width: 70%;
    margin: 0px auto 0px;
}

.account-btn-clmn .right-img {
    margin-top: -150px;
}

.account-btn-clmn .left-img {
    margin: 15px -67px 0px auto;
}

.account-btn-clmn .cstm-btn-sales-info {
    margin: 30px auto;
    padding: 10.2px 20px;
    font-size: 18px;
    line-height: 40px;
    height: 64px;
    width: 354px;
}

.account-sec::before {
    content: "";
    background: url(../../images/landing/listify/account-bg.svg);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 227px;
    background-size: cover;
    background-position: center;
    bottom: 0px;
    margin: auto;
}

.bulb-img {
    position: absolute;
    top: -95px;
    left: 0px;
}

.scroll-down-sec {
    padding: 149px 0px 142px;
}

.account-inner-sec-row {
    max-width: 1125px;
    margin: auto;
    position: relative;
}

.cool-desc .cstm-h4 {
    color: var(--text-white);
    font-style: italic;
    text-align: center;
    font-weight: 700;
}

.cool-btn-row p {
    color: var(--text-white);
    font-style: italic;
    margin-bottom: 0px;
}

.ready-inner .cool-desc-row img {
    margin-top: 35px;
}

.cool-section {
    background: url(../../images/landing/listify/asin-tool-bg.svg) no-repeat;
    padding: 70px 120px 87px 30px;
    background-size: cover;
    position: relative;
}

.cool-btn-row .ready-btn-clmn .btn {
    margin: 25px auto 0px;
}

.cool-section:after {
    content: "";
    position: absolute;
    background: url(../../images/landing/listify/find-right-img.svg) no-repeat;
    height: 725px;
    width: 255px;
    top: -105px;
    right: 0px;
}

.cool-section:before {
    content: "";
    background: url(../../images/landing/listify/asin-tool-left-arrow.svg) no-repeat;
    position: absolute;
    top: 10px;
    left: -55px;
    height: 125px;
    width: 190px;
    background-size: 100%;
}

.cool-section .cstm-hdg-2 {
    margin-left: 105px;
}

.cool-fltr-row {
    margin-top: 88px;
}

.easier-section .inner-section {
    background: var(--bg-white);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 45%);
    border-radius: 15px;
    padding: 58px 43px;
    position: relative;
}

.inner-section p {
    margin-bottom: 33px;
}

.font-sz-22 {
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: var(--text-black);
    margin: 26px 0px 55px;
}

.inner-section .cstm-hdg-2 {
    color: var(--text-black);
    padding-bottom: 33px;
    text-align: center;
    position: relative;
}

.esr-desc {
    padding: 56px 0px 0px;
}

.easier-section {
    position: relative;
    margin: 205px 0px 144px;
}

.easier-section:after {
    content: "";
    background: url(../../images/landing/listify/easier-bg-img.svg) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-size: 100%;
    background-position: center;
    z-index: -1;
}

.easier-section .inner-section:after {
    content: "";
    background: url(../../images/landing/listify/easier-top-img.svg) no-repeat;
    position: absolute;
    height: 280px;
    width: 110%;
    top: -212px;
    left: -78px;
    background-size: 100%;
}

.count-on-section .inner-section {
    max-width: 1017px;
    margin: auto;
}

.count-on-section {
    margin: 160px 0px 80px;
}

.count-on-section .cstm-hdg-2:after {
    content: "";
    background: #A0A0A0;
    position: absolute;
    max-width: 557px;
    height: 1px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.cstm-optimize .cstm-hdg-2::after {
    background: var(--bg-orange);
}

.laptop-img-sec-inner {
    position: relative;
}

.laptop-img-sec-inner::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-size: 100% !important;
    z-index: -1;
    background-position: center !important;
    height: 345px;
    width: 100%;
}

.laptop-img-sec-inner::after {
    background: url(../../images/landing/listify/revr-asin-bg.svg) no-repeat;
}

.laptop-img-sec-2 .laptop-img-sec-inner::after {
    background: url(../../images/landing/listify/revr-asin-2-bg.svg) no-repeat;
}

.laptop-img-sec-2 {
    margin-bottom: 106px;
}

.faq-right img {
    margin-top: -215px;
    margin-bottom: -165px;
    position: relative;
    z-index: 9;
}

.listing-section .cstm-hdg-2 {
    color: var(--text-black);
    text-align: center;
    border-bottom: 1px solid var(--color-black);
    padding-bottom: 53px;
    margin-bottom: 0px;
    margin-top: 60px;
}

.listing-section {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.listing-list li {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    position: relative;
    padding-left: 50px;
    list-style-type: none;
    margin-bottom: 40px;
}

.listing-list li:nth-child(odd) {
    color: var(--text-black);
}

.listing-list li:nth-child(even) {
    color: var(--text-orange);
}

.listing-list li:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0px;
    top: 0px;
}

.listing-list li:after::after {
    content: "";
}

.listing-list li:nth-child(odd):after {
    background: url(../../images/landing/listify/orange-tick.svg) no-repeat;
}

.listing-list li:nth-child(even):after {
    background: url(../../images/landing/listify/black-tick.svg) no-repeat;
}

.listing-list li:before {
    content: "";
    background: var(--bg-black);
    position: absolute;
    left: 0px;
    width: 90px;
    height: 1px;
    top: 17px;
}

.listing-list {
    padding: 0px 15px 0px 123px;
}

.listing-list li:before {
    content: "";
    background: var(--bg-black);
    position: absolute;
    left: -80px;
    width: 90px;
    height: 1px;
    top: 18px;
}

.listing-list ul {
    padding-top: 52px;
    position: relative;
    padding-left: 80px;
}

.listing-list ul:before {
    content: "";
    background: var(--bg-black);
    width: 1px;
    height: 95.9%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.listing-right-column {
    padding: 0px;
    text-align: right;
}

.listing-section {
    padding: 0px 0px 0px;
}

.listing-include .listing-list ul:before {
    height: 94.9%;
}

.cstm-optimize .container {
    border: 1px solid var(--color-black);
    border-radius: 9px;
    position: relative;
}

.cstm-optimize .cstm-hdg-2 {
    margin-top: -41px;
    background: var(--bg-white);
    padding: 0px 50px 33px;
    display: inline-block;
}

.cstm-optimize {
    position: relative;
    margin: 130px 0px 150px;
    padding: 0px 15px;
}

.cstm-optimize .container:after {
    content: "";
    background: url(../../images/landing/listify/efficienct-pot-img.svg) no-repeat;
    position: absolute;
    bottom: -115px;
    right: -54px;
    width: 228px;
    height: 435px;
    background-size: 100%;
}

.optimize-btn-colmn {
    background: var(--bg-white);
    text-align: center;
    max-width: 350px;
    margin: -35px auto -20px;
}

.cstm-optimize .inner-section {
    text-align: center;
}

.optimize-btn-colmn img {
    margin-bottom: -25px;
}

.cstm-optimize p {
    color: #464646;
}

.count-on-section p {
    color: #242424;
    text-align: left;
}

.sales-crown-img-left {
    text-align: right;
}

.work-sec {
    box-shadow: 0px 0px 22px -9px rgb(0 0 0 / 75%);
    padding: 88px 0px 107px;
    position: relative;
    margin: 76px 0px 115px;
    background: var(--bg-white);
}
.work-sec:after, .work-sec:before {
    content: "";
    position: absolute;
    width: 177px;
}
.work-sec:after {
    background: url(../images/sales-estimator-images/wrk-black-img.svg) no-repeat;
    top: -76px;
    right: 0px;
    height: 76px;
}
.work-sec:before {
    background: url(../images/sales-estimator-images/wrk-ornge-img.svg) no-repeat;
    bottom: -76px;
    left: -44px;
    z-index: -1;
    height: 240px;
}

.work-left-sec p {
    font-size: 24px;
    line-height: 35px;
    color: var(--text-black);
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 28px;
    margin-bottom: 27px;
    position: relative;
    margin-left: 115px;
    display: flex;
    align-items: center;
    min-height: 98px;
}
.work-left-sec p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.work-left-sec p:before {
    font-size: 38px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    height: 72px;
    width: 72px;
    left: -110px;
    position: absolute;
    color: var(--text-white);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.work-desc-1:before{
    content: "1";
}
.work-desc-2:before{
    content: "2";
}
.work-desc-3:before{
    content: "3";
}
.work-desc-4:before{
    content: "4";
}
.work-desc-5:before{
    content: "5";
}
.work-left-sec p:nth-child(odd):before {
    background: #E6BC6D;
    border: 6px solid var(--color-black);
}
.work-left-sec p:nth-child(even):before {
    background: var(--bg-black);
    border: 6px solid #E6BC6D;
}
.work-left-sec {
    margin-top: 71px;
    position: relative;
}
.work-left-colmn {
    padding: 0px 60px;
}
.work-right-colmn {
    text-align: center;
}
.work-left-sec:after {
    content: "";
    background: var(--bg-black);
    height: 90%;
    width: 5px;
    position: absolute;
    top: 20px;
    left: 35px;
    z-index: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cstm-hdg-2{
        font-size: 32px;
        line-height: 45px;
    }
}


@media (min-width: 1200px) {
    .lifty-prdct-row .col-md-9 {
        padding: 0px 60px 0px 25px;
    }

    .listify-section .container-fluid,
    .sales-estimator-content .container-fluid {
        max-width: 1700px;
    }

    .cstm-container-fluid {
        padding: 0px 4.5%;
    }

    .account-sec .container-fluid {
        /*max-width: 100%;*/
        padding: 0px 165px;
    }

    .count-on-section .inner-section {
        max-width: 885px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {

    /*-----Sales Information ---*/
    .ready-section:after,
    .cstm-faq.faq:after,
    .faq-sec-inner:before,
    .cool-section:after {
        display: none;
    }

    .sales-info-inner h1 {
        font-size: 37px;
        line-height: 50px;
    }

    .sales-info-inner p {
        margin: 15px 0px 20px;
    }

    .sales-info-banner .cstm-btn-sales-info {
        margin-bottom: 30px;
    }

    .sales-info-inner {
        text-align: center;
    }

    .sales-crown-sec {
        padding: 75px 0px 0px 0px;
    }

    .sales-crown-inner-sec:before {
        height: 100px;
        width: 55px;
        left: -17px;
        top: -27px;
        background-size: 100%;
    }

    .sales-crown-inner-sec {
        padding: 40px 15px 20px;
        text-align: center;
    }

    .sales-info-hdg {
        font-size: 26px;
        line-height: 36px;
    }

    .sales-info-banner {
        padding: 50px 0px;
    }

    .sales-crown-inner-sec .col-md-6 {
        padding-bottom: 25px;
    }

    .sales-info-hdg,
    .sales-crown-img-left {
        text-align: center;
    }

    .crown-desc-sec {
        padding: 10px 0px 20px;
    }

    .clmn-reverse {
        flex-direction: column-reverse;
    }

    .cstm-hdg-2 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .ready-right .left-img,
    .ready-right .right-img {
        padding: 0px 0;
    }

    .font-sz-22 {
        font-size: 19px;
        line-height: 27px;
    }

    .find-reliable-sec .ready-btn-clmn .left-img {
        margin-bottom: -5px;
    }

    .cstm-btn-sales-info {
        width: 192px;
        padding: 10.2px 15px;
    }

    .zon-desc {
        border-right: 0px;
        padding: 40px 15px 30px;
        text-align: center;
        border-bottom: 1px solid #A0A0A0;
    }

    .zon-desc:last-child {
        border-bottom: 0px;
    }

    .zon-section {
        padding: 20px 0px 30px;
    }

    .zon-img {
        height: auto;
        margin-bottom: 15px;
    }

    .faq-sec:after {
        height: 145px;
        width: 228px;
        top: -15px;
    }

    .cstm-faq.faq {
        margin: 30px 0px 0px;
        padding: 30px 15px 13px;
    }

    .cstm-faq-hdg h3 {
        font-size: 21px;
        line-height: 30px;
    }

    .account-inner-sec {
        padding: 220px 15px 44px;
    }

    .account-btn-clmn {
        width: 100%;
    }

    .account-btn-clmn {
        width: 100%;
        margin: 0px auto 0px;
        display: block !important;
        text-align: center;
    }

    .account-btn-clmn .left-img {
        margin: 0px;
        padding: 0px;
    }

    .account-btn-clmn .cstm-btn-sales-info {
        margin: 0px auto 30px;
        width: auto;
        font-size: 15px;
        height: 50px;
        line-height: 26px;
    }

    .account-btn-clmn .right-img {
        margin-top: -40px;
        padding: 0px;
        margin-left: 0px;
        width: 100px;
        display: block;
    }

    .account-sec {
        padding: 50px 0px 0px;
    }

    .account-sec .container {
        max-width: 100%;
    }

    .scroll-down-sec {
        padding: 50px 0px;
    }

    .bulb-img {
        top: -185px;
        left: 20px;
    }


    .btn-clmn br {
        display: block;
    }

    .sales-info-inner h1:after {
        right: -15px;
    }

    .ready-section {
        margin: 40px 0px 70px;
        text-align: center;
        padding: 60px 0px 80px;
    }

    .ready-left .cstm-hdg-2 {
        text-align: center;
    }

    .ready-btn-clmn {
        margin-top: 0px;
    }

    .faq-sec {
        padding: 55px 0px 0px;
        margin-top: 50px;
    }

    .faq-sec-inner {
        padding: 0px 15px;
    }

    .cool-section {
        padding: 90px 15px 50px 15px;
    }

    .cool-section .cstm-hdg-2 {
        margin-left: 0px;
        text-align: center;
    }

    .cool-section:before {
        width: 135px;
        top: 20px;
    }

    .cool-fltr-row {
        margin-top: 50px;
    }

    .cool-desc {
        margin-bottom: 40px;
    }

    .easier-section .inner-section:after {
        height: 130px;
        width: 107%;
        top: -65px;
        left: -16px;
        background-size: 100%;
    }

    .easier-section {
        margin: 65px 0px 50px;
    }

    .easier-section .inner-section {
        padding: 50px 15px 17px;
    }

    .esr-desc {
        padding: 25px 0px 0px;
    }

    .count-on-section {
        margin: 0px;
    }

    .count-on-section p {
        text-align: center;
    }

    .faq-cstm-hdg {
        padding: 0px 10px 20px;
        width: auto;
    }

    .faq-right img {
        margin-top: 0px;
    }

    .inner-section {
        text-align: center;
    }

    .inner-section p {
        margin-bottom: 25px;
    }

    .font-sz-22 {
        margin: 20px 0px 30px;
    }

    .sales-info-banner:after {
        width: 105px;
    }

    .listing-section {
        padding: 50px 15px 0px;
    }

    .listing-list {
        padding: 0px 15px 0px 15px;
    }

    .listing-right-column {
        text-align: center;
    }

    .listing-right-column img {
        max-width: 250px;
    }

    .listing-list li {
        padding-left: 50px;
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 24px;
    }

    .listing-list ul {
        padding-top: 30px;
        padding-left: 30px;
    }

    .listing-list li:before {
        left: -30px;
        width: 50px;
        top: 16px;
    }

    .listing-list ul:before {
        height: 97%;
    }

    .listing-section.listing-include {
        padding-top: 25px;
    }

    .listing-include .listing-list ul:before {
        height: 95.9%;
    }

    .cstm-optimize {
        margin: 90px 0px 0px;
        padding: 0px 15px;
    }

    .cstm-optimize .cstm-hdg-2 {
        padding: 0px 5px 33px;
    }

    .cstm-optimize .container:after {
        bottom: -83px;
        right: -15px;
        width: 115px;
        height: 206px;
    }

    .optimize-btn-colmn {
        max-width: 250px;
        margin: -60px auto -20px;
    }

    .optimize-btn-colmn .cstm-btn-sales-info {
        width: auto;
    }

    .faq-right img {
        margin-top: 30px;
        max-width: 200px;
        margin-bottom: -115px;
    }

    .optimize-btn-colmn img {
        max-width: 150px;
    }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
    .account-btn-clmn .right-img {
        display: inline;
    }
}

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

    /*-----Sales Information ---*/

    .sales-info-inner h1 {
        font-size: 43px;
        line-height: 53px;
    }

    /*.ready-left, .ready-right{
    max-width: 60%;
    flex: 0 0 60%;
}*/
    .cstm-hdg-2 {
        font-size: 35px;
        width: auto;
    }

    .ready-section:after {
        top: -90px;
        right: -21px;
        height: 460px;
        width: 310px;
    }

    .zon-desc {
        padding: 0px 15px;
    }

    .cstm-faq.faq:after {
        height: 120%;
        top: -90px;
    }

    .account-inner-sec {
        padding: 210px 50px 44px;
    }

    .sales-info-hdg {
        font-size: 33px;
        line-height: 40px;
    }

    .faq-sec-inner:before {
        display: none;
    }

    .bulb-img {
        top: -170px;
    }

    .cstm-faq-hdg h3 {
        font-size: 24px;
    }

    .ready-btn-clmn {
        margin-top: 0px;
    }

    .ready-btn-clmn .left-img {
        margin-right: 20px !important;
    }

    .faq-right img {
        margin-top: -165px;
    }

    .ready-section .cstm-btn-sales-info {
        padding: 10.2px 15px;
    }

    .cool-desc .cstm-h4 {
        font-size: 20px;
    }

    .cool-section {
        padding: 70px 90px 87px 0px;
    }

    .cool-section:after {
        height: 795px;
        width: 222px;
    }

    .easier-section .inner-section:after {
        height: 180px;
        width: 108.6%;
        top: -131px;
        left: -40px;
    }

    .cstm-optimize .container:after {
        right: -25px;
        width: 159px;
        height: 330px;
    }

    .cstm-optimize .cstm-hdg-2 {
        padding: 0px 20px 33px;
    }

    .listing-list {
        padding: 0px 15px 0px 30px;
    }

    .sales-info-banner:after {
        width: 136px;
    }

    .listing-list ul {
        padding-left: 30px;
    }

    .listing-list li:before {
        left: -30px;
        width: 40px;
    }

    .listing-list li {
        font-size: 21px;
    }

    .ready-section .cstm-hdg-2 {
        font-size: 28px;
        line-height: 38px;
    }

    .account-btn-clmn .cstm-btn-sales-info {
        padding: 10.2px 12px;
        font-size: 15px;
        line-height: 30px;
        height: 55px;
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .listify-section {
        margin: 0px 25px;
    }

    .cstm-select-prdct .dropdown-toggle {
        width: 100%;
    }

    .qty-pr-mnt h3 {
        font-size: 30px;
    }

    .sales-crown-inner-sec {
        padding: 108px 22px 20px;
    }

    .sales-crown-sec {
        padding: 181px 20px 89px;
    }

    .faq-sec-inner {
        padding: 0px 0px;
    }

    .account-sec .container-fluid {
        padding: 0px 70px;
    }

    .account-btn-clmn {
        width: 90%;
    }

    .zon-desc p {
        font-size: 19px;
        line-height: 29px;
    }

    .sales-info-inner h1:after {
        right: -10px;
    }

    .btn-clmn br {
        display: block;
    }

    .account-btn-clmn .right-img {
        margin-top: -110px;
    }

    .faq-cstm-hdg {
        padding: 0px 80px 45px;
    }

    .cool-section:before {
        width: 135px;
    }

    .cool-section .cstm-hdg-2 {
        margin-left: 48px;
        text-align: center;
        line-height: 0px;
    }


    .sales-info-banner {
        padding: 50px 0px 50px;
    }

    .sales-crown-sec {
        padding: 100px 20px 50px;
    }

    .sales-crown-inner-sec {
        padding: 50px 22px 20px;
    }

    .crown-desc-sec {
        padding: 20px 0px 30px;
    }

    .listing-section {
        padding: 0px 0px;
    }

    .listing-section .row {
        align-items: center;
    }

    .listing-list li:last-child {
        margin-bottom: 0px;
    }

    .ready-section {
        margin: 90px 0px 0px;
    }

    .count-on-section {
        margin: 50px 0px 50px;
    }

    .esr-desc {
        padding: 40px 0px 0px;
    }

    .font-sz-22 {
        margin: 26px 0px 30px;
    }

    .count-on-section.cstm-optimize {
        margin-top: 100px;
    }

    .faq-sec {
        margin-top: 100px;
        padding: 0px 0px 50px;
    }

    .cstm-faq.faq {
        margin: 40px 20px 2px;
        padding: 36px 25px 13px;
    }

    .account-sec {
        padding: 15px 0px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .account-desc br {
        display: block;
    }

    .bulb-img {
        left: -30px;
        width: 80px;
        top: -35px;
    }
    .cstm-faq.faq:after {
        height: 120%;
    }

    .ready-section:after {
        top: -59px;
        height: 336px;
        width: 211px;
    }

    .sales-info-hdg {
        font-size: 29px;
        line-height: 40px;
    }

    .faq-sec-inner:before {
        height: 146%;
        width: 350px;
        top: -115px;
    }

    .cstm-faq-hdg h3 {
        font-size: 27px;
    }

    .zon-desc {
        padding: 0px 25px;
    }

    .cstm-btn-sales-info {
        padding: 10.2px 34px;
    }

    .faq-right img {
        margin-top: -285px;
    }

    .cool-section:after {
        height: 748px;
    }

    .easier-section .inner-section:after {
        height: 280px;
        width: 108%;
        top: -175px;
        left: -49px;
    }

    .cstm-optimize .container:after {
        bottom: -75px;
        right: -25px;
        width: 205px;
        height: 366px;
    }

    .sales-info-banner:after {
        width: 155px;
    }

    .listing-list {
        padding: 0px 15px 0px 50px;
    }
}


/*-----Sales Information ---*/

@media (min-width: 1594px) {
    .sales-crown-inner-sec {
        padding: 70px 80px 20px;
    }

    .account-sec .container {
        max-width: 1225px;
    }
}

@media (max-width: 1566px) {
    .sales-crown-inner-sec p br {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1510px) {
    .sales-crown-inner-sec {
        padding: 108px 35px 20px;
    }

    .sales-info-hdg {
        font-size: 36px;
    }

    .sales-info-hdg br {
        display: none;
    }

    .listing-list {
        padding: 0px 15px 0px 95px;
    }

    .listing-list ul {
        padding-left: 50px;
    }

    .listing-list li:before {
        left: -50px;
        width: 55px;
    }

    .listing-list li {
        font-size: 19px;
    }
}

@media (min-width: 1300px) and (max-width: 1471px) {
    .account-sec .container {
        max-width: 1100px;
    }

    .cstm-faq.faq:after {
        width: 130px;
    }

    .sales-info-banner:after {
        width: 200px;
        top: 2px;
        left: -55px;
    }
}

@media (min-width: 1317px) and (max-width: 1478px) {
    .cstm-hdg-2 {
        font-size: 37px;
    }

    .bulb-img {
        width: 105px;
        top: -75px;
    }
}

@media (max-width: 1199px) {
    br {
        display: none;
    }

    .listing-section .cstm-hdg-2 {
        padding: 0px 0px 40px 10px;
        margin-top: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .zon-desc p {
        font-size: 19px;
        line-height: 30px;
    }

}

@media (min-width: 1600px) {
    .faq-sec-inner:before {
        width: 354px;
        background-size: contain;
        top: -35px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .bulb-img {
        width: 130px;
        top: -155px;
    }

    .account-inner-sec {
        padding: 180px 50px 44px;
    }

    .cstm-btn-sales-info {
        padding: 10.2px 26px;
    }

    .faq-sec-inner:before {
        height: 140%;
    }

    .account-sec .container-fluid {
        padding: 0px 160px;
    }

    .account-desc br {
        display: block;
    }

    .easier-section .container {
        max-width: 1000px;
    }

    .easier-section .inner-section:after {
        top: -186px;
        left: -68px;
    }

    .faq-right img {
        margin-top: -278px;
    }

    .sales-info-banner:after {
        width: 187px;
        height: 39%;
        top: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1360px) {
    .ready-section:after {
        height: 385px;
    }

    .ready-left br,
    .cool-desc .cstm-h4 br {
        display: none;
    }

    .cool-section:before {
        width: 165px;
    }

    .cool-section .cstm-hdg-2 {
        margin-left: 50px;
        font-size: 36px;
    }

    .cool-section:after {
        height: 750px;
    }

    .cstm-optimize .container:after {
        right: -15px;
    }
}

@media (max-width: 340px) {
    .sales-info-banner:after {
        top: -30px;
    }

    .listing-list li {
        padding-left: 42px;
    }

    .listing-list ul:before {
        height: 97.5%;
    }
}



@media (min-width: 1200px) and (max-width: 1370px) {
    .sales-info-inner h1 {
        font-size: 65px;
    }

}

@media (min-width: 1200px) and (max-width: 1245px) {
    .account-btn-clmn .left-img {
        margin: 15px -110px 0px auto;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .bulb-img {
        top: -170px;
    }
    .account-inner-sec {
        padding: 210px 50px 44px;
    }
}