/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap'); */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #333;

}

body {
    font-family: "Lato", sans-serif;
    background: #FFF;
}
html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}


/* ------------------------------
Hero section Css start 
------------------------------ */
/* #A0E4CB. #0D4C93 */

.hero-section-main {
    padding: 100px 0px 200px;
    background: linear-gradient(360deg, hsla(158, 56%, 76%, 1) -20%, hsla(212, 84%, 31%, 1) 100%);
}

.hero-content h1 {
    font-size: 50px;
    color: #FFFF;
    font-weight: 500;
    letter-spacing: 0.50px;
    margin-bottom: 20px;
}
.hero-content p {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.30px;
}
.hero-content .try-on-app-btn {
    background: #FFF;
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.6s;
}
.hero-content .try-on-app-btn:hover {
    background: #0D4C93;
    color: #FFF;
}
section.automate-section-main .row {
    justify-content: center;
}
section.automate-section-main {
    padding: 80px 0px 30px;
    margin-top: -200px;
}
section.choose-quick-accounts {
    padding-bottom: 30px;
}
.automate-cont {
    background: #EDF4FD;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 6px 10px 6px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #A0E4CB;
}
.automate-cont svg {
    margin-bottom: 20px;
    border: 2px solid #A0E4CB;
    background: #FFF;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 6px 10px 6px 0px rgba(0, 0, 0, 0.1);
}
.automate-cont .automate-title {
    font-size: 22px;
    font-weight: 600;
    color: #0D4C93;
    margin-bottom: 10px;
    
}
.automate-cont p {
    font-size: 18px;
    letter-spacing: 0.50px;
}
.app-exchange {
    max-width: 190px;
}
.app-exchange-main {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* ------------------------------
Hero section Css start 
------------------------------ */
section.choose-quick-accounts .row {
    justify-content: center;
}
/* ------------------------------
How it works
------------------------------ */
section.how-works-sec {
    padding: 50px 0px;
    background: #A0E4CB;
}
.works-title {
    text-align: center;
    margin-bottom: 50px;
}
.works-title h2 {
    font-size: 35px;
    font-weight: 700;
    color: #0D4C93;
    position: relative;
    padding-bottom: 15px;
}
.works-title h2::after {
    position: absolute;
    content: '';
    background: #FFF;
    width: 80px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
}
.how-works-box {
    background: #FFF;
    padding: 30px;
    height: 100%;
    border-radius: 20px;
    box-shadow: 6px 10px 6px 0px rgba(0, 0, 0, 0.1);
}
.how-works-box svg {
    margin-bottom: 20px;
    border: 2px solid #A0E4CB;
    background: #FFF;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 6px 10px 6px 0px rgba(0, 0, 0, 0.1);
}
.how-works-box .vendor-text {
    color: #0D4C93;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.how-works-box p {
    font-size: 16px;
    margin: 0;
}
.streamlined-text {
    margin-top: 20px;
}
.streamlined-text p {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.50px;
}
/* ------------------------------
How it works
------------------------------ */
/* ------------------------------
Benefits With Us
------------------------------ */
section.benefits-main-section {
    background: #EDF4FD;
    padding: 60px 0px;
}
section.benefits-main-section .row {
    justify-content: center;
}
section.benefits-main-section .works-title h2::after {
    position: absolute;
    content: '';
    background: #A0E4CB;
}
.automation-text {
    text-align: center;
}
.automation-text .automation-title {
    color: #0D4C93;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.automation-text p {
    font-size: 16px;
    margin: 0;
}
.automation-text svg {
    margin-bottom: 20px;
    border: 2px solid #A0E4CB;
    background: #FFF;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 6px 10px 6px 0px rgba(0, 0, 0, 0.1);
}
/* ------------------------------
Benefits With Us
------------------------------ */
/* ------------------------------
Our App Section
------------------------------ */
section.our-app-section {
    padding: 60px 0px;
}
section.our-app-section  .works-title h2::after {
    position: absolute;
    content: '';
    background: #A0E4CB;
}
/* Default slide */
.center-slider .slick-slide{
    background-color: #b32532;
    color: #FFF;
    height: auto;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.7, 0.8);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
    background-color: #000000;
}
.center-slider .slick-current.slick-active{
    transform: scale(1.1);
    background-color: #000000;
}

