.hubspot-banner .row > .col-4 .banner-img-block > figure:after{display: none;}
.dedicated-managed-sfmc-talent .content-block ul {
    margin-bottom: 65px;
}

.dedicated-developer {
    position: relative;
    padding: 130px 0 140px;
}

.dedicated-developer .title-block {
    margin-bottom: 40px;
}

.dedicated-developer h2 {
    font-weight: 800;
    text-align: center;
    margin-bottom: 38px;
}

.dedicated-developer h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.dedicated-developer p {
    line-height: 1.65;
}

.dedicated-developer.braze-requirements .dev-lists div[class*="col-"] {
    padding-bottom: 148px;
}

.dedicated-developer.braze-requirements .dev-lists .box-1 h3,
.dedicated-developer.braze-requirements .dev-lists .box-1 p {
    text-align: right;
}

.dedicated-developer.braze-requirements .dev-lists .box-2 h3,
.dedicated-developer.braze-requirements .dev-lists .box-2 p {
    text-align: left;
}

.dedicated-developer .dev-lists div[class*="col-"] .wrap {
    max-width: 428px;
    width: 100%;
    padding-top: 24px;
    position: relative;
}

.dedicated-developer.braze-requirements .dev-lists div[class*="col-"] .wrap:before {
    display: none;
}

.dedicated-developer .dev-lists div[class*="col-"]:nth-child(even) .wrap {
    margin-left: auto;
}

.center-img-wrap {
    position: relative;
}

.center-img-wrap figure {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.center-img-wrap figure img {
    display: block;
    margin: 0 auto;
}


.step-sec {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 65px;
}

.step-content {
    width: 37%;
    margin-bottom: 44px;
    padding-right: 9%;
    position: relative;
}

.step-content:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 56px;
    background: #000000;
}

.step-content:nth-child(3n+3):after {
    width: 100%;
    height: calc(100% + 45px);
    content: "";
    position: absolute;
    right: -30px;
    top: 56px;
    border: 1px solid #000000;
    border-radius: 0 50px 50px;
    border-left: 0;
    background: transparent;
}

.step-content:nth-child(6):after,
.step-content:nth-child(9):after {
    display: none;
}

.step-content:nth-child(3n+3) {
    padding-right: 0;
    width: 26%;
}


.step-content .img-icon {
    width: 108px;
    margin-bottom: 29px;
    z-index: 12;
    position: relative;
}

.step-content .img-icon img {
    width: 100%;
}

.step-content h5 {
    margin-bottom: 11px
}

.step-content ul li {
    margin-bottom: 27px;
    line-height: 1.4;
}

.certified-expert-process h2 {
    text-align: center;
    margin-bottom: 50px;
}

.certified-expert-process {
    position: relative;
    z-index: 1;
}

.certified-expert-process .main>p {
    padding-bottom: 65px;
    text-align: center;
}

.certified-expert-process .row {
    margin: 0;
    align-items: flex-start;
}

.certified-expert-process .row>.col1 {
    width: 33.33%;
    margin-top: 5%;
}

.certified-expert-process .row>.col2 {
    width: 33.33%;
}

.certified-expert-process .row>.col2 .process-img {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 50px 28px 8px;
}

.certified-expert-process .process-block {
    position: relative;
    display: flex;
    z-index: 1;
}

.certified-expert-process .process-block:after {
    position: absolute;
    content: "";
    width: 1px;
    background: #000;
    height: 100%;
    right: 0;
    top: 19px;
}

.certified-expert-process .row>.col1:first-child .process-block:first-of-type:before {
    position: absolute;
    content: "";
    width: 70px;
    background: #000;
    height: 1px;
    right: -70px;
    top: calc(50% + 19px);
    transform: translateY(-50%);
}

.certified-expert-process .row>.col1:last-child .process-block:first-of-type:before {
    position: absolute;
    content: "";
    width: 90px;
    background: #000;
    height: 1px;
    left: -90px;
    top: calc(50% + 19px);
    transform: translateY(-50%);
}

.certified-expert-process .process-block:last-of-type:after {
    display: none;
}

.certified-expert-process .process-block .content {
    width: calc(100% - 38px);
    text-align: right;
    padding-right: 22px;
    margin-top: 10px;
    margin-bottom: 180px;
}

.certified-expert-process .process-block:last-of-type .content {
    margin-bottom: 0;
}

.certified-expert-process .process-block .content>h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.certified-expert-process .process-block .content > p{line-height: 1.6;}

.certified-expert-process .process-block .list-number {}

.certified-expert-process .process-block .list-number:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #000;
    width: 36px;
    top: 19px;
    right: 0;
    left: auto;
    z-index: -1;
}

