.offline-bullet-hero .checkbox {
    background-color: #004663;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.checkbox img {
    height: 12px;
}

.offline-bullet-hero>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offline-bullet-hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offline-hero-img {
    height: 640px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.aboutCont h2 {
    font-size: 2wm;
}

.dtr-section-heading-wrapper .hero-para-service {
    font-size: 0.9em;
}

.service-help h1 {
    text-align: center;
    font-size: 2.5em;
}

.service-help p {
    text-align: center;
    margin-bottom: 30px;
}

.service-help>div {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
}

.service-help>div div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-help>div span {
    text-align: center;
    line-height: 1.5;
}

@media (max-width: 500px) {

    .service-help h1, .shape-service h1 {
        font-size: 2em !important;
    }

    .service-help, .shape-service {
        padding: 60px 30px !important;
    }

    .service-help>div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .shape-service>div {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .shape-service-1 .arrow, .shape-service-2 .arrow{
        display: none !important;
    }
}

.shape-service {
    background-color: white;
}

.shape-service h1 {
    text-align: center;
    font-size: 3em;
}

.shape-service>div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 58px;
    gap: 50px;
    text-align: center;
}

.shape-service>div img {
    height: 80px;
    margin: 0 auto;
}

.shape-service-1, .shape-service-2{
    position: relative;
}

.shape-service-1 .arrow, .shape-service-2 .arrow{
    position: absolute;
    width: 140px;
    top: 20px;
    right: -80px;
    object-fit: contain;
}

#reviews{
    margin-top: 120px;
}

.service-help img{
    height: 90px;
    width: 90px;
    object-fit: contain;
}

@media (max-width:500px) {
    .aboutHero{
        padding: 200px 20px;
    }
    .current-page{
        text-align: center;
    }
}
