    /*--------------------------------------------------------------
# why-us
--------------------------------------------------------------*/

    .why_choose_us_1 {
        padding: 60px 0px;
    }

    .why_choose_us_1 .why-us-left {
        padding: 0px 40px;
    }

    .why_choose_us_1 .why-us-left img {
        width: 480px;
        max-height: 592px;
        border-radius: 15px;
    }

    .why_choose_us_1 .why-us-right {
        padding: 0px 40px;
    }

    .why_choose_us_1 .content h3 {
        font-family: LiAbor-sb;
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        color: #545454;
        margin-bottom: 24px;
    }

    .why_choose_us_1 .content ul {
        list-style: none;
        padding: 0;
    }

    .why_choose_us_1 .content ul li {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .why_choose_us_1 .content ul li:first-child {
        margin-top: 24px;
    }

    .why_choose_us_1 .content ul i {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 7px;
        margin-right: 16px;
        color: darkgreen;
        border-radius: 50px;
    }

    .why-us-about-us .content ul i {
        background: #E2F3FF;
    }

    .why_choose_us_1 .content ul li h5 {
        font-family: LiAbor-r;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        color: #303030;
    }

    .why_choose_us_1 .content .why-us-title {
        font-family: LiAbor-l;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        color: #303030;
        opacity: 0.8;
        margin-top: 0;
        margin-bottom: 4px;
    }

    @media (max-width: 1000px) {
        .why_choose_us_1 {
            padding: 0 0 20px 0 !important;
            margin-top: 8px;
        }

        .why_choose_us_1 .why-us-left {
            padding: 20px 40px !important;
            justify-content: center;
        }

        .why_choose_us_1 .why-us-left img {
            width: 90%;
            height: 300px;
        }

        .why_choose_us_1 .content .why-us-title {
            font-size: 8px;
            line-height: 12px;
        }

        .why_choose_us_1 .content h3 {
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 8px;
        }

        .why_choose_us_1 .content ul li h5 {
            font-weight: 600;
            font-size: 12px;
            line-height: 18px;
        }

        .why_choose_us_1 .content ul i {
            width: 15px;
            height: 15px;
            margin-right: 8px;
            font-size: 10px;
        }

        .why_choose_us_1 .content ul li {
            margin-bottom: 8px;
        }

        .why_choose_us_1 .content ul li:first-child {
            margin-top: 0px;
        }
    }




    .why_choose_us_1 .wwu {
        width: 450px;
    }

    .why_choose_us_1 .wwu .count-box {
        width: 200px;
        height: 97px;
        position: relative;
        text-align: center;
        background: #fff;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
        border-radius: 5px;
        padding: 16px 24px;
        margin-right: 24px;
        margin-bottom: 24px;
    }

    .why_choose_us_1 .wwu .count-box {
        background: #E2F3FF;
    }

    .why_choose_us_1 .wwu .count-box .count-head {
        font-family: LiAbor-r;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 42px;
        text-align: center;
        color: #053D66;
    }

    .why_choose_us_1 .wwu .count-box p {
        font-family: LiAbor-r;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #053D66;
    }

    @media (max-width: 768px) {
        .why_choose_us_1 .wwu {
            width: 100%;
            display: flex;
            justify-content: center;
            margin: 0px;
        }

        .why_choose_us_1 .wwu .count-box {
            width: 96px;
            height: 48px;
            padding: 7.5px 0px;
            margin-right: 8px;
            margin-bottom: 8px;
        }

        .why_choose_us_1 .wwu .count-box .count-head {
            font-weight: 700;
            font-size: 12px;
            line-height: 18px;
        }

        .why_choose_us_1 .wwu .count-box p {
            font-weight: 400;
            font-size: 10px;
            line-height: 15px;
        }
    }