#whatsappIcon {
    position: fixed;
    z-index: 112;
    bottom: 13px;
    left: 15px
}

    #whatsappIcon a img {
        z-index: 100;
        width: 45px
    }

.help_center .categorie_item a {
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    -moz-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    color: #00a099;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

.help_center .categorie_item .img-wrap i {
    font-size: 50px;
}

.help_center .categorie_item .img-wrap img {
    display: block;
    max-width: 200px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 1rem;
}

.card {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.05);
    -moz-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.05);
    box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.05);
    padding: 1rem;
    border: 0;
}

    .card .card-header {
        background: transparent;
        border: 0;
        color: #037b76;
        border: 0;
        font-weight: 600;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0rem;
        min-height: 70px;
    }

    .card .card-body {
        border-top: 1px solid #eee;
        font-family: 'SST Arabic';
        font-weight: normal;
        font-style: normal;
    }

        .card .card-body a {
            text-decoration: none;
            color: #00a099;
        }

.categorie-item {
    margin-bottom: 1rem;
    transform: translateY(50px);
    transition: all 0.5s ease;
    background-color: #ffffff;
    /*-webkit-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.1);*/
    /*-moz-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.1);*/
    /*box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.1);*/
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    -moz-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
}

.animate {
    transform: translateY(0px) !important;
    opacity: 1;
}

.categorie-item .card-link {
    font-size: 17px;
}

.categorie-item .card-header p {
    margin-bottom: 0;
    padding: 0 2rem 0 1rem;
    color: #676C75;
    font-size: 14px;
    display: none;
}

.categorie-item .more {
    padding: 0;
    font-size: 13px;
}

.categorie-item .card-header i {
    font-size: 20px;
    margin-left: .4rem;
    vertical-align: middle;
}

.categorie-item .more .up {
    display: none;
}

.categorie-item .card-link[aria-expanded="true"] .up {
    display: block;
}
/*.categorie-item .card-link[aria-expanded="true"] .card-header-title,*/
/*.categorie-item .card-link[aria-expanded="true"] .up{*/
/*    color: #46489f;*/
/*}*/
.categorie-item .card-link[aria-expanded="true"] .down {
    display: none;
}

.categorie-item .card-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
}

.categorie-item:hover {
    -webkit-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.05);
    -moz-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.05);
    box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.05);
}

.card .card-header img {
    margin-left: .4rem;
    max-width: 23px;
}

.sub_cate_item {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f1ecec;
    color: #333a45 !important;
    font-size: 12px;
}

    .sub_cate_item:hover {
        color: #037b76 !important;
    }

.categorie-item:hover .more {
    animation: shakeCart .6s ease-in-out forwards;
}

@keyframes shakeCart {
    25% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-4px);
    }

    75% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}

.sub_cate_item:last-child {
    border-bottom: 0;
}

.help-cards {
    padding: 35px 0 50px 0;
    margin-top: 50px;
}

    .help-cards h3 {
        color: #037b76;
        font-weight: normal;
        font-style: normal;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .help-cards .help-card-item {
        margin-top: 30px;
    }

    .help-cards .help-card-item {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 2.25rem 1.25rem;
        border-radius: 5px;
        transition: all .5s ease-in-out;
        min-height: 220px;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #f3f3f3;
        -webkit-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
        -moz-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
        box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    }

        .help-cards .help-card-item:hover {
            -webkit-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.08);
            -moz-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.08);
            box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.08);
            background-color: #fff;
            top: -5px;
        }

        .help-cards .help-card-item i {
            font-size: 30px;
            color: #00a099;
        }

        .help-cards .help-card-item a {
            color: #5051a4;
        }

        .help-cards .help-card-item .card-title {
            font-size: 20px;
            font-weight: 400;
            margin-top: 15px;
            color: #010101;
        }

        .help-cards .help-card-item .btn-common {
            color: #fff;
        }

            .help-cards .help-card-item .btn-common:hover {
                color: #6c757d;
            }

        .help-cards .help-card-item p {
            color: #6c757d;
        }

        .help-cards .help-card-item .btn-common {
            padding: 10px 30px;
            border-radius: 4px;
        }

