﻿main {
    max-width: 1500px;
    margin: 0 auto;
    padding-right: 0.75rem;
}

.acc-header[aria-expanded="true"] i {
    color: #ee9106;
}


ul {
    list-style: none;
}
.z-ind{
    z-index:4
}

.border-green {
    border: 1px solid green;
}

.border-orange {
    border: 1px solid orange;
}

a {
    transition: 0.5s;
}

.hover-a:hover {
    margin-right: 10px !important;
}

.border-p {
    padding: 47px 78px;
    border-radius: 25px;
}
.displaynone{
    display:none;
}

.sticky-header {
    position: fixed;
    top: 0;
/*    background-color:white;*/
    z-index:50;
    width:100%
}
.cursor-p{
    cursor:pointer
}
.sec-divider {
    width: 100%;
    position: relative;
    margin: 110px 0 0;
}
    .sec-divider p {
        font-weight: 700;
        font-size: 18px;
        line-height: 38px;
        text-align: right;
        color: #000000;
        background-color: #f8f9fa;
        width: max-content;
        padding-left: 10px;
    }
    .sec-divider span {
        border-bottom: 1px dashed #B8B8B8;
        position: absolute;
        top: 20px;
        left: 0;
        height: 1px;
        width: 100%;
        z-index: -1;
    }
.article-card, .article-card-big {
    background: #FFFFFF;
    box-shadow: 0px 4px 0px rgba(61, 90, 128, 0.15);
    border-radius: 15px;
    padding: 1rem;
    margin-bottom: 1rem
}
    .article-card div{
        margin-right: 0px;
        width: 100%;
    }
    .article-card img, .article-card-big img {
        width: 100%;
        border-radius: 10px;
    }
    .article-card img {
        height: 100%;
        padding: 0;
    }
    .article-card h2, .article-card-big h2{
        font-size: 15px;
        margin-top: 0.5rem;
        font-weight: bold
    }
    .article-card h2 {
        margin: 0;
        margin-bottom: 19px;
        white-space: nowrap
    }
        .article-scroll {
            height: 390px;
            overflow-y: scroll;
            padding: 0 0.5rem;
        }
            .article-scroll::-webkit-scrollbar{
                display:none
            }
.small-card-article {
    height: 118px;
    display: flex;
    width: 100%;
    margin: 0 0 1rem;
}
.badge-article, .badge-news {
    font-size: 13px;
    padding: 5px 25px;
    background-color: #1F84E7;
    border-radius: 5px;
    color: white;
}
.badge-news {
    background-color: #ffc107;
}

.title-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 133px;
    max-width: 133px;
    background-color: white;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    padding: 10px 5px;
    margin: 5px;
    font-size: 14px;
    color: var(--grey-text);
    border-radius: 15px;
}


    .title-list a img {
        margin-bottom: 10px;
        height: 40px;
        width: 40px;
    }
.hero {
    position: relative;
    margin-top: 6rem
}
.hero-br {
    width: 100%;
}
.hero-bg {
    /*position: absolute;
    top: 81px;
    right: -25px;
    z-index: 2;*/
    height: 50px;
}
.hero-search {
    background: #FFFFFF;
    box-shadow: 0px 15px 45px rgba(67, 67, 67, 0.1);
    border-radius: 9px;
    border: none;
    width: 550px;
    height: 45px;
    position: relative;
    padding: 5px 20px;
}
    .hero-search input {
        width: 100%;
        height: 100%;
        border: none;
        font-size: 12px;
    }
    .hero-search-input::placeholder {
        font-size: 10px;
    }
.hero-search-icon {
    position: absolute;
    left: -27px;
    top: -17px;
    width: 104px;
}
    .hero-br div {
        height: 1px;
        background-color: black;
        width: 100px;
    }

    .hero-br p {
    }
.customers-row{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap
}
.after-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 70px;
    max-width: 300px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    padding: 15px 5px;
    margin: 5px;
    font-size: 14px;
    color: var(--grey-text);
    border-radius: 15px;
}

    .after-title a img {
        height: 32px;
        width: 32px;
        margin-left: 20px
    }

}

.acc-body span {
    background-color: var(--orange-color);
    min-width: 25px;
    aspect-ratio: 1;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: all 0.2s ease-in-out;
}



