/* ========

Template Name: boekhouder -  HTML Template

===========*/


/* =========
--- CSS INDEX ---
01. Common CSS
02. Header CSS
03. Banner CSS
04. Footer CSS
05.Responsive CSS
06.Product wrapper
07. advise form section
08. tax area
09. Blog Section
10. Welcome
============*/


/*==========Common CSS Start==========*/
:root {
    --primary: #403BCB;
    --black: #050E29;
    --gray: #545764;
    --white: #FFFFFF;
    --succes: #00c19e;
    --info: #03a9f4;
    --yellow: rgb(255, 187, 152);
    --success2: rgb(32, 211, 64);
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

*::after,
*::before {
    transition: all 0.3s ease 0s !important;
    border: none;
    -webkit-transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    background: var(--white);

}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

button {
    border: none;
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
    outline: none;
}

img {
    width: auto;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*Defalt Margin and padding*/

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

/*margin-bottom*/

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

/*margin -left*/
.ml-0 {
    margin-left: 0px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

/*margin -right*/

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

/*padding -top*/

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-left: 85px;
}

.pr-90 {
    padding-left: 90px;
}

.pr-95 {
    padding-left: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

/* radious */
.border-radious-12 {
    border-radius: 12px;
}

.border-radious-8 {
    border-radius: 8px;
}

.border-radious-6 {
    border-radius: 6px;
}

.border-radious-4 {
    border-radius: 4px;
}

.owl-carousel {
    display: block;
}

/* btn */

.primary-color {
    color: var(--primary);
}

.gray-color {
    color: var(--gray);
}

.black-color {
    color: var(--black);
}

/* btn */

/* fontSize */
.font-16p,
.font-16 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.font-16p {
    color: var(--black);
    text-align: center;
}

.font-14 {
    font-size: 14px;
    line-height: 1.5;
}

.font-22 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: var(--black);
}

.font-20 {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: var(--black);
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

/* line-height */
.line-height-110 {
    line-height: 110%;
}

/* color */
.blue-color {
    color: var(--primary);
}

.gray-color {
    color: var(--gray);
}

.black-color {
    color: var(--black);
}

.white-color {
    color: var(--white);
}

/* flex */
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-transparen {
    background: transparent;
}

.bg-blue {
    background: var(--primary);
}

.bg-gray {
    background: var(--gray);
}

.bg-white {
    background: var(--white);
}

.back-img {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}

.z-index-3 {
    z-index: 3;
}

/* width */
.width-250px {
    width: 250px;
}


/*========== Header CSS Start==========*/
.header-top {
    padding: 30px 0px;
}
.site-logo{
    max-width: 185px;
    display: block;
}
.site-logo img{
    width: 100%;
    height: auto;
}
.header-top .talk-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 16px 24px;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 4px;
    width: 151px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom {
    padding: 20px 0px;
    background: #F8F9FA;
}


.header-top .breadcrumb-item li a {
    color: var(--primary);
}

.header-top .breadcrumb-item.active {
    color: var(--gray);
}

.p8 {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.banner-area {
    padding-top: 60px;
    background: linear-gradient(0deg, rgba(18, 17, 41, 0.50) 0%, rgba(18, 17, 41, 0.50) 100%), url(../img/banner.png), lightgray 50% / cover no-repeat;
    padding-bottom: 82px;
}

.banner-area .banner-sub-heading {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}


.banner-area .banner-heading {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    padding: 20px 0px;
}

.banner-area .banner-content {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 161%;
    padding-bottom: 40px;
}

.banner-area .banner-footer {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 161%;
}

.update-btn button {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    padding: 8px;
    background-color: var(--white);
}

.main-wrapper {
    position: relative;
    background: #F8F9FA;
}

.banner-bottom {
    position: relative;
    margin-top: -70px;
    padding-bottom: 40px;
}

.left-wrapper {
    position: relative;
    display: flex;
    padding: 30px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(13, 7, 45, 0.06);
}

.account-single-wrapper .bottom-img {
    padding-top: 10px;

}

.account-content-review {
    max-width: 316px;

}

.account-content-review .review-by {
    padding-top: 10px;
    padding-bottom: 9.5px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.account-content-review li {
    padding-top: 10.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.account-content-review li span {
    margin-left: 6px;
}



.score-wrapper .score-icon i {
    width: 18px;
    color: #FFDB21;
}

@media screen and (max-width:992px) {
    .account-single-wrapper.account-single-full-width .winning .img-credit-card {
        padding-top: 20px;
    }

    .account-single-wrapper.account-single-full-width {
        padding: 20px;
    }

    .account-single-wrapper.account-single-full-width {
        padding: 20px;
    }

    .account-single-wrapper.account-single-full-width .winning {
        flex-direction: column;
    }
}

.score-wrapper .exceptional-area {

    position: relative;
    cursor: pointer;
    margin-bottom: 20px;

}

.score-wrapper>.score-area-h,
.score-wrapper .exceptional-area .score-area-h {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 10px;
}

.score-content {
    min-width: 0;
    -webkit-transition: opacity 0.24s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease;
}

.score-num {

    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    padding: 11px 4px;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transform: translateZ(0);
    width: 44px;
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);

}

.score-wrapper .exceptional-area:hover:before {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    background-color: transparent;
    z-index: 1;
    width: 10px;
    height: 40px;
}

.score-wrapper .exceptional-area:hover {
    cursor: pointer;
}

.score-wrapper .exceptional-area:hover .score-content {
    opacity: 0;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.score-wrapper .exceptional-area:hover .score-num {

    transform: scale(1.1) translate(-16%, 0%) translateZ(0);
}


.score-card {
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 4px 20px 0px #0D072D24;
    padding: 16px;
    position: absolute;
    top: 120%;
    transition: top 0.25s ease-out;
    right: -65%;
    visibility: hidden;
    opacity: 0;
    width: 349px;
    z-index: 99;
}

.visit-btn {

    position: relative;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #FF4A64;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 16px 16px 16px 20px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    height: 56px;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-padding-start: initial;
    padding-inline-start: initial;
    -webkit-padding-end: initial;
    padding-inline-end: initial;
    width: 196px;
    -webkit-margin-end: initial;
    margin-inline-end: initial;
}

.visit-btn div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    opacity: 0;
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
}

.visit-btn:hover div {
    opacity: 1;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
    -webkit-transition: opacity ease 0.3s, margin ease 0.3s;
    transition: opacity ease 0.3s, margin ease 0.3s;
}

.visit-btn:hover {
    background-color: #BC284B;
    color: var(--white);
}

.score-card ul {

    background-color: var(--white);
}

.left-wrapper-area .score-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
}



.score-wrapper .exceptional-area:hover .score-card {
    top: 100%;
    visibility: visible;
    opacity: 1;
}


.score-wrapper .exceptional-area:hover .score-card ul li {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    gap: 22px;
    animation-name: animation-top;
    word-break: break-word;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 16px;
    padding-top: 16px;
    opacity: 0;


}

@keyframes animation-top {

    0% {
        transform: translateY(10px);
        opacity: 0;
    }


    80% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.score-wrapper .exceptional-area:hover .score-card ul li:nth-of-type(1) {
    animation-delay: 0.128s;
    padding-top: 0px;
}

.score-wrapper .exceptional-area:hover .score-card li:nth-of-type(2) {
    animation-delay: 0.25s;
}

.score-wrapper .exceptional-area:hover .score-card ul li:nth-of-type(3) {
    animation-delay: 0.35s;
    border-bottom: none;
    padding-bottom: 0px;
}

.score-card ul li .score-card-num {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    padding: 11px 4px;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transform: translateZ(0);
    width: 40px;
    height: 26px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}


.score-card ul li .score-card-num {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    padding: 11px 4px;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transform: translateZ(0);
    width: 40px;
    height: 26px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}

.left-wrapper-area .score-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.counter-number {
    position: relative;
    display: inline-block;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
}

.score-card ul {
    position: relative;
}

.score-card ul::after {
    top: -28px;
    border: 6px solid rgba(255, 255, 255, 0);
    content: " ";
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 0px;
    height: 0px;
    transform: rotate(90deg);
}

.score-card-c a:hover {
    color: var(--black);
}

.score-card ul::after {
    border-right-color: #ffffff;
    left: 61%;
}

.right-wrapper {
    padding: 20px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(13, 7, 45, 0.06);
}

.connection {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fb-like-btn {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 4px;
    border-radius: 8px;
    background: #3D5A98;
    padding: 14px;
    max-width: 188px;
    justify-content: center;
    flex: 1;

}

.social-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    gap: 7px;

}

.left-wrapper .award {
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 4px 0px;
    background: #3BCB8F;
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
}

.left-wrapper .numbering {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: absolute;
    left: -15px;
    top: 35px;
    border-radius: 100px;
    border: 1px solid #403BCB;
    background: #FFF;
    color: #403BCB;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.crm-title {
    color: #050E29;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    padding-bottom: 20px;
}

.crm-software li {
    margin-bottom: 14px;
}

.crm-software li:last-child {
    margin-bottom: 0px;
}

.crm-software li span {
    color: #050E29;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 10px;
    display: block;
}

.crm-software li p {
    display: inline-block;
    color: #050E29;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    position: relative;
}

.crm-software li p i {
    font-size: 4px;
    position: absolute;
    top: 8px;
    left: -10px;
}

.com-border-bottom {
    border-bottom: 1px solid #DCE5FF;
    padding-bottom: 30px;
}

.com-border-top {
    border-top: 1px solid #DCE5FF;
    padding-top: 30px;
}

.account-wrapper .numbering {

    display: flex;
    width: 63px;
    padding: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #DCE5FF;
    color: #DCE5FF;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
}

.online-account-title h3 {
    color: var(--black);
    font-size: 28px;
    font-weight: 600;
}

.online-account-content .online-feature p {
    font-size: 16px;
}

.online-account-content .online-feature a {
    color: #403BCB;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.line-height-150 {
    line-height: 150%;
    /* 24px */
}

.online-props-title h3 {
    color: #050E29;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.online-props-wrapper h5 {
    margin-bottom: 11px;
}

.account-bottom {
    border-radius: 8px;
    background: #F8F9FA;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.section-pt-60 {
    padding-top: 60px;
}

.account-num-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    max-height: 63px;
}

.online-props-wrapper svg {
    margin-right: 4px;
}

.online-feature p span {
    margin-right: 5px;
}

.crm-hs {
    margin-bottom: 30px;
}

.footer-area {
    background: var(--main-dark-050-e-29, #050E29);
    padding: 30px 0px;
    margin-top: 30px;
}

.divider-f {
    height: 29px;
    width: 1px;
    border-radius: 2px;
    background: #333C54;
    display: inline-block;
}

.mlr-27 {
    margin-left: 27px;
    margin-right: 27px;
}

.sm-block {
    display: none;
}

.f-social {
    gap: 27px
}

.account-wrapper .score-wrapper .exceptional-area {
    margin-bottom: 0px;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

/* version 2  */
.header-bottom .breadcrumb-item {
    margin-bottom: 8px;
}

.boek-banner {
    padding-top: 40px;
    padding-bottom: 60px;
}

.boek-banner .banner-heading {
    color: var(--black);
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 20px;
}

.boek-banner .banner-content {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.boek-page .boek-left-wrapper-area .left-wrapper {
    gap: 20px;
    align-items: end;
}

.f-12 {
    color: var(--black);
    font-size: 12px;
    font-weight: 600;
}

.f-12-b {
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
}

.font-18-b {
    color: #050E29;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}

.font-22-b {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
    line-height: 140%
}

.font-28 {
    color: var(--black);
    font-size: 28px;
    font-weight: 600;
}

.gap-4px {
    gap: 4px;
}

.boek-left-wrapper-area .account-content-review-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boek-left-wrapper-area .score-wrapper {
    display: flex;
    gap: 10px;
}

.single-alternatieven>p,
.boek-left-wrapper-area .e-boek-content p {
    overflow: hidden;
    color: var(--black);
    text-overflow: ellipsis;
    white-space: wrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    height: 59px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 10px 0px;

}

.single-alternatieven .reviews-link,
.boek-left-wrapper-area .e-boek-content .reviews-link {
    color: #403BCB;
    font-size: 16px;
    font-weight: 700;
}

.boek-left-wrapper-area .e-boek-content .reviews-link {
    background: transparent;
}

.beste-heading {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    word-break: break-all;
}

.beste-content-heading {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.beste-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    color: var(--black);
}

.beste-content .beste-connect-content {
    display: flex;
    gap: 10px;
    align-items: center;

}

.score-wrapper .score-icon-boek i {
    font-size: 15px;
    color: #FFDB21;
}

.beste-content .beste-connect-content .beste-icon {
    width: 32px;
}

.beste-wrapper li {
    padding-bottom: 10px;
    border-bottom: 1px solid #DCE5FF;
}

.beste-wrapper li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

/* boekhoudennl page */
.padding-30 {
    padding: 30px;
}

.box-shadow {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(13, 7, 45, 0.06);
}

.boekhoudennl-banner .banner-heading {
    color: var(--black);
    font-size: 48px;
    font-weight: 600;
    line-height: 110%;
    padding-bottom: 20px;
}

.boekhoudennl-banner .banner-content {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 40px;
}

.boekhoudennl-review .review-by {
    border-bottom: 1px solid #DCE5FF;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.boekhoudennl-review .visit-btn {
    width: 100%;
    margin-top: 15px;
}

.profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.profile p {
    color: var(--black);
    font-size: 16px;
    line-height: 140%;
}

.boekhoudennl-banner-bottom {
    display: flex;
    justify-content: space-between;
    padding: 40px 72px 40px 104px;
    gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.boekhoudennl-bottom-content {
    max-width: 264px;
}

.product-wrapper {
    padding: 60px 0px;
    border-radius: 0%;
}

.product-dis h3 {
    color: #050E29;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    padding-bottom: 20px;
}

.line-height-130 {
    line-height: 130%;
}

.line-height-140 {
    line-height: 140%;
}

.minder-crm .card {
    max-width: 592px;
    width: 100%;
    border: 1px solid #E2E3E3;
    margin-bottom: 30px;
}

.minder-crm .card .card-header {
    display: flex;
    justify-content: space-between;
    gap: 170px;
    padding: 20px;
    border-bottom: none;
}

.minder-crm .card .list-group-item {
    padding: 20px 20px 15px 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(13, 7, 45, 0.08);
}

.product-single-wrapper .online-props-wrapper {
    gap: 40px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.product-single-wrapper .online-props-wrapper img {
    margin-right: 5px;
}

.product-single-wrapper .score-content .score-icon {
    padding-top: 5px;
}

.product-single-wrapper .product-review-c {
    padding-top: 5px;
}

.product-single-wrapper .product-review-c p {
    padding-top: 10px;
}

.crm-review-btn {
    display: inline-block;
    width: auto;
    padding: 16px 24px;
    height: auto;
}

.crm-beoordelling {
    padding: 20px;
    border-radius: 8px;
    background: #F8F9FA;
}

.crm-beoordelling h5 {
    padding-bottom: 10px;
}

.product-single-wrapper .account-bottom h5 {
    color: var(--black);
    margin-left: 20px;
}

.com-border-bottom-20 {
    border-bottom: 1px solid #DCE5FF;
}

.functies-wrapper li {
    padding: 15px 0px;
    border-bottom: 1px solid #DCE5FF;
    display: flex;
    gap: 30px;
}

.functies-wrapper li:first-child {
    border-top: 1px solid #DCE5FF;
    padding-top: 20px;
}

.functies-wrapper li h3 {
    width: 50%;
}

.functies-wrapper li.border--b-none {
    border-bottom: none;
}

.pbar-flex-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.product-review-progress .progress {
    border-radius: 20px;
    background: #F8F9FA;
    height: 8px;
    max-width: 749px;
    margin: 0 auto;
    flex-grow: 1;
    position: relative;
    overflow: visible;
}

.product-review-progress .progress-bar {
    border-radius: 20px;
    background: #FBEB94;
    height: 6px;
}

.product-review-progress .progress-type {
    color: #050E29;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-right: 20px;
    width: 80px;
}

.product-review-progress .progress-completed {
    color: #050E29;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-left: 20px;
}

.alternatieven {
    background: #F8F9FA;
    padding: 60px 0px;
}

.single-alternatieven {
    padding: 10px 20px 20px 20px;
    border-radius: 8px;
    background: #FFF;
}

.single-alternatieven .reviews-link {
    margin-top: 8px;
    display: block;
    margin-bottom: 10px;
}

.alternatieven-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.single-alternatieven .visit-btn {
    width: 100%;
}

.product-single-wrapper .online-props-wrapper h5 {
    text-align: left;
}

.product-single-wrapper .online-props-wrapper h5,
.product-history,
.product-history p {
    color: var(--black);
}

.account-content-review-b .score-content {
    text-align: end;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .connection {
        flex-direction: column;
    }

    /* version 2  */
    .boek-banner .banner-heading {
        font-size: 30px;
    }

    .boek-left-wrapper-area .score-wrapper {
        gap: 5px;
        flex-direction: column;
        align-items: end;
    }

    .boek-page .boek-left-wrapper-area .left-wrapper {
        gap: 15px;
        padding: 15px;
    }

    .beste-wrapper {
        padding: 15px;
    }

    .beste-content .beste-connect-content {
        gap: 7px;
    }

    .beste-content .beste-connect-content .font-16p,
    .beste-content .beste-connect-content .font-16 {
        font-size: 14px;
    }

    .beste-heading {
        font-size: 18px;
    }

    .boek-left-wrapper-area .font-22 {
        font-size: 18px;
    }

    .minder-crm .card .card-header {
        gap: 30px;
    }

}

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

    /* .boek-left-wrapper-area .score-wrapper {
        flex-direction: column;
    } */
    .alternatieven-grid {

        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .product-single-wrapper .w-50 {
        width: 100% !important;
    }

    .beste-content .beste-connect-content {
        gap: 5px;
    }

    .beste-content .beste-connect-content .font-16 {
        font-size: 14px;
    }

}

@media (min-width: 320px) and (max-width: 991px) {
    .f-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .sm-flex {
        display: flex;
        justify-content: space-between;
    }

    .lg-block {
        display: none;
    }

    .sm-block {
        display: block !important;
    }

    .p-sm-15 {
        padding: 15px;
    }

    .header-top {
        padding: 13px 0px;
    }

    .header-top .talk-btn {
        max-width: 120px;
    }

    .header-top .logo a img {
        max-width: 129px;
    }

    .banner-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-area .update-btn button {
        padding: 0px;
    }

    .banner-area .banner-sub-heading {
        color: var(--black);
        font-size: 24px;
        margin-top: 10px;
        text-transform: capitalize;
    }

    .banner-bottom {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .left-wrapper {
        padding: 0px;
        display: block;
    }

    .account-single-wrapper {
        width: 100%;
    }

    .account-single-wrapper .winning {
        display: block;
    }

    .account-single-wrapper .winning .top-img {
        border-bottom: 1px solid #DCE5FF;
    }

    .banner-bottom .visit-btn {
        margin-top: 5px;

    }

    .left-wrapper-area:first-child .top-img {
        padding-top: 27px;
    }

    .left-wrapper-area .left-wrapper .top-img {
        padding-left: 50px;
    }

    .left-wrapper .numbering {

        left: 15px;
    }

    .left-wrapper-area .score-wrapper {
        display: block;
    }

    .left-wrapper-area .score-wrapper .p-sm-15 {
        padding-top: 0px;
    }

    .visit-btn {
        width: 100%;
        padding: 13px 16px 13px 20px;
        height: 50px;
    }

    .left-wrapper .award {
        font-size: 10px;
    }

    .left-wrapper .top-img img {
        max-width: 74px;
    }

    .left-wrapper-area .account-content-review.p-sm-15 {
        padding-top: 20px;
    }

    .score-card-c .font-20 {
        font-size: 14px;

    }

    .score-card-c .font-16 {
        font-size: 13px;
    }

    .score-card {
        right: 0%;
        width: 300px;

    }

    .score-card ul li {
        gap: 12px;

    }

    .section-pt-60 {
        padding-top: 40px;
    }

    .crm-title {
        font-size: 23px;
        padding-bottom: 14px;
    }

    .account-num-wrapper {
        gap: 10px;
    }

    .account-wrapper .numbering {
        width: 35px;
        font-size: 32px;
    }

    .online-account-title h3 {
        font-size: 18px;
    }

    .com-border-top {
        padding-top: 20px;
    }

    .com-border-bottom {
        padding-bottom: 20px;
    }

    .crm-hs .mb-30 {
        margin-bottom: 20px;
    }

    .crm-hs .mt-30 {
        margin-top: 20px;
    }

    .online-account-title {
        margin-bottom: 10px;
    }

    .online-props-wrapper {
        flex-direction: column;
        gap: 15px !important;
    }

    .crm-hs .account-bottom {
        background: transparent;
        display: block;
        padding: 0;
    }

    .crm-hs .account-bottom img {
        display: none;
    }

    .footer-area {
        margin-top: 20px;
        padding: 20px 0px;
    }

    .f-social {
        gap: 19px
    }

    .score-wrapper .exceptional-area {
        margin-bottom: 0px;
    }

    .score-wrapper .exceptional-area .score-area-h {
        padding-bottom: 0px;
    }

    .score-card ul::after {
        border-right-color: #ffffff;
        left: 92%;
    }

    .score-wrapper .exceptional-area:hover .score-card {
        top: 111%;
    }

    /* version 2 */

    .boek-left-wrapper-area .left-wrapper {
        padding: 20px;
    }

    .boek-left-wrapper-area .account-content-review-b {
        padding-top: 15px;
        padding-bottom: 3px;
        gap: 12px;
    }

    .f-12-b,
    .f-12 {
        font-size: 10px;
    }

    .boek-left-wrapper-area .score-num {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }

    .boek-banner .banner-heading {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .boek-banner {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .beste-heading {
        font-size: 18px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .boekhoudennl-banner .profile p {
        font-size: 14px;
    }

    /* boekhoudennl page */
    .boekhoudennl-banner .banner-heading {
        font-size: 24px;
        padding-bottom: 13px;
    }

    .boekhoudennl-banner-bottom {
        padding: 20px;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .boekhoudennl-banner .banner-content {
        padding-bottom: 20px;
    }

    .product-wrapper {
        padding: 40px 0px;
    }

    .minder-crm .card .card-header {
        gap: 25px;
    }

    .minder-crm .card .card-header .font-20 {
        font-size: 16px;
    }

    .product-single-wrapper .online-props-wrapper .w-50 {
        width: 100% !important;
    }

    .product-single-wrapper .online-props-wrapper {
        padding-bottom: 19px;
    }

    .alternatieven .online-account-title h3,
    .product-single-wrapper .online-account-title h3 {
        font-size: 28px;
    }

    .product-single-wrapper .account-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .product-review-progress .score-content {
        flex-direction: column;
        gap: 4px;
    }

    .alternatieven {
        padding-bottom: 40px;
    }

}

@media (min-width: 320px) and (max-width: 767px) {

    .sm-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .boek-left-wrapper-area .score-wrapper {
        flex-direction: row;
    }

    .alternatieven-grid {
        text-align: center;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .sm-none {
        display: none !important;
    }

    .banner-area .banner-heading {
        font-size: 24px;
    }

    .banner-area .banner-content {
        color: var(--white);
        font-size: 15px;
        font-weight: 500;
        line-height: 161%;
        padding-bottom: 20px;
    }

}

@media (min-width: 320px) and (max-width: 575px) {
    .boek-left-wrapper-area .e-boek-content .reviews-link {
        width: 100%;
    }

    .boek-left-wrapper-area .account-content-review-b {
        flex-direction: column-reverse;
    }

    .boek-left-wrapper-area .account-content-review-b .account-title {
        width: 100%;
    }

    /* .boek-left-wrapper-area .account-content-review-b{
        align-items:start;
    } */

}


/* 06.Product wrapper */
.text-primary {
    color: var(--primary);
}

.text-yellow {
    color: var(--yellow);
}

.text-bold {
    color: var(--black);
    font-weight: 500;
}

.bg-background {
    background: var(--white);
    box-shadow: 0px 4px 20px 0px rgba(13, 7, 45, 0.06);
}

.custom-tooltip {
    position: relative;
    background-color: var(--gray);
    color: var(--white);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 10px;
    background-color: var(--gray);
    color: var(--white);
    border-radius: 4px;
}

.custom-tooltip::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: var(--gray);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: -7px;
}

@media screen and (max-width: 992px) {
    .custom-tooltip {
        display: block;
        width: 100%;
    }

}

.custom-tooltip.tooltip-bottom::before {
    top: unset;
    bottom: -7px;
}

.tooltip-info {
    background-color: var(--info);
}

.tooltip-info::before {
    background-color: var(--info);
}

.product-row {
    display: flex;
    flex-direction: row;

    @media screen and (max-width: 992px) {
        flex-direction: column;
    }
}

.product-row-2 {
    flex: 2;
}

.product-row-5 {
    flex: 5;
}

.product-row-2-5 {
    flex: 2.5;
}

.single-product-item {
    position: relative;
    padding: 10px;
}

.single-product-item:not(:last-of-type)::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);

}

@media screen and (max-width: 992px) {
    .single-product-item:not(:last-of-type)::before {
        display: none;
    }

    .single-product-item:nth-child(3)::before {
        display: block;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
    }

    .single-product-item:nth-child(3) {
        padding: 25px 0px;
        margin-top: 20px;
    }


}

.product-brand-logo {
    max-width: 120px;
    height: fit-content;
}


.product-label {
    background: var(--succes);
    padding: 4px 16px;
    border-radius: 2px;
    display: inline-block;
    color: var(--white);
    font-size: 14px;
}

.product-label strong {
    font-weight: 600;
}

.product-title {
    font-size: 14px;
    line-height: 20px;
    color: var(--gray);
}

.product-title i {
    color: var(--gray);
    display: inline-block;
    margin-left: 4px;
    margin-top: 2px;
}

.product-price {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.product-reviews-link {
    color: var(--primary);
    text-decoration: underline;
}

.product-reviews-link:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.product-review-star .fa-solid {
    color: #ffe041;
    font-size: 16px;
}

.product-review-star .fa-regular {
    color: var(--gray);
    font-size: 16px;
}

.product-review {
    font-size: 14px;
    color: var(--primary);
    text-decoration: underline;
    font-weight: 600;
}

.product-review:hover {
    opacity: 0.9;
    text-decoration: underline;
}

.product-check-mark {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.product-check-mark span {
    font-weight: 700;
}

.price-count {
    font-size: 28px;
    font-weight: 700;
    color: var(--black);
}

.price-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray);
}

.btn-warning-link {
    color: var(--black);
    background-color: #ffe041;
    padding: 10px 26px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}

.product-checkbox-wrapper input {
    width: 20px;
    height: 20px;
}

.product-checkbox-wrapper label {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    margin-top: 1px;
}

.more-info-trigger {
    width: 100%;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    padding: 14px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    color: var(--primary);
}

.more-info-trigger .less,
.more-info-trigger .more {
    display: none;
}

.more-info-trigger[aria-expanded="true"] .less {
    display: inline-block;
}

.more-info-trigger[aria-expanded="false"] .more {
    display: inline-block;
}

.more-info-tab {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.more-info-tab .nav-link {
    padding: 18px 0px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 500;
    color: var(--gray);
    position: relative;
}

@media screen and (max-width: 992px) {
    .more-info-tab .nav-link {
        padding: 10px 0px;
        margin-right: 15px;

    }
}

.more-info-tab .nav-link.active::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--succes);
    content: "";
}

.tab-content-wrapper {
    padding: 20px 0px;
}

.tab-content-wrapper h4 {
    font-size: 16px;
    font-weight: 600;
}

.list-items .list-item {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.list-items .list-item span:first-child {
    display: inline-block;
    min-width: 250px;
}

.list-items .list-item span:last-child {
    color: var(--gray);
    font-weight: 400;
}

.tab-content-wrapper .btn-outline-primary {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.tab-content-wrapper .btn-outline-primary:hover {
    background-color: var(--primary);
    color: var(--white);
}

.tab-content-wrapper h5 {
    font-size: 16px;
    margin-top: 8px;
}

.tab-content-wrapper .list-check {
    font-size: 16px;
}

.tab-content-wrapper .list-check li {
    font-size: 16px;
    color: var(--gray);
    margin-bottom: 10px;
}

.tab-content-wrapper .list-check li i {
    color: var(--succes);
    display: inline-block;
    margin-right: 8px;
}

.tab-content-wrapper .list-tab-3 .list-items .list-item {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);

}

.tab-content-wrapper .list-items.list-tab-3 .list-item span:first-child {
    display: inline-block;
    min-width: 250px;
    max-width: 260px;
}

.lists-item-bullet {
    list-style-type: disc;
    padding-left: 20px;
}

.lists-item-bullet li {
    font-size: 16px;
    color: var(--gray);
    margin-bottom: 10px;
}

.price-tab-wrapper {
    max-width: 425px;
}

.price-list-label {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.price-list-value {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}

.price-list-tab {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-subtitle i {
    color: var(--yellow);
}

.review-subtitle span {
    color: var(--black);
}

.score-list-item {
    max-width: 375px;
}

.score-list-item .score-list-item-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.score-list-item .score-list-item-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.score-list-item .progress {
    background-color: rgba(255, 187, 152, 0.4);
    height: 10px;
    margin-top: 4px;
}

.score-list-item .progress-bar {
    background-color: rgb(255, 187, 152);
}

.score-list-item .score-list-item-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.text-primary-link {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.text-primary-link:hover {
    text-decoration: underline;
}

.review-section address {
    font-size: 16px;
    color: var(--gray);
}

.popover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: var(--gray);
    font-size: 14px;
    line-height: 28px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    max-width: 350px;
    padding: 10px;
}

.popover-header {
    background-color: var(--white);
    z-index: 9999;
    border-bottom: transparent;
}


/* card area */

.text-body-xs {
    font-size: 12px;
    color: var(--gray);
    font-weight: 400;
}

.text-gray {
    font-size: 16px;
    color: var(--gray);
    font-weight: 400;
}

.hoverable-card:hover {
    border: 1px solid var(--primary);
}

.product-container {
    position: relative;
}

.trust-logo {
    position: absolute;
    left: 0;
    top: 0;
}

.trust-logo img {
    width: 70px;
    height: 90px;
}


/*  account single full width */
.account-single-wrapper .winning {
    display: flex;
    flex-direction: row;
    gap: 20px;

    @media screen and (max-width: 991px) {
        flex-direction: column;
    }
}

.account-single-full-width {
    width: 100%;
}

.account-single-full-width .winning {
    display: flex;
    align-items: center;
    gap: 20px;
}

.account-single-full-width .winning .img-credit-card {
    flex: none;
    width: 240px;
    height: 100%;
    padding-right: 20px;
}

.account-single-full-width .winning .img-credit-card img {
    width: 100%;
}

.account-single-full-width .winning .winning-content {
    flex: 1 1 0%;
}

.account-single-full-width .winning .winning-content ul li span {
    font-weight: 400;
    color: var(--black);
}

.account-single-full-width .winning .winning-content ul li:not(:last-child) {
    margin-bottom: 5px;
}

.account-single-full-width .winning .visit-btn {
    flex: none;
}

.account-single-full-width .winning .visit-first-btn {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 4px;

}

.account-single-full-width .winning .visit-first-card {
    flex: none;
}

@media screen and (max-width: 992px) {
    .account-single-full-width .winning .visit-first-card {
        flex: none;
        width: 100%;
    }

    .account-single-full-width .winning .visit-first-btn {
        justify-content: center;

    }
}

.account-single-full-width .winning .visit-first-btn svg {
    margin-top: 1px;
}

.account-single-full-width .winning .visit-first-btn span {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

/* day 2 */

.banner-style-2 .score-wrapper .exceptional-area {
    min-width: 160px;
    margin-bottom: 0px;
}

.banner-style-2 .visit-btn:hover span {
    color: var(--white);
}

.banner-style-2 .popoup-link-button svg {
    color: var(--primary);
}

.banner-style-2 .popoup-link-button:hover span {
    text-decoration: underline;
    color: var(--primary);
}

.banner-style-2 .popoup-link-button {
    display: flex;
    gap: 10px;
}



@media (min-width: 320px) and (max-width: 991px) {
    .banner-style-2 .score-wrapper .exceptional-area {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
}


/* btn gray */
.btn-gray {
    background-color: #878383;
    color: #fff;
}


.score-card-list li:last-child {
    border-bottom: none !important;
    border-top: 1px solid #dfdfdf;
}


.score-wrapper .exceptional-area:hover .score-card ul.score-card-list li {
    justify-content: start;
    gap: 0px;
}

.score-wrapper .exceptional-area:hover .score-card ul.score-card-list li .popoup-link-button.popoup-link-first-card {
    margin-top: 5px;
    padding-left: 0px;
    color: #0d6efd;
}


/* task - 4 : Hero Area */

.theme-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 18px;
    min-height: 50px;
    border-radius: 4px;
    font-weight: 500;
    transition: all;
    animation-duration: 0.2s;
}


.theme-button-success {
    background-color: var(--success2);
    color: var(--white);
    border-color: var(--success2);
}

.theme-button-success:hover {
    background-color: var(--success2);
    color: var(--white);
    border-color: var(--success2);
}

.theme-button-gray {
    background: #8d988f;
    color: var(--white);
}
.theme-button-gray:hover {
    background: var(--success2);
}

.btn-success-ghost {
    color: var(--success2);
}

.btn-success-ghost:hover {
    background: rgba(32, 211, 64, 0.1);
    color: var(--success2);
}

.btn-full {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.radius-0 {
    border-radius: 0 !important;
}


.hero-wrapper {
    position: relative;
    padding-left: 35px;
}

.gradient-line {
    position: absolute;
    left: 0;
    top: 0px;
    width: 4px;
    height: 100%;
    background: linear-gradient(rgb(1, 209, 229), var(--success2));
}

.hero-area {
    padding: 50px 0px;
}

.hero-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;

    @media screen and (max-width: 992px) {
        font-size: 40px;
        line-height: 48px;

    }
}

.hero-sub-heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: var(--gray);
    margin-top: 16px;
}

.hero-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: var(--gray);
    margin-top: 16px;
}

.hero-btn-area {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.banner-bottom.banner-style-2.remove-space {
    margin-top: 50px;

    @media screen and (max-width: 992px) {
        margin-top: 0px;
    }
}

.wining-logo-image img {
    height: 50px;
    width: 100px;
}

.winning-card-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.winning-card-rating .review-item {
    font-weight: 600;
    color: var(--success2);
}

.winning-card-rating .review-text {
    font-weight: 600;
    color: var(--success2);
}

.winning-card-rating .trust-pilot-logo {
    width: 80px;
    height: 30px;
}

.visit-btn.theme-button {
    height: 50px;
}

/* 07 advise form section */

.advise-form-section {
    background: #F8F9FA;
    padding-bottom: 80px;
    padding-top: 20px;

    @media screen and (max-width: 992px) {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}

.advise-form-section .section-heading {
    font-size: 28px;
    color: var(--black);
    font-weight: 600;
}

.advise-form-section .section-subheading {
    font-size: 28px;
    color: var(--black);
    font-weight: 600;
    margin-top: 10px;
}

.advise-form-wrapper {
    background: var(--white);
    width: 100%;
    border-radius: 8px;
    overflow: hidden;

}

.advise-form-right-area {
    background: #243b40;
    padding: 30px 40px;
}

.advise-form input {
    width: 100%;
    display: block;
    height: 52px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 14px;
    background-color: transparent;
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.advise-form input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.advise-form input:focus {
    border-color: rgba(32, 211, 64, 0.9);
}

.checkbox-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.checkbox-inline .checkbox {
    width: 14px;
    height: 14px;
    margin-bottom: 0px;
    border-radius: 4px;
}

.checkbox-inline a {
    font-size: 14px;
    line-height: 14px;
    color: var(--white);
}

.advise-form .submit-button {
    margin: 24px 0px;
    width: 100%;
    border-radius: 8px;
    height: 52px;
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    background: #3f5357;
    margin-bottom: 0px;
}

.advise-form-right-area .form-bottom-text {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
}

.advise-form-left-area {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.advise-form-left-area .advise-title {
    flex: none;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.advise-form-left-area .advise-subtitle {
    flex: none;
    font-size: 32px;
    font-weight: 600;
    color: var(--black);
    padding: 16px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center;
}

.advise-form-left-area .advise-desc {
    flex: 1 1 0%;
    padding: 18px 20px;
}

.advise-form-left-area .advise-desc ul li {
    margin-bottom: 12px;
}

.advise-form-left-area .advise-desc ul li svg {
    margin-right: 10px;
    color: var(--succes);
}

.advise-form-left-area .advise-desc ul li span {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.advise-footer {
    flex: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center;
}

/* tax area */

.tax-section {
    padding: 80px 0px;
    background: #00151a;

    @media screen and (max-width: 991px) {
        padding: 30px 0px;
    }
}

.tax-section .section-heading {
    font-size: 34px;
    color: var(--white);
    font-weight: 600;
}

.tax-section .tax-title {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

.tax-section .tax-card {
    height: 100%;
}

.tax-section .tax-card .card-footer {
    border-top: none;
}

.tax-form-area {
    background: linear-gradient(45deg, rgb(16, 210, 151) 0%, rgb(0, 209, 237) 100%);
    padding: 30px;
    border-radius: 5px;
}

.tax-form-area .left-area {
    padding-right: 30px;
}

.tax-form-area .left-area h2 {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tax-form-area .left-area p {
    color: var(--white);
    font-size: 16px;
}

.tax-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tax-form label {
    font-size: 14px;
    color: var(--white);
    margin-bottom: 5px;
    display: block;
}

.tax-form input {
    width: 100%;
    display: block;
    height: 26px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    font-weight: 500;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.tax-form input:focus {
    border-bottom-color: rgba(64, 59, 203, 0.2);
}

.tax-form .input-group-checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tax-form .input-group-checkbox .checkbox {
    width: 17px;
    height: 17px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;
}

.tax-form .input-group-checkbox a {
    color: var(--white);
}

.tax-form .submit-button {
    background-color: var(--white);
    color: var(--black);
    height: 48px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
}

/* 09 blog section */

.blog-section .card {
    min-height: 1050px;
    border: none;

    @media screen and (max-width: 991px) {
        min-height: fit-content;

    }
}

.blog-section .card-text h2 {
    margin-bottom: 18px;
    font-weight: 600;
    color: var(--black);
}

.blog-section .card-text p {
    font-size: 16px;
    line-height: 26px;
}

.card-wrapper {
    padding-bottom: 80px;

    @media screen and (max-width: 991px) {
        padding-bottom: 20px;
    }
}

.expense-management-footer {
    margin-top: 0px;
}

.section-devider {
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, rgb(8, 226, 110) 70%, rgb(1, 209, 229) 30%);
}

.list-style-success li svg {
    color: var(--success2);
}

.footer-logo{
    max-width: 60px;
    height: 100%;
}

.footer-logo img{
    width: 100%;
}
.moss-review-text{
    font-size: 14px;
    font-weight: 500;
    color: var(--gray);
}
.moss-review-image{
    max-width: 140px;
    height: fit-content;
    margin-top: 10px;
}
.moss-review-image img{
    width: 100%;
}

/* 10 welcome */

.welcome-contact-area{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -90px;
}

.welcome-block h2{
    font-size: 56px;
    font-weight: 600;
    color: var(--black);
}
.welcome-block h5{
    font-size: 26px;
    font-weight: 500;
    color: var(--gray);
    margin-bottom: 35px;
    margin-top: 15px;
}