.categorie-content {
    padding: 30px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
    -moz-box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
    box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
    margin-bottom: 20px;
}

    .categorie-content .categorie-content_head {
        margin-bottom: 30px;
    }

        .categorie-content .categorie-content_head h2 {
            margin-bottom: 35px;
            font-size: 24px;
            color: #333;
            font-weight: bold;
        }

    .categorie-content h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .categorie-content p {
        color: #555;
        font-size: 14px;
        line-height: 30px;
    }

.categorie-content_body img {
    max-width: 100%;
    border-radius: 0px;
    display: block;
    margin: 30px 0;
}

.categorie-content_body iframe {
    max-width: 100%;
    display: block;
    /*height: auto;*/
    min-height: 140px;
}

.search_mini_bar {
    margin-bottom: 20px;
}

    .search_mini_bar #pageList {
        width: 92%;
    }

    .search_mini_bar input {
        padding: 0 15px;
        height: 50px;
        width: 100%;
        background-color: #fff;
        background-image: url(../img/fi-rr-search.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: 4%;
        border-radius: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #f3f3f3;
        -webkit-box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
        -moz-box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
        box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
    }

        .search_mini_bar input:focus,
        .search_mini_bar input:hover {
            border: 1px solid #F7F7F8;
            -webkit-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.1);
            box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.1);
            outline: none;
        }

.search-form {
    position: relative;
    max-width: 40rem;
    display: block;
    margin: -2rem auto 0;
    transform: translateY(50px);
    transition: all .7s ease;
}

    .search-form input {
        height: 55px;
        background-color: #fff;
        border-radius: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        padding-right: 25px;
        -webkit-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
        -moz-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
        box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    }

        .search-form input:focus,
        .search-form input:hover {
            border: 0;
            -webkit-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.1);
            box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.1);
        }

    .search-form .search-btn {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .search-form .search-btn:focus,
        .search-form .search-btn:hover,
        .search-form .search-btn:active {
            background: linear-gradient(45deg,#037b76 0,#00a099 100%);
            border-color: rgba(38, 152, 96, 0.95) !important;
            color: #fff !important;
            -webkit-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.3);
            -moz-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.3);
            box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.3);
        }