/*Carousel -----------------------*/
.no-shadow{
    box-shadow: none !important;
}
.h-345 {
    height: 345px;
}
.carousel-btn {
    border: none!important;
    background-color: transparent!important;
    color: black;
}
    .carousel-btn span {
        padding: 1rem;
        background-color: black;
        color: white;
        border-radius: 100px;
        background-size: inherit;
    }

/*End of Carousel */





.ASGreenFont {
    color: #00bfa5;
}

.txtred {
    color: red
}

.txtbold {
    font-weight: 700
}
#map {
    height: 370px;
}

.about {
    text-align: justify;
    margin-top: 10rem;
}
    .about h1 {
        font-size: 17px;
        text-align: center;
        font-weight: bold;
    }
    .about article {
        font-size: 11px;
        line-height: 2.5;
        margin: 2rem 0;
    }
.Iconhover {
    transition: all 0.2s ease-in-out;
}


    .Iconhover:hover {
        box-shadow: 0 0 0 2px white, 0 0 0 3px var(--orange2-color);
        border: 2px #ff9200cc;
        transition: all 0.2s ease-in-out;
        transform: scale(1.1)
    }

.section-header {
    text-align: center;
    margin: 5px auto 5px;
    font-size: 20px;
    color: var(--grey-text);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

    .section-header:before,
    .section-header::after {
        content: url(../img/header.svg);
    }

    .section-header:before {
        transform: scale(0.5);
    }

    .section-header::after {
        transform: rotate(180deg) scale(0.5);
    }

.section-card {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    padding: 25px 20px;
    margin: 15px 0;
    color: var(--grey-text);
    font-size: 16px;
}


    .section-card h2 {
        font-size: 20px;
        margin-bottom: 5px;
        color: #19b9a0
    }

    .section-card .sideImg {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }



.accordion .acc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 10px 0;
    color: #666 !important;
    font-weight: bold;
    text-decoration: none;
}

.accordion .acc-body {
    padding-right: 15px;
    font-size: 80%;
    text-align: justify;
}
.acc-body {
    margin: 1rem 0;
    border-right: 1px solid var(--main-color);
}


    .steps-sec {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        font-size: 11px;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .steps-sec li {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
        border: solid 1px #707070;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .steps-sec strong {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .steps-sec li::after {
        content: "";
        width: 175px;
        height: 175px;
        border: 15px solid currentColor;
        border-radius: 50%;
        border-bottom-color: transparent;
        border-right-color: transparent;
        transform: rotate(-45deg);
        position: absolute;
        top: -15px;
    }

    .steps-sec li::before {
        content: "";
        position: absolute;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid currentColor;
        left: -29px;
    }

    .steps-sec li:nth-child(odd) {
        color: #ee9106;
    }

a.goBtnoffcode {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px 0 #e68b00;
    transition: all 0.2s ease-in-out;
    background-color: #f90;
    border: none;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 0px;
    width: max-content;
}

    a.goBtnoffcode span {
        background-color: #fff;
        border: none;
        color: #f90;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        margin-left: 32px;
    }

        a.goBtnoffcode span:after {
            content: "";
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-right: 25px solid #fff;
            margin-left: -35px;
        }

    a.goBtnoffcode:hover {
        transform: scale(1.1);
    }

.top-banner img {
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.scroll-custom::-webkit-scrollbar {
    width: 3px;
    color: #fff
}

.scroll-custom::-webkit-scrollbar-thumb {
    background-color: #009788;
    border-radius: 200px
}

.SearchResult {
    position: absolute;
    right: 0;
    top: 50px;
    background-color: white;
    width: 100%;
    flex-direction: column;
    transition: 300ms ease;
    z-index: 9;
    max-height: 240px;
    overflow-y: scroll;
}
.SearchResult img{
    width:22px;
}
    .SearchResult li {
        margin: 0.25rem 0;
        width: 100%;
        padding: 10px 18px;
    }
    .SearchResult p{
        margin: 0;
        color:black;
        font-size: 10px
    }


    .expert-carousel {
        margin-bottom: 30px;
    }

    .expert-carousel .flickity-page-dots {
        bottom: -35px;
    }

    .expert-carousel .flickity-prev-next-button {
        border: solid 1px var(--main-color) !important;
    }

    .expert-carousel .flickity-page-dots li.dot.is-selected {
        width: 20px !important;
        background-color: var(--main-color) !important;
        border-radius: 20px;
    }

    .expert-carousel .flickity-page-dots li.dot {
        width: 7px !important;
        border: none;
        height: 7px !important;
        transition: all 0.2s ease-in-out;
        background-color: var(--main-color);
    }

.expert-item {
    width: 20%;
    padding: 7px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid transparent;
    margin: 2px 0;
    font-size: 16px;
    position: relative;
}

    .expert-item:hover {
        border-color: var(--dark-green);
    }


    .expert-item img {
        border-radius: 50%;
        width: 130px;
        aspect-ratio: 1;
    }

    .expert-item h3 {
        margin: 10px 0;
        font-size: 14px;
        color: var(--main-color);
    }

.action-card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 10px 10px;
    font-size: 13px;
    animation: slideLeft 1s;
    border: solid 1px #009787;
}


    .action-card .actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        min-height: 60px;
    }

        .action-card .actions a {
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
        }

    .action-card .card-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

        .action-card .card-item strong {
            margin-right: 5px;
        }

        .action-card .card-item div {
            display: flex;
            align-items: center;
            width: 50%;
        }

        .ribbon{
            position:relative
        }
        .ribbon::before{

        }


