.ourCore_serviceArea {
    padding: 65px 0 120px
}

.ourCore_serviceArea .container {
    width: 100%
}

.ourCore_serviceArea .heading h1 {
    font-size: 40px;
    line-height: 55px;
    font-family: 'Helvetica Neue';
    font-weight: 400;
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center
}

.ourCore_serviceArea .heading h1 span {
    color: #e3151e;
    font-weight: 700;
    font-style: italic
}

.ourCore_serviceArea .core_serviceTab_content {
    max-width: 1282px;
    margin: 0 auto
}

@media (min-width:767px) {
    .ourCore_service_tabs {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        max-width: 1090px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        justify-content: center
    }
    .ourCore_service_tabs:after {
        content: "";
        position: absolute;
        top: -43px;
        background: red;
        width: 100%;
        height: 1px;
        bottom: 0;
        margin: auto;
        z-index: -1
    }
    .ourCore_service_tabs li {
        width: calc(20% - 10px);
        text-align: center
    }
    .ourCore_service_tabs li .service_tab {
        color: #000;
        text-decoration: none
    }
    .ourCore_service_tabs li .service_tab .icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #e3151e;
        border-radius: 100%;
        margin: 0 auto 18px auto
    }
    .ourCore_service_tabs li .service_tab .tittle {
        display: block;
        font-size: 18px;
        color: #000;
        font-family: 'Helvetica Neue';
        font-weight: 400
    }
    .ourCore_service_tabs li .service_tab.active .icon {
        background: #e30613
    }
    .ourCore_service_tabs li .service_tab.active .icon svg path {
        fill: #fff
    }
}

.ourCore_serviceArea .accordion-content {
    padding: 0
}

.ourCore_serviceArea .service-tab-content {
    display: none;
    margin: 70px 0 0
}

.ourCore_serviceArea .service-tab-content.active {
    display: block
}

.ourCore_serviceArea .servicesContentBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ourCore_serviceArea .servicesContentBox .image {
    width: calc(46% - 25px)
}

.ourCore_serviceArea .servicesContentBox .image img {
    width: 100%;
    border-radius: 10px
}

.ourCore_serviceArea .servicesContentBox .subText {
    width: calc(54% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ourCore_serviceArea .servicesContentBox .subText h3 {
    font-size: 26px;
    color: #e3151e;
    margin: 0 0 16px;
    font-family: 'Helvetica Neue';
    font-weight: 700
}

.ourCore_serviceArea .servicesContentBox .subText p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 26px;
    margin: 0 0 40px;
    font-family: 'Helvetica Neue';
    font-weight: 400
}

.ourCore_serviceArea .servicesContentBox .subText ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none
}

.ourCore_serviceArea .servicesContentBox .subText ul li {
    width: calc(50% - 10px);
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.5;
    margin: 0 0 30px;
    font-family: 'Helvetica Neue';
    font-weight: 400;
    padding-left: 19px;
    position: relative
}

.ourCore_serviceArea .servicesContentBox .subText ul li a {
    display: inline-block
}

.ourCore_serviceArea .servicesContentBox .subText ul li a:hover {
    text-decoration: underline !important;
    text-decoration-color: red !important
}

.ourCore_serviceArea .servicesContentBox .subText ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1.5px solid #e3151e;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px
}

.ourCore_serviceArea .servicesContentBox .subText .readMoreBtn {
    padding: 17px 20px;
    font-size: 14px;
    line-height: 1;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    border: 1px solid #e3151e;
    border-radius: 5px;
    display: inline-block;
    color: #e3151e;
    text-decoration: none;
    transition: all ease .5s
}

.ourCore_serviceArea .servicesContentBox .subText .readMoreBtn svg {
    margin-left: 10px
}

.ourCore_serviceArea .servicesContentBox .subText .readMoreBtn:hover {
    background: #e3151e;
    border-color: #e3151e;
    color: #fff
}

.ourCore_serviceArea .servicesContentBox .subText .readMoreBtn:hover svg path {
    fill: #fff;
}