.slick-next, .slick-prev{
    z-index: 5;
}
.slick-next{
    right: 15px;
}
.slick-prev{
    left: 15px;
}
.slick-next:before, .slick-prev:before{
    color: #0D4C93;
    font-size: 26px;
}
.slick-next:before, .slick-prev:before {
    color: #0D4C93 !important;
}
/* ------------------------------
Our App Section
------------------------------ */
/* ------------------------------
Features Section
------------------------------ */
section.features-section {
    padding: 50px 0px;
    background: #10142d;
}
section.features-section .row {
    justify-content: center;
}
.features-cont {
    background: #FFF;
    padding: 20px;
    height: 100%;
    text-align: center;
    border-radius: 10px;
}
.features-cont svg {
    margin-bottom: 15px;
}
.features-cont p {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
/* ------------------------------
Features Section
------------------------------ */
/* ------------------------------
Experience Quick Payable with your customization!
------------------------------ */
section.quick-content {
    padding: 50px 0px;
    background: linear-gradient(360deg, hsla(158, 56%, 76%, 1) -20%, hsla(212, 84%, 31%, 1) 100%);
    text-align: center;
    background: #0D4C93;
}
section.quick-content h2 {
    font-size: 40px;
    font-weight: 400;
    color: #FFF;
    position: relative;
    margin-bottom: 30px;
}
section.quick-content a {
    background: #FFF;
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.6s;
}
section.quick-content a:hover {
    background: #A0E4CB;
    color: #0d4c93;
}
/* ------------------------------
Experience Quick Payable with your customization!
------------------------------ */
/* ------------------------------
Usecase
------------------------------ */
section.usecase-section {
    padding: 60px 0px;
}
section.usecase-section .row {
    align-items: center;
}
section.usecase-section  .works-title h2::after {
    position: absolute;
    content: '';
    background: #A0E4CB;
}
.usecase-cont .pella-title {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0D4C93;
}
.usecase-cont p {
    font-size: 16px;
    letter-spacing: 0.50px;
    line-height: 30px;
    font-weight: 400;
}
/* ------------------------------
Usecase
------------------------------ */
/* ------------------------------
Our Clients Sction
------------------------------ */
section.our-clients-sec {
    background: #A0E4CB;
    padding: 60px 0px;
}

.our-clients-content {
    margin: 0 auto;
    text-align: center;
}
.our-clients-content img {
    height: 130px;
    width: 130px;
    object-fit: contain;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 50%;
    padding: 8px;
    background: #fff;
    margin-bottom: 20px;
}
.our-clients-content p {
    margin: 0;
}
.our-clients-content p a {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #0D4C93;
    text-decoration: none;
}
/* ------------------------------
Our Clients Sction
------------------------------ */
/* ------------------------------
About Us
------------------------------ */
section.about-us-section {
    padding: 60px 0px;
}
section.about-us-section .works-title h2::after {
    background: #A0E4CB;
}
section.about-us-section .row {
    align-items: center;
}
.about-us-content {
    font-size: 16px;
    letter-spacing: 0.50px;
    line-height: 30px;
    font-weight: 400;
}
.about-us-content p {
    font-size: 16px;
    letter-spacing: 0.50px;
}
.about-us-content ul {
    padding: 0;
    margin: 0;
}
.about-us-content ul li {
    font-size: 16px;
    letter-spacing: 0.50px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    list-style: none;
    padding-left: 21px;
    padding-bottom: 10px;
}
.about-us-content ul li i {
    position: absolute;
    left: 0;
    top: 9px;
}

/* ------------------------------
About Us
------------------------------ */
/* ------------------------------
Contact Us
------------------------------ */
section.contact-area {
    background: #EDF4FD;
    padding: 0px 0px 100px;
    margin-top: -100px;
}
section.contact-area .works-title h2::after {
    background: #A0E4CB;
}
.form-wrapper h2.contact-title {
    font-size: 26px;
    color: #0D4C93;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-group input {
    padding: 15px;
    margin-bottom: 20px;
    color: #333;
}
.form-group .form-control {
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #333;
    box-shadow: none;
    border: 1px solid #0D4C93;
    line-height: normal;
}
.form-group button#sending {
    background: #0D4C93;
    color: #FFF;
    display: inline-block;
    padding: 12px 20px;
    border: 0;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.6s;
    width: 100%;
}
.form-group button#sending:hover {
    background: #A0E4CB;
    color: #333;
}
/* ------------------------------
Contact Us
------------------------------ */
/* ------------------------------
Footer Section
------------------------------ */
section.footer-section {
    background: #10142d;
    padding: 60px 0px;
}
.footer-logo img {
    background: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    max-width: 200px;
    margin-bottom: 30px;
}
.footer-logo p {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.50px;
    margin: 0;
}
.footer-links ul {
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    list-style: none;
    display: inline-block;
    float: left;
    width: 40%;
    padding-bottom: 15px;
    position: relative;
    padding-left: 25px;
    transition: 0.6s;
}
.footer-links ul li i {
    color: #FFF;
    position: absolute;
    left: 0;
    top: 6px;
}
.footer-links ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    transition: 0.6s;
}
.footer-links ul li:hover i {
    color: #A0E4CB;
}
.footer-links ul li a:hover {
    margin-left: 6px;
    color: #A0E4CB;
}
.footer-links p {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.footer-links p::after {
    position: absolute;
    content: '';
    background: #A0E4CB;
    width: 80px;
    height: 5px;
    left: 0;
    bottom: 0;
    border-radius: 6px;
}
.footer-copy-right {
    text-align: center;
    background: #4a4d5e;
    padding: 20px 10px;
}
.footer-copy-right p {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    margin: 0;
}
.footer-copy-right p a {
    color: #FFF;
    font-weight: 700;
}
.footer-copy-right p span {
    color: #FFF;
}
.social-links p {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.social-links p::after {
    position: absolute;
    content: '';
    background: #A0E4CB;
    width: 80px;
    height: 5px;
    left: 0;
    bottom: 0;
    border-radius: 6px;
}
.social-links ul li {
    list-style: none;
    padding-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.social-links ul li:last-child {
    padding-bottom: 0;
}
.social-links ul li svg {
    background: #FFF;
    padding: 6px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: -4px;
}
.social-links ul li a {
    color: #FFF;
    text-decoration: none;
}
/* ------------------------------
Footer Section
------------------------------ */

#back-top {
    background: #10142d;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.4);
    z-index: 999;
}
#back-top a i {
    display: block;
    line-height: 50px;
    color: #FFF;
}
#back-top a {
    text-decoration: none;
}

