@media screen and (max-width: 767px) {
    .smart-system-popularity_last_para p {
        border-bottom: 1px solid #8a8a8a;
    }
}

.banner_content_div .title {
    font-size: 38px;
}

.banner_img_slider {
    margin-top: 21px;
}


.smart-system-repair-top {
    background-color: #161417;
    color: #fff;
    margin-top: -2px;
}

.smart-system-repair-top .sub-title {
    font-size: 24px;
    line-height: 1.8;
}

.smart-system-repair-top .benefits {
    font-size: 18px;
    color: #aeadb2;
    margin-bottom: 50px;
}

.smart-system-repair-top .benefits li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
}

.smart-system-repair-top .benefits li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #737373;
    left: 0;
    top: 50%;
    border-radius: 25px;
    transform: translateY(-50%);
}

.smart-system-popularity {
    width: 80%;
    margin: 50px auto 0 auto;
}


.smart-system-popularity p {
    border-top: 1px solid #8a8a8a;
    padding: 15px 0;
    color: #8a8a8a;
    margin: 0 40px;
}


.exif_studio_popularity_last {
    border-right: none !important;
}

.smart-system-popularity i {
    font-size: 18px;
}

.smart-system-popularity span {
    font-size: 18px;
    padding-left: 10px;
}

.features-center-overview {
    padding: 0 15px;
}

.features-center-overview img {
    width: 90px;
    margin-bottom: 15px;
}

.features-center-overview h5 {
    font-weight: 700;
}

.features-center-overview p {
    font-size: 18px;
}

.feature-right-overview {
    position: relative;
    padding-left: 70px;
    margin-bottom: 35px;
}

.feature-right-overview img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}

.feature-right-overview h5 {
    font-weight: 700;
    margin-bottom: 25px;
}

.feature-right-overview p {
    font-size: 16px;
}

/* .section-product-download.smart-system-repair {
    background: url(../images/hire-me.jpg) no-repeat center;
    background-size: cover;
} */

.after-download .steps {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
    background: url(../../../images/download/download-steps.png) no-repeat center;
}


.download_bg_img {
    background: url("../../images/computer.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    /* width: 380px; */
    height: 400px;
}

@media screen and (max-width: 1024px) {
    .smart-system-popularity p {
        margin: 0 10px;
    }
}

@media screen and (max-width: 991px) {
    .smart-system-popularity {
        width: 100%;
    }
}