/* Pricing css variables */

 #hero .qt-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../assets/img/payment-options/media-bg.svg), url(../assets/img/product/arrows.svg);
    background-size: 80px 80px, auto 20px;
    background-position: 94% 15%, 7% 75%;
    background-repeat: no-repeat;
    font-family: 'cera_pro';
}

#hero .qt-container > .text-section {
    text-align: center;
}

#hero .qt-container .text-section > .title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-family: 'cera_pro' ;
}

#hero .qt-container .text-section > .sub-title {
    font-size: 1.15rem;
    margin: 20px auto;
    font-weight: normal;
    color: var(--dark-grey);
    max-width: 458px;
    font-family: 'cera_pro' ;
}

#pricing-section {
    background-color: var(--main-bg);
}

#pricing-section .qt-container {
    padding-top: 50px;
    padding-bottom: 80px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#pricing-section .qt-container .pricing-body-left {
    background-color: #ffffff;
    box-shadow: 0 4px 16px 0 rgba(2, 4, 16, 0.05);
    width: 650px;
    border-radius: 5px;
}

#pricing-section .qt-container .pricing-body-left .title {
    padding-top: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 10px;
}
#pricing-section .qt-container .mobile-payments {
    padding: 30px 0px;
    text-align: center;
    color: #020410;
}

#pricing-section .qt-container .mobile-payments .amount-percent {
    font-size: 28px;
    font-weight: 600;
}

#pricing-section .qt-container .mobile-payments .amount-percent .payment-text {
    
    color: #020410;
}

#pricing-section .qt-container .pricing-body-left .description {
    text-align: center;
    color: #020410B2;
    font-size: 14px;
    justify-content: center;
    margin: 0 auto;
    max-width: 480px;
    margin-bottom: 15px;
 }

 #pricing-section .qt-container .pricing-body-left .break {
   text-align: center;
    margin: 15px 0px;
 }

 #pricing-section .qt-container .pricing-body-left .break .line {
    border: 0.7px solid #02041021;
    opacity: 0.5;
    max-width: 250px;
    margin: 0 auto;

 }


#pricing-section .setup-fee {
    padding: 30px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#pricing-section .setup-fee .check-img {
    margin-right: 10px;
}

#pricing-section .setup-fee .setup-txt {
    margin-right: 5px;
    font-size: 14px;
    color: #020410B2;
}

#pricing-section .setup-fee > .label{
    padding-top: 0px;
    font-size: 1rem; 
}

#pricing-section .setup-fee > .setup-amount {
    margin-left: 40px;
}

#pricing-section .setup-fee .setup-amount > .description {
    font-size: 0.75rem;
    color: var(--dark-grey);
}

#pricing-section .qt-container .pricing-body-left .footer {
    background-color: #1AA7E81A;
}

#pricing-section .pricing-body-left .footer > .link {
    padding: 25px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    color: var(--blue);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0px 0px 6px 6px;
    width: 100%;
}

#pricing-section .pricing-body-left .footer > .link::after {
    content: url(../assets/img/product/arrow-left.svg);
    margin-left: 10px;
    /* display: inline-flex; */
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

#pricing-section .pricing-body-right {
   
    background-color: var(--dark-navy);
    box-shadow: 0 4px 16px 0 rgba(2, 4, 16, 0.18);
    border-radius: 5px;
}

#pricing-section .pricing-body-right .body {
    padding: 45px;
}

#pricing-section .pricing-body-right .body > .title {
     color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 18px;
}

#pricing-section .pricing-body-right .body > .sub-title {
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: 0.9rem;
}

#pricing-section .pricing-body-right .body > .description {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    text-align: center;
    font-size: 0.75rem;
}

#pricing-section .pricing-body-right .body > .description::after {
   background-color: rgba(255, 255, 255, 0.1);
}

#pricing-section .pricing-body-right .body > .features {
    display: flex;
    justify-content: space-between;
    margin-top: 51px;
}

#pricing-section .pricing-body-right .body > .features  p {
    color: #ffffff;
    font-size: 0.9rem;
    text-align: center;
}

#pricing-section .pricing-body-right .body > .features  p:first-child {
    margin-bottom: 28px;
}

#pricing-section .qt-container .pricing-body-right .footer {
    background-color: var(--light-blue);
}

