
.header-img {
    width: 100%;
    padding-top: 61px;
}

.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

.section-apple-pay {
    padding-top: 50px;
    padding-bottom: 50px;
}

.s2-title {
    font-family: "GothamNarrow-Bold", sans-serif;
    font-weight: bolder;
    font-size: 32px;
    color: #fd671a;
    margin-bottom: 5px;
}

.s2-subtitle {
    font-weight: bold;
    font-size: 22px;
    color: #625e5d;
}

.s2-subtitle-2 {
    font-weight: bold;
    font-size: 17px;
    color: #625e5d;
    padding-top: 15px;
}

.s2-desc {
    font-family: "GothamNarrow-Book", sans-serif;
    font-weight: lighter;
    font-size: 16px;
    /*color: #625e5d;*/
    padding-top: 20px;
}

.h-divider {
    width: 100%;
    height: 3px;
    background-color: #fd671a;
    margin-top: 20px;
}

.section-how-to {
    background-image: url("../../images/ms/apple_pay/s3-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.s3-title {
    font-family: "GothamNarrow-Bold", sans-serif;
    font-weight: bolder;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 15px;
}

.s3-subtitle {
    font-family: "GothamNarrow-Book", sans-serif;
    font-weight: lighter;
    font-size: 20px;
    color: #ffffff;
}

.s3-box {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.s3-box .s3-row {
    display: flex;
    flex-direction: column;
    width: 20%;
}

.s3-box .s3-row .s3-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffff;
}

.s3-box .s3-row .s3-item .s3-number {
    font-family: "GothamNarrow-Bold", sans-serif;
    font-weight: bolder;
    font-size: 100px;
    min-width: 75px;
}

.s3-box .s3-row .s3-item .s3-text {
    font-family: "GothamNarrow-Book", sans-serif;
    font-weight: lighter;
    font-size: 16px;
}

.s4-panel {
    display: flex;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 100px;
}

.s4-panel .s4-box {
    display: flex;
    flex-direction: column;
}

.s4-panel .s4-box .s4-title {
    font-family: "GothamNarrow-Bold", sans-serif;
    font-weight: bolder;
    font-size: 30px;
    color: #625e5d;
    margin-bottom: 15px;
}

.s4-panel .s4-box.right-border {
    border-right: solid 3px #fd671a;
}

.s4-panel .s4-box.s4-left {
    padding-right: 50px;
}

.s4-panel .s4-box.s4-right {
    padding-left: 50px;
}

.s4-panel .s4-box .s4-dist {
    font-family: "GothamNarrow-Book", sans-serif;
    font-weight: lighter;
    color: #625e5d;
    font-size: 16px;
    padding-bottom: 15px;
}

.c-orange {
    color: #fd671a !important;
}

.s4-video-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.s4-video-box .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 25px;
}

.s5-title {
    width: 100%;
    text-align: center;
    font-family: "GothamNarrow-Bold", sans-serif;
    font-weight: bolder;
    font-size: 28px;
    color: #625e5d;
    margin-bottom: 15px;
}

.s5-faq-item {
    border-bottom: solid 2px #cccccc;
}


.s5-faq-item .panel-heading {
    padding: 20px 15px;
}

.s5-faq-item .panel-title a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: "GothamNarrow-Book", sans-serif;
    font-weight: lighter;
    color: #625e5d;
    font-size: 18px;
    padding: 10px 0;
}


.s5-faq-item .panel-title a .fa {
    float: right;
    font-size: 27px;
}

.s5-faq-item .panel-title a .fa.rotated {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.s5-faq-item .panel-body,
.s5-faq-item .panel-body p {
    font-family: "GothamNarrow-Book", sans-serif;
    font-weight: lighter;
    color: #625e5d;
    font-size: 16px;
}


@media screen and (min-width: 1700px) {
    .apple-pay-content .body-lg-box {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media screen and (max-width: 2000px) {
    .s3-box .s3-row {
        width: 25%;
    }
}

@media screen and (max-width: 1440px) {

    .s3-box .s3-row {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .apple-pay-content {
        padding: 0 20px;
    }

    .header-img {
        padding-top: 0;
    }

    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

    .s4-panel {
        flex-direction: column;
    }


    .s4-panel .s4-box.right-border {
        border-right: none;
        border-bottom: solid 3px #fd671a;
    }

    .s4-panel .s4-box.s4-left {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .s4-panel .s4-box.s4-right {
        margin-top: 30px;
        padding-left: 0;
    }

}

@media screen and (max-width: 600px) {
    .s3-box {
        flex-direction: column;
    }

    .s3-box .s3-row {
        flex-direction: column;
        width: 100%;
    }
}
