.h-200 {
    height: 200px;
}
.text-gold {
    color: #ffd80082 !important;
}
.footer-widget .light {
    color: #a9a9a9;
}

.gov-logo {
    margin-top: 100px;
}

.text-align-justify {
    text-align: justify;
}

strong {
    color: #313030 !important;
}

.list-check {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.list-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    counter-increment: ordered;
}

.list-check li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    font-size: 15px;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    background: var(--cp-color-theme-primary);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
}

@media screen and (275px <=width <=676px) {
    .header-3 .primary-header .primary-header-inner {
        padding: 18px 0 !important;
    }

    .hero-img-3 {
        height: 240px !important;
    }

    .hero-wrap-3 .hero-counter {
        display: none;
    }

    .about-wrap-2 .about-content-2 .about-desc {
        font-size: 20px;
    }

    .service-accordion .accordion-item .accordion-body {
        grid-gap: 28px;
    }

    .service-accordion .accordion-item .accordion-button span {
        padding-right: 15px;
    }

    .h-sm-110 {
        height: 110px;
    }

    .gov-logo {
        margin-top: 40px;
    }
    .list-check li {
        padding-left: 28px;
    }
    .list-check li::before {
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
    }
}