.expert-item button {
    margin: 0;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .expert-item button i {
        font-size: 150%;
        margin-left: 7px;
    }

.expert-item p {
    margin: 0 0 10px;
    font-size: 110%;
}

.expert-item .online-tag {
    position: absolute;
    border-radius: 10px;
    top: 10px;
    right: 10px;
    background-color: #fff;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 1.2s infinite;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.16);
    font-size: 10px;
}

    .expert-item .online-tag i {
        border-radius: 50%;
        background-color: #15D500;
        margin-left: 5px;
        height: 10px;
        width: 10px;
    }



.comment-carousel {
    height: 220px;
}

    .comment-carousel .flickity-slider > div {
        width: 33%;
        min-height: 340px;
    }

    .comment-carousel .is-selected .comment-item {
        transform: scale(1.1);
        background-color: #fff;
    }

        .comment-carousel .is-selected .comment-item > div > h3 {
            color: #FF960a;
        }

    .comment-carousel .flickity-prev-next-button {
        border: solid 1px var(--main-color) !important;
    }


.comment-item {
    height: 165px;
    padding: 30px 35px 0px;
    font-size: 12px;
    background-color: white;
    border-radius: 10px;
    /* border-bottom-left-radius: 0; */
    transition: all 0.2s ease-in-out;
    margin: 20px 30px;
    box-shadow: 0px 4px 0px rgb(61 90 128 / 15%);
}

    .comment-item > div > h3 {
        transition: 0.5s;
    }

.ms-name {
    padding: 0;
    display: flex;
    align-items:center;
}

    .ms-name > h3 {
        margin-bottom: 5px;
        font-size: 15px;
        color: #5F5F5F;
        font-weight: 700;
        white-space:nowrap
    }

    .ms-name > h4 {
        margin: 0 0 20px;
        font-size: 10px;
        color: #b0b0b0;
        font-weight: 400;
        margin: 0;
        margin-right: 10px;
        white-space: nowrap
    }

.comment-item p {
    margin: 0;
    font-size: 90%;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
    color: #7A7A7A;
    height: 90px;
}

.rate-row {
    position: absolute;
    bottom: 25px;
    left: 15px;
}

.comment-item .rate-row {
    margin: 15px 5px 0;
    color: #ff960a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
}


.comment-item .date {
    text-align: left;
    font-size: 70%;
}






/* comment-sec */
.defaultcomment-header {
    display: flex;
    align-items: center;
    font-size: 90%;
    margin-bottom: 10px;
}

    .defaultcomment-header i {
        font-size: 250%;
        margin-left: 10px;
    }

    .defaultcomment-header h5 {
        margin-bottom: 10px;
    }

.defaultcomment-reply {
    padding-right: 5%;
    font-size: 90%;
}

    .defaultcomment-reply .comment-header {
        font-size: 90%;
    }

        .defaultcomment-reply .comment-header i {
            font-size: 200%
        }

/* comment-sec */

.discount-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
    cursor: copy;
    font-size: 24px;
    color: #000;
    margin-right: 20px;
}



    .discount-img img {
        height: 100%;
    }


    .discount-img strong {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .discount-img span {
        font-size: 18px;
        color: #ee3020;
        margin-top: 15px;
    }

.home-header {
    padding-right: 40px;
    margin: 25px 0 15px;
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color);
    max-width: 100%;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}

    .home-header::before {
        right: 0;
        position: absolute;
        content: "";
        background-color: var(--main-color);
        width: 21px;
        height: 50%;
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
        top: 18px;
    }


