@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    color: #111827;
}
html {
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
p:last-child {
    margin-bottom: 0;
}
/* ============= HERO SECTION ============= */
section.qp-main-hero-wrapper {
    padding: 100px 0px;
    background: radial-gradient(circle at 20% 40%, #e3f2ff 0%, #ffffff 100%);
}
.qp-hero-text-area h1 {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
}
.qp-hero-text-app-box span {
    font-size: 13px;
}
/* .qp-hero-text-area h1 span {
    background: linear-gradient(90deg, rgba(13, 76, 146, 1) 0%, rgb(8 183 119) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.qp-hero-text-area p {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 20px;
}
.qp-hero-button a {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 20px;
    position: relative;
    background: #0d4c92;
    border-radius: 6px;
    letter-spacing: 1px;
}
.qp-hero-button a:hover {
     background: #007be5;
    color: #FFF;
    
}
.qp-hero-button-area {
    display: flex;
    gap: 20px;
    margin: 30px 0px;
    align-items: center;
}
.qp-hero-exchange img {
    max-width: 180px;
}
.qp-hero-text-app {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #374151;
}
.qp-hero-text-app-box {
    display: flex;
    align-items: center;
    gap: 9px;
}
.qp-hero-text-app-box svg {
    color: #0d4c92;
}
.qp-hero-text-app-box svg path, .qp-hero-text-app-box svg circle {
    color: #0d4c92;
}

/* HERO ILLUSTRATION */
.hero-illustration {
    position: relative;
    background: white;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.15);
    padding: 32px;
    overflow: hidden;
}
.illustration-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
}
.qp-manual-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
}
.qp-manual-wrapper h2 {
    font-size: 16px;
    font-weight: 600;
}
.illustration-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}   
.svg-manual svg {
    background: #e0f2fe;
    padding: 10px;
    border-radius: 6px;
}
.invoice-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    overflow: hidden;
}
.scan-line {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #22c55e, transparent);
    animation: scan 2s linear infinite;
    opacity: 0.6;
}

