p{
    font-size: 18px;
    line-height: 26px;
    color: var(--text-black);
}

/*-----Sales Information ---*/
.product-research-inner .row{
    align-items: center;
}
.product-research-inner {
    padding: 32px 15px 20px;
    border-bottom: 1px solid #F0F0F0;
}
strong {
    font-weight: 800;
}
span {
    color: var(--text-orange);
    font-weight: 800;
}
a > span {
    font-weight: 400;
}
.product-research-inner h1 {
    font-size: 66px;
    font-weight: 800;
    line-height: 70px;
    color: var(--text-black);
    position: relative;
}
.product-research-inner p {
    font-size: 20px;
    line-height: 29px;
    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: 18px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 8.2px 38.1px;
    border-radius: 9px;
    height: 44px;
}
.cstm-btn-sales-info:hover {
    background: var(--bg-black);
    border: 1px solid #000;
    color: var(--text-white);
}
.cstm-h4{
    font-weight: 800;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: var(--text-black);
    margin-bottom: 25px;
}
.grey-content {
    font-weight: 800;
    font-size: 170px;
    line-height: 197px;
    color: #F2F2F2;
    position: absolute;
    right: -20px;
    bottom: -95px;
}

.filter-section {
    padding: 33px 0px 65px;
    position: relative;
}
.filter-section:before {
    content: "";
    background: url(../../images/landing/zonresearch/prdt-rsrch-arrow-img.svg) no-repeat;
    position: absolute;
    left: -35px;
    top: 0px;
    width: 195px;
    height: 135px;
    background-size: 100%;
    z-index: -1;
}
.text-underline {
    text-decoration: underline;
    color: var(--text-white);
}
.ready-section {
    padding: 62px 0px;
    background: var(--bg-black);
}
/*.ready-section:after {
    content: "";
    background: url(../../images/landing/zonresearch/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-clmn .btn{
   margin: 48px auto 0px;
    display: table;
}
.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 #BDBDBD;
    padding: 0px 70px;
}
.filter-desc {
    padding: 0px 70px;
}

.filter-desc-last:last-child{
    border-right: none;
}
.zon-desc:last-child {
    border-right: none;
    text-align: center;
}
.zon-img {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 26px;
}
.row.cool-fltr-row {
    align-items: normal;
}
.demand-section .zon-img{
    height: 140px;
}
.filter-section .filter-inner .zon-img {
    height: 235px;
}
.cool-desc .zon-img {
    height: 178px;
}
.cstm-faq-hdg h3 {
    font-size: 30px;
    line-height: 35px;
    color: var(--text-black);
    font-weight: 800;
}
.cstm-faq .collapse p {
    font-size: 18px;
    line-height: 26px;
    color: var(--text-black);
    font-weight: 400;
    font-style: italic;
    margin-bottom: 16px;
}
.cstm-faq-hdg {
    margin-bottom: 20px;
}
.cstm-faq .collapse {
    margin-bottom: 30px;
}
.cstm-faq.faq {
    margin: 50px 20px 0;
    background: var(--bg-white);
    box-shadow: 0px 0px 25px -5px rgb(0 0 0 / 75%);
    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 #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: 60px 0px 20px;
}
/*.faq-sec:after {
    content: "";
    background: url(../../images/landing/zonresearch/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/zonresearch/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: 60px 0px;
    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/zonresearch/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: 89px;
}
.account-inner-sec-row{
    max-width: 1125px;
    margin: auto;
    position: relative;
}
.filter-inner .col-md-4 {
    padding: 0px;
}
.cstm-h3-hdg {
    font-size: 38px;
    font-weight: 800;
    line-height: 44px;
    color: var(--text-black);
}
.inner-section p{
    margin-bottom: 52px;
}
.mrgn-btm-58, .inner-section h3{
    margin-bottom: 58px;
}
.inner-section {
    border: 1px solid #C1C1C1;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.font-sz-22{
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: var(--text-black);
}
.but-first-section .inner-section {
    border-radius: 8px;
    margin: 0px auto 50px;
    padding: 60px 62px;
}
.but-first-section:after{
    background: url(../../images/landing/zonresearch/hand-serch.svg) no-repeat;
    width: 225px;
}
.but-first-section:after, .demand-section:after, .laptop-img-sec-inner::after{
    content: "";
    position: absolute;
    height: 190px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-size: 100% !important;
    z-index: -1;
}
.demand-section:after {
    background: url(../../images/landing/zonresearch/profitable-bg.svg) no-repeat;
    width: 100%;
}
.like-section:after{
    background: url(../../images/landing/zonresearch/like-bg.svg) no-repeat;
}

.but-first-section, .inner-section, .demand-section, .laptop-img-sec-inner {
    position: relative;
}
.but-first-section .inner-section:before {
    content: "";
    background: url(../../images/landing/zonresearch/resrch-plane.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    height: 93px;
    width: 115px;
    right: -200px;
    top: -15px;
}
hr {
    border-top: 1px solid var(--color-orange);
    margin: 0px;
}
.profitable-section {
    padding: 50px 0px 5px;
}
.inner-section {
    border: 1px solid #C1C1C1;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    max-width: 894px;
    background: var(--bg-white);
}
.demand-section .inner-section {
    padding: 30px;
    margin: 50px auto 17px;
    max-width: 845px;
}
.like-section .zon-desc {
    padding: 0px 42px;
}
.like-section .inner-section {
    margin: 30px auto 20px;
}
.prftbl {
    margin-bottom: 34px;
}
.like-section {
    padding: 14px 0px 7px;
}
.like-desc {
    padding: 20px 0px 40px;
    text-align: center;
    max-width: 765px;
    margin: auto;
}
.guide-desc p:first-child {
    margin-bottom: 38px;
}
.guide-desc p:first-child {
    margin-bottom: 38px;
}
.guide-desc {
    padding: 42px 0px  66px;
}
.opportunities-sec {
    padding: 74px 0px 0px;
}
.opportunities-sec .cstm-h3-hdg{
    position: relative;
}
.opportunities-sec .cstm-h3-hdg:before {
    content: "";
    background: url(../../images/landing/zonresearch/find-img.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    height: 130px;
    width: 190px;
    left: -230px;
    top: -70px;
}
.opportunities-desc {
    padding: 40px 0px 0px;
}
.opportunities-desc p {
    margin-bottom: 35px;
}
.laptop-img-sec-inner::after {
    height: 345px;
    width: 100%;
    background: url(../../images/landing/zonresearch/pedt-rsrc-lptp-bg-img.svg) no-repeat;
    background-position: center 5%;
}
.cool-desc .cstm-h4 {
    color: var(--text-white);
    font-style: italic;
}
.cool-fltr-row{
    max-width: 830px;
    margin: -20px auto 30px;
}
.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: var(--bg-black);
    padding: 35px 0px 56px;
    margin: 114px 0px 0px;
}
.cool-btn-row .ready-btn-clmn .btn {
    margin: 25px auto 0px;
}
.faq-cstm-hdg {
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 150.5px 45px;
    display: inline-block;
    color: var(--text-black);
}
.mrgn-btm-110{
    margin-bottom: 110px;
}
@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;
}
.container{
    max-width: 1225px;
}
/*.cstm-container-fluid {
    padding: 0px 4.5%;
    max-width: 1700px;
}
.account-sec .container-fluid {
    max-width: 1155px;
}*/

}
@media (min-width: 992px){
.profitable-section .container {
    max-width: 795px;
}
}
@media (min-width: 0px) and (max-width: 767px){
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 ---*/
 .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;
}
.cstm-hdg-2 {
    font-size: 26px;
    line-height: 35px;
}
.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;
    font-size: 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;
}
.faq-sec:after{
    height: 145px;
    width: 228px;
    top: -15px;
}
.cstm-faq.faq {
    margin: 50px 0px 50px;
    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;
}