.faq-sec {
    margin-bottom: 25px;
    position: relative;
    width:100%

}
.hard-shadow {
    box-shadow: 0px 4px 0px rgb(61 90 128 / 15%)!important;
}

/*    .faq-sec::before {
        content: "";
        position: absolute;
        background-color: rgb(240, 248, 248);
        left: 0;
        right: calc(-50vw + 590px);
        width: 100vw;
        top: 80px;
        bottom: 0;
        clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
    }*/



    .faq-sec .section-card {
        margin: 0;
    }

    .faq-sec img {
        height: 80%;
        width: 80%;
    }

    .faq-sec .accordion {
        min-height: 250px;
    }


.comments{
    overflow:hidden
}
.robot-sec {
    margin-bottom: 25px;
    overflow-x: hidden
}
/*
    .robot-sec .section-card {
        margin: 0;
        position: relative;
        min-height: 300px;
        width: 400px;
        display: flex;
        align-items: center;
    }

        .robot-sec .section-card h3 {
            margin: 0;
            text-align: center;
            color: var(--main-color)
        }

        .robot-sec .section-card p {
            margin: 20px 0 30px;
        }

    .robot-sec img {
        height: 600px;
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }

    .robot-sec .c1,
    .robot-sec .c2,
    .robot-sec .c3 {
        position: absolute;
        aspect-ratio: 1;
        border-radius: 50%;
        border: 1px solid;
        color: var(--orange2-color);
        z-index: -1;
    }

    .robot-sec .c1 {
        top: -40px;
        left: -40px;
        height: 100px;
    }


    .robot-sec .c2 {
        bottom: -70px;
        right: 60px;
        height: 80px;
        background-color: currentColor;
        z-index: -10;
    }

    .robot-sec .c3 {
        bottom: -40px;
        right: -40px;
        height: 140px;
        border-width: 2px;
    }
*/


.appsection span {
    font-weight: 700;
    font-size: 26px;
    text-align: right;
    color: #00C0A6;
}

.appsection h1 {
    font-weight: 700;
    font-size: 30px;
    text-align: right;
    color: #000000;
}

.appsection p {
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    color: #7D7D7D;
}
.appsection ul {
    padding: 0 18px 0 0;
}
.appsection ul li {
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    color: #000000;
    list-style-type:disc
}

.appsection_btns img {
    width: 180px;
    height: 46px;
    box-shadow: 0px 9px 15px rgb(186 186 186 / 40%);
    border-radius: 14px;
    margin-top: 46px;
    cursor: pointer;
    transition: 300ms;
}
    .appsection_btns img:hover {
        transform: scale(1.05)
    }
.app_img {
    width: 100%;
    margin-right: 75px;

}

.big_radius {
    border-radius: 35px;
}
.botsection h1 {
    font-weight: 700;
    font-size: 30px;
    text-align: right;
    color: #000000;
}
.botsection p {
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    color: #7D7D7D;
}
.bot_section_img{
    height:50px;
}
    .bot_section_img img {
        position: absolute;
        width: 230px;
    }
.counter-sec {
    margin-bottom: 25px;
    position: relative;
    padding: 20px 0 80px;
}

.counter-content > span {
    font-size: 14px;
}

/*.counter-sec::before {
    content: "";
    position: absolute;
    background-color: rgb(240, 248, 248);
    left: 0;
    right: calc(-50vw + 590px);
    width: 100vw;
    top: 80px;
    bottom: 0;
    clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
    z-index: -22;
}*/


