* {
    font-family: 'Objektiv Mk1';
}
h1,h2,h3,h4,h5,h6, strong{
    font-weight: 800;
}
.banner-text h1{
    font-size: 48px;
    line-height: 55px;
    color: var(--text-black);
    margin-bottom: 15px;
    font-weight: 800;
}
span{
	color: var(--text-orange);
    font-weight: 800;
}
a > span {
    font-weight: 400;
}
.banner-desc {
    font-style: italic;
    margin-bottom: 40px;
}
p{
    font-size: 18px;
    /*line-height: 26px;*/
    color: var(--text-black);
}

/*.launched span, .banner-desc span {
    font-weight: 800;
}*/
.banner-client{
	font-size: 22px;
    font-style: italic;
    font-weight: 800;
    line-height: 32px;
    color: var(--text-black);
}
.banner-row {
    align-items: center;
}
.text-underline{
	text-decoration: underline;
	color: var(--text-white);
}
.cstm-h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 27px;
    display: inline-block;
}
.experience-section {
    background: url(../images/product-validator-image/experience-bg-img.svg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 64px 0px;
    color: var(--text-white);
}
.clr-white{
	color: var(--text-white);
}
.top-exp-colmn p {
    text-align: center;
}
.top-exp-colmn-inner{
    width: 65%;
}
.exp-btn-div {
    width: 35%;
    align-items: center;
}
.cstm-btn {
    background: var(--bg-orange);
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    padding: 10.4px 27px;
    border-radius: 10px;
    color: var(--text-white);
    font-weight: 800;
}
.cstm-btn:hover {
    background: var(--bg-black);
    color: var(--text-white);
}
.top-exp-colmn {
    align-items: center;
}
.exp-right-clmn{
	margin-top: -160px;
}
.banner-sec {
    padding: 27px 0px 40px;
    background: #FFF7EC;
}
.banner-btn-clmn{
    justify-content: space-between;
}
.banner-btn-clmn img {
    margin-top: -65px;
}
.machine-section {
    background: url(../images/listing-optimizer-images/algorithm-bg-img.svg) no-repeat;
    background-size: cover;
    background-position: top center;
    color: var(--text-white);
    padding: 85px 0px 20px;
    margin-top: -50px;
    text-align: center;
}
.hdg-arrow-img{
    position: relative;
}
/*.machine-section .hdg-arrow-img{
     margin: auto;
    display: table;
}*/
.hdg-arrow-img:before, .list-hdg:after{
    content: "";
    background: url(../images/listing-optimizer-images/algorithm-arrow-img.svg) no-repeat;
    height: 121px;
    width: 147px;
    position: absolute;
    top: -55px;
    left: -167px;
    background-size: cover !important;
}
.hdg-arrow-img.cstm-hdg:before {
    background: url(../images/listing-optimizer-images/help-arrow.svg) no-repeat;
    top: -45px;
    left: -145px;
}
.hdg-arrow-img.list-hdg:before{
    background: url(../images/listing-optimizer-images/optimize-price-left-arrow.svg) no-repeat !important;
    left: -150px;
    top: -30px;
}
.list-hdg:after{
    background: url(../images/listing-optimizer-images/optimize-price-right-arrow.svg) no-repeat;
    left: auto;
    right: -150px;
    width: 118px;
    top: -25px;
}
.research-column {
    text-align: center;
    padding: 30px 15px;
}
p.research-clmn-desc {
    color: var(--text-white);
}
.research-column h4 {
    font-size: 30px;
    line-height: 35px;
    margin: 42px 0px 26px;
}
/*.research-sec-inner .row {
    align-items: center;
}*/
.research-sec-inner {
    margin-top: 0;
}
.research-icon {
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.help-sec .cstm-hdg {
    font-size: 48px;
    line-height: 56px;
    border-bottom: 1px solid #CCCCCC;
    padding: 0px 25px 21px;
    margin-bottom: 21px;
    color: var(--text-black);
    display: inline-block;
}
.help-sec p{
    font-style: italic;
    margin-bottom: 22px;
    padding: 0px 15px;
}
.help-sec-inner {
    padding: 65px 0px 81px;
    text-align: center;
}
.cstm-brdr{
   border-bottom: 1px solid #CCCCCC;
   margin: auto;
}
.wdth-627{
    width: 627px;
}
.wdth-761{
    width: 761px;
}
.exp-sec {
    background: url(../images/listing-optimizer-images/help--sec-bg.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.exp-sec h3{
    color: var(--text-black);
    text-align: center;
    font-size: 30px;
    line-height: 43px;
    border-bottom: 1px solid #000;
    margin-bottom: 0px;
    display: inline-block;
    padding:0px 14px 44px;
}
.exp-inner-sec {
    box-shadow: 0px 4px 22px -5px rgb(0 0 0 / 25%);
    background: var(--bg-white);
    border: 1px solid #B5B5B5;
    padding:50px 38px 50px 93px;
    position: relative;
    margin: 0px 15px 0;
}
.exp-inner-sec:after, .active-plans:after{
    content: "";
    background: url(../images/listing-optimizer-images/help-crown.svg) no-repeat;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -64px;
    right: -26px;
}
.active-plans:after {
    right: auto;
    left: -32px;
    background: url(../images/listing-optimizer-images/pricing-crown.svg) no-repeat;
    top: -44px;
}
.cstm-help-list {
    padding: 66px 0px 0px 0px;
    position: relative;
}

.cstm-help-list li {
    list-style-type: none;
    font-size: 20px;
    line-height: 29px;
    color: var(--text-black);
    margin-bottom: 45px;
    position: relative;
    padding-left: 42px;
}
.cstm-help-list li:before, .cstm-price-list li:before {
    background: url(../images/listing-optimizer-images/list-icon.svg) no-repeat;
    content: "";
    height: 23px;
    width: 23px;
    position: absolute;
    top: 3px;
    left: -11px;
}
.cstm-help-list:before {
    top: 0px;
    content: "";
    background: var(--bg-black);
    width: 1px;
    height:99%;
    position: absolute;
}
.optimizer-pricing-section {
    background: url(../images/listing-optimizer-images/optimize-price-bg.svg) no-repeat;
    background-size: 101%;
    background-position: top center;
    color: var(--text-white);
    padding: 40px 0px;
    margin-top: -20px;
}
.optimizer-pricing-icon{
    text-align: center;
}

.optimizer-pricing-column-middle {
    display: flex;
    justify-content: center;
    align-items: center;
        text-align: center;
}

.optimizer-pricing-column-left {
    margin-top: 0;
}

.optimizer-pricing-column-right {
    margin-bottom: -110px;
}
.cstm-h2.list-hdg {
    font-size: 42px;
    line-height: 49px;
    margin: 25px 0 0 0;
}
.pricing-section {
    background: url(../images/listing-optimizer-images/pricing-bg.svg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 105px 0px 70px;
    margin: 0 0 30px 0;
}
.pricing-column {
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    padding: 31px 50px 41px 61px;
    color: var(--text-black);
}
.pricing-column h2 {
    font-size: 46px;
    line-height: 54px;
    margin: 0px auto 27px;
    display: table;
}
.price-desc-sec{
    color: var(--text-black);
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 6px 0px;
}
.price-desc-sec h3{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}
.price-desc-sec p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0px;
}
.pricing-column h2 span {
    font-size: 19px;
    line-height: 22px;
}

.pricing-column h2 .per {
    color: var(--text-black);
    font-weight: 700;
}
.pricing-column h2 span {
    padding: 0px 2px;
}
.price-desc-sec p span {
    font-weight: 700;
}
.cstm-price-list li {
    list-style-type: none;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
}

.cstm-price-list {
    padding: 14px 0px 40px;
}
.cstm-price-list li:before {
    background: url(../images/listing-optimizer-images/pricing-list-orange-icon.svg) no-repeat;
    top: 0px;
}
.pricing-column .btn-clmn {
    text-align: center;
}
.pricing-column .btn-clmn .get-strt-btn{
    font-size: 15px;
    line-height: 22px;
    padding: 8.7px 27.3px;
    border-color: transparent;
}
.active-plans{
    background: var(--bg-white);
    transform: scale(1);
    z-index: 9;
    box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 30%);
    position: relative;
    padding:80px 50px 80px 61px;
}
.pricing-sec-inner .row {
    align-items: center;
}
.pricing-column:first-child .cstm-price-list li:last-child::before, .pricing-column:last-child .cstm-price-list li:last-child::before {
    background: url(../images/listing-optimizer-images/pricing-list-gray-icon.svg) no-repeat;
    top: 3px;
    left: -8px;
}
.stripe-price{
    color: var(--text-white);
    text-align: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 22px;
    transform: rotate(40deg);
    position: absolute;
    right: -23px;
    top: 24px;
    padding: 0px 0px;
    margin-bottom: 0px;
    border-bottom: 21px solid var(--color-orange);
    border-left: 25px solid transparent;
    border-right: 17px solid transparent;
    height: 0;
}
.active-plans .cstm-price-list {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 40px;
}
.cstm-price-list li:last-child {
    margin-bottom: 0px;
}
.amzn-prdct-section {
    background: url(../images/listing-optimizer-images/amazon-bg-new.svg) no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--text-white);
    padding: 55px 0px 55px 6%;
}
.amzn-prdct-sec-inner .row{
    align-items: center;
}
.amazon-btn-clmn{
    align-items: center;
    justify-content: center;
        margin-left: 20px;
}
.amazon-btn-clmn .btn-clmn {
    margin-left: 20px;
}
.amzn-prdct-right {
    margin-top: -162px;
    position: relative;
    bottom: -50px;
}
.amzn-prdct-left .cstm-h2 {
    margin-bottom: 0px;
}
.faq-cstm-hdg.cstm-h2 {
    border-bottom: 1px solid #CCCCCC;
    padding: 0px 60px 15px;
}
.cstm-faq{
    box-shadow: 0px 0px 24px -5px rgb(0 0 0 / 25%);
    border-radius: 9px;
    margin: 44px 32px 99px;
    padding: 52px 64px 61px;
}
.q-faq{
    /*font-style: italic;*/
    color: var(--text-black);
}
.cstm-faq-hdg h3{
    font-size: 30px;
    line-height: 35px;
}
.semi-desc{
    font-style: italic;
    margin-bottom: 30px;
}
.cstm-collapse-colmn{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.cstm-faq-hdg {
    margin-bottom: 20px;
}
.cstm-collapse-colmn:last-child {
    border: 0px;
    margin-bottom: 0px;
}
.main-footer.cstm-footer span {
    color: var(--text-white);
    font-weight: 400;
}
.faq-sec {
    padding: 50px 0px 0px ;
}
.prodt-validator-banner-image {
    text-align: right;
}
.prodt-validator-banner-image img {
    width: 67%;
}
.faq-sec .container {
    text-align: center;
}
.purchase-modal .modal-dialog{
    max-width: 412px !important;
}
.purchase-modal span {
    color: var(--text-black);
    opacity: .5;
    font-weight: 400;
}
.purchase-img{
    width: 100%;
}
.purchase-img img{
    position:absolute;
    top:-50px;
    right: 40%;
}
.purchase-img p {
    font-size: 14px;
}


@media(min-width: 0px) and (max-width: 767px){
.cstm-help-list li br, .hdg-arrow-img.list-hdg:before, .list-hdg:after, .research-clmn-desc br, .hdg-arrow-img.cstm-hdg:before{
    display: none;
}
.banner-text {
    text-align: center;
}
.banner-text h1 {
    font-size: 31px;
    line-height: 40px;
}
.banner-btn-clmn img {
    margin-top: -35px;
    width: 100px;
}
.machine-section{
    padding: 50px 0px;
    margin-top: -15px;
}
.research-sec-inner {
    margin-top: 40px;
}
.research-column h4 {
    font-size: 25px;
    line-height: 30px;
    margin: 30px 0px;
}
.research-icon {
    height: auto;
}
.research-column {
    padding: 20px 15px;
}
.cstm-h2, .cstm-h2.list-hdg, .pricing-column h2 {
    font-size: 29px;
    line-height: 40px;
    text-align: center;
}
.help-sec .cstm-hdg {
    font-size: 34px;
    line-height: 45px;
    padding: 0px 0px 21px;
}
.wdth-627 {
    width: 100%;
}
.help-sec p{
    padding: 0px;
}
.exp-inner-sec {
    padding: 30px 20px 0px 20px;
    margin: 0px 15px 50px 0px;
}
.exp-sec h3 {
    font-size: 25px;
    line-height: 35px;
    padding:0px 0px 30px;
}
.cstm-help-list {
    padding: 40px 0px 0px 0px;
}
.cstm-help-list li{
    margin-bottom: 30px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 24px;
}
.cstm-help-list:before{
    height: 94%;
}
.help-sec-inner {
    padding: 50px 0px 70px;
}
.wdth-761 {
    width: 100%;
}
.optimizer-pricing-column-middle {
    margin-top: 30px;
}
.pricing-column {
    padding: 31px 15px 41px 20px;
}
.active-plans {
    padding: 60px 15px 50px 20px;
}
.pricing-section{
    padding: 0px 0px 50px;
}
.amzn-prdct-section {
    padding: 50px 0px;
    background: #191919;
}
.amzn-prdct-left {
    display: block !important;
    text-align: center;
}
.amazon-btn-clmn {
    margin: 30px 0px;
}
.pricing-sec-inner{
    margin: 0px 15px 0px 25px;
}
.amzn-prdct-right {
    margin-top: 0px;
    text-align: center;
}
.amzn-prdct-middle {
    padding: 30px 0px;
}
.cstm-faq {
    margin: 25px 0px 0px;
    padding: 40px 15px 40px;
}
.cstm-faq-hdg h3 {
    font-size: 19px;
    line-height: 30px;
}
/*.list-hdg:after {
    right: 10px;
    top: 10px;
}
.hdg-arrow-img.list-hdg:before {
    left: 0px;
    top: 0px;
}*/
.optimizer-pricing-section{
    padding: 200px 0px 180px;
}
.prodt-validator-banner-image {
    text-align: center;
}
.faq-cstm-hdg.cstm-h2 {
    padding: 0px 0px 15px;
}
}
@media(max-width: 340px){
.banner-btn-clmn img {
    margin-top: -25px;
    width: 80px;
}
.cstm-btn{
    padding: 10.4px 12px;
}
.banner-text h1, .cstm-h2, .cstm-h2.list-hdg, .pricing-column h2 {
    font-size: 26px;
    line-height: 35px;
}
.optimizer-pricing-column-left {
    margin-top: -140px;
}
.optimizer-pricing-column-right img {
    margin-top: 35px;
}
.help-sec .cstm-hdg {
    padding: 0px 0px 21px;
}
.amzn-prdct-left .cstm-h2 {
    text-align: center;
}
}
@media(min-width: 768px) and (max-width: 991px){
.hdg-arrow-img.list-hdg:before, .list-hdg:after,  .hdg-arrow-img:before, .cstm-h2 br{
    display: none;
}
.pricing-column {
    padding: 31px 15px 41px 15px;
}
.active-plans{
    padding: 80px 15px 80px 15px;
}
.wdth-761 {
    width: 385px;
}
.amzn-prdct-right {
    text-align: right;
    margin-top: -280px;
}
.pricing-section {
    padding: 60px 0px;
}
.cstm-faq-hdg h3 {
    font-size: 25px;
    line-height: 35px;
}
.pricing-column h2 span {
    font-size: 15px;
}
.pricing-column h2 {
    font-size: 25px;
    line-height: 25px;
}
.help-sec .cstm-hdg {
    padding: 0px 20px 21px;
}
.faq-cstm-hdg.cstm-h2 {
    padding: 0px 20px 15px;
}
.amzn-prdct-section {
    padding: 150px 0px 150px 0px;
}
.amzn-prdct-left {
    display: block !important;
}
.amazon-btn-clmn.d-flex {
    margin: 20px 0px;
    justify-content: end;
}
}
@media(min-width: 768px) and (max-width: 1199px){
 .research-clmn-desc br {
    display: none;
}
.pricing-sec-inner{
    margin: 0px 15px;
}
.banner-text h1 {
    font-size: 38px;
    line-height: 48px;
}
.research-column h4 {
    font-size: 25px;
    line-height: 26px;
}
.research-column .cstm-h2 {
    font-size: 28px;
    line-height: 38px;
}
.cstm-h2.list-hdg {
    font-size: 35px;
    line-height: 49px;
}
}
@media(min-width: 992px) and (max-width: 1199px){
.hdg-arrow-img.list-hdg:before, .list-hdg:after {
    display: none;
}

.amzn-prdct-middle {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.hdg-arrow-img:before{
    left: -150px;
}
.wdth-761 {
    width: 490px;
}
.pricing-column {
    padding: 31px 30px 41px 30px;
}
.active-plans{
    padding: 80px 30px 80px 30px;
}
.amzn-prdct-left .cstm-h2 {
    font-size: 26px;
}
.machine-section-inner .cstm-h2 {
    font-size: 28px;
    line-height: 41px;
}
.amzn-prdct-section {
    padding: 150px 0px 150px 0%;
}
}

@media(min-width: 1200px){
.cstm-container-fluid{
	padding: 0px 7%;
    max-width: 1700px;
}
.cstm-container{
    max-width: 771px;
}
}
@media(min-width: 1200px) and (max-width: 1469px){
p.research-clmn-desc br {
    display: none;
}
.banner-text h1 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 800;
}
.hdg-arrow-img.list-hdg:before {
    left: -120px;
}
.list-hdg:after {
    right: -120px;
}
.pricing-column h2 {
    font-size: 36px;
    line-height: 34px;
}
.pricing-column h2 span {
    font-size: 18px;
}
.cstm-h2 {
    font-size: 35px;
}
.cstm-h2.list-hdg {
    font-size: 29px;
    line-height: 35px;
}
.amazon-btn-clmn .cstm-btn {
    padding: 10.4px 8px;
}
.active-plans{
    padding: 80px 40px 80px 40px;
}
.pricing-column{
    padding: 31px 40px 41px 40px;
}
.cstm-faq-hdg h3 {
    font-size: 28px;
}
.amzn-prdct-middle {
    padding: 0px 2px;
}
.amzn-prdct-section{
    padding: 150px 0px 150px 1%;
}
}

.faq-sec-inner a {
    color: var(--text-black);
}


@media (min-width: 992px) and (max-width: 1919px){
.research-column h4{
    font-size: 28px;
    line-height: 35px;
    margin: 30px 0px 20px;
}
.help-sec .cstm-hdg{ font-size: 46px; }
.help-sec p{ font-size: 16px;}
.exp-sec h3{ font-size: 28px;}
.cstm-help-list li{ font-size: 18px; line-height: 25px; margin-bottom: 28px;}
.cstm-help-list{ padding: 35px 0px 0px 0px; }
.optimizer-pricing-icon img {max-width: 80%;}
.cstm-h2.list-hdg{ margin: 0; }
.pricing-left .img-fluid{ max-width: 51%; }
.optimizer-pricing-section{ margin-top: 30px; }
.pricing-section{ margin: 0; }
.amzn-prdct-section {padding: 40px 0px 40px 1%; margin: 50px 0 0 0;}
.amzn-prdct-right{ bottom: -42px; }
.faq .semi-desc{ font-size: 16px; }
.cstm-faq{padding: 52px 64px 30px}
}
@media (max-width: 767px){
.optimizer-pricing-section .list-hdg,
.optimizer-pricing-section .list-hdg .text-underline{color: #000;}
}