* {
    font-family: 'Tajawal';
    font-weight: 400 !important;
}
.page-header {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}
.container, .et_pb_row {
    max-width: unset !important;
    padding: unset !important;
}
.row-merchant-support {
    width: 100% !important;
}
.et_pb_section.et_pb_section_0 {
    border-top: 1px solid #D8D8D9;
    margin-top: unset !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.page-header ul li a {
    display: flex;
}
.page-header ul li a img {
    width: 24px !important;
    height: 18px !important;
}
.logo img {
    width: 105px;
    height: 48px;
}
.page-header ul li span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #027CF5;
    margin-left: 7px !important;
    text-decoration: underline;
}
.merchant-support-content .et_pb_row_0 {
    margin: 0;
    width: 100% !important;
    font-family: 'Roboto', sans-serif;
}
.merchant-support-banner {
    padding: 132px 0px;
    background-blend-mode: overlay;
    background-image: url('../images/merchant-support/banner.png'),linear-gradient(180deg,#363d38 0%,#363d38 100%);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.merchant-support-banner .banner-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2em;
    color: white;
    text-align: center;
    margin: 0 0 8px 0;
    padding-bottom: 0;
}
.merchant-support-banner .banner-description {
    font-size: 22px;
    line-height: 26px;
    color: white;
    text-align: center;
    width: 33%;
}
.flex-box {
    display:flex;
    justify-content: space-between;
}
.support-box-item .item-head img {
    width: 52px;
}
.merchant-support-content {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    flex-direction: column;
    align-items: center;
}
.support-box-row {
    width: 65%;
    column-gap: 3%;
}
.support-box-item {
    background: #FFFFFF;
    min-height: 295px;
    border: 1px solid #E8EDF4;
    border-radius: 5px;
    padding: 35px;
    cursor: pointer;
    transition: all 0.2s linear;
    margin-bottom: 30px;
    width: 33%;
}
.support-box-item:hover {
    background: #FFFFFF;
    box-shadow: 6px 10px 50px rgba(25, 28, 104, 0.15);
}
.support-box-item .item-head {
    margin-bottom: 24px;
}
.item-head {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-weight: 500;
}
.item-head a {
    font-weight: 500;
    color: #333333;
    font-size: 21px;
    color: #32bcf2;
}
.item-head a:hover {
    text-decoration: underline;
}
.support-box-item .item-text, .support-box-item .item-text-no-hover {
    font-size: 21px;
    color: #666;
    font-weight: 400;
}
.support-box-item .item-text:hover {
    color: red;
}
.item-head .label-no-link {
    font-size: 21px;
    color: #0E1133;
    margin-bottom: 2px;
}
.box-border-bottom {
    border-bottom: 1px solid #EBEBEC;
}
.ms-sub-label{
    padding-bottom: 8px;
    padding-top: 16px;
}
.ms-self-deposit-label, .ms-pay-bill-label {
    padding-top: 16px;
}
.ms-sub-label:hover, .ms-sub-label.active {
    color: #4242D4;
}
.ms-sub-content {
    display: none;
}
.ms-sub-content.active {
    display: block;
}
.ms-link-sub {
    font-size: 21px;
    color: #32bcf2;
}
.ms-link-sub:hover {
    text-decoration: underline;
}
.bottom-8 {
    margin-bottom: 8px;
}
.bottom-24 {
    margin-bottom: 24px;
}
.ms-read-more, .ms-order-here {
    color: #32bcf2;
    padding-top: 24px;
    padding-bottom: 8px;
    display: inline-block;
}
.ms-read-more:hover, .ms-order-here:hover {
    text-decoration: underline;
}
.ms-order-here {
    font-size: 21px;
}
.ms-what-redbox {
    color: #e15044;
}
.ms-what-redbox:hover {
    text-decoration: underline;
}
.ms-extend-by-merchant, .ms-extend-by-client, .ms-link-sup {
    color: #32bcf2;
    font-size: 18px;
    display: inline-block;
}
.ms-extend-by-merchant:hover, .ms-extend-by-client:hover, .ms-link-sup:hover {
    text-decoration: underline;
}
.ms-extend-by-merchant, .ms-link-sup {
    margin-top: 24px;
    margin-bottom: 8px;
}
.merchant-support-footer {
    background-color: #e15044;
    background-image: url('../images/merchant-support/footer_background.png');
    min-height: 472px;
    margin-top: 112px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.merchant-footer-description, .merchant-footer-title {
    color: white;
    font-size: 21px;
}
.merchant-footer-title {
    margin-bottom: 16px;
    margin-top: 16px;
    font-weight: 500;
}
.merchant-footer-description p {
    padding-bottom: 0;
    line-height: 1.2;
}
.footer-flex-item {
    width: 42%;
}
.merchant-footer-title a {
    color: white;
}
.merchant-footer-title a:hover {
    text-decoration: underline;
}
.label-text-1 {
    font-weight: bold;
    padding-bottom: 8px;
}
.bottom-16 {
    margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 480px) {
    .container, .et_pb_row {
        width: calc(100% - 32px) !important;
    }
    .support-box-row , .merchant-support-banner .banner-title,
    .merchant-support-banner .banner-description {
        width: calc(100% - 32px) !important;
    }
    .merchant-support-banner .banner-description {
        font-size: 19px;
        width: 65%;
    }
    .support-box-row {
        flex-wrap: wrap;
        width: 84%;
    }
    .support-box-item {
        width: 100%;
        min-height: unset;
        padding: 16px;
        margin-bottom: 16px;
    }
    .footer-flex-item {
        width: 100%;
        margin-top: 24px;
    }
    .merchant-footer-title {
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .merchant-footer-description, .merchant-footer-title {
        font-size: 19px;
    }
    .merchant-support-footer {
        height: 800px;
        justify-content: flex-start;
        padding-top: 32px;
        margin-top: 70px;
    }
    .footer-flex-item:first-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 320px) {
}

@media screen and (min-width: 1200px) {
}
