.s-support-1 {
    padding: 30px 0 50px;
    background-repeat: no-repeat;
    background-position: right top;
}

.tp-about-thumb-wrapper-3 {
    margin-top: 45px;
    margin-right: 20px;
    position: relative;
}

.tp-about-thumb-wrapper-3 .shape {
    position: absolute;
    top: -40px;
    left: 80px;
    width: 70%;
    z-index: -1;
}

.tp-about-thumb-wrapper-3 .shape-2 {
    position: absolute;
    top: -18%;
    right: 51%;
    animation: updown-two 2.6s linear 0s infinite alternate;
}

@keyframes updown-two {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.tp-about-thumb-wrapper-3 .main {
    position: relative;
    overflow: hidden;
    text-align: right;
}

.tp-about-thumb-wrapper-3 .main img {
    border-radius: 170px 170px 0 0;
    width: 280px;
}

.tp-about-thumb-counter {
    background: var(--color-secondary);
    width: 180px;
    height: 180px;
    border-radius: 35px;
    padding-top: 45px;
    position: absolute;
    bottom: -18px;
    left: 34%;
    z-index: 1;
}

.tp-about-thumb-counter img {
    width: 55px;
}

.tp-about-thumb-title {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -1.92px;
    color: var(--color-gradient-primary);
    margin: 0;
}

.tp-about-thumb-counter p {
    color: var(--color-primary);
}

.s-support-1 .s_content {
    padding-top: 30px;
    padding-left: 30px;
}

.s-support-1 .s_content .desc {
    font-size: 16px;
    font-weight: 400;
    color: #67687A;
    line-height: 28px;
    margin-bottom: 40px;
}

.s-support-1 .section-title {
    font-weight: 600;
    font-size: 38px;
}

.s_button {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.btn-2 {
    padding: 12px 24px;
    display: inline-block;
    background: var(--color-gradient-primary);
    color: #fff;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
}

.text--white {
    color: #fff !important;
}
.b-card-10 {
    border-radius: 8px;
    background: #f3f9f7;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-top: 10px;
    transition: ease-in-out 0.5s;
}
.b-card-10 .b_thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px auto;
    width: 55px;
    border-radius: 50%;
}
.b-card-10 .b_content {
    padding: 18px 25px 36px;
}
.b-card-10 .b_name {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-primary);
    text-align: center;
    padding: 0px 0 15px;
    position: relative;
}
.b-card-10 p {
    line-height: 1.2;
    margin-bottom: 4px;
    color: #666;
}
.b-card-10 .b_desc {
    padding: 0px 0 0px;
}
.b-card-10 .b_desc .star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--color-secondary);
}
.b-card-10 .b_desc .desc {
    font-size: 14px;
    padding: 0 20px;
    color: #666;
    text-align: justify;
}
.b-card-10 .b_price {
    font-size: 20px;
    text-align: center;
    /* font-family: 'Playfair Display'; */
    font-weight: bold;
    color: var(--color-gradient-primary);
    margin-bottom: 10px;
}
.b-card-10 .b_content li {
    position: relative;
    font-size: 14px;
    margin-bottom: 6px;
    color: var(--color-gray);
}
.b-card-10 .b_content li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--color-gray);
    font-size: 18px;
    margin-right: 7px;
}
.b-card-10 a {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    padding: 8px 40px;
    background: var(--color-gradient-primary);
    color: #fff;
    font-size: 14px;
    border-radius: 35px;
    font-weight: bold;
}
/* .b-card-10:hover {
    background: var(--color-primary);
    color: #fff;
}
.b-card-10:hover p, .b-card-10:hover .b_content li {
    color: #fff;
}
.b-card-10:hover .b_price, .b-card-10:hover .b_name {
    color: var(--color-secondary);
}
.b-card-10:hover a {
    background: var(--color-secondary);
    color: var(--color-primary);
}
.b-card-10:hover .b_desc {
    background: #f9f9f9f7;
} */
.b-card-10.odd {
    margin-top: 40px;
    background: #e9e9e9;
}
.s-support-3 {
    padding-bottom: 80px;
    padding-top: 50px;
}
.s-home-19 {
    padding: 50px 0;
}
.form-contact-2 {
    padding: 20px 20px;
}
.form-logo {
    font-size: 17px;
    margin-bottom: 18px;
    letter-spacing: 3px;
}
.form-contact-2 .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px;
    color: var(--color-primary);
}
.form-contact-2 .desc {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.form-contact-2 .loimoi {
    margin-top: 10px;
    font-size: 15px;
}
.s-support-4 .p_thumb {
    margin-top: 40px
}
.feature-item {
    width: 100%;
    height: calc(100% - 10px);
    padding: 20px;
    margin-bottom: 12px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}
.feature-item:hover::before {
    left: 100%;
}
.feature-item:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); */
}
.s-support-4 {
    padding-bottom: 40px;
}
.s-support-5 .row {
    align-items: center;
}
.s-support-5 {
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.s-support-6 {
    padding: 60px 0;
}
.s-support-6 .section-title {
    margin-bottom: 50px;
}
.b-card-15 {
    display: flex;
    gap: 22px;
    margin-bottom: 20px;
}
.b-card-15 .b_thumb {
    min-width: 180px;
    max-width: 180px;
}
.b-card-15 .b_content {
    padding: 10px;
}
.b-card-15 .b_content .name {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 12px;
    margin-top: 14px;
    text-align: left;
}
.b-card-15 .b_content .desc {
    color: #000000;
}
.s-support-7 {
    padding: 40px 0;
}
.s-support-7 .section-title {
    margin-bottom: 30px;
}
/* BEGIN b-card-21 */
.b-card-21 {
    display: block;
    height: calc(100% - 30px);
    margin: auto;
    width: 90%;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.b-card-21 .b_title {
    font-size: 17px;
    color: var(--color-primary);
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin: 12px 0 6px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-21 .b_btn {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 12px;
}
.b-card-21 .b_desc {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.b-card-21 li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--color-secondary);
    font-size: 18px;
    margin-right: 7px;
    position: absolute;
    left: 0;
}
.b-card-21 li {
    font-size: 14px;
    color: #000000;
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}
.b-card-21 .b_content {
    padding: 0 20px 30px;
}
/* END b-card-21 */
.box {
    width: 100%;
    max-height: 125px;
    min-height: 125px;
    position: relative;
    border: 1px solid #f1f1f1;
    background: #ffffff;
    box-shadow: rgb(10 35 94 / 48%) 0px 3px 8px;
    float: left;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    border-radius: 12px;
}
.box img {
    height: 80px;
    object-fit: contain;
    padding: 0 20px;
}
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.gold span {
    background: linear-gradient(#ffc90f 0%, #c3a013 100%);
}
.gold span::before {
    border-left-color: #ffc90f;
    border-top-color: #ffc90f;
}
.gold span::after {
    border-right-color: #ffc90f;
    border-top-color: #ffc90f;
}

.blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}
.blue span::before {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
}
.blue span::after {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
}
.s-support-5 .section-title {
    color: #fff;
}
.s-support-5 .s-desc {
    margin-bottom: 40px;
    color: #fff;
}
.s-support-5 .cta {
     color: var(--color-primary);
     background: var(--color-secondary);
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    transition: ease-in-out 0.2s;
}
.list-pricing {
    display: flex;
}
.c-checkbox {
    width: 50%;
}
.s-support-10 {
    padding: 50px 0;
}
.s-support-10 .s-desc{
    width: 80%;
    margin: auto;
}
.s-support-10 .s-top_support {
    background: #eaebed;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 25px auto;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 575px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.s-support-10 .s-top_support a {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    display: inline-block;
    padding: 10px 30px 12px;
    border-radius: 30px;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}
.s-support-10 .s-top_support a.active {
    background: #fff;
    white-space: nowrap;
}
.s-support-10 .s-top_support a:hover {
    background: #fff;
    white-space: nowrap;
}

.s-support-10 .tab-name {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 20px;
    margin-top: 15px;
}
.s-support-10 .tab-name img {
    height: 40px;
}
.s-support-10 .item-list{
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.s-support-10 .item-list .row{
    align-items: center;
}
.s-support-10 .item-list .item-thumb {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.s-support-10 .item-list .item-thumb img{
    height: 80px;
    object-fit: contain;
    padding: 0 20px;
}
.s-support-10 .s-bot_support .tab-content{
    display: none;
}
.s-support-10 .s-bot_support .tab-content.active{
    display: block;
}
@media screen and (max-width: 992px) {
    .s-support-1 .section-title {
        font-size: 30px;
        text-align: left;
    }
    .tp-about-thumb-counter {
        width: 150px;
        height: 150px;
        padding-top: 20px;
        bottom: -30px;
    }
    .tp-about-thumb-wrapper-3 {
        margin-top: 15px;
        margin-right: 20px;
        position: relative;
    }
    .tp-about-thumb-wrapper-3 .shape {
        position: absolute;
        top: -7%;
        left: -4%;
    }
    .s-support-1 .s_content {
        padding-top: 50px;
        padding-left: 30px;
    }
    .s-support-10 .s-top_support {
        display: -webkit-box;
        display: -ms-flexbox;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        max-width: 100%;
        min-width: 100%;
    }
    .b-card-10 {
        margin-bottom: 30px;
    }
    .form-contact-2 {
        padding: 0;
    }
}
@media screen and (max-width: 479px) {
    .b-card-15 .b_thumb {
        min-width: 95px;
        max-width: 95px;
    }
    .b-card-15 .b_content .name {
        font-size: 18px;
        text-align: left;
        margin-top: 0
    }
    .s-support-6 {
        padding: 40px 0;
    }
    .s-support-6 .section-title {
        margin-bottom: 20px;
    }
}