.sales-estimator-search button{
    width: 217px;
}
.listify-section {
    margin: 0px 40px;
}
.lifty-prdct-sec {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 6px 6px;
    margin: 28px 0px;
}
.lifty-prdct-row {
    padding: 52px 30px;
}
.prdct-titl {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: var(--text-orange);
}
.prdct-desc-listify {
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    color: var(--text-black);
    margin-bottom: 36px;
}
.qty-pr-mnt {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    text-align: center;
}
.qty-pr-mnt h3 {
    background: var(--bg-orange);
    border: 1px solid var(--color-orange);
    color: var(--text-white);
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    padding: 14.2px 15px 11px;
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 0px;
}
.qty-pr-mnt h4 {
	font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: var(--text-orange);
    margin-bottom: 0px;
    padding: 21px 15px 23px;
}
.sales-estimator-search.cstm-search input {
    padding: 10.2px 227px 10.2px 14px;
}
.cstm-select-prdct .dropdown-toggle, .cstm-select-prdct .dropdown-menu a {
    font-size: 16px;
}


/*-----Sales Information ---*/
.sales-info-banner {
    background: #FFF7EA;
    border: 1px solid var(--color-orange);
    box-shadow: inset 0px 0px 36px rgb(0 0 0 / 15%);
    padding: 74px 0px 40px;
}
span {
    color: var(--text-orange);
}
.sales-info-inner h1 {
    font-size: 64px;
    font-weight: 800;
    line-height: 70px;
    color: var(--text-black);
}
.sales-info-inner p {
    font-size: 20px;
    line-height: 29px;
    color: var(--text-black);
    margin: 30px 0px 35px;
}
.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: 181px 0px 89px;*/
    padding: 0 0px 20px;
    position: relative;
}
.sales-info-hdg {
    font-size: 38px;
    font-weight: 800;
    line-height: 44px;
    color: var(--text-black);
}
.sales-crown-inner-sec p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-black);
    border-bottom: 1px solid #A0A0A0;
    padding: 36px 0px 66px;
}
.sales-crown-inner-sec {
    background: var(--bg-white);
    box-shadow: 0px 0px 22px -9px rgb(0 0 0 / 75%);
    border-radius: 0 0 17px 17px;
    padding: 108px 75px 20px;
    position: relative;
}
/*.sales-crown-inner-sec:before {
    content: "";
    background: url(../../images/landing/salesEstimator/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/salesEstimator/sales-crown-bg-img.svg) no-repeat;
    height: 1320px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 330px;
    z-index: -1;
    background-size: cover;
}
.sales-crown-inner-sec .col-md-6 {
    padding-bottom: 48px;
}
.sales-crown-inner-sec .row {
    align-items: center;
}
.scrol-hdg{
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
}
.work-sec {
    box-shadow: 0px 0px 22px -9px rgb(0 0 0 / 75%);
    padding: 70px 0px 70px;
    position: relative;
    margin: 0 0px 15px;
    background: var(--bg-white);
}
.work-sec:after, .work-sec:before {
    content: "";
    position: absolute;
    width: 177px;
}
.work-sec:after {
    background: url(../../images/landing/salesEstimator/wrk-black-img.svg) no-repeat;
    top: -76px;
    right: 0px;
    height: 76px;
}
.work-sec:before {
    background: url(../../images/landing/salesEstimator/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;
}
.text-underline {
    text-decoration: underline;
    color: var(--text-white);
}
.ready-section {
    /*background: url(../../images/landing/salesEstimator/ready-bg.svg) no-repeat;
    background-size: cover;
    background-position: center right;*/
    padding: 30px 0px 45px;
    position: relative;
    background: var(--bg-black);
    overflow: hidden;
    margin: 0px 0px 0;
}
.ready-section:after {
    content: "";
    background: url(../../images/landing/salesEstimator/bulb-img.svg) no-repeat;
    position: absolute;
    top: -74px;
    right: 1px;
    height: 340px;
    width: 263px;
    background-size: cover;
}
.ready-section .right-img {
    margin-top: -20px;
}
.cstm-hdg-2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 49px;
    text-align: center;
}
.ready-left .cstm-hdg-2 {
    color: var(--text-white);
    text-transform: uppercase;
}
.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;
}
.ready-btn-clmn {
    justify-content: center;
}
.ready-btn-clmn .left-img {
    margin-top: 70px;
}
.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: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.cstm-faq-hdg h3 {
    font-size: 30px;
    line-height: 35px;
    color: var(--text-black);
    font-weight: 800;
    z-index: 99;
}
.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: 35px 20px 0;
    background: var(--bg-white);
    border: 1px solid var(--color-orange);
    box-shadow: 0px 0px 25px -5px rgb(0 0 0 / 75%);
    border-radius: 9px;
    padding: 52px 64px 61px;
    position: relative;
}
.cstm-collapse-colmn {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.cstm-collapse-colmn:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
.faq-cstm-hdg{
    border-bottom: 1px solid #A0A0A0;
    padding: 0px 0px 30px;
    display: inline-block;
    color: var(--text-black);
}
.faq-sec .cstm-container-fluid {
    text-align: center;
}
.faq-sec {
    position: relative;
    padding: 70px 0px 100px;
}
/* .faq-sec:after {
    content: "";
    background: url(../../images/landing/salesEstimator/faq-top-img.svg) no-repeat;
    position: absolute;
    height: 250px;
    width: 380px;
    right: 0px;
    top: -20px;
    background-size: cover;
}
.faq-sec-inner:before {
    content: "";
    background: url(../../images/landing/salesEstimator/rocket-img.svg) no-repeat;
    position: absolute;
    height: 130%;
    width: 153px;
    right: 0px;
    top: -54px;
    background-size: cover;
    z-index: 9;
    height: 164%;
    width: 357px;
} */
.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: 0 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;
}
.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;
}
.account-sec::before {
    content: "";
    background: url(../../images/landing/salesEstimator/account-bg.svg);
    position: absolute;
    top: 145px;
    width: 100%;
    height: 315px;
    background-size: cover;
}
.bulb-img{
    position: absolute;
    top: -95px;
    left: 0px;
}