@keyframes scan {
    0% { transform: translateY(-100px); }
    100% { transform: translateY(400px); }
}
/* HERO ILLUSTRATION */
.qp-dashboard-main-wrapper {
    position: relative;
}
.qp-dashboard img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 25px 50px -12px #00000040;
}
.qp-dashboard-text {
    position: absolute;
    top: -40px;
    right: -10px;
    background: #FFF;
    border: 1px solid #e5e7eb;
    padding: 15px;
    box-shadow: 0 25px 50px -12px #00000040;
    border-radius: 14px;
    text-align: center;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.qp-dashboard-text p {
    font-size: 30px;
    font-weight: 600;
    color: #16a34a;
    margin: 0;
}
.qp-dashboard-text p sup {
    font-size: 12px;
    font-weight: 400;
    top: -20px;
}
.qp-dashboard-text span {
}
.qp-dashboard-txt {
    position: absolute;
    bottom: -40px;
    left: -20px;
    background: #FFF;
    border: 1px solid #e5e7eb;
    padding: 15px;
    box-shadow: 0 25px 50px -12px #00000040;
    border-radius: 14px;
    text-align: center;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
.qp-dashboard-txt p {
    font-size: 30px;
    font-weight: 600;
    color: #0d4c92;
    margin: 0;
}
.qp-dashboard-txt span {
}
.qp-dashboard-txt p sup {
    font-size: 12px;
    font-weight: 400;
    top: -20px;
}
/* ============= HERO SECTION ============= */
/* ============= Automate Your Accounts Payable with AI ============= */
section.qp-automate-wrapper {
    padding: 60px 0px;
}
.qp-title-css {
    text-align: center;
    margin-bottom: 50px;
}
.qp-title-css h2 {
    font-weight: 700;
}
.qp-title-text {
    display: inline-block;
    background: #e8f0fe;
    color: #0052cc;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 14px;
}
/* .qp-title-css h2 span {
    background: -webkit-linear-gradient(80deg, #0d4c92, #9ee5c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.qp-title-css p {
    font-size: 17px;
    letter-spacing: 0.50px;
}
.qp-automate-bx {
    border: 2px solid #f3f4f6;
    height: 100%;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    transition: 0.3s;
}
.qp-automate-bx:hover {
    border: 2px solid #ea580c57;
}
.qp-automate-bx h3 {
    color: #111827;
    font-size: 20px;
    margin: 0;
}
.qp-automate-bx p {
    color: #4b5563;
}
.qp-automate-bx-svg  svg {
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff7ed;
    margin-bottom: 20px;
}
.qp-automate-bx-svg {
    margin-bottom: 20px;
}
/* section.qp-automate-wrapper .col-lg-4.mb-4:nth-child(1) .qp-automate-bx .qp-automate-bx-svg  svg {
    background: #eff6ff;
}
section.qp-automate-wrapper .col-lg-4.mb-4:nth-child(1) .qp-automate-bx .qp-automate-bx-svg path {
    color: #0d4c92;
}
section.qp-automate-wrapper .col-lg-4.mb-4:nth-child(2) .qp-automate-bx .qp-automate-bx-svg svg {
    background: #faf5ff;
}
section.qp-automate-wrapper .col-lg-4.mb-4:nth-child(2) .qp-automate-bx .qp-automate-bx-svg path {
    color: #9333ea;
}
section.qp-automate-wrapper .col-lg-4.mb-4:nth-child(3) .qp-automate-bx .qp-automate-bx-svg svg  {
    background: #f0fdf4;
}
section.qp-automate-wrapper .col-lg-4.mb-4:nth-child(3) .qp-automate-bx .qp-automate-bx-svg path, .qp-automate-bx-svg rect {
    color: #16a34a;
}
section.qp-automate-wrapper .col-lg-4.mb-4:nth-child(4) .qp-automate-bx .qp-automate-bx-svg svg {
    background: #fff7ed;
}
section.qp-automate-wrapper .col-lg-4.mb-4:nth-child(4) .qp-automate-bx .qp-automate-bx-svg path {
    color: #ea580c;
} */
.qp-automate-txt {
    text-align: center;
    font-size: 17px;
}
/* ============= Automate Your Accounts Payable with AI ============= */
/* ============= Key Features & Benefits of Quick PayableAP Automation Software ============= */
section.qp-key-wrapper {
    background: linear-gradient(to bottom,#f9fafb , #fff);
    padding: 60px 0px 40px;
}
.qp-key-bx-area {
    background: linear-gradient(to bottom right,#fff , #f9fafb);
    padding: 30px;
    border: 2px solid #f3f4f6;
    border-radius: 16px;
    transition: 0.3s;
    height: 100%;
}
.col-lg-3.col-md-6.mb-4:nth-child(1) .qp-key-bx-area svg {
    background: #dbeafe;
}
.col-lg-3.col-md-6.mb-4:nth-child(2) .qp-key-bx-area svg {
    background: #dcfce7;
}
.col-lg-3.col-md-6.mb-4:nth-child(3) .qp-key-bx-area svg {
    background: #f3e8ff;
}
.col-lg-3.col-md-6.mb-4:nth-child(4) .qp-key-bx-area svg {
    background: #ffedd5;
}
.col-lg-3.col-md-6.mb-4:nth-child(5) .qp-key-bx-area svg {
    background: #fee2e2;
}
.col-lg-3.col-md-6.mb-4:nth-child(5) .qp-key-bx-area svg {
    background: #fee2e2;
}
.col-lg-3.col-md-6.mb-4:nth-child(6) .qp-key-bx-area svg {
    background: #FFE5CA;
}
.col-lg-3.col-md-6.mb-4:nth-child(7) .qp-key-bx-area svg {
    background: #FFD6F0;
}
.col-lg-3.col-md-6.mb-4:nth-child(8) .qp-key-bx-area svg {
    background: #ECECFF;
}
.col-lg-3.col-md-6.mb-4:nth-child(1) .qp-key-bx-area svg {
    background: #dbeafe;
}
.col-lg-4.col-md-6.mb-4:nth-child(2) .qp-key-bx-area svg {
    background: #dcfce7;
}
.col-lg-4.col-md-6.mb-4:nth-child(3) .qp-key-bx-area svg {
    background: #f3e8ff;
}
.col-lg-4.col-md-6.mb-4:nth-child(4) .qp-key-bx-area svg {
    background: #ffedd5;
}
.col-lg-4 col-md-6.mb-4:nth-child(5) .qp-key-bx-area svg {
    background: #fee2e2;
}
.col-lg-4.col-md-6.mb-4:nth-child(5) .qp-key-bx-area svg {
    background: #fee2e2;
}
.col-lg-4.col-md-6.mb-4:nth-child(6) .qp-key-bx-area svg {
    background: #FFE5CA;
}
.qp-key-bx-area:hover {
    border: 2px solid #bfdbfe;
    box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
}
.qp-key-bx-area h3 {
    font-size: 20px;
    font-weight: 600;
}
.qp-key-bx-area svg {
    background: #eff6ff;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    /* border: 1px solid #bfdbfe; */
    padding: 10px;
}

/* ============= Key Features & Benefits of Quick PayableAP Automation Software ============= */
/* ============= Why Businesses Choose Quick Payable============= */
section.qp-whychoose-wrapper {
    background: #f8fafc;
    padding: 60px 0px;
}
section.qp-whychoose-wrapper .row {
    align-items: center;
}
.qp-whychoose-bx {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.qp-whychoose-bx:last-child {
    margin-bottom: 0px;
}
.qp-whychoose-bx h3 {
    font-size: 20px;
    font-weight: 600;
}
.qp-whychoose-bx p {
    font-size: 16px;
    color: #64748b;
}
.qp-whychoose-bx-icon {
    background: #eff6ff;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #bfdbfe;
    padding: 10px;
}
.qp-whychoose-box {
    background: white;
    border-radius: 24px;
    padding: 15px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.15);
}
.qp-whychoose-box img {
    border-radius: 10px;
}

/* ============= Why Businesses Choose Quick Payable============= */
/* ============= How Quick PayableWorks ============= */

.qp-how-works-svg {
    background: #eff6ff;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #bfdbfe;
}
.qp-how-works-svg svg path, .qp-how-works-svg rect, .qp-how-works-svg circle, .qp-how-works-svg polyline, .qp-how-works-svg ellipse {
    color: #0d4c92;
}
section.qp-process-wrapper {
    padding: 60px 0px;
    background: linear-gradient(to bottom right,#eff6ff , #eef2ff);
}
section.qp-process-wrapper .row {
    justify-content: center;
}
/* Hide radios */
input[type="radio"] {
  display: none;
}
/* Steps */
section.qp-process-wrapper .steps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}
section.qp-process-wrapper .steps svg path {
    fill: #909090;
}

/* Step */
section.qp-process-wrapper .step {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
/* Active state */
#s1:checked ~ .steps label[for="s1"],
#s2:checked ~ .steps label[for="s2"],
#s3:checked ~ .steps label[for="s3"],
#s4:checked ~ .steps label[for="s4"],
#s5:checked ~ .steps label[for="s5"],
#s6:checked ~ .steps label[for="s6"] {
  opacity: 1;
  transform: scale(1.1);
}
/* Content */
section.qp-process-wrapper .contents {
  position: relative;
}
/* Hide all */
section.qp-process-wrapper .qp-process-cont {
    display: none;
    background: #FFF;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
}
/* Show based on checked */
#s1:checked ~ .contents .c1,
#s2:checked ~ .contents .c2,
#s3:checked ~ .contents .c3,
#s4:checked ~ .contents .c4,
#s5:checked ~ .contents .c5,
#s6:checked ~ .contents .c6 {
  display: block;
}
/* Text */
.qp-process-cont h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
.qp-process-cont p {
  color: #555;
  line-height: 1.6;
}
/* Responsive */
@media (max-width: 600px) {
.steps {
    flex-wrap: wrap;
    justify-content: center;
}
section.qp-process-wrapper .steps svg {
    display: none;
}
}


/* ============= How Quick PayableWorks ============= */
/* ============= Manual Accounts Payable vs AI-Powered Accounts Payable Automation ============= */
section.qp-ai-payable-wrapper {
    /* background: linear-gradient(to bottom right, #eff6ff, #eef2ff); */
    padding: 60px 0px 80px;
}
.manual-col {
    border: 2px solid #fee2e2;
}
.comparison-col {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
.comparison-col h3 {
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
}
.compare-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #f1f5f9;
}
.ai-col {
    border: 2px solid #86efac;
    position: relative;
}
.comparison-col {
    background: white;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
.ai-col::after {
    content: "RECOMMENDED";
    position: absolute;
    top: -14px;
    right: 32px;
    background: #22c55e;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 20px;
    border-radius: 9999px;
}
.check {
    color: #22c55e;
}
/* ============= Manual Accounts Payable vs AI-Powered Accounts Payable Automation ============= */
/* ============= Customer Success Story ============= */
section.qp-success-wrappper {
    padding: 60px 0px 60px;
}
section.qp-success-wrappper .container {
    background: linear-gradient(to bottom right,#eff6ff , #eef2ff);
    padding: 50px;
    border: 2px solid #dbeafe;
    border-radius: 24px;
}
/* .qp-success-banner {
    height: 100%;
} */
section.qp-success-wrappper .row {
    align-items: center;
} 
.qp-success-banner img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    border-radius: 10px;
    border: 20px solid #FFF;
    box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
}
.qp-success-bx {
    padding: 0px 0px;
}
.qp-success-bx span {
    display: inline-block;
    color: #0d4c92;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.qp-success-bx h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.qp-success-bx p {
    color: #374151;
    font-size: 16px;
    margin-bottom: 30px;
}
.qp-success-text p {
    margin-bottom: 20px;
}
.qp-success-text p:last-child {
    margin-bottom: 0;
}
.qp-success-text {
    background: #FFF;
    box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 20px;
    position: relative;
}
.qp-success-text svg {
    position: absolute;
    left: -20px;
    top: 0;
    background: #0d4c92;
    padding: 10px;
    border-radius: 30px;
}
.qp-success-author {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}
.qp-success-author span {
    text-transform: unset;
    margin: 0;
    color: #111827;
    font-weight: 600;
}
.qp-success-author p {
    color: #4b5563;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.qp-success-bx h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.qp-success-results-area {
    background: #FFF;
    padding: 16px;
    border-radius: 16px;
    text-align: center;
}
.qp-success-results-area svg polyline, .qp-success-results-area svg circle, .qp-success-results-area svg path {
    color: #0d4c92;
}
.qp-success-results-area h5 {
    font-size: 24px;
    font-weight: 700;
}
.qp-success-results-area p {
    font-size: 13px;
    color: #4b5563;
    font-weight: 300;
    margin: 0;
}
.qp-success-results {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* margin-bottom: 30px; */
}
.qp-success-results-points {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}
.qp-success-results-txt svg {
    margin-right: 10px;
}
.qp-success-results-txt {
    font-size: 18px;
    color: #374151;
    font-weight: 300;
}
/* .qp-success-results-points ul li {
    list-style: none;
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 25px;
    color: #374151;
    font-weight: 300;
}
.qp-success-results-points ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #16a34a;
} */
/* ============= Customer Success Story ============= */
/* ============= Automate Your Accounts Payable with AI ============= */
section.qp-automate-payable-wrapper {
    background: #0d4c92;
    padding: 60px 0px;
    text-align: center;
}
section.qp-automate-payable-wrapper .row {
    justify-content: center;
}
.qp-automate-payable-bx h2 {
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
}
.qp-automate-payable-bx p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
}
.qp-ai-payable-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 6px;
}
.qp-ai-payable-btn a.qp-ai-payable-book {
    background: #FFF;
    color: #0d4c92;
}
.qp-ai-payable-btn a.qp-ai-payable-book i {
    color: #0d4c92;
    margin-left: 5px;
}
.qp-ai-payable-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0px;
}
.qp-ai-payable-btn a.qp-ai-payable-cont {
    border: 2px solid #FFF;
    color: #FFF;
}
.qp-ai-payable-btn a.qp-ai-payable-cont i {
    color: #FFF;
    margin-left: 6px;
}
.qp-ai-payable-btn a:hover {
    opacity: 0.8;
}
.qp-automate-payable-area {
    border-top: 1px solid #fff3;
    padding-top: 40px;
}
.qp-automate-payable-area {
    border-top: 1px solid #fff3;
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
}
.qp-automate-payable-area h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
}
.qp-automate-payable-area h3 sub {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    bottom: 20px;
}
/* ============= Automate Your Accounts Payable with AI ============= */


