.service_page .banner__d img {
    width: 100%;
/*    display: block;*/
}
.service_page .services_firstSec {
    position: relative;
}
.service_page .services_firstSec .content__d {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 30px;
}
.service_page .services_firstSec h2.banner_title {
    font-size: 100px;
    letter-spacing: -3px;
    line-height: 110px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Akrobat";
    text-align: center;
}
.service_page .services_firstSec .banner__d {
    background: #1b1b1b;
}
.performance_page.service_page .banner__d img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
        opacity: 0.1;
}

.performance_page.service_page .ourServices_d .two__divs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.service_page .services_secondSec .ourServices_d .two__divs .img_d img {
    width: 100%;
    display: block;
}
.service_page .services_secondSec .ourServices_d .img_d {
    width: 50%;
    position: relative;
    background: #1b1b1b;
}
.service_page .services_secondSec .ourServices_d .content_d {
    width: calc(100% - 50%);
    padding: 80px;
}
.service_page .services_secondSec .ourServices_d .icon_d {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.service_page .services_secondSec .ourServices_d .img_d .ourService_img {
    opacity: 0.1;
}
.services_secondSec .ourServices_d .content_d h3 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
    font-family: "DM Sans";
}
.services_secondSec .ourServices_d  .service_infoD {
    margin-bottom: 100px;
}
.services_secondSec .ourServices_d  .service_infoD h3 {
    margin-bottom: 50px;
}
.services_secondSec .ourServices_d ul.service_howList.sub_desc {
    padding-left: 40px;
}
.services_secondSec .ourServices_d ul.service_howList.sub_desc li {
    list-style: disc;
    font-weight: 700;
}
.services_secondSec .ourServices_d ul.service_howList.sub_desc li::marker {
    color: #f80000;
    font-size: 24px;
}

.performance_page.service_page .services_thirdSec .engines_d .contentD {
    text-align: center;
    /*border-radius: 10px;*/
    filter: drop-shadow(0px 16px 23px rgba(0, 0, 0, 0.13));
    background-color: #ffffff;
    padding: 40px;
}
.performance_page.service_page .services_thirdSec .engines_d{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.services_thirdSec .engines_d .contentD h4 {
    color: #000000;
    font-family: "DM Sans";
    text-align: center;
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0;
}
.services_thirdSec .engines_d .contentD h4.engineType {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 15px;
    font-weight: 700;
}
.services_thirdSec .engines_d span.red_lineD {
    display: block;
    background: #f80000;
    width: 15px;
    height: 85px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .service_page .services_firstSec h2.banner_title {
        font-size: 48px;
        line-height: 55px;
        margin: 0 0 15px;
    }

    .service_page .services_secondSec .ourServices_d .content_d {
        width: 100%;
        padding: 20px 0;
    }
    .service_page .services_secondSec .ourServices_d .img_d {
        width: 100%;
    }
    .performance_page.service_page .ourServices_d .two__divs.reverseWrap {
        flex-wrap: wrap-reverse;
    }
    .services_secondSec .ourServices_d .content_d h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .services_secondSec .ourServices_d .service_infoD h3 {
        margin-bottom: 10px;
    }
    .services_secondSec .ourServices_d .service_infoD {
        margin-bottom: 25px;
    }
    .services_secondSec .ourServices_d ul.service_howList.sub_desc li::marker {
        font-size: 20px;
    }
    .services_secondSec .ourServices_d ul.service_howList.sub_desc {
        padding-left: 25px;
    }
    /*.services_thirdSec .engines_d .contentD h4 {
        font-size: 22px;
        line-height: 32px;
    }*/
    .services_thirdSec .engines_d .contentD h4.engineType {
        font-size: 26px;
        line-height: 36px;
    }
    .performance_page.service_page .services_thirdSec .engines_d .contentD {
        padding: 30px;
    }
    .services_thirdSec .engines_d span.red_lineD {
        width: 15px;
        height: 60px;
    }
}

/* lead-landing page css start */
.landingPage .landingFirstSec {
    padding: 200px 0 120px;
}
.landingPage .landingFirstSec .title_name {
    text-transform: unset;
    margin: 0 0 20px;
    font-size: 90px;
    line-height: 100px;
    letter-spacing: unset;
}
.landingPage .landingFirstSec .sub_desc {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: bold;
/*    margin-bottom: 30px;*/
}
.landingPage .leadingBrandsSec {
    background: #1b1b1b;
    color: #fff;
    padding: 2rem 0rem;
}
.landingPage .leadingBrandsSec .section_header p {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.landingPage .leadingBrandsSec .action_btn {
    margin: 30px 0 15px;
}
.landingPage .leadingBrandsSec .action_btn .white-btn:hover, .landingPage .leadingBrandsSec .action_btn .white-btn:focus {
    background: red;
}
.whatGetSec .getList_sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.whatGetSec .getList_sec .item__d {
    background: #000;
    color: #fff;
    padding: 16px;
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
}
.whatGetSec .getList_sec .item__d:last-child{
    display: block;
}
.whatGetSec .getList_sec .item__d .icons_d {
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatGetSec .getList_sec .item__d .icons_d .img_d {
    padding: 0 10px;
}
.whatGetSec .getList_sec .item__d .icons_d .img_d svg path {
    fill: #fff;
}
@media screen and (max-width: 767px) {
    .whatGetSec .getList_sec .item__d {
        width: 100%;
        margin-bottom: 20px;
    }
    .landingPage .landingFirstSec .title_name {
        font-size: 50px;
        line-height: 55px;
    }
    .clientReviewsSec .videosLists {
        margin: 0;
    }
    .clientReviewsSec .videosLists .item_d {
        padding: 0;
    }
    .clientReviewsSec .videosLists .item_d iframe {
        height: 218px;
    }
}

/* lead-landing page css end */