.scroll-down-sec {
    padding-top: 30px;
}
.account-inner-sec-row{
    max-width: 1125px;
    margin: auto;
    position: relative;
}


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

@media (min-width: 0px) and (max-width: 767px){
.search-section br {
    display: none;
}
.listify-section {
    margin: 0px 0px;
}
.lifty-prdct-sec {
    margin: 28px 0px 0px;
}
.lifty-prdct-row {
    padding: 48px 15px 33px;
    text-align: center;
}
.prdct-titl {
    font-size: 37px;
}
.prdct-desc-listify {
    font-size: 22px;
    line-height: 32px;
}
.sales-estimator-search button {
    width: 125px;
    font-size: 14px;
    padding: 14.7px 3px;
}
.sales-estimator-search.cstm-search input {
    padding: 15px 130px 15px 14px;
}
.qty-pr-mnt h3{
	font-size: 25px;
    line-height: 34px;
}
.qty-pr-mnt h4 {
    font-size: 36px;
}

/*-----Sales Information ---*/
.ready-section:after, .cstm-faq.faq:after, .faq-sec-inner:before{
    display: none;
}
.sales-info-inner h1 {
    font-size: 37px;
    line-height: 50px;
}
.sales-info-inner {
    text-align: center;
}
.sales-crown-sec {
    padding: 75px 0px 50px 0px;
}
.sales-crown-inner-sec:before {
    height: 100px;
    width: 55px;
    left: -17px;
    top: -27px;
    background-size: 100%;
}
.sales-crown-inner-sec {
    padding: 50px 15px 0px;
    text-align: center;
}
.sales-info-hdg {
    font-size: 26px;
    line-height: 36px;
}
.sales-info-banner {
    padding: 50px 0px;
}
.sales-crown-inner-sec p{
    padding: 20px 0px 40px;
}
.sales-crown-inner-sec .col-md-6 {
    padding-bottom: 25px;
}
.sales-info-hdg {
    text-align: center;
}
.clmn-reverse{
    flex-direction: column-reverse;
}
.work-sec {
    padding: 50px 0px 50px;
    margin: 40px 0px 80px;
}
.work-left-colmn {
    padding: 0px 15px;
}
.work-left-sec {
    margin-top: 40px;
}
.work-left-sec p:before {
    font-size: 22px;
    line-height: 34px;
    height: 50px;
    width: 50px;
    left: -60px;
}
.work-left-sec:after{
    left: 22px;
    height: 84%;
}

.chatbot-ai .work-left-sec:after {
    left: 22px;
    height: 73%;
}
.chatbot-ai .sales-info-inner h1 {
    font-size: 37px;
    line-height: 50px;
}
.work-left-sec p {
    font-size: 21px;
    line-height: 30px;
    margin-left: 60px;
    align-items: baseline;
}
.cstm-hdg-2 {
    font-size: 30px;
    line-height: 40px;
}
.ready-right .left-img, .ready-right .right-img {
    padding: 0px 0;
}
.ready-right .left-img{
    width: 70px;
}
.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: 172px;
    margin-bottom: 25px;
}
.faq-sec:after{
    height: 145px;
    width: 228px;
    top: -15px;
}
.cstm-faq.faq {
    margin: 50px 0px 0px;
    padding: 36px 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;
}
.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-top: 50px;
}
.bulb-img {
    top: -185px;
    left: 20px;
}
}