.counter-sec .section-card {
    margin: 0;
    position: relative;
    min-height: 300px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

    .counter-sec .section-card h3 {
        margin: 0 0 25px;
        text-align: center;
        color: var(--main-color);
        font-size: 36px;
    }

    .counter-sec .section-card p {
        text-align: center;
        font-size: 20px;
        margin: 0 0 15px;
    }

.counter-sec img {
    height: 600px;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.counter-sec .c1,
.counter-sec .c2,
.counter-sec .c3 {
    position: absolute;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid;
    color: var(--main-color);
    z-index: -1;
}

.counter-sec .c1 {
    top: -40px;
    right: -40px;
    height: 100px;
}


.counter-sec .c2 {
    bottom: -70px;
    left: 60px;
    height: 80px;
    background-color: currentColor;
}

.counter-sec .c3 {
    bottom: -40px;
    left: -40px;
    height: 140px;
    border-width: 2px;
}


.counter-sec .content {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .counter-sec .content > div {
        width: 50%;
    }



.counter-list {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    margin: auto;
}


    .counter-list div {
        width: 180px;
        height: 135px;
        background-color: #fff;
        border-radius: 25px;
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
        box-sizing: border-box;
        padding: 20px 15px;
        margin-bottom: 0;
        color: var(--grey-text);
        font-size: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        margin: 10px;
    }

    .counter-list b {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: -22px;
        color: var(--orange2-color);
    }



.company-sec .section-card {
    border: 1px solid #000;
    box-shadow: none;
    padding: 25px 20px 10px;
}


.company-carousel {
    margin-bottom: 30px;
}



    .company-carousel .flickity-prev-next-button {
        border: solid 1px var(--main-color) !important;
    }

    .company-carousel .flickity-page-dots li.dot.is-selected {
        width: 20px !important;
        background-color: var(--main-color) !important;
        border-radius: 20px;
    }

    .company-carousel .flickity-page-dots li.dot {
        width: 7px !important;
        border: none;
        height: 7px !important;
        transition: all 0.2s ease-in-out;
        background-color: var(--main-color);
    }

.company-item {
    width: 140px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #ededed;
    filter: saturate(0);
    transition: 300ms ease
}

    .company-item.is-selected {
    }

.hero-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: orange;
    height: 20px;
}


.company-item:hover {
    filter: none;
    transform: scale(1.04);
}


.company-item img {
    height: 100%;
}


.cat-mobile {
    display: none;
}



.mid-img {
    width: 27% !important;
    margin: 0 20px;
}

.title-list {
    width: 850px;
    margin: 0 auto;
}


.title-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    max-width: 100px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    padding: 10px 5px;
    margin: 5px;
    font-size: 11px;
    color: var(--grey-text);
    border-radius: 15px;
}


    .title-list a img {
        margin-bottom: 10px;
        height: 40px;
        width: 40px;
    }

.hero-br {
    width: 100%;
}

    .hero-br div {
        height: 1px;
        background-color: black;
        position: absolute;
        top: auto;
        bottom: 62%;
        width: 60%
    }

    .hero-br p {
        padding:5px 40px;
        background-color:#f8f9fa;
        z-index:3;
    }

.after-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 70px;
    max-width: 200px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    padding: 15px 5px;
    margin: 5px;
    font-size: 14px;
    color: var(--grey-text);
    border-radius: 15px;
}

    .after-title a img {
        height: 32px;
        width: 32px;
        margin-left: 20px
    }

