﻿/* ---------feature Section-------- */
.help-center-heading {
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
    color: #353535;
    text-align: center;
    font-family: 'ArialMT', sans-serif;
}

.help-center-subheading {
    font-size: 16px;
    line-height: 20px;
    color: #6D7278;
    margin-bottom: 43px;
    text-align: center;
}

/* ----- Solution----- */

.help-center-section {
    width: 100%;
    padding: 55px 104px 100px;
}

.help-center {
    background-color: #FFFFFF;
    padding: 76px 89.5px 92px;
    box-shadow: 0px 6px 16px #E8E8E8B5;
}

.help-center-row {
    margin: 0 -20px;
}

    .help-center-row > * {
        padding: 0 20px;
        margin-bottom: 47px;
    }

.help-center-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 30px 7px;
    height: 100%;
    min-height: 194px;
    box-shadow: 5px 5px 9px #0000000B;
    border: 1px solid #efefef;
    border-radius: 15px;
    background: #fff;
}

    .help-center-card:hover {
        border-color: #DC291E;
        border-width: 2px;
        padding: 29px 29px 6px;
    }

.help-center-icon {
    display: block;
    height: 100%;
    margin-bottom: 14px;
}

    .help-center-icon img {
        display: block;
    }

.help-center-card-title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    color: #353535;
    padding-bottom: 8px;
}

.help-center-card-text {
    font-size: 16px;
    line-height: 25px;
    color: #7f7f7f;
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
}

.help-center-section .help-center a {
    text-decoration: none !important;
}

.help-center-section .help-center .spr-chat__trigger-box {
    visibility: hidden !important;
}

@media (max-width: 1199px) {
    .help-center-section {
        padding: 55px 60px 100px;
    }

    .help-center {
        padding: 76px 50px 92px;
    }
}

@media (max-width: 991px) {

    .help-center-section {
        padding: 55px 30px 100px;
    }

    .help-center {
        padding: 76px 20px 92px;
    }
}

@media (max-width: 767px) {
    .help-center-section {
        padding: 0;
    }

    .help-center {
        padding: 55px 25px 10px;
        box-shadow: none;
    }

    .help-center-row > * {
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .help-center-row {
        margin: 0 -16px;
    }

    .help-center-subheading {
        font-size: 12px;
        line-height: 15px;
    }

    .help-center-card-text {
        font-size: 16px;
        line-height:25px;
    }
}

/* ==============================================================================
                                   ARABIC
============================================================================== */

.lang-ar .help-center-icon img:not(.no-rtl) {
    transform: scaleX(-1);
}



#customerSupportDiv {
    position: absolute;
    width: 35%;
    height: auto;
    top: 0px;
    left: -1%;
    z-index: 1;
    min-width: 150px;
}

#customerSupportBanner {
    width: 100%;
    display: block;
}

#customerSupportText {
    position: absolute;
    top: 45%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: max-content;
    font-size: 14px;
}