/* ------------------------------
Smart Invoice Approval Software Page
------------------------------ */
.hero-section-main.inner-page-quick {
    padding: 100px 0px;
}
.works-title p {
    font-size: 18px;
    letter-spacing: 0.50px;
}
.usecase-cont ul {
    padding: 0;
    margin: 0;
}
.usecase-cont ul li {
    font-size: 18px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.usecase-cont ul li i {
    position: absolute;
    left: 0;
    top: 6px;
}
.about-us-content h3 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0D4C93;
}
.about-us-content ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
/* Benefits of Using Quick Payable */

section.benefits-payable {
    background: #a0e4cb;
    padding: 60px 0px;
}
.globally-text-area {
    display: flex;
    align-items: center;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.custom-system-svg {
    margin-right: 15px;
}
.globally-text-area p {
    margin: 0;
    font-size: 18px;
    color: #333;
}
.globally-text-area.ideal-text {
    display: block;
}
.globally-text-area.ideal-text .custom-system-svg {
    margin: 0;
    margin-bottom: 14px;
}
.globally-text-area.ideal-text h3 {
    font-size: 20px;
    font-weight: 600;
}
/* Benefits of Using Quick Payable */
/* Tips for Picking the Best Accounts Payable Automation Software */
section.tips-accounts-software {
    background: #000;
    padding: 60px 0px;
}
section.tips-accounts-software h2 {
    color: #FFF;
}
section.tips-accounts-software .works-title h2::after {
    background: #A0E4CB;
}
section.tips-accounts-software .works-title p {
    color: #FFF;
}
section.tips-accounts-software .row {
    justify-content: center;
}
.tips-accounts-software-box {
    background: #a0e4cb;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.tips-accounts-software-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tips-accounts-software-box p {
    font-size: 17px;
    letter-spacing: 0.50px;
    margin: 0;
}
section.tips-accounts-software .streamlined-text p {
    color: #FFF;
}
.tips-accounts-software-box svg {
    margin-bottom: 20px;
}
/* Tips for Picking the Best Accounts Payable Automation Software */
/* What Are the Key Features to Look for in Accounts Payable Automation Software? */
section.automation-payable-sec {
    padding: 60px 0px;
}
section.automation-payable-sec .row {
    justify-content: center;
}
.automation-payable-box {
    background: #a0e4cb;
    padding: 25px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 6px 10px 6px 0px rgba(0, 0, 0, 0.1);
}
.automation-payable-box h3 {
    font-size: 22px;
    font-weight: 600;
}
.automation-payable-box p {
    font-size: 17px;
    letter-spacing: 0.50px;
    margin: 0;
}
.automation-payable-box svg {
    margin-bottom: 10px;
}

/* What Are the Key Features to Look for in Accounts Payable Automation Software? */
/* Try Quick Payable for Your Business */

section.try-quick-business {
    padding: 60px 0px;
}
section.try-quick-business .works-title h2::after {
    background: #a0e4cb;
}
section.try-quick-business .works-title {
    margin-bottom: 0;
}
section.try-quick-business .works-title h2 {
    margin-bottom: 30px;
}
section.try-quick-business a {
    background: #0D4C93;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 18px 25px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.6s;
    margin-top: 20px;
}
section.try-quick-business a:hover {
    background: #a0e4cb;
    color: #0D4C93;
}
/* Try Quick Payable for Your Business */
/* ------------------------------
Smart Invoice Approval Software
------------------------------ */

section.how-works-sec .row {
    justify-content: center;
}
/* ------------------------------
Paperless Accounts Payable
------------------------------ */
/* Why Choose Quick Payable? */
section.why-leading-ap {
    padding: 60px 0px;
}
section.why-leading-ap .row {
    justify-content: center;
}
.why-leading-cont {
    margin-top: 30px;
}
.why-leading-cont h2 {
    font-size: 35px;
    font-weight: 700;
    color: #0D4C93;
    position: relative;
    padding-bottom: 10px;
}
.why-leading-cont p {
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.50px;
}
.why-leading-text {
    background: #EDF4FD;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.why-leading-text svg {
    margin-bottom: 20px;
}
.why-leading-text h3 {
    font-size: 20px;
    font-weight: 700;
}
.why-leading-text p {
    font-size: 16px;
    letter-spacing: 0.50px;
}
/* Why Choose Quick Payable? */
/* Tips for Choosing the Best AP Automation Software */

section.tips-automation-best {
    padding: 60px 0px;
}
section.tips-automation-best .works-title h2::after {
    background: #a0e4cb;
}
section.tips-automation-best .row {
    justify-content: center;
}
.tips-automation-text {
    background: #a0e4cb6e;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.integration-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.integration-box svg {
    border: 2px solid #A0E4CB;
    background: #FFF;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 6px 10px 6px 0px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}
.tips-automation-text p {
    font-size: 16px;
    letter-spacing: 0.50px;
    margin: 0;
}
.integration-box h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
/* Tips for Choosing the Best AP Automation Software */

/* ------------------------------
Paperless Accounts Payable
------------------------------ */
/* ------------------------------
Invoice Management Software
------------------------------ */
section.quick-content p {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 20px;
}
section.vendor-integration-sec {
    background: #EDF4FD;
    padding: 60px 0px;
}
section.vendor-integration-sec .works-title h2::after {
    background: #A0E4CB;
} 
.vendor-integration-text h3 {
    font-size: 20px;
    font-weight: 600;
}
.vendor-integration-text p {
    font-size: 16px;
}
.vendor-integration-text ul {
    padding: 0;
    margin: 0;
}
.vendor-integration-text ul li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.vendor-integration-text ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}
.why-leading-text ul {
    padding: 0;
    margin: 0;
}
.why-leading-text ul li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.why-leading-text ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}
/* Frequently Asking Question’s */

