.cardbox {
    height: 100%;
    border-radius: 5px;
    color: #434343;
    font-size: 14px;
    -webkit-box-shadow: 0 0 16px 5px var(--primary-color-transparent);
    -moz-box-shadow: 0 0 16px 5px var(--primary-color-transparent);
    box-shadow: 0 0 16px 5px var(--primary-color-transparent);
    cursor: pointer;
    padding: 16px;
    font-weight: 600
}

.cardbox:hover {
    background-color: #f5e5d9;
    box-shadow: 0 0 16px 5px var(--primary-color-transparent)
}

.cardbox:hover {
    background-color: #f5e5d9;
    box-shadow: 0 0 16px 5px var(--primary-color-transparent)
}

.sectiontwo .container {
    position: relative
}

.sectiontwo .purple_card {
    background-image: var(--linear-primary-color) !important;
    color: #fff;
    border-radius: 10px 10px 60px;
    cursor: pointer;
    box-shadow: 0 0 16px 5px var(--primary-color-transparent);
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 900px;
    right: 12px;
    z-index: 99;
    padding: 24px 0
}

.sectiontwo .count_text {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700
}

.sectiontwo .sup {
    top: -10px
}

.sectiontwo .count_desc {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.sectiontwo .purple_card .row>div:not(:last-child) {
    border-right: 1px solid #7b7b7b
}

.sectiontwo .purple_card::after,
.sectiontwo .purple_card::before {
    position: absolute;
    content: "";
    height: 3px;
    background: var(--primary-color);
    border-radius: 10px
}

.sectiontwo .purple_card::before {
    right: 10px;
    width: 300px;
    top: -8px
}

.sectiontwo .purple_card::after {
    left: 30px;
    width: 500px;
    bottom: -8px
}

.sectiontwo .purple_card:hover::before {
    left: 10px;
    width: 500px
}

.sectiontwo .purple_card:hover::after {
    right: 100px;
    width: 300px;
    left: unset
}

.sectionfour .card_light {
    height: 100%;
    border-radius: 5px;
    --webkit-box-shadow: 0 0 16px 0 rgb(147 147 147 / 20%);
    box-shadow: 0 0 16px 0 var(--primary-color-transparent);
    cursor: pointer;
    padding: 18px
}

.sectionfour .tab_card_title {
    color: #010101;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px
}

.sectionfour .card_light .paracontent {
    font-size: 14px;
    text-align: start;
    font-weight: 500
}

.sectionfour .content {
    height: 400px
}

.sectionfour .content .row>div {
    padding: 0 7px
}

.sectionsix .card_purple_box {
    height: 100%;
    padding: 16px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px
}

.sectionsix .img_height {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 61px
}

.sectionsix .card_purple_box .paracontent {
    font-size: 13px;
    text-align: center;
    line-height: 22px
}

.sectionsix .card_purple_box:hover {
    box-shadow: 0 0 2px 3px rgb(0 0 0/5%)
}

.whatmakes .banner_title_big {
    font-size: 80px;
    line-height: 90px;
    text-align: end
}

.whatmakes .bg_head {
    background-size: 40% 40%;
    background-position: top 80px left 60px;
    padding-top: 0
}

.whatmakes .title_blk_big {
    font-size: 40px;
    line-height: 52px;
    color: #010101;
    text-transform: capitalize;
    font-weight: 700
}

.whatmakes .hr_black_big {
    background-color: #010101;
    height: 7px;
    opacity: 1
}

.whatmakes .paracontent {
    color: #4f4f4f
}

.whatmakes .progress_sec .progress_head {
    font-size: 18px;
    margin-bottom: 0;
    color: #010101;
    font-weight: 700
}

.whatmakes .progress_sec .progress_div {
    font-size: 25px;
    display: flex;
    align-items: center
}

.whatmakes .progress_sec .progress {
    background-color: #e1dfe4;
    height: 13px;
    border-radius: 20px;
    width: 100%
}

.whatmakes .progress_sec .progress-bar {
    background-color:var(--progress-bar);
}

.whatmakes .progress_text {
    margin-left: 20px;
    color: #010101;
    font-weight: 700
}

.content::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.content::-webkit-scrollbar-track-piece:start {
    margin-top: 18px
}

.content::-webkit-scrollbar-track-piece:end {
    margin-bottom: 10px
}

.content::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar);
}

.content {
    height: 350px;
    padding: 25px;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 9;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto
}

.scrolltop {
    position: relative
}

.scrolltop::after {
    content: "";
    position: absolute;
    height: calc(100% - 28px);
    width: 4px;
    background-color: #ccc;
    right: -1px;
    top: 18px;
    z-index: 1
}

.content_faq::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.home_faq.scrolltop::after {
    background-color: transparent
}

@media only screen and (min-width:1800px) {
    .sectiontwo .row {
        align-items: center
    }
    .sectiontwo .img_full_sec_2 {
        width: 100%;
        max-width: 630px
    }
    .sectiontwo .purple_card {
        bottom: 40px
    }
    .sectiontwo .row {
        align-items: center
    }
    .whatmakes .banner_title_big {
        font-size: 90px;
        line-height: 105px
    }
    .whatmakes .bg_head {
        background-size: 40% 50%;
        background-position: top 25px left 60px
    }
    .sectionthree .img_full_sec_2 {
        width: 100%;
        max-width: 670px
    }
}

@media only screen and (min-width:1600px) {
    .sectiontwo .purple_card {
        max-width: 75%
    }
}

@media only screen and (min-width:1500px) {
    .sectiontwo .purple_card {
        bottom: 50px
    }
}

@media only screen and (min-width:991px) {
    .content_faq::-webkit-scrollbar-thumb {
        background-color: transparent
    }
    .content_faq:hover::-webkit-scrollbar-thumb {
        background-color: #ccc
    }
}

@media only screen and (max-width:1400px) {
    .scrolltop::after {
        right: 0
    }
}

@media only screen and (max-width:1300px) {
    .sectiontwo .purple_card {
        bottom: -80px
    }
    .bottomspace {
        padding-bottom: 120px
    }
}

@media only screen and (max-width:1199px) {
    .sectiontwo .container .purple_card {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 30px
    }
    .bottomspace {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:991px) {
    .sectiontwo .container .purple_card {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 30px
    }
    .sectiontwo .purple_card .row>div:not(:last-child) {
        border-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:576px) {
    .sectiontwo .purple_card:hover::before,
    .sectiontwo .purple_card:hover::after {
        width: 120px
    }
    .sectiontwo .purple_card::before,
    .sectiontwo .purple_card::after {
        width: 200px
    }
    .whatmakes .banner_title_big {
        font-size: 50px;
        line-height: 60px;
        padding: 0;
        background-image: none;
        text-align: start
    }
    .whatmakes .title_blk_big {
        font-size: 30px;
        line-height: 42px
    }
}