@media screen and (max-width:992px) { 
.qp-hero-text-area {
    margin-bottom: 30px;
}
section.qp-main-hero-wrapper {
    padding: 50px 0px 70px;
}

 
}
@media screen and (max-width:768px) {
.faq-question {
    padding: 24px 40px 25px 15px;
    font-size: 16px;
}   
.qp-hero-button a {
    font-size: 15px;
}
.qp-title-css h2, .qp-automate-payable-bx h2{
    font-size: 28px;
}
.qp-success-bx {
    padding: 0px;
}
.qp-success-results-area h5 {
    font-size: 18px;
}


}

@media screen and (max-width:575px) { 
section.qp-main-hero-wrapper {
    padding: 40px 0px;
}   
.qp-real-cost-bx {
    padding: 20px;
}
section.qp-real-cost-wrapper .row.g-5 {
    --bs-gutter-y: 1rem;
}
.qp-success-bx h3 {
    font-size: 22px;
    font-weight: 700;
}
section.qp-main-hero-wrapper .row {
    flex-direction: column-reverse;
}
.qp-dashboard-text, .qp-dashboard-txt {
    display: none;
}
.qp-dashboard-main-wrapper {
    margin-bottom: 40px;
}
.qp-dashboard-main-wrapper {
    display: none;
}
section.qp-main-hero-wrapper {
    padding: 50px 0px 10px;
}
.qp-hero-text-area {
    text-align: center;
}
.qp-hero-text-app {
    justify-content: center;
}
section.qp-success-wrappper .container {
    padding: 20px;
    border-radius: 14px;
}

}


/* ============= Testimonials Section css ============= */
section.qp-testimonials-wrapper {
    margin-bottom: 60px;
}
.qp-testimonials-bx h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.qp-testimonials-bx img {
    max-width: 100px;
    margin: 15px 0px;
    display: block;
}
.qp-testimonials-bx span {
    display: inline-block;
}
.qp-testimonials-bx span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.qp-testimonials-bx p {
    font-size: 15px;
}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #a0e4cb !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #0d4c92 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
    display: none;
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #0d4c92;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.owl-carousel.client-testimonial-carousel.owl-loaded.owl-drag .owl-nav {
    display: none;
}
/* ============= Testimonials Section css ============= */


