.logo a {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
.logo img {
    width: 70px;
}
.logo h1 {
    text-transform: uppercase;
    font-size: 24px;
    color: #004da1;
}
.logo h1 span {
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #000;
    text-transform: capitalize;
}
.common-section {
    padding: 100px 0 0;
}
.main-affiliation .single-choose-box-style3 {
    margin-bottom: 30px;
}
.service-details-text-box1 h2 {
    margin-bottom: 20px;
}
.service-details-text-box1 p {
    text-align: justify;
}
.service-details-text-box1 ul li strong {
    color: var(--thm-primary);
}
.service-details-text-box1 ul li {
    margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
    .single-service-style1 {
        padding: 40px 20px 32px;
        margin-bottom: 0;
    }
    .logo img {
        display: none;
    }
    .logo h1 {
        font-size: 21px;
    }
    .logo h1 span {
        font-size: 13px;
    }
    .about-style2-image-box .thm-round-box1 {
        display: none;
    }
    .about-style2-image-box img {
        width: 100%;
        max-width: 400px;
    }
    .about-style2_content .inner-content h5 {
        font-size: 14px;
    }
    .working-process-style2 .right .single-working-process-two {
        text-align: left;
    }
    .single-working-process-two {
        width: 100%;
    }
    .single-testimonials-style1 .inner-content {
        padding: 50px 25px;
    }
    .breadcrumb-area .title h2 {
        font-size: 42px;
    }
    .breadcrumb-area-bg {
        background-position: center center;
    }
    .accordion-box .block .acc-btn .icon-outer {
        right: 15px;
    }
    .view-all-service {
        padding: 35px 15px 39px;
    }
    .contact-style1_form {
        padding: 30px 20px;
    }
}