.product-research-inner h1 {
    font-size: 40px;
    line-height: 50px;
}
.product-research-inner h1:after{
    right: -15px;
    top: -50px;
}
.product-research-inner h1:after, .opportunities-sec .cstm-h3-hdg:after {
    font-size: 120px;
}
.product-research-inner {
    padding: 15px 0px 50px;
    text-align: center;
}
.filter-section:before{
    width: 145px;
    height: 107px;
}
.zon-desc{
    padding: 0px 15px;
    text-align: center;
    border-right: 0px;
}
.filter-desc{
    padding: 0px 15px;
    text-align: center;
    
}

.filter-inner .col-md-4 {
    padding-bottom: 30px;
}
.filter-section {
    padding: 33px 0px 120px;
}
.ready-inner{
    text-align: center;
}
.ready-section {
    padding: 50px 15px;
}
.grey-content {
    font-size: 120px;
    right: 0px;
}
.but-first-section .inner-section {
    margin: 50px auto 50px;
    padding: 40px 15px 0px !important;
    text-align: center;
}
.profitable-section {
    text-align: center;
}
.profitable-section {
    padding: 50px 0px 5px;
}
.opportunities-sec{
    padding: 120px 0px 0px;
}
.cstm-h3-hdg {
    font-size: 28px;
    line-height: 36px;
}
/*.demand-section .inner-section {
    padding: 30px 15px;
}*/
.inner-section {
    padding: 30px 15px !Important;
}
.inner-section .row{
    margin: auto;
}
.zon-desc {
    padding-top: 25px;
}
.inner-section p, .mrgn-btm-58, .inner-section h3, .mrgn-btm-110  {
    margin-bottom: 30px;
}
.like-section .inner-section {
    margin: 30px auto 20px;
}
.like-section .zon-desc {
    padding: 25px 15px 0px;
}
.like-desc {
    padding: 30px 0px 30px;
}
.like-section {
    padding: 14px 0px 0px;
}
.guide-desc p:first-child {
    margin-bottom: 16px;
}
.guide-desc {
    padding: 20px 0px 30px;
}
.opportunities-sec .cstm-h3-hdg:before{
    left: -20px;
    top: -120px;
}
.opportunities-sec .cstm-h3-hdg:after{
    right: -15px;
}
.opportunities-desc p {
    margin-bottom: 20px;
}
.but-first-section:after, .demand-section:after, .laptop-img-sec-inner::after {
    background-position: center !important;
}
.cool-section {
    padding: 50px 0px 10px;
    margin: 50px 0px 0px;
}
.ready-left, .cool-desc{
    padding: 0px 0px 40px;
}
.cool-fltr-row {
    margin: 30px auto 0px;
}
.ready-inner .cool-desc-row img {
    margin-top: 0px;
}
.ready-btn-clmn .right-img{
    padding: 0px 0;
}
.faq-sec {
    padding: 50px 0px 20px;
}
.faq-cstm-hdg {
    padding: 0px 0px 20px;
}
.faq-sec {
    padding: 50px 0px 0px;
}
.cool-desc .cstm-h4{
    margin-bottom: 0px;
}
.ready-btn-clmn img {
    width: 85px;
}
.but-first-section .inner-section:before{
    right: -15px;
    top: -40px;
    width: 78px;
}
.faq-sec-inner {
    position: relative;
    padding: 0px 15px;
}
.font-sz-22 {
    font-size: 19px;
    line-height: 27px;
}
.filter-section .filter-inner .zon-img, .demand-section .zon-img, .cool-desc .zon-img {
    height: auto;
}
}