.last-order {
    border-radius: 30px;
    padding: 10px 20px;
    margin: 20px auto 0;
    border: 1px solid var(--main-color);
    width: fit-content;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

    .last-order img {
        height: 25px;
        width: 25px;
        margin-left: 7px;
    }

    .last-order span {
        font-weight: bold;
        color: var(--orange2-color);
    }

/* first-sec */
    a .goBtn {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px 0 #e68b00;
    transition: all 0.2s ease-in-out;
    background-color: #f90;
    border: none;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 40px;
    width: max-content;
}

    a.goBtn span {
        background-color: #fff;
        border: none;
        color: #f90;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        margin-left: 32px;
    }

        a.goBtn span:after {
            content: "";
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-right: 25px solid #fff;
            margin-left: -35px;
        }

    a.goBtn:hover {
        transform: scale(1.1);
    }
/* comment-sec */
.comment-header {
    display: flex;
    align-items: center;
    font-size: 90%;
    margin-bottom: 10px;
}

    .comment-header i {
        font-size: 250%;
        margin-left: 10px;
    }

    .comment-header h5 {
        margin-bottom: 10px;
    }

.comment-reply {
    padding-right: 5%;
    font-size: 90%;
}

    .comment-reply .comment-header {
        font-size: 90%;
    }

        .comment-reply .comment-header i {
            font-size: 200%
        }


@media screen and (max-width: 768px) {
    .bot_section_img {
        height: 300px;
    }
    .app_img{
        margin:0
    }
    .cat-mobile {
        display: block;
    }
    .cat-desktop {
        display: none !important;
    }

    main {
        align-items: center;
    }

    .counter-content > span {
        margin-top: 20px;
    }

    .flickity-prev-next-button {
        top: 75% !important;
    }

    .flickity-rtl .flickity-prev-next-button.next {
        right: auto !important;
        left: 210px !important;
    }

    .flickity-rtl .flickity-prev-next-button.previous {
        left: auto !important;
        right: 35px !important;
    }
}

@media only screen and (max-width: 600px) {
  
    .body_scroll {
        overflow: hidden;
        padding: 20px 15px 0;
    }

    .section-card {
        margin: 0 0 20px;
    }

    .last-order {
        padding: 5px 10px;
        font-size: 11px;
    }

    .home-header {
        font-size: 20px;
        height: 40px;
        padding-right: 0;
        justify-content: center;
    }
    .after-title a{
        width:100%;
    }

        .home-header::before {
            content: none;
        }

    .comment-carousel .flickity-slider > div {
        width: 110%;
    }

    .company-item {
        width: 120px;
    }

    .expert-item {
        width: 100%;
        padding: 7px 10px;
    }

    .robot-sec {
        margin-bottom: 0;
    }

        .robot-sec .row {
            flex-direction: column-reverse;
        }

        .robot-sec .section-card {
            min-height: auto;
            margin: 0 0 70px;
            width: 100%;
        }

    .counter-sec {
        padding: 30px 0 0;
    }

        .counter-sec .content {
            margin-top: 0;
            flex-direction: column;
        }

            .counter-sec .content > div {
                width: 100%;
            }

        .counter-sec .section-card {
            min-height: auto;
            margin: 0 0 80px;
            width: 100%;
        }

    .counter-list {
        margin: 0;
        font-size: 16px;
    }

        .counter-list div {
            padding: 20px 10px;
            width: calc(50% - 10px);
            margin: 0 0 10px;
            height: auto;
        }



    .cat-list {
        flex-direction: column;
    }

        .cat-list > img {
            width: 120px;
            margin: 0 0 20px;
        }


    .title-list {
        width: 100%;
        order: 1;
    }

    .section-card {
        padding: 25px 15px;
        margin: 0 10px 20px;
        font-size: 13px;
    }

        .section-card .sideImg {
            width: 50%;
            max-width: 100%;
        }

        .section-card h2 {
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            margin-top: 20px;
        }

    .section-header {
        margin: 25px auto 15px;
        font-size: 16px;
    }

        .section-header:before {
            transform: scale(0.4) translateX(-50%);
        }

        .section-header::after {
            transform: rotate(180deg) scale(0.4) translateX(-50%);
        }


    .steps-sec {
        flex-direction: column;
    }


        .steps-sec li:not(:last-child) {
            margin-bottom: 35px;
        }

        .steps-sec li::after {
            content: "";
            transform: rotate(-135deg);
        }

        .steps-sec li::before {
            transform: rotate(-90deg);
            left: auto;
            bottom: -35px;
        }

    a.goBtn {
        margin-bottom: 40px;
        font-size: 10px
    }

    main {
        padding: 0 0px 10px;
    }

    .action-card {
        padding: 5px;
        font-size: 12px;
        margin: 0 -10px 10px;
    }

        .action-card .actions a {
            width: 30px;
            height: 30px;
            font-size: 20px;
        }

        .action-card .card-item strong {
            margin-right: 3px;
        }

    .form-group.pmd-textfield {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 391px) {

    .title-list a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 40%;
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
        padding: 10px 5px;
        margin: 5px;
        font-size: 14px;
        color: var(--grey-text);
        border-radius: 15px;
    }

    .title-list {
        justify-content: space-around;
        margin: 0;
    }

    .hero-title {
        font-size: 20px;
        line-height: 2;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .hero h2 {
        font-size: 15px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 601px) {

    .main {
        margin-top: 60px;
    }
    .article-scroll {
        overflow: hidden;
        height: 348px;
        padding: 0 0;
    }
}

@media only screen and (max-width:760px) {
    .customers-row {
        padding: 0 2.5rem;
    }
    .pb-60{
        padding-bottom:60px;
    }
    .about {
        margin-top: 3rem;
    }
    .h-345 {
        height: 420px;
    }
    .hero {
        margin-top: 2rem;
    }
}