.faq {
    padding: 60px 0px;
    background: #f7fbff;
}

.faq .section-title {
    margin-bottom: 54px;
}

.faq .section-title h2 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #1e3056;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 25px 25px 25px 70px;
    display: block;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #ff5f74;
    text-align: center;
    border: 1px solid #ff5f74;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #A0E4CB;
}
.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #ff5f74 30%, #a85fff 100%);
}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}
.faq .works-title h2::after {
    background: #A0E4CB;
}
/* Frequently Asking Question’s */
@media screen and (max-width:575px) {
    .faq .accordion .card .card-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
}

/* ------------------------------
Invoice Management Software
------------------------------ */
section.quick-content h4 {
    color: #FFF;
}
section.why-leading-ap .works-title h2::after {
    background: #a0e4cb;
}
.tips-automation-text svg {
    margin-bottom: 10px;
}
.tips-automation-text h3 {
    font-size: 20px;
    font-weight: 600;
}

/*================================================
Blog Area CSS
=================================================*/

.visit-blog-btn {
  margin: 0 auto;
  text-align: center;
}

.visit-blog-btn a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  background: #0865f8;
  color: #FFF;
  border-radius: 5px;
  border: 1px solid #0865f8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-decoration: none;
}
.visit-blog-btn a:hover {
  background: #0d1820;
}

.blog-area .section-title-two {
  max-width: 910px;
}

.blog-item {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 0px;
  border-radius: 5px;
}

.blog-item .image {
  position: relative;
}

.blog-item .image img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.blog-item .image .btn {
  background-color: #f12711;
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  padding: 5px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: none;
}

.blog-item .image .btn a {
  color: #ffffff;
}
.blog-item .content {
  padding: 20px;
  /* border: 1px solid #dddddd; */
  border-top: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 0 0 5px 5px;
}
.blog-item .content .post-meta {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-item .content .post-meta li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  color: #767676;
  margin-right: 12px;
  font-weight: 400;
}

.blog-item .content .post-meta li:last-child {
  margin-right: 0;
}

.blog-item .content .post-meta a {
  color: #767676;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blog-item .content .post-meta i {
  color: #f12711;
  margin-right: 2px;
  position: relative;
  font-size: 16px;
  top: 0px;
}

.blog-item .content h3 {
  font-size: 20px;
  line-height: 1.5;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 14px;
}

.blog-item .content h3 a {
  color: #0d1820;
}

.blog-item .content .read-more {
  font-size: 15px;
  display: inline-block;
  color: #767676;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: none;
}

.blog-item .content .read-more i {
  font-size: 18px;
  margin-left: 2px;
  position: relative;
  top: 2px;
}