.core_serviceTab_content .accordion-header {
    display: none
}

.core_serviceTab_content .accordion-item {
    border: 0
}

@media (max-width:1199px) {
    .ourCore_serviceArea {
        padding: 65px 0 80px
    }
    .ourCore_serviceArea .heading h1 {
        font-size: 38px;
        line-height: 53px;
        margin: 0 auto 50px
    }
}

@media (max-width:991px) {
    .ourCore_service_tabs li .service_tab .tittle {
        font-size: 16px
    }
    .ourCore_serviceArea .heading h1 {
        font-size: 34px;
        line-height: 48px;
        margin: 0 auto 45px
    }
    .ourCore_serviceArea {
        padding: 60px 0 60px
    }
    .ourCore_serviceArea .service-tab-content {
        margin: 50px 0 0
    }
    .ourCore_serviceArea .servicesContentBox .image {
        width: 100%
    }
    .ourCore_serviceArea .servicesContentBox .subText {
        width: 100%;
        padding: 20px 0 0
    }
}

@media (max-width:767px) {
    .ourCore_serviceArea {
        padding: 40px 0 30px
    }
    .ourCore_serviceArea .heading h1 {
        margin: 0 auto 30px
    }
    .ourCore_serviceArea .servicesContentBox .subText h3 {
        display: none
    }
    .ourCore_serviceArea .servicesContentBox .subText {
        padding: 0
    }
    .ourCore_service_tabs {
        display: none
    }
    .core_serviceTab_content {
        display: block !important
    }
    .ourCore_serviceArea .heading h1 {
        font-size: 28px;
        line-height: 40px
    }
    .core_serviceTab_content .accordion-item {
        margin-bottom: 18px
    }
    .core_serviceTab_content .accordion-header {
        background: #f5f5f5;
        cursor: pointer;
        padding: 12px 16px;
        font-weight: 700;
        position: relative;
        border: 1px solid #ddd;
        display: block
    }
    .ourCore_serviceArea .service-tab-content {
        display: block;
        margin-top: 0
    }
    .core_serviceTab_content .accordion-header.active {
        background: #e3151e
    }
    .core_serviceTab_content .accordion-header h3 {
        font-size: 16px;
        color: #3b3b3b;
        font-family: 'Helvetica Neue';
        font-weight: 500;
        margin: 0;
        line-height: 1.5
    }
    .core_serviceTab_content .accordion-header.active h3 {
        font-size: 18px;
        font-weight: 700;
        color: #fff
    }
    .core_serviceTab_content .accordion-header::after {
        /* content: "\f107";
        position: absolute;
        right: 16px;
        transition: transform .3s ease;
        font-family: "Font Awesome 6 Pro";
        top: 0;
        bottom: 0;
        margin: 0 auto;
        display: flex;
        align-items: center */
        content: "";
        position: absolute;
        right: 16px;
        z-index: 11;
        display: block;
        width: 11px;
        height: 11px;
        border-top: 2px solid #3b3b3b;
        border-left: 2px solid #3b3b3b;
        top: 16px;
        transform: rotate(225deg);
        transition: all ease 0.5s;
    }
    .core_serviceTab_content .accordion-header.active::after {
        transform: rotate(48deg);
       border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        top: 22px;
    }
    .core_serviceTab_content .accordion-content {
        display: none
    }
    .core_serviceTab_content .accordion-header.active {
        border: 0
    }
    .ourCore_serviceArea .servicesContentBox .subText {
        width: 100%;
        padding-bottom: 5px
    }
    .ourCore_serviceArea .servicesContentBox .image {
        width: 100%;
        margin-bottom: 16px
    }
    .ourCore_serviceArea .servicesContentBox .subText p {
        margin-bottom: 24px
    }
    .ourCore_serviceArea .servicesContentBox .subText ul li {
        width: 100%;
        margin: 0 0 22px
    }
    .ourCore_serviceArea .servicesContentBox .image img {
        border-radius: 0
    }
}