@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){
.prdct-desc-listify {
    font-size: 26px;
    line-height: 36px;
}
.sales-estimator-search button {
    width: 175px;
}
.sales-estimator-search.cstm-search input {
    padding: 15px 185px 15px 14px;
}

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

.sales-info-inner h1 {
    font-size: 43px;
    line-height: 53px;
}
.cstm-btn-sales-info{
    padding: 10.2px 15px;
}
.ready-left, .ready-right{
    max-width: 60%;
    flex: 0 0 60%;
}
.cstm-hdg-2 {
    font-size: 35px;
}
.ready-section:after {
    top: -90px;
    right: -21px;
    height: 460px;
    width: 310px;
}
.work-left-sec p {
    font-size: 21px;
    line-height: 31px;
}
.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 {
    /*height: 143%;
    top: -120px;
    width: 140px;*/
    display: none;
}
.bulb-img {
    top: -170px;
}
.cstm-faq-hdg h3 {
    font-size: 24px;
}
}

@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;
}
.work-left-colmn {
    padding: 0px 15px;
}
.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;
}
}
@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: 148%;
    top: -135px;
    width: 106px;*/
    height: 165%;
    width: 326px;
}
.cstm-faq-hdg h3 {
    font-size: 27px;
}
.zon-desc {
    padding: 0px 25px;
}
}


@media (max-width: 1200px){
.keywords-select-prdct.cstm-select-prdct .dropdown-menu {
    width: 100%;
}
}


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

@media (min-width: 1594px){
.sales-crown-inner-sec {
    padding: 48px 112px 0px;
}
.account-sec .container {
    max-width: 1225px;
}
}
@media (max-width: 1511px){
.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;
}
}
@media (min-width: 1300px) and (max-width: 1471px){
.account-sec .container {
    max-width: 1100px;
}
.cstm-faq.faq:after{
    width: 130px;
}
}
@media (min-width: 1317px) and (max-width: 1478px){
.cstm-hdg-2 {
    font-size: 40px;
}
.account-desc{ font-size: 16px; }
.work-left-colmn {
    padding: 0px 30px;
}
.bulb-img {
    width: 105px;
    top: -75px;
}
.faq .semi-desc{ font-size: 16px; }
.faq .cstm-faq-hdg h3{ font-size: 28px; }
}
@media (max-width: 991px){
br{
    display: none;
}

.sales-crown-sec {
    padding: 60px 20px 35px;
}
}

@media (min-width: 1200px) and (max-width: 1800px){
/*.faq-sec-inner:before{
    height: 168%;
    width: 348px;
}*/
.zon-desc p {
    font-size: 19px;
    line-height: 30px;
}

}
@media (min-width: 1600px) {
.faq-sec-inner:before{
    height: 173%;
    width: 352px;
    background-size: contain;
}
}
@media (min-width: 1200px) and (max-width: 1300px){
br{
    display: none;
}
.bulb-img {
    width: 130px;
     top: -155px;
}
.account-inner-sec {
    padding: 180px 50px 44px;
}
.cstm-btn-sales-info {
    padding: 10.2px 29.1px;
}
.faq-sec-inner:before{
    height: 160%;
}
.account-sec .container-fluid {
    padding: 0px 160px;
}
.account-desc br{
    display: block;
}
}

.sls-estmtr-prdect-sec .lifty-prdct-sec{padding-top: 45px;}
.sls-estmtr-prdect-sec .lifty-prdct-sec .rvsr-prdt-crs-icon{right: 30px;}
.zon-desc {
    padding: 0px 15px;
}