/* .blog-item:hover .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #ffffff;
  border-top: none;
} */

.blog-item:hover .content h3 a {
  color: #0865f8;
}

.blog-item:hover .content .read-more {
  color: #f12711;
  letter-spacing: 1px;
}

.blog-item:hover .image .btn {
  left: 0;
  background-color: #ffffff;
  border-radius: 0;
}

.blog-item:hover .image .btn a {
  color: #0865f8;
}

.blog-item.left .image .btn {
  right: 12px;
  left: auto;
  top: 0;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.blog-item.left:hover .image .btn {
  right: 0;
  left: auto;
  top: 20px;
}
.faq-accordion-content .accordion-content ul {
  padding: 0;
  margin: 0;
}
.faq-accordion-content .accordion-content ul li {
  list-style: none;
  font-size: 18px;
  color: #777;
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
}
.faq-accordion-content .accordion-content ul li i {
  color: #0d1820;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.dashboard-cont-area.scrollspy-example .faq-accordion-content {
  margin-bottom: 30px;
}
.dashboard-cont-area.scrollspy-example h3 {
    font-size: 20px;
    font-weight: 600;
}

/*================================================
Blog Area CSS
=================================================*/

/* =======================================
BLOG Inner Page Css 
======================================= */
section.blog-inner-section {
  padding: 100px 0px 60px;
}
section.blog-inner-section .row {
  justify-content: center;
}
section.blog-inner-section .row .col-lg-4.col-md-6.mb-4 {
  margin-bottom: 50px !important;
}
.blog-post-image img {
  border-radius: 10px;
  border-bottom: 1px solid #ccc;
}
.blog-post-info {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.blog-post {
  padding-bottom: 50px;
  box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.1);
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.blog-post-content {
  padding: 30px 20px;
}
.blog-post-area  a {
  margin: 0;
  padding: 0;
  padding-right: 30px;
  color: #0865f8;
  font-size: 16px;
  font-weight: 500;
}
.blog-post-date {
  font-weight: 600;
  color: #777 !important;
}
.blog-post-details h5.blog-post-title a {
    font-size: 18px;
    font-weight: 600;
    color: #0D4C93;
}
.blog-post-details {
  margin-bottom: 20px;
}
.blog-post-author {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
}
.blog-post-author img {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  margin-right: 15px;
  /* box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3); */
}
.blog-post-author p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
/* =======================================
BLOG Inner Page Css 
======================================= */
/* =======================================
BLOG Inner Creation Page Css 
======================================= */

section.blog-creation-section {
  background: #f6f6f6;
  padding: 100px 0px;
}
section.blog-creation-section .row {
  align-items: center;
}
.blog-creation-content ul {
  padding: 0;
}
.blog-creation-content ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #777;
  margin-right: 10px;
}
.blog-creation-content ul li a {
  font-size: 15px;
  color: #777;
}
.blog-creation-content ul li i {
  margin-left: 5px;
}
.blog-creation-content h1 {
    font-size: 32px;
    margin: 10px 0px;
    font-weight: 500;
}
.blog-creation-content p {
    font-size: 18px;
    font-weight: 300;
}
.dashboard-user li {
  display: inline-block;
}
.blog-creation-content ul li img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
}
.dashboard-user ul li {
  margin-right: 20px;
}
.dashboard-user ul li i {
  margin-right: 10px;
  font-size: 20px;
}
.blog-creation-banner img {
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}
/* Blog Creation Left Side CSS */
.table-coloum-area {
    display: inline-block;
    position: sticky;
    top: 150px;
    margin-left: 30px;
}
.table-coloum-area h6 {
    margin: 0;
    background: #A0E4CB;
    color: #0D4C93;
    text-align: center;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    font-size: 20px;
    font-weight: 600;
}
.table-coloum-area .list-group {
  margin-bottom: 30px;
}
.table-coloum-area ul {
  padding: 20px;
  margin: 0;
  border: 1px solid #3333;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.table-coloum-area ul li {
  list-style: none;
}
.table-coloum-area ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #777;
}
section.table-of-content {
  padding: 80px 0px;
}
.dashboards-main-img {
  margin-bottom: 30px;
  text-align: center;
}
.dashboard-cont-area h2 {
    color: #0D4C93;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 26px;
}
.dashboards-bullet-points ul {
  padding: 0;
  margin: 0;
}
.dashboards-bullet-points ul li {
  list-style: none;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}