@media (max-width: 767px) {
    .search-form .search-btn {
        /* position: relative; */
        border-radius: 5px;
        padding: 10px 20px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.helpCenterBreadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

    .helpCenterBreadcrumb a {
        font-size: 14px;
        color: #00a099;
        text-decoration: none;
    }

        .helpCenterBreadcrumb a:last-child {
            color: #444;
        }

.useful-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    -moz-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    background: #fff;
    padding: 40px 0;
    border-radius: 5px;
}

.moving-side .useful-items {
    -webkit-box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
    -moz-box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
    box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
}

.useful-items .item {
    display: flex;
    align-items: center;
    flex-flow: column;
    background: #F5F7F9;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    font-size: 18px;
    margin: 0 8px;
    color: #333;
    text-decoration: none;
    transition: all 200ms ease-in-out;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    -moz-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
}

    .useful-items .item.active.like {
        background: linear-gradient(45deg,#037b76 0,#00a099 100%);
        color: #fff;
    }

    .useful-items .item.active.dislike {
        background: #eb6460;
        color: #fff;
    }

.pagination-wrap {
    text-align: center;
    margin-top: 40px;
}

.pagination {
    margin: 0;
    border-radius: 4px;
    padding: 20px 30px;
    background: #f9fafb;
    justify-content: space-between;
}

    .pagination > li {
        margin: 0 4px;
        display: inline-block;
        vertical-align: middle;
    }

        .pagination > li:first-child {
            margin-right: 0;
            margin-left: 50px;
        }

        .pagination > li > a[disabled] {
            pointer-events: none;
            cursor: default;
            color: #b1b3be !important;
        }

        .pagination > li > a {
            border: none !important;
            background: 0 0 !important;
            color: #545865;
            font-size: 14px;
            font-weight: 500;
            padding: 13px 10px;
            transition: all .3s;
        }

.pageTopContent {
    background-color: #f0f2f5;
    margin-bottom: 50px;
    position: relative;
    padding: 30px 10px;
}

    .pageTopContent h1 {
        color: #037b76;
        font-weight: 500;
        font-style: normal;
        font-size: 30px;
        margin-bottom: 20px;
    }


    .pageTopContent .content {
        position: relative;
        z-index: 22;
    }

@media(max-width: 767px) {
    .searchContainer .searchBtn {
        width: 50px;
    }

    .pageTopContent h1 {
        font-size: 20px;
    }
}

.quick-articals {
    padding: 40px 0;
    position: relative;
}

    .quick-articals .title h5 {
        padding: 10px;
        color: #333a45;
    }

    .quick-articals .articale a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        background-color: #FFFFFF;
        border-radius: 5px;
        border: 1px solid #f3f3f3;
        -webkit-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
        -moz-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
        box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
        padding: 2rem 1rem;
        border: 0;
    }

    .quick-articals .articale .card-title {
        font-size: 16px;
        font-weight: 400;
        color: #010101;
        margin: 0;
    }

.articale-categories .categorie-item {
    background-color: #F5F7F9;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
    -moz-box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
    box-shadow: rgba(89, 91, 181, 0.05) 0px 3px 8px;
    transform: none;
}

    .articale-categories .categorie-item .card-header {
        min-height: 50px;
    }

.articale-categories .articale-item {
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    -moz-box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    box-shadow: rgba(89, 91, 181, 0.10) 0px 3px 8px;
    padding: 1rem;
    border: 0;
    margin-bottom: 20px;
}

    .articale-categories .articale-item a {
        color: #2b2d34;
        font-size: 16px;
        font-weight: 500;
        display: block;
        line-height: 30px;
        transition: all .3s;
    }

    .articale-categories .articale-item .articale-item-img {
        width: 60px;
        height: 60px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 5px;
    }

        .articale-categories .articale-item .articale-item-img img {
            display: block;
            max-width: 100%;
            height: auto;
        }

    .articale-categories .articale-item span {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 90px);
        margin-right: 10px;
        font-size: 15px;
    }

.article-side .title {
    margin-bottom: 15px;
}

    .article-side .title h5 {
        padding: 10px 0;
        color: #333a45;
    }

@media(max-width: 767px) {
    .article-side {
        border-top: 1px solid #f2f2f2;
        padding-top: 20px;
    }
}

@media(max-width: 567px) {
    .categorie-content {
        padding: 30px 0;
    }

    .pageTopContent {
        padding: 40px 15px !important;
    }

        .pageTopContent .shape {
            margin-bottom: 0;
        }

    .search-form {
        margin-top: 1rem;
    }

        .search-form input {
            height: 45px;
            margin-bottom: 0;
        }

    .categorie-content .categorie-content_head h2 {
        font-size: 14px;
        line-height: 29px;
        margin-bottom: 15px;
    }

    .card .card-header {
        min-height: 50px;
    }

    .categorie-content_body p,
    .categorie-content_body p span {
        font-size: 14px !important;
    }
}

.moving-side {
    transition: all 300ms ease-in-out;
    transform: translateY(50px);
}

@media(max-width: 769px) {
    .container.p-0 {
        padding: 0 15px 0 15px !important;
    }

    #pageList {
        top: 45px;
    }

        #pageList ul li a {
            font-size: 12px;
        }

    .search_mini_bar #pageList {
        top: 70px;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        padding-left: 5px;
    }
}

@media(max-width: 567px) {
    .navbar-brand {
        margin-right: 0;
    }
}

#header-wrap {
    -webkit-box-shadow: 0 1px 4px hsla(0, 4%, 15%, .10);
    box-shadow: 0 1px 4px hsla(0, 4%, 15%, .10);
}
