.detailPage .header-title {
    background: url(../images/sub/about-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed; }
.detailPage .service-section.service-section-three .service-wrapper .content-wrapper::before, .aboutPage .service-section.service-section-three .service-wrapper .content-wrapper::after {
    display: none; }
.detailPage .service-section.service-section-three .service-wrapper .content-wrapper .link {
    color: #3f4c5d;
    padding-left: 0; }
.detailPage .service-section.service-section-three .service-wrapper .content-wrapper .link:hover {
    color: #6cbe03; }
.detailPage .service-section .service-wrapper {
    margin-bottom: 0; }
.detailPage .service-section .service-wrapper.last-wrapper {
    margin-bottom: 0; }
@media only screen and (max-width: 991px) {
    .detailPage .service-section .service-wrapper {
        margin-bottom: 60px; } }
@media only screen and (max-width: 767px) {
    .detailPage .service-section .service-wrapper {
        margin-bottom: 40px; } }
.border-dot {
    border: 1px dashed #6f6f6f;
    border-radius: 15px;
    padding: 25px;
}
.head-sub {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background-color: #6cbe03;
}

.h4line {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #3d424b;
    margin-bottom: 40px;
    margin-top: 20px;

    @media only screen and (max-width: 767px){font-size: 20px;}

    &::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 40px;
        height: 2px;
        background-color: #6cbe03;
    }
}
.hrx {
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail-padding{
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-iconz {
    width: 72px;
    height: 72px;
    background: #6cbe03;
    color: #ffffff;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
}

.entry-title {
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #313131;
}

.section-padding-alert {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
    .section-padding-alert {
        padding-top: 30px;
        padding-bottom: 30px;} }
@media only screen and (max-width: 767px) {
    .section-padding-alert {
        padding-top: 20px;
        padding-bottom: 20px; }
}

.btn-danger-z {
    color: #FFFFFF;
    border: 2px solid #e82121;
}
.btn-danger-z:hover a {
    color: #e82121;
}