.dashboards-bullet-points ul li b {
  color: #0d1820;
  font-weight: 600;
}
.dashboard-cont-area.scrollspy-example h4 {
    font-size: 20px;
    padding: 10px 0px;
    font-weight: 600;
}
.dashboard-cont-area p {
  font-size: 18px;
  text-align: justify;
}
.faq .accordion .card .card-body li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}
.faq .accordion .card .card-body li i {
    position: absolute;
    left: 0;
    top: 4px;
}
.dashboard-cont-area p span {
  color: green;
  font-weight: 500;
}
.dashboards-bullet-points ul li span {
  color: green;
  font-weight: 500;
}
.dashboards-bullet-points ul li svg {
  position: absolute;
  left: 0;
  top: 2px;
}
.dashboards-bullet-points ul li i {
    color: #0d1820;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 6px;
}
.list-group-item.active, .list-group-item:hover {
    color: #0D4C93;
    background-color: unset;
    border-color: #0D4C93;
    border-left: 5px solid #0D4C93;
}
.list-group-item:first-child {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.list-group-item:last-child {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.list-group-item {
  border: unset;
}
.blog-contact-btn {
  background: #f6f6f6;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.blog-contact-btn h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.blog-contact-btn a {
    background: #0D4C93;
    color: #FFF;
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    transition: 0.6s;
    text-decoration: none;
}
.blog-contact-btn a:hover {
  background: #0d1820;
}
/* Blog Creation Left Side CSS */

/* Blog Creation Left Side Bottom Content */
/* .blog-post-author-content {
  margin: 0 auto 100px;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  padding: 40px;
  border-radius: 10px;
} */
.blog-post-author-content img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.shyam-agarwal-author img {
    border-radius: 100%;
}
.blog-post-author-content h5 {
    color: #0D4C93;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.blog-post-author-content h6 {
  color: #777;
}
.blog-post-author-content p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.50px;
}
section.blog-post-author-bottom {
    /* background: #f6f6f6; */
    padding: 0px 0px 50px;
}
section.blog-post-author-bottom .container {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 50px;
    border-radius: 14px;
}
.blog-post-author-linkd {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.blog-post-author-linkd a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: #eef4ff;
    color: #0052cc;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.blog-post-author-linkd a i {
    font-size: 16px;
    color: #0052cc;
}

/* Blog Creation Left Side Bottom Content */

.implement-crm-area {
	text-align: center;
	margin: 0 auto;
	background: #bfe3f899;
	padding: 20px;
	border: 1px solid #ccc;
}
.implement-crm-area p {
	text-align: center;
}
.implement-crm-area a {
	background: #0865f8;
	color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 500;
	transition: 0.6s;
}
.implement-crm-area a:hover {
  background: #00060c;
}
.crm-solutions-table-box table, tr, th, td {
    border: 1px solid #ccc;
    padding: 15px;
}
.page-title-area {
    position: relative;
    /* z-index: 1; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
    background: linear-gradient(360deg, hsla(158, 56%, 76%, 1) -20%, hsla(212, 84%, 31%, 1) 100%);
}
/* .page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
} */
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.page-title-content h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    position: absolute;
    bottom: -16px;
    left: 20%;
    margin-bottom: 0;
}
.page-title-content ul li {
    color: #0d1820;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}
.page-title-content ul li a {
    display: inline-block;
    color: #0d1820;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.page-title-content ul li i {
    position: relative;
    top: 1px;
    margin: 0 10px;
}
.page-title-content ul li a {
    display: inline-block;
    color: #0d1820;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-decoration: none;
}

@media screen and (max-width:991px) {
section.blog-creation-section {
    padding: 50px 0px;
}
section.blog-creation-section .row {
    flex-direction: column-reverse;
}
.blog-creation-banner {
    margin-bottom: 50px;
}
section.table-of-content .row {
    flex-direction: column-reverse;
}
.table-coloum-area {
    margin: 0px 0px 50px;
}
.blog-post-author-content {
    text-align: center;
}
.shyam-agarwal-author {
    text-align: center;
    margin-bottom: 20px;
}
.shyam-agarwal-author img {
    max-width: 100px;
}
.support-main.align-items-center.row .row {
    flex-direction: column-reverse;
}
.form-wrapper {
    margin-bottom: 40px;
}

}
section.faq.blog-faq-cont {
    padding: 0;
    background: transparent;
}
.metrics-table thead {
    background: #f1f1f1;
}
/* =======================================
BLOG Inner Creation Page Css 
======================================= */
p:last-child {
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
table {
    width: 100%;
}
.metrics-table  {
    width: 100%;
    overflow-x: auto;
}
/* =======================================
Contact Us Page Css 
======================================= */
.support-main .col-lg-10 {
    background: #FFF;
    padding: 40px;
    border-radius: 0px 40px 40px 0px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.support-main .col-lg-10::after {
    position: absolute;
    content: '';
    background: #0d4c93;
    top: 0;
    left: 0;
    width: 130px;
    height: 100%;
    border-radius: 0px 50px 40px 0px;
}
.support-main.align-items-center.row {
    justify-content: center;
}
.quickpayable-new-contact-text {
    display: flex;
    margin-bottom: 20px;
}

.quickpayable-new-contact-text .envelope-icon i {
    color: #FFF;
    font-size: 20px;
    margin-right: 10px;
    background: #0d4c93;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    max-width: 40px;
    border-radius: 6px;
}
.quickpayable-contact-area h3 {
    font-size: 20px;
    font-weight: 500;
}
.quickpayable-contact-area p a {
    color: #333;
}

.support-main.align-items-center.row .row {
    align-items: center;
    justify-content: space-between;
}
.quickpayable-new-contact {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 0px 20px 20px 0px;
    margin-left: -40px;
    z-index: 2;
    position: relative;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
/* What Our Clients Say */

section.quick-what-clients-say {
    background: #EDF4FD;
    padding-bottom: 60px;
}
section.quick-what-clients-say .works-title h2::after {
    background: #0D4C93;
}
.quick-what-clients-say-box {
    background: #e9fdf2;
    text-align: center;
    padding: 30px;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid #069669;
}
.row > div:nth-child(2) .quick-what-clients-say-box {
    background: #f0ecfe;
    border: 1px solid #9333ea;
}
.row > div:nth-child(3) .quick-what-clients-say-box {
    background: #fff4d3;
    border: 1px solid #d97704;
}
.quick-what-clients-say-author img {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}
.quick-what-clients-say-author {
    margin-bottom: 20px;
}
.quick-what-clients-say-box h3 {
    font-size: 20px;
    font-weight: 500;
}
.quick-what-clients-say-box .rating {
    color: #ff9f00;
    margin-bottom: 6px;
    font-size: 18px;
}
.quick-what-clients-say-box p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.50px;
}

/* What Our Clients Say */

section.quick-payable-faq-text {
    background: #edf4fd;
    padding-bottom: 80px;
}
section.quick-payable-faq-text .works-title h2::after {
    background: #0D4C93;
}
section.quick-payable-faq-text .row {
    justify-content: center;
}
section.quick-payable-faq-text .accordion-item {
    margin-bottom: 30px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}
section.quick-payable-faq-text .accordion-item h2 button {
    font-size: 20px;
    padding: 25px;
    box-shadow: none;
    border-radius: 10px !important;
}
section.quick-payable-faq-text .accordion-item .accordion-body {
    padding: 30px;
}
section.quick-payable-faq-text .accordion-button:not(.collapsed) {
    color: #0d4c93;
    background-color: #a0e4cb;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
section.quick-what-clients-say .row {
    justify-content: center;
}

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

.support-main .col-lg-10::after {
    display: none;
}
.quickpayable-new-contact {
    margin-left: 0;
    margin-bottom: 50px;
    padding: 20px;
}
.support-main .col-lg-10 {
    padding: 30px;
}
section.contact-area {
    padding: 60px 0px;
}
section.quick-what-clients-say {
    padding-bottom: 30px;
}
section.quick-payable-faq-text {
    padding-bottom: 40px;
}
.page-title-area {
    height: 100px;
}
.page-title-content h2 {
    font-size: 30px;
}

}
/* =======================================
Contact Us Page Css 
======================================= */
section.quick-payable-make {
    padding: 60px 0px;
}
section.benefits-main-section.our-purchase- .automation-text {
    text-align: left;
}
.quick-payable-make-text {
    background: #f6f6f6;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.1);
    border-bottom: 4px solid #0d4c92;
}
.automation-text ul {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.automation-text ul li {
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}
.automation-text ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}
ul {
    padding: 0;
    margin: 0;
}
.tips-accounts-software-box ul {
    margin-top: 10px;
}
.tips-accounts-software-box ul li {
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}
.tips-accounts-software-box ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}
/* Built for the Way You Bill */

section.built-way-bill-sec {
    padding: 60px 0px;
}

section.built-way-bill-sec .works-title h2::after {
    background: #a0e4cb;
}
.built-way-bill-sec-area {
    background: #FFF;
    padding: 30px;
    height: 100%;
    border-radius: 20px;
    border: 1px solid  #a0e4cb;
    border-bottom: 5px solid #a0e4cb;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.built-way-bill-sec-area h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Built for the Way You Bill */
/* ==================================
HOME PAGE NEW CSS
================================== */
/* HERO SECTION CSS */
section.quick-hero-sec {
    padding: 90px 0px 150px;
    text-align: center;
    margin: 0 auto;
    /* background: #10142d; */
    border-radius: 0px 0px 50px 50px;
}
section.quick-hero-sec .row {
    justify-content: center;
}
.app-exchange {
    max-width: 190px;
}
.quick-hero-content h1 {
    color: #10142d;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 45px;
}
.quick-hero-content p {
    color: #10142d;
    font-size: 18px;
    font-weight: 300;
}
.quick-hero-content a.try-on-app-btn {
    background: #0d4c92;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    /* border: 1px solid #FFF; */
    transition: 0.6s;
}
.quick-hero-content a.try-on-app-btn:hover {
    /* color: #FFF; */
    background: #0e3e73;
}
.quick-hero-both {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px auto;
}
/* HERO SECTION CSS */
/* How Quick Payable Works: A Step-by-Step Guide */
section.quick-how-area {
    background: #10142d;
    padding: 60px 0px;
    border-radius: 50px;
}
.quick-how-text {
    text-align: center;
    margin-bottom: 50px;
}
.quick-how-text h2 {
    color: #FFF;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.quick-how-text h2::after {
    position: absolute;
    content: '';
    background: #FFF;
    width: 80px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
}
.quick-how-text p {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.50px;
}
.quick-how-wrapper {
    background: transparent;
    height: 100%;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ffffff4f;
    border-bottom: 6px solid #FFF;
}
.quick-how-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
}
.quick-how-wrapper p {
    color: #FFF;
    font-size: 17px;
}
.quick-how-wrapper svg {
    margin-bottom: 20px;
}
.quick-streamlined-text {
    text-align: center;
}
.quick-streamlined-text p {
    color: #FFF;
    font-size: 18px;
}
/* How Quick Payable Works: A Step-by-Step Guide */
/* Benefits of Automating Accounts Payable with Quick Payable */
section.quick-benefits-wrapper {
    padding: 60px 0px 40px;
}
section.quick-benefits-wrapper .quick-how-text h2 {
    color: #333;
}
section.quick-benefits-wrapper .quick-how-text p {
    color: #333;
}
.quick-benefits-area h3 {
    font-size: 22px;
    font-weight: 600;
}
.quick-benefits-area {
    text-align: center;
}
.quick-benefits-area p {
    font-size: 17px;
}
.quick-benefits-area svg {
    background: #FFF;
    border: 1px solid #3333;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
}
/* Benefits of Automating Accounts Payable with Quick Payable */
/* Tips for Picking the Best Accounts Payable Automation Software */
section.quick-tips-wrapper {
    background: #10142d;
    padding: 60px 0px 40px;
}
.quick-tips-area {
    background: rgba(255,255,255,0.2);
    padding: 30px;
    height: 100%;
    border-radius: 14px;
}
.quick-tips-area svg {
    margin-bottom: 20px;
    background: #FFF;
    padding: 9px;
    border-radius: 6px;
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}
.quick-tips-area h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}
.quick-tips-area p {
    color: #FFF;
    font-size: 16px;
}
.quick-tips-area-text {
    text-align: center;
}
.quick-tips-area-text p {
    color: #FFF;
    font-size: 18px;
}
/* Tips for Picking the Best Accounts Payable Automation Software */
/* What Are the Key Features to Look for in Accounts Payable Automation Software? */
section.quick-key-wrapper {
    padding: 60px 0px;
}
section.quick-key-wrapper .quick-how-text h2 {
    color: #333;
}
section.quick-key-wrapper .quick-how-text h2::after {
    background: #333;
}
section.quick-key-wrapper .quick-how-text p {
    color: #333;
}
.quick-key-area {
    background: #4a4d5e;
    padding: 30px;
    height: 100%;
    border-radius: 14px;
}
.quick-key-area h3 {
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
}
.quick-key-area p {
    font-size: 16px;
    color: #FFF;
}
.quick-key-area svg {
    margin-bottom: 15px;
}
.quick-key-text {
    text-align: center;
}
.quick-key-text p {
    font-size: 18px;
}
/* What Are the Key Features to Look for in Accounts Payable Automation Software? */
/* Why Quick Payable is the Best Accounts Payable Automation Software */
section.quick-automation-wrapper {
    background: #10142d;
    padding: 60px 0px 40px;
    border-radius: 40px;
}
section.quick-automation-wrapper .row {
    justify-content: center;
}
.quick-automation-area {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 14px;
}
.quick-automation-area h3 {
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
}
.quick-automation-area p {
    color: #FFF;
    font-size: 17px;
}
.quick-automation-area svg {
    margin-bottom: 20px;
    border: 1px solid #ffffffad;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
/* Why Quick Payable is the Best Accounts Payable Automation Software */
section.our-app-section .quick-how-text h2 {
    color: #333;
}
section.our-app-section .quick-how-text h2::after {
    background: #333;
}
section.usecase-section .quick-how-text h2 {
    color: #333;
}
section.usecase-section .quick-how-text h2::after {
    background: #333;
}
section.about-us-section .quick-how-text h2 {
    color: #333;
}
section.about-us-section .quick-how-text h2::after {
    background: #333;
}
section.choose-quick-accounts .quick-how-text h2 {
    color: #333;
}
section.choose-quick-accounts .quick-how-text h2::after {
    background: #333;
}
section.choose-quick-accounts .quick-how-text p {
    color: #333;
}
/* ==================================
HOME PAGE NEW CSS
================================== */