@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){
.but-first-section:after, p br{
    display: none;
}

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


.product-research-inner h1 {
    font-size: 45px;
    line-height: 55px;
}
.zon-desc, .filter-desc, .like-section .zon-desc {
    padding: 0px 20px;
}
.ready-btn-clmn img {
    width: 78px;
    margin-top: 20px;
}
.cool-btn-row .ready-btn-clmn .btn {
    margin: 0px auto 0px;
}
.product-research-inner h1:after, .opportunities-sec .cstm-h3-hdg:after{
    right: -30px;
    top: -43px;
    font-size: 115px;
}
.opportunities-sec .cstm-h3-hdg:after {
    right: -38px;
}
}

@media (min-width: 768px) and (max-width: 1199px){
.ready-btn-clmn .cstm-hdg-2 br{
    display: none;
}
.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;
}


.but-first-section .inner-section:before{
    right: -35px;
    top: -35px;
}
.demand-section:after{
    background-position: center;
}
.like-section:after {
    background-position: initial !important;
}
.cool-fltr-row {
    margin: 20px auto 30px;
}
.product-research-inner h1:after{
    font-size: 112px;
    right: -20px;
    top: -46px;
}
.filter-section:before{
    top: 40px;
    width: 110px;
}
}


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

.opportunities-sec .cstm-h3-hdg:before{
    width: 125px;
    left: -130px;
    top: -50px;
}
.zon-desc, .filter-desc {
    padding: 0px 26px;
}
.but-first-section:after{
    background-size: 27% !important;
}
}


/*@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: 108px 112px 20px;
}
.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: 37px;
}
}


@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: 1350px){
/*br{
    display: none;
}*/
.bulb-img {
    width: 130px;
     top: -108px;
}
/*.account-inner-sec {
    padding: 180px 50px 44px;
}*/
.cstm-btn-sales-info {
    padding: 10.2px 29.1px;
}
.grey-content{
    right: 0px;
}
.but-first-section .inner-section:before{
    width: 115px;
    right: -115px;
}
.but-first-section:after {
    width: 105px;
}
.opportunities-sec .cstm-h3-hdg:before {
    left: -185px;
}
.filter-section:before{
    width: 145px;
}
}
@media (min-width: 1330px) and (max-width: 1400px){
.but-first-section:after {
    width: 175px;
}
.but-first-section .inner-section:before{
	right: -190px;
}
.grey-content{
	right: 0px;
}
}

@media (max-width: 340px){
.product-research-inner h1 {
    font-size: 32px;
    line-height: 40px;
}
.ready-btn-clmn img {
    width: 60px;
}
.filter-section:before {
    width: 120px;
}
}
@media (min-width: 2060px){
.laptop-img-sec-inner::after {
    height: 100%;
    background-position: center;
}
}

.account-inner-sec {
    padding: 210px 50px 44px;
}
@media (min-width: 992px){
    .filter-desc {
        border-right: 1px solid #BDBDBD;
    }
    .account-inner-sec {
        padding: 135px 50px 44px;
    }
}
@media (min-width: 990px) and (max-width: 992px){
    
    .bulb-img {
        top: -170px;
    }
    .ready-btn-clmn img {
        width: 78px;
        margin-top: 20px;
    }
    .zon-desc, .filter-desc, .like-section .zon-desc {
        padding: 0px 20px;
    }
}
