.digital_marketing_banner_hero {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--c1);
}

.digital_marketing_banner_hero h1 {
    color: var(--cf);
    font-size: 54px;
}

.digital_marketing_banner_hero h4 {
    color: var(--cf);
}

.digital_marketing_banner_hero h1 span {
    color: var(--c2);
}

.digital_marketing_banner_hero p {
    color: var(--cf);
}

@media(max-width:1440px) {
    .digital_marketing_banner_hero h1 {
        font-size: 46px;
    }
}

@media(max-width:1300px) {
    .digital_marketing_banner_hero h1 {
        font-size: 42px;
    }
}

@media(max-width:990px) {
    .digital_marketing_banner_hero h1 {
        font-size: 36px;
    }
    .digital_marketing_banner_hero {
        padding: 64px 0;
    }
    .digital_marketing_banner_hero .txt {
        padding-bottom: 32px;
    }
}


/* --- sbs_profile ---  */

.sbs_profile {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.sbs_profile .txt {
    width: 90%;
}

.sbs_profile .txt ul {
    margin-top: 32px;
    list-style: none;
    padding-left: 0px;
}

.sbs_profile .txt ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 28px;
}

.sbs_profile .txt ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    color: var(--c1);
    background-image: url(../img/digital-marketing-global-page/check-icon.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sbs_profile .txt ul li:last-of-type {
    margin-bottom: 0px;
}


/* --- sbs_advantage ---  */

.global_dm_sbs_advantage {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_dm_sbs_advantage .accordion_container {
    padding-top: 32px;
}

.global_dm_sbs_advantage .accordion_container .item {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid var(--c3);
}

.global_dm_sbs_advantage .accordion_container .item.active {
    padding-bottom: 40px;
}

.global_dm_sbs_advantage .accordion_container .item:last-of-type {
    border-bottom: 1px solid var(--c3);
}

.global_dm_sbs_advantage .accordion_container .item h3 {
    position: relative;
    color: var(--c3);
    font-weight: 600;
    margin-bottom: 0px;
}

.global_dm_sbs_advantage .accordion_container .item h3 .plusminus::before {
    position: absolute;
    content: "\2b";
    top: 4px;
    right: 12px;
    color: var(--c3);
    font-size: 20px;
    font-weight: 900;
    font-family: "FontAwesome";
}

.global_dm_sbs_advantage .accordion_container .item.active h3 .plusminus::before {
    content: "\f068";
}

.global_dm_sbs_advantage .accordion_container .item.active .accordion_body {
    padding-top: 20px;
}

@media(max-width:990px) {
    .global_dm_sbs_advantage .txt {
        padding-top: 32px;
    }
}


/* --- sbs ---  */

.global_dm_sbs {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_dm_sbs .txt_wrap .title {
    margin-bottom: 32px;
}

.global_dm_sbs .txt_wrap .item {
    display: flex;
    margin-bottom: 20px;
}

.global_dm_sbs .txt_wrap .item:last-of-type {
    margin-bottom: 0px;
}

.global_dm_sbs .txt_wrap .item .img img {
    width: 70px;
    height: 70px;
}

.global_dm_sbs .txt_wrap .item .txt {
    padding-left: 20px;
    width: 80%;
}

.global_dm_sbs .txt_wrap .item .txt h4 {
    color: var(--c3);
}

@media(max-width:990px) {
    .global_dm_sbs .txt_wrap {
        padding-top: 32px;
    }
}


/* --- global_dm_our_packages ----  */

.global_dm_our_packages {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_dm_our_packages .title_sec h2 span {
    color: var(--c1);
}

.global_dm_our_packages .wrap {
    height: 100%;
    padding: 40px 32px;
    background: #FAF8F9;
}

.global_dm_our_packages .col-lg-3,
.global_dm_our_packages .col-lg-4 {
    margin-bottom: 40px;
}

.global_dm_our_packages .col-lg-3:nth-last-child(1),
.global_dm_our_packages .col-lg-3:nth-last-child(2),
.global_dm_our_packages .col-lg-3:nth-last-child(3),
.global_dm_our_packages .col-lg-3:nth-last-child(4) {
    margin-bottom: 0px;
}

.global_dm_our_packages .col-lg-4:nth-last-child(1),
.global_dm_our_packages .col-lg-4:nth-last-child(2),
.global_dm_our_packages .col-lg-4:nth-last-child(3) {
    margin-bottom: 0px;
}

.global_dm_our_packages .wrap .txt {
    padding-top: 24px;
}

@media(max-width:990px) {
    .global_dm_our_packages .col-lg-3:nth-last-child(3),
    .global_dm_our_packages .col-lg-3:nth-last-child(4) {
        margin-bottom: 40px;
    }
    .global_dm_our_packages .col-lg-4:nth-last-child(3) {
        margin-bottom: 40px;
    }
}

@media(max-width:990px) {
    .global_dm_our_packages .col-lg-3:nth-last-child(2) {
        margin-bottom: 40px;
    }
    .global_dm_our_packages .col-lg-4:nth-last-child(2) {
        margin-bottom: 40px;
    }
}


/* --- our_smo_services ---  */

.global_dm_our_smo_services {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_dm_our_smo_services .nav {
    overflow-x: hidden;
    margin-bottom: 48px;
}

.global_dm_our_smo_services .nav .nav-item {
    margin-right: 20px;
    margin-bottom: 16px;
}

.global_dm_our_smo_services .nav .nav-item:nth-last-child(3),
.global_dm_our_smo_services .nav .nav-item:nth-last-child(2),
.global_dm_our_smo_services .nav .nav-item:nth-last-child(1) {
    margin-bottom: 0px;
}

.global_dm_our_smo_services .nav .nav-link {
    color: var(--c1);
    border-radius: 8px;
    padding: 16px 32px;
    border: 1px solid var(--c1);
    background-image: unset;
    text-transform: capitalize;
}

.global_dm_our_smo_services .nav .nav-link.active {
    color: var(--cf);
}

.global_dm_our_smo_services .txt {
    max-width: 95%;
}

.global_dm_our_smo_services .txt h2 {
    margin-bottom: 16px;
}

@media(max-width:990px) {
    .global_dm_our_smo_services .nav {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .global_dm_our_smo_services .nav li {
        white-space: nowrap;
    }
    .global_dm_our_smo_services .txt {
        max-width: 100%;
        padding-bottom: 32px;
    }
}