#pricing-section .pricing-body-right .footer > .link {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0px 0px 6px 6px;
    width: 100%;
}

#pricing-section .pricing-body-right .footer > .link::after {
    content: url(../assets/img/product/arrow-left.svg);
    margin-left: 10px;
    display: inline-flex;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

#pricing-features {
    background-color: #F0F7FB;
}

#pricing-features > .qt-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../assets/img/product/box-slant-bg.svg), url(../assets/img/product/arrows.svg);
    background-size: 100px 128px, auto 20px;
    background-position: 98% 15%, 7% 75%;
    background-repeat: no-repeat;
}

#pricing-features .qt-container .title {
    font-size: 2.5rem;
    margin-bottom: 18px;
    text-align: center;
}

#pricing-features .qt-container .sub-title {
    line-height: 25px;
    color: var(--dark-grey);
    text-align: center;
    padding:0 200px;
}

#pricing-features .qt-container > .features {
    padding: 80px 0px;
}

/* .qt-container .features > .container {
  
} */

.qt-container .features > .container .feature-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.qt-container .features > .container .feature-row:nth-child(2) {
  margin-top: 20px;
}

.qt-container .features > .container .feature-column {
    background-color: #ffffff;
    padding: 20px 30px 35px;
    /* height: 24em; */
    border: none;
    border-radius: 10px;
    box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.01);
    flex: 1;
    margin-right: 20px;
}

.qt-container .features > .container .feature-column:last-of-type {
    margin-right: 0px;
}

.qt-container .features > .container .feature-column > .semi-bold {
    font-size: 1.15rem;
    margin: 15px 0px;
}

.qt-container .features > .container .feature-column > ul {
   list-style: none;
}

.qt-container .features > .container .feature-column > ul li {
    color: var(--dark-grey);
    font-size: 0.9rem;
    line-height: 25px;
    padding-bottom: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

 .qt-container .features > .container .feature-column > ul li::before {
    content: '';
    display: inline-flex;
    background: url(../assets/img/product/checkmark.svg) no-repeat;
    background-size: contain;
    background-position: centre;
    width: 18px;
    height: 18px;
    margin-right: 15px;
    margin-top: 4px;
}

#customers-section {
    background-color: #020410;
    color: #ffffff;
    padding: 120px 0px;
}

#customers-section > .qt-container {
    display: flex;
    /* padding: 0px 200px; */
    justify-content: space-between;
    flex-wrap: wrap;
}

#customers-section .text-section {
    flex: 2;
}

#customers-section .text-section > .title {
    font-size: 2rem;
    margin-bottom: 20px;
}

#customers-section .text-section > .description {
    font-size: 0.9rem;
    line-height: 25px;
}

#customers-section .img-section {
    flex: 3;
}

#customers-section .img-section > .row {
    display: flex;
    justify-content: flex-end;
}

#customers-section .img-section > .row:not(:last-child) {
    margin-bottom: 80px;
}

#customers-section .img-section > .row  > img {
    height: 35px;
}

#customers-section .img-section > .row  > img:not(:last-child) {
    margin-right: 90px;
}

#faq-section {
    background-color: #f8fafc;
    padding: 190px 0px 100px;
}

#faq-section > .qt-container {
    display: flex;
    /* padding: 0px 200px; */
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#faq-section .text-section {
    flex: 1;
    position: relative;
}

#faq-section .text-section > .title {
    font-size: 2.5rem;
    width: 443px;
    max-width: 100%;
}

#faq-section .text-section > .title::after {
    content: '';
    display: block;
    background: url(../assets/img/product/scribble.svg) no-repeat;
    background-size: contain;
    height: 119px;
    width: 130px;
    position: absolute;
    top: 100%;
    right: 15%;
}

#faq-section .faqs {
    flex: 1;
    border-radius: 6px;
    box-shadow: 0 4px 16px 0 rgba(2, 4, 16, 0.05);
    background-color: #ffffff;
    padding: 60px 40px;
}

#faq-section .faqs > .faq:not(:last-child) {
    margin-bottom: 60px;
}

#faq-section .faqs > .faq > .title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#faq-section .faqs > .faq > .answer {
    font-size: 0.9rem;
    color: var(--dark-grey);
    line-height: 25px;
}




