.certified-expert-process .row>.col1:last-of-type .process-block {
    padding-left: 50px;
    padding-right: 0;
}

.certified-expert-process .row>.col1:last-of-type .process-block .content {
    text-align: left;
    padding-left: 22px;
    padding-right: 0;
}

.certified-expert-process .row>.col1:last-of-type .process-block:after {
    left: 0;
}

.certified-expert-process .row>.col1:last-of-type .process-block .list-number:after {
    left: 0;
}

.certified-expert-process .row>.col1:last-of-type .process-block:nth-child(2) .list-number:after {
    right: auto;
}

.certified-expert-process .process-block .list-number.number2 {
    background: #f3c9c9;
}

.certified-expert-process .process-block .list-number.number3 {
    background: #94d9e9;
}

.certified-expert-process .process-block .list-number.number4 {
    background: #f2a9a1;
}

.certified-expert-process .process-block .list-number.number5 {
    background: #b9b7d2;
}

.certified-expert-process .process-block .list-number.number6 {
    background: #bbe1db;
}

.certified-expert-process .btn {
    text-align: center;
}

.six_steps.design-audit-sec .design-audit-image {
    top: 65%;
}

@media (max-width:1520px) {
    .step-sec {

        padding-right: 30px;
    }
}

@media (max-width:1366px) {
    /* .certified-expert-process .row>.col1 {
        margin-top: 6%;
    } */

    .certified-expert-process .process-block .content {
        margin-bottom: 15px;
    }

    .certified-expert-process .row>.col2 .process-img {

        padding: 8px 28px 8px;
    }

    .certified-expert-process .row>.col1:first-child .process-block:first-of-type:before {

        width: 62px;


        right: -62px;

    }
}

@media (max-width:991px) {
    .step-content {

        padding-right: 3%;
    }

    .certified-expert-process .row>.col2 .process-img {

        padding: 64px 28px 8px;
    }

    .certified-expert-process .process-block .content>h4{font-size: 18px;}
}

@media (max-width:900px) {
    .certified-expert-process .row>.col2 .process-img {
        margin-top: 0; padding: 0;
    }

    .certified-expert-process .row>.col1 {
        width: 100%;
        order: 2;
        margin-top: 0;
    }

    .certified-expert-process .row>.col2 {
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }

    .certified-expert-process .process-block {
        display: flex;
        padding-right: 0;
    }

    .certified-expert-process .process-block .content {
        order: 2;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 35px;
        width: 100%;
    }

    .certified-expert-process .row>.col1:last-of-type .process-block {
        padding-left: 0;
    }

    .certified-expert-process .row>.col1:last-of-type .process-block .content {
        padding-left: 0px;
    }

    .certified-expert-process .process-block:after,
    .certified-expert-process .process-block .list-number:after {
        display: none;
    }

    .certified-expert-process .row>.col1:last-of-type .process-block {
        padding-left: 0;
    }

    .certified-expert-process .row>.col1:last-of-type .process-block:last-of-type .content {
        margin-bottom: 0;
    }

    .certified-expert-process .row>.col1:last-child .process-block:first-of-type:before,
    .certified-expert-process .row>.col1:first-child .process-block:first-of-type:before {
        display: none;
    }

    .certified-expert-process .process-block:last-of-type .content {
        margin-bottom: 35px;
    }
    .certified-expert-process .col2 .process-block:last-of-type .content {
        margin-bottom: 0;
    }
    
}


@media (max-width:767px) {
    .certified-expert-process h2{margin-bottom: 30px;}
    .step-content:nth-child(3n+3) {
        padding-right: 0;
        width: 100%;
    }

    .step-content {
        width: 100%;
        margin-bottom: 34px;
        padding-right: 0;
    }

    .step-content:after {
        display: none;
    }

    .step-content:nth-child(3n+3):after {
        display: none;
    }
}


/* ============================================================== */
.challenges_burning_sec{background-position: -70px bottom;}


/* ===================================================================== */
/* Form Popup start */
.popup-main2 {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(.8);
    transition: .5s all;
    z-index: -1;
}

.popup-main2 .close-popup {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 30px;
    top: 40px;
}

.popup-main2 .close-popup:before,
.popup-main2 .close-popup:after {
    height: 100%;
    width: 2px;
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: .5s all;
}
.popup-main2 .close-popup:hover:before, .popup-main2 .close-popup:hover:after{background-color: #ffdb2d;}

.popup-main2 .close-popup:after {
     transform: rotate(-45deg);   
}

.popup-main2 .popup-content-quote {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 0 15px;
}

.popup-main2.open-quote {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 9999999999;
}

body.open-custom-popup-quote {
    overflow: hidden;
}
.popup-content-quote h6 {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}