/*-----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);
}
strong{
    font-weight: 800;
}
.sales-info-banner {
    padding: 30px 0px 45px;
    position: relative;
    background: #F5F5F5;
    border: 1px solid #D1CFCF;
}

.bner-lft-img img{
    margin-top: -28px;
}
.bnr-rht-clmn{
    text-align: right;
}
.sales-info-inner h1 {
    font-size: 66px;
    font-weight: 800;
    line-height: 70px;
    color: var(--text-black);
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}

.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 40px;
    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/Keyword-information-images/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/Keyword-information-images/sales-crown-bg.svg) no-repeat;
    height: 1553px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100px;
    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/Keyword-information-images/look-ups-bg.svg) no-repeat;
    background-size: cover;
    margin:20px 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;
}

.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;
}
.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: 60px 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 96px;
    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/Keyword-information-images/account-bg.svg);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 105px;
    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;
}

.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;
}
.count-on-section .inner-section {
    max-width: 1017px;
    margin: auto;
}
.count-on-section {
    margin: 75px 0px 0px;
}
.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;
}

.laptop-img-sec-inner {
    position: relative;
}
 .laptop-img-sec-inner::after {
    content: "";
    position: absolute;
    top: 70px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-size: 100% !important;
    z-index: -1;
    background-position: center !important;
    height: 225px;
    width: 100%;
}
.laptop-img-sec-inner::after {
    background: url(../images/Keyword-information-images/seed-keyword-bg.svg) no-repeat;
}
.laptop-img-sec-2 .laptop-img-sec-inner::after {
    background: url(../images/Keyword-information-images/recommendations-bg.svg) no-repeat;
}
.laptop-img-sec-2 {
    margin: 40px 0px 80px;
}
.faq-right img {
    margin-top: -215px;
    margin-bottom: -178px;
    position: relative;
    z-index: 9;
}

.listing-list li {
    position: relative;
    padding-left: 60px;
    list-style-type: none;
    margin-bottom: 33px;
    font-size: 24px;
    line-height: 35px;
    color: var(--text-black);
}
.listing-list li:last-child {
    margin-bottom: 0px;
}

.listing-list li:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0px;
    top: 0;
}
.listing-list li:after::after{
    content: "";
}
.listing-list li:nth-child(odd):after{
    background: url(../images/Keyword-information-images/orange-tick.svg) no-repeat;
}
.listing-list li:nth-child(even):after{
    background: url(../images/Keyword-information-images/black-tick.svg) no-repeat;
}

.listing-list ul {
    position: relative;
    padding: 30px 0px 0px 55px;
}

.listing-list ul:before {
    content: "";
    background: var(--bg-black);
    width: 1px;
    height: 72%;
    position: absolute;
    top: 0px;
    left: 70px;
}
.listing-right-column{
    padding: 0px;
    text-align: right;
}

.listing-include .listing-list ul:before{
    height: 94.9%;
}
.count-on-section p {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}
.sales-crown-img-left {
    text-align: right;
}

.keyword-sec .cstm-hdg-2 .text-underline{
    color: var(--text-orange);
}

.success-section {
    background: #FFF8ED;
    border: 2px solid #DDDDDD;
    padding: 49px 0px 35px;
    margin: 0px 0px 80px;
}
.success-row .sales-info-hdg {
    border-bottom: 1px solid #A0A0A0;
    padding: 0px 4px 20px;
    display: inline-block;
    margin-bottom: 47px;
}
.scess-desc {
    border-left: 14px solid var(--color-orange);
    padding-left: 58px;
}
.success-row p {
    font-size: 24px;
    line-height: 35px;
}
.success-row {
    align-items: center;
}
.partly-section {
    background: url(../images/Keyword-information-images/bg-img-shd-box.svg) no-repeat;
    background-size: 100%;
    background-position: 82% 63%;
    position: relative;
}
.partly-desc {
    background: var(--bg-white);
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 75%);
    border-radius: 11px;
    padding: 32px 55px 69px;
}
.partly-desc h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: var(--text-black);
    border-bottom: 1px solid #A0A0A0;
    padding-bottom: 18px;
    margin-bottom: 29px;
}
.partly-desc p:last-child {
    margin-bottom: 0px;
}
.partly-desc p {
    font-size: 24px;
    line-height: 35px;
    color: var(--text-black);
    margin-bottom: 33px;
}
.partly-img img{
    margin-top: 35px;
}
.relevant-section .partly-row:after {
    content: "";
    background: url(../images/Keyword-information-images/relevant-top-img.svg) no-repeat;
    position: absolute;
    top: -290px;
    width: 100%;
    height: 455px;
    left: 0px;
    background-size: 100%;
}
.relevant-section {
    margin-top: 253px;
    background-position: 80% 27% !important;
}
.relevant-section .partly-row {
    position: relative;
}
.best-section {
    background: var(--bg-white);
    box-shadow: 0px 0px 11px rgb(0 0 0 / 15%);
}
.best-desc{
    border-right: 14px solid var(--color-orange);
    padding-right: 58px;
    text-align: right;
}
.laptop-img-sec {
    margin: 30px 0px 80px;
}
.csv-section {
    background: var(--bg-white);
    border: 2px solid #DDDDDD;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 15%);
    padding: 38px 0px;
    margin-bottom: 106px;
}
.csv-hdg {
    font-weight: 800;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: var(--text-black);
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 0px;
}
.csv-hdg:after {
    content: "";
    background: url(../images/Keyword-information-images/csv-hdg-line-img.svg) no-repeat;
    position: absolute;
    bottom: -23px;
    width: 100%;
    height: 41px;
    left: 0px;
    background-size: 100%;
}
.csv-section .row {
    align-items: center;
}
@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-inner, .scess-img, .partly-img, .partly-desc p, .best-img, .csv-img-clmn {
    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, .partly-desc h3, .csv-hdg{
    font-size: 26px;
    line-height: 34px;
}
.sales-info-banner {
    padding: 50px 0px;
}
.crown-desc-sec{
    padding: 10px 0px 20px;
}
.sales-crown-inner-sec .col-md-6 {
    padding-bottom: 25px;
}
.sales-info-hdg, .sales-crown-img-left {
    text-align: center;
}
.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;
}

.cstm-btn-sales-info{
    width: 192px;
    padding: 10.2px 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: 0px 0px 0px;
    margin-top: 50px;
}
.faq-sec-inner {
    padding: 0px 15px;
}

.esr-desc {
    padding: 40px 0px 0px;
}
.count-on-section p {
    font-size: 22px;
    line-height: 31px;
}
.faq-cstm-hdg{
    padding: 0px 10px 20px;
    width: auto;
}
.faq-right img {
    margin-top: 30px;
    max-width: 200px;
    margin-bottom: -115px;
}


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

.listing-list li {
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
}
.listing-list li:before {
    left: -30px;
    width: 50px;
    top: 16px;
}
.listing-list ul:before {
    height: 74%;
    left: 30px;
}
.listing-include .listing-list ul:before {
    height: 95.9%;
}

.sales-info-banner .cstm-btn-sales-info{
    margin-bottom: 30px;
}
.ready-right {
    padding: 0px 15px;
}


.success-section {
    padding: 50px 15px 20px;
    margin: 50px 0px 0px;
}
.scess-desc {
    padding-left: 15px;
    padding-right: 0px;
    border-left: 8px solid var(--color-orange);
}
.success-row .sales-info-hdg {
    margin-bottom: 25px;
    text-align: left;
}
.scess-img img, .best-img img {
    max-width: 150px;
    padding: 10px 0px;
}
.partly-img img {
    margin-top: 20px;
    max-width: 100px;
    padding: 10px 0px;
}
.partly-desc {
    padding: 32px 15px 50px;
    margin: 0px 15px;
}
.partly-desc p, .success-row p {
    font-size: 20px;
    line-height: 30px;
}
.relevant-section {
    margin-top: 100px;
}
.relevant-section .partly-row:after {
    top: -80px;
    height: 120px;
    width: 100%;
}
.count-on-section {
    margin: 50px 0px 0px;
}
.laptop-img-sec, .laptop-img-sec-2 {
    margin: 10px 0px;
}
.csv-section{
    margin: 50px 15px 0px;
}
.csv-desc-clmn {
    padding-top: 30px;
}
.csv-hdg:after {
    bottom: -34px;
}
.listing-list ul {
    padding: 30px 0px 0px 15px;
}
.best-desc {
    padding-right: 15px;
    padding-left: 0px;
    border-right: 8px solid var(--color-orange);
}
.best-section .sales-info-hdg {
    text-align: right;
}
.best-section {
    padding: 20px 15px 50px;
}

}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape){
.account-btn-clmn .right-img {
    display: inline;
}
.csv-hdg:after {
    bottom: -25px;
}
.relevant-section {
    margin-top: 180px;
}
.relevant-section .partly-row:after {
    top: -180px;
    height: 225px;
}
.listing-list ul:before {
    height: 85%;
}
}

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

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

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


.cstm-hdg-2 {
    font-size: 35px;
    width: auto;
    line-height: 43px;
}
.ready-section:after {
    top: -90px;
    right: -21px;
    height: 460px;
    width: 310px;
}

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

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

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

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

.partly-section {
    background-position: 81% 60%;
}
.partly-row{
    align-items: center;
}
.partly-img img {
    margin-top: 0px;
}
.csv-hdg:after {
    bottom: -30px;
}
.csv-hdg {
    font-size: 30px;
    line-height: 40px;
}
.relevant-section .partly-row:after {
    width: 102%;
    height: 300px;
    top: -150px;
}
.relevant-section {
    margin-top: 160px;
}
.relevant-section {
    background-position: 80% 6% !important;
}
}

@media (min-width: 768px) and (max-width: 1199px){
.cstm-select-prdct .dropdown-toggle {
    width: 100%;
}
.qty-pr-mnt h3{
	font-size: 30px;
}
.sales-crown-inner-sec {
    padding: 50px 22px 20px;
}
.sales-crown-sec {
    padding: 100px 20px 50px;
}

.faq-sec-inner {
    padding: 0px 0px;
}
.account-sec .container-fluid {
    padding: 0px 70px;
}
.account-btn-clmn {
    width: 90%;
}

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


.listing-list ul:before{
    height: 68%;
}
.account-btn-clmn .left-img {
    margin: 15px -67px 0px auto;
}

.success-section {
    padding: 49px 15px 55px;
}
.partly-row{
    margin: auto;
}



.sales-crown-inner-sec .col-md-6 {
    padding-bottom: 50px;
}
.crown-desc-sec {
    padding: 20px 0px 30px;
}
.sales-info-banner {
    padding: 50px 0px 50px;
}
.sales-info-inner p {
    margin: 30px 0px 30px;
}
.success-section, .laptop-img-sec, .laptop-img-sec-2 {
    margin: 50px 0px;
}
.count-on-section {
    margin: 50px 0px 0px;
}
.csv-section {
    margin-bottom: 90px;
}
.scess-desc {
    padding-left: 25px;
}
.best-desc {
    padding-right: 25px;
}
.cstm-faq.faq {
    margin: 40px 20px 2px;
     padding: 36px 25px 13px;
}
.faq-sec {
    margin-top: 50px;
    padding: 0px 0px 50px;
}
.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;
}
.account-inner-sec {
    padding: 80px 50px 44px;
}

.cstm-btn-sales-info {
    padding: 10.2px 34px;
}
.faq-right img {
    margin-top: -285px;
}

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

.listing-list li {
    font-size: 21px;
}
.csv-hdg:after {
    bottom: -26px;
}
.relevant-section {
    margin-top: 180px;
    background-position: 80% 10% !important;
}
.relevant-section .partly-row:after {
    top: -206px;
    width: 101%;
    height: 315px;
    left: 5px;
}
.partly-section {
    background-position: 82% 41%;
}

}


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

@media (min-width: 1594px){
.sales-crown-inner-sec {
    padding: 50px 112px 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: 34px;
}
.sales-info-hdg br {
    display: none;
}

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


.success-row p {
    font-size: 20px;
    line-height: 32px;
}
.partly-desc p {
    font-size: 22px;
    line-height: 32px;
}
.partly-section{
    background-position: 81% 81%;
}
.relevant-section .partly-row:after {
    top: -255px;
}
}
@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;
}
}

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

.faq-right img {
    margin-top: -278px;
}
.sales-info-banner:after {
    width: 187px;
    height: 39%;
    top: 14px;
}
.relevant-section .partly-row:after {
    top: -208px;
}
}

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

.sales-info-hdg {
    font-size: 30px;
}
.scess-desc {
    padding-left: 45px;
}


.best-desc {
    padding-right: 45px;
}
.csv-hdg:after {
    bottom: -26px;
}
}
@media (max-width: 340px){
.sales-info-banner:after {
    top: -30px;
}
.listing-list li {
    padding-left: 42px;
}
}



@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;
}
.relevant-section {
    background-position: 80% 17% !important;
}
.partly-section {
    background-position: 81% 70%;
}
}

@media (min-width: 1271px) and (max-width: 1300px){
.relevant-section .partly-row:after {
    top: -235px;
}
}
@media (min-width: 1400px) and (max-width: 1510px){
.relevant-section .partly-row:after {
    top: -287px;
}
}

@media (min-width: 1540px) {
.relevant-section .partly-row:after {
    height: 506px;
    top: -330px;
}
.relevant-section {
    background-position: 80% 55% !important;
    margin-top: 300px;
}
.partly-section {
    background-position: 81% 20%;
}
.csv-hdg:after {
    bottom: -19px;
}
.listing-list ul:before {
    height: 76%;
}
}
@media (min-width: 1538px) and (max-width: 1651px){
.relevant-section .partly-row:after {
    top: -310px !important;
}
.relevant-section {
    background-position: 80% 28% !important;
}
}
@media (min-width: 1800px) {
.relevant-section .partly-row:after {
    top: -347px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
    .bulb-img {
        top: -170px;
    }
    .account-inner-sec {
        padding: 210px 50px 44px;
    }
}
