/* @font-face{font-family:'Tajawal';font-style:normal;font-weight:500;font-display:swap;src:local('Tajawal Medium'),local('Tajawal-Medium'),url(https://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l8KiHrRpiYlJ.woff2) format('woff2');unicode-range:U+0600-06FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE80-FEFC}

@font-face{font-family:'Tajawal';font-style:normal;font-weight:500;font-display:swap;src:local('Tajawal Medium'),local('Tajawal-Medium'),url(https://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l8KiHrFpiQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

@font-face{font-family:'Tajawal';font-style:normal;font-weight:700;font-display:swap;src:local('Tajawal Bold'),local('Tajawal-Bold'),url(https://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l4qkHrRpiYlJ.woff2) format('woff2');unicode-range:U+0600-06FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE80-FEFC}

@font-face{font-family:'Tajawal';font-style:normal;font-weight:700;font-display:swap;src:local('Tajawal Bold'),local('Tajawal-Bold'),url(https://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l4qkHrFpiQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
body *:not(.fa,.fa-solid,.fa-regular){font-family:'Tajawal',sans-serif} */
/* @font-face {
    font-family: "Univers Next Arabic Regular";
    src: url("https://db.onlinewebfonts.com/t/5889988ce11f26fe80f398c6ae00c45b.eot");
    src: url("https://db.onlinewebfonts.com/t/5889988ce11f26fe80f398c6ae00c45b.eot?#iefix")
            format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/5889988ce11f26fe80f398c6ae00c45b.woff2")
            format("woff2"),
        url("https://db.onlinewebfonts.com/t/5889988ce11f26fe80f398c6ae00c45b.woff")
            format("woff"),
        url("https://db.onlinewebfonts.com/t/5889988ce11f26fe80f398c6ae00c45b.ttf")
            format("truetype"),
        url("https://db.onlinewebfonts.com/t/5889988ce11f26fe80f398c6ae00c45b.svg#Univers Next Arabic Regular")
            format("svg");
} */
body *:not(.fa, .fa-solid, .fa-regular) {
    font-family: "Univers Next Arabic Regular", sans-serif !important;
}
@media (max-width: 440px) {
    label.form-check-label {
        font-size: 12px;
    }
}

/* ===== Variables ===== */
:root {
    --man--bg: #d50900;
    --body--bg: #fff;
    --main--font: "Tajawal";
    --main-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    --second-bg: #fafafa;
}
/* Global setting
  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p {
    text-align: justify !important;
}
a {
    text-decoration: none;
    color: #000;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0;
}
.iti {
    width: 100%;
}
.iti__country-list {
    direction: rtl;
    text-align: right;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-left: 0;
    padding-right: 40px;
}
button,
button:hover {
    background-color: var(--man--bg);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul {
    list-style: none;
}

body,
html {
    direction: rtl !important;
    scroll-behavior: smooth;
}
body {
    background-color: var(--body--bg);
    font-family: var(--main--font);
    font-weight: 700;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1 {
    font-size: 1.5rem !important;
    font-weight: normal !important;
    text-align: right !important;
}
h2 {
    font-size: 1.35rem !important;
    font-weight: normal !important;
    text-align: right !important;
}
h3 {
    font-size: 1.15rem !important;
    font-weight: normal !important;
    text-align: right !important;
}
@media (max-width: 500px) {
    h1 {
        font-size: 1.35rem !important;
    }
    h2 {
        font-size: 1.25rem !important;
    }
    h3 {
        font-size: 1rem !important;
    }
}
.complete {
    color: #ffb800;
}
.border-b {
    padding: 5px 0px 5px 5px;
    margin: 10px 0px 0px;
    width: fit-content;
}
.border-b::before {
    content: "";
    width: 5px;
    height: 25px;
    background: var(--man--bg);
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 575px) {
    .border-b {
        font-size: 1.2rem !important;
    }
    .border-b::before {
        height: 20px;
    }
}
input {
    direction: rtl;
}
.form-select {
    padding-right: 2.5rem;
    background-position: right 1.5rem center !important;
}

.form-select:focus {
    padding-right: 2.5rem;
    background-position: right 1.5rem center !important;
}

.form-select::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.35rem 0.35rem 0;
    border-color: #000000 transparent transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/* scroll Area  */
.text-adjust {
    font-size: 15px;
    line-height: 1.5;
}
.author_name {
    font-size: 0.8rem !important;
    color: grey;
}
@media (max-width: 575.98px) {
    .author_name {
        font-size: 0.6rem !important;
    }
}
@media (max-width: 375px) {
    .author_name {
        font-size: 0.54rem !important;
    }
}
.tradingbtn {
    background: var(--man--bg) !important;
    height: 45px;
    color: white;
    border: none;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tradingbtn:hover {
    background-color: #a80c04 !important;
}
.scapm-page-content {
    width: 90%;
    margin: 0 auto;
}
/* =========== Classes ============== */
.postdetail:lang(ar) {
    direction: rtl;
    justify-content: center;
}
.rowcommon {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
@media (min-width: 1700px) {
    .rowcommon {
        width: 75% !important;
        margin: 0 auto !important;
        /* hhhhh? */
    }
}
h1 {
    font-weight: normal !important;
}

.depositbg {
    padding: 5px;
    /* background: rgb(248, 248, 248);
    border: 1px dotted rgba(0, 0, 0, 0.2); */
    display: flex;
    justify-content: space-between;
}

.aboutpara {
    font-size: 1rem;
    text-align: justify;
}
.aboutpara ul {
    padding-right: 1.5rem !important;
    list-style: inside;
}
.rowcommon h5 {
    font-size: 1.1rem;
}
.aboutpara li {
    text-align: justify !important;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 18px !important;
}
.aboutpara p {
    line-height: 1.8;
    margin-bottom: 0.5rem;
    text-align: right;
    font-weight: 400;
    font-size: 18px !important;
}
.aboutpara p a {
    color: var(--man--bg);
}
.aboutpara p span a {
    color: var(--man--bg);
}

.aboutpara h2 {
    font-weight: normal !important;
    text-align: right;
    padding: 5px 0px 5px 5px;
    margin: 10px 0px 0px;
    width: fit-content;
}
.aboutpara h2::before {
    content: "";
    width: 5px;
    height: 25px;
    background: var(--man--bg);
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 575px) {
    .aboutpara h2 {
        font-size: 1.25rem !important;
    }
    .aboutpara h2::before {
        height: 20px;
    }
}

.aboutpara h3 {
    font-weight: normal !important;
    text-align: right;
    padding: 5px 0px 5px 5px;
    margin: 10px 0px 0px;
    width: fit-content;
}
.aboutpara h3::before {
    content: "";
    width: 5px;
    height: 25px;
    background: var(--man--bg);
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 575px) {
    .aboutpara h3 {
        font-size: 1.125rem !important;
    }
    .aboutpara h3::before {
        height: 20px;
    }
}

.aboutpara h4 {
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 5px 0px 5px 5px;
    margin: 10px 0px 0px;
    width: fit-content;
}
.aboutpara h4::before {
    content: "";
    width: 5px;
    height: 25px;
    background: var(--man--bg);
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 575px) {
    .aboutpara h4 {
        font-size: 1rem !important;
    }
    .aboutpara h4::before {
        height: 20px;
    }
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
    width: 100% !important;
}
/* ======================== */
/* ======= scam question section (الاسئلة ) =========== */
.scam-question {
    overflow: hidden;
}
.scam-question h3 {
    font-size: 1.3rem;
    font-weight: 700;
}
.accordion-button:lang(ar)::after {
    margin-left: 0px !important;
    margin-right: auto !important;
}
.scam-question p {
    font-size: 0.9rem;
}
.articaldetail-breadcum {
    background-color: #e9ecef;
    padding: 1px;
    margin-bottom: 10px;
}
@media (max-width: 575.98px) {
    .articaldetail-breadcum {
        margin-bottom: 0px !important;
    }
}
.accordion-header {
    color: #000000;
}

.accordion-button {
    border-bottom: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-button {
    color: #000000;
    text-align: right;
}

.accordion-button.collapsed {
    background-color: #fff;
    color: #000;
    font-size: 16px;
}

.collapsed:lang(ar) {
    margin-right: 0px !important;
}
.accordion-button:not(.collapsed) {
    color: var(--man--bg) !important;
    background-color: #fff;
}
/* === top header Area ===== */
.top-header {
    background-color: var(--man--bg);
    height: 29px;
    padding: 3px 0;
}

.top-header .container {
    display: flex;
    align-items: center;
}

.top-header .container ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.top-header .container li {
    margin-top: 31.2px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .top-header .container .contact-us {
        display: flex !important;
    }
}
@media (max-width: 767px) {
    .top-header .container .contact-us {
        display: none !important;
    }
}

.top-header .container li a {
    color: #fff;
}

.top-header .container li a {
    border-left: 3px solid #f7f7f7;
    padding-left: 11px;
    text-align: center;
    font-family: Tajawal;
    font-size: 12px;
    font-weight: 400;
}

.top-header .container li a:hover {
    color: rgb(255, 230, 230);
}

.top-header .container li:last-of-type a {
    border-left: 0;
}

@media (max-width: 575px) {
    .top-header {
        background-color: #f9f9f9;
    }

    .top-header .container li {
        margin-left: 0px;
        margin-right: 8px;
    }
    .top-header .container ul {
        padding: 0;
    }
    .top-header .container li a {
        /* border-left: 1px solid #eee; */
        font-size: 0.7rem;
        margin: 0;
        margin-top: 5px;
        color: #909099;
        padding-right: 10px;
        padding-left: 7px;
    }
    .top-header .container ul.user li:last-of-type a {
        border-left: 1px solid #eee;
    }
    .top-header ul {
        justify-content: space-between !important;
        margin-left: -5px;
        margin-right: -1px !important;
    }

    .top-header li.search {
        margin-top: 17.2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-header li.search a i {
        font-size: 13px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .top-header .container li a {
        font-size: 9px;
    }
}
@media (min-width: 420px) and (max-width: 575px) {
    .top-header .container li a {
        font-size: 0.72rem;
    }
}
@media (max-width: 389px) {
    .top-header .container li {
        margin-right: 12px !important;
    }
    .top-header .container li a {
        padding-right: 0;
    }
}

/* ============ main Header Area ======== */
.main-header {
    padding: 36px 15px;
    height: 100px;
    border-bottom: 3px solid var(--man--bg);
    position: relative;
    background-color: #fff;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: ;
    -moz-transition: ;
    -ms-transition: ;
    -o-transition: ;
}
@supports (position: sticky) {
    .main-header {
        position: sticky;
        top: 0;
    }
}
.main-header .logo img {
    width: 216px;
    height: 90px;
    display: block;
    margin-top: -30px;
}

.main-header .links li {
    font-weight: bold;
    font-size: 16px;
}

.main-header .links ul {
    display: flex;
    height: 30px;
    align-items: center;
}

.main-header .links li:first-of-type {
    margin-right: 0;
}

.main-header .links li {
    margin-right: 30px;
}

.main-header .links li a {
    color: black;
    font-weight: 400;
    font-size: 1.1rem;
}

.main-header .links li a i {
    margin-top: 10px;
    font-size: 14px;
}

.main-header .links li a:hover,
.main-header .links li a:active {
    display: block;
    color: var(--man--bg);
}

.main-header .bar .fa-bars:before,
.main-header .bar .fa-navicon:before {
    margin-top: 14px;
    content: "\f0c9";
    display: block;
    font-size: 22px;
    cursor: pointer;
}

.main-header .main-btn {
    background-color: var(--man--bg);
    color: #fff;
    padding: 7px;
    margin-top: -3px;
    font-size: 1rem;
    width: 155px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.main-header .main-btn:hover {
    background: #9a0a02;
    color: #fff;
}

/* // dropdown-menu */
.main-header .menu {
    top: 95px;
    display: none;
    position: absolute;
    border-radius: 10px;
    min-width: 250px;
    left: 20%;
    text-align: right;
    z-index: 999;
    background-color: #fff;
    padding-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: top ease 0.5s, transition-delay 0.5s;
    -webkit-transition: ;
    -moz-transition: ;
    -ms-transition: ;
    -o-transition: ;
}

.menu.show {
    display: grid !important;
}

.main-header .menu ul {
    display: block;
}

.main-header .menu a {
    display: block;
}

.main-header .menu span {
    width: 100%;
    padding: 15px 30px;
    background: #e8e8e8;
    margin-left: 20px;
    font-size: 1.1rem;
    font-weight: 400;
}

.main-header .menu span i {
    color: var(--man--bg);
    margin-left: 5px;
}

.main-header .menu .links-menu {
    padding: 15px 30px;
}

.main-header .menu .links-menu a {
    width: 100%;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    margin-bottom: 5px;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.main-header .menu .links-menu a:hover {
    text-decoration: underline;
    color: #000;
}

.main-header .menu#menu1 {
    right: 28%;
    width: 300px;
}

@media (min-width: 1900px) {
    .main-header .menu#menu1 {
        right: 32%;
        width: 300px;
    }
}

.main-header .menu#menu2 {
    right: 33%;
    width: 320px;
}

@media (min-width: 1900px) {
    .main-header .menu#menu2 {
        right: 37%;
        width: 320px;
    }
}

.main-header .menu#menu3 {
    left: 11%;
    width: 350px;
}
@media (min-width:1650px) {
    .main-header .menu#menu3 {
    left: 18%;
    width: 350px;
    }
}
@media (min-width:1800px) {
    .main-header .menu#menu3 {
    left: 20%;
    width: 350px;
    }
}
@media (min-width:2000px) {
    .main-header .menu#menu3 {
    left: 23%;
    width: 350px;
    }
}

/* main header in responsive area  */
@media (max-width: 991px) {
    .main-header {
        height: 80px !important;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .main-header .logo img {
        margin-top: -6px;
        width: 170px;
        height: 60px;
        margin-right: -20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .main-header .main-btn {
        margin-top: -5px;
        padding: 5px 6px;
    }
}

@media screen and (max-width: 1199px) {
    .main-header {
        height: 100px;
    }

    .main-header .main-btn {
        padding: 7px;
        margin-top: -13px;
    }
}
.main-header .bar i {
    color: #333;
}
.main-header ul.user {
    position: relative;
}
.main-header ul.user a {
    font-size: 20px;
    margin-left: -14px;
    display: block;
    margin-top: 13px;
    color: #333;
}
.main-header ul.user a.icon-user {
    margin-left: 20px;
}
.main-header ul.user a.icon-user i {
    padding-left: 10px;
    border-left: 1px solid #ccc;
}
.main-header ul.user a i {
    padding-left: 10px;
}
.main-header ul.user #user-menu {
    padding: 10px;
    font-size: 14px;
    left: -31%;
    top: 61px;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    border-radius: 3px;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.main-header ul.user #user-menu a {
    margin-top: 5px;
}
.main-header ul.user #user-menu a i {
    padding-left: 2px;
}
@media (max-width: 475px) {
    .main-header ul.user #user-menu {
        left: -51px;
    }
}
.main-header ul.user #user-menu li a {
    font-size: 12px;
}

/* // side nav  */
.modal-dialog {
    width: 100%;
    max-width: 100%;
    z-index: 999999999;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: 0px 4px 54px 30px rgba(0, 0, 0, 0.25);
    background-color: #fbfbfb;
    scroll-behavior: smooth;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.modal-dialog::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.modal-dialog::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.modal-content {
    border-radius: 0;
    border: none;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}
.modal-dialog a {
    margin-bottom: 5px !important;
    color: #000;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.modal-header {
    border: none;
    margin-top: 10px;
}

.modal-header i {
    font-size: 30px;
    color: var(--man--bg);
    width: 40px;
}
.modal-body {
    margin-top: 0px;
    padding: 0 24px;
    font-size: 14px;
}
.modal-body .model-line {
    margin: 0 0;
    padding: 0 24px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #d6d4d4;
}

.modal-body .model-line span {
    font-weight: 400 !important;
    margin: 5px;
    font-size: 18px !important;
}
.modal-body #sibar_Sub_link1,
.modal-body #sibar_Sub_link2 {
    cursor: pointer;
}
.modal-body .sub-menu {
    margin-right: 40px;
}
.modal-body .other_links {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    width: 390px;
    padding: 0 24px;
    height: 158px;
}
.modal-body .sub-menu a:hover {
    color: var(--man--bg) !important;
}
.modal-body .services {
    font-weight: 600;
    line-height: 120%;
    margin-top: 40px !important;
    padding: 0 24px;
    font-size: 14px;
}
.modal-body .services .box-service {
    margin-right: 30px;
}
button.btn-close {
    display: block;
    padding: 15px;
    margin-right: 150px !important;
    font-size: 18px;
}
.modal-body .footer {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.services .box-service .icon {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--man--bg);
    line-height: 50px;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* ///========breadcum section ==== */
.articaldetail-breadcum ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    list-style: none;
    direction: rtl;
    margin: 10px 3px;
}
.articaldetail-breadcum ul li {
    font-size: 1rem;
    font-weight: 400;
}
.articaldetail-breadcum {
    padding-right: 10px;
}
.articaldetail-breadcum ul li a::after {
    display: inline-block;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}
@media (max-width: 575.98px) {
    .articaldetail-breadcum ul li {
        font-size: 14px;
    }
}
/* /////////////// ======محتوي الصفحة  */

#ez-toc-container {
    padding: 10px;
    border: 1px solid #ccc;
    height: 185px;
    overflow: hidden;
    position: relative;
}
#ez-toc-container .toggle-bg {
    z-index: 1;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 2rem;
    text-align: center;
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0, #fff 80%);
}
ul.ez-toc-list li:first-of-type {
    margin-top: 0;
}
ul.ez-toc-list li:last-of-type {
    margin-bottom: 30px;
}
ul.ez-toc-list li {
    font-weight: normal;
    margin-top: 14px;
}
#ez-toc-container .ez-toc-title {
    font-weight: normal;
    font-size: 1.3rem;
    margin-top: 5px;
    margin-bottom: -14px;
}

#ez-toc-container .ez-toc-icon-toggle-span {
    font-weight: normal;
    position: absolute;
    left: 43%;
    bottom: 0;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    background: #f5f5f5;
    padding: 10px 18px;
}
@media screen and (max-width: 575px) {
    #ez-toc-container .ez-toc-icon-toggle-span {
        margin-top: 30px;
    }
    ul.ez-toc-list li {
        font-weight: 560;
        font-size: 0.78rem;
        width: max-content;
    }
    #ez-toc-container p.ez-toc-title {
        font-size: 1rem !important;
    }
    #ez-toc-container svg {
        width: 1.2rem;
    }
    #ez-toc-container .ez-toc-icon-toggle-span {
        font-size: 14px;
        padding: 7px 10px;
    }
}
#ez-toc-container hr {
    margin: 0 !important;
}

/* //===============footer section================// */
footer {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    overflow-y: hidden;
    background-color: #131722;
    color: #fff;
}

.top-footer {
    padding-top: 50px;
}

.top-footer img {
    width: 200px;
    height: 60px;
    display: block;
    margin-top: -10px;
}

.top-footer .contact h4 {
    margin-top: 15px;
    height: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.top-footer .contact .icon {
    align-items: center;
    gap: 41px;
    display: flex;
    font-size: 19px;
}
.top-footer .contact span,p {
    font-weight: 400;
}
.top-footer .contact a {
    color: white !important;
}
.top-footer .contact .icon i {
    cursor: pointer;
    font-size: 20px;
    transition: all 05s ease-in-out;
    -webkit-transition: all 05s ease-in-out;
    -moz-transition: all 05s ease-in-out;
    -ms-transition: all 05s ease-in-out;
    -o-transition: all 05s ease-in-out;
}

.top-footer .links {
    font-size: 16px;
    font-weight: 700;
}

.top-footer .links h6 {
    font-weight: bold;
    color: #fff;
}

.top-footer .links a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.top-footer .links a:hover {
    color: rgb(205, 200, 200);
}

.top-footer .links h6 {
    font-size: 15px;
}

.top-footer .conction_info {
    gap: 16px;
}

.conction_info h6 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

.conction_info h6 i {
    font-size: 16px;
}

/* @media (min-width: 780px) and (max-width: 1400px) {
  .conction_info h6 i{
    font-size: 12px;
  }
  footer .links{flex-direction: row !important; flex-wrap: wrap;
    justify-content: center;
  }
  footer .links a{font-size: 16px;font-weight: 6000; margin-top: 10px;
}
} */
/* @media screen and (max-width: 779px) {
 footer .links{
    flex-direction: row !important;
    font-size: 12px;
 }
 footer .other_links ul a{
   font-size: 12px;
   margin-right: 10px;

}
} */
.top-footer .other_links ul {
    color: #fff;
    font-size: 14px;
}

.top-footer .other_links ul li {
    margin-right: 40px;
}

.top-footer .other_links ul a {
    color: #fff;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.main-footer {
    padding-top: 20px;
}

.main-footer .header {
    padding: 15px;
}

.main-footer .evalution {
    font-size: 18px;
}

.main-footer .evalution .rate {
    font-size: 16px;
}

.main-footer .icon a {
    font-size: 12px;
}

.main-footer .icon a i {
    padding: 10px;
    color: #fff;
}

.main-footer .icon a .fa-facebook-f:before {
    content: "\f39e";
    padding: 3px;
}

.body-footer {
    padding: 15px 0;
    font-family: var(--main--font), sans-serif;
}

.main-footer .body-footer .content {
    border-bottom: 2px solid #b7b7b7;
    padding-bottom: 10px;
}

.main-footer .body-footer p,
.main-footer .body-footer h6 {
    text-align: justify;
    color: #fff;
    font-size: 16px !important;
    line-height: 1.7rem;
}

.copy-write {
    font-family: var(--main--font), sans-serif;
    padding-bottom: 5px;
}

.copy-write p {
    margin-right: 10px;
    font-size: 13px !important;
    line-height: 1.7rem;
    color: #fff;
}

.copy-write .logo {
    margin-top: -10px;
}

.copy-write p a {
    color: #fff;
}

.copy-write p a:hover {
    color: rgb(205, 200, 200);
}

.body-footer .member {
    position: absolute;
    left: 216px;
}

.protected img {
    position: absolute;
    bottom: 65px;
    left: 0px;
    width: 100px;
    height: 80px;
    margin-bottom: 40px;
}

.protected a.cmc img {
    width: 121px;
    height: 57px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.main-footer .body-footer p.coun {
    margin-left: 400px !important;
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .body-footer .member {
        position: absolute;
        left: 0px !important;
        top: -98px !important;
    }

    .protected img {
        width: 100px;
        height: 60px;
        bottom: 47px;
    }

    .protected a.cmc img {
        width: 100px;
        bottom: -20px;
        height: 50px;
    }
}

@media (min-width: 1400px) {
    .protected img {
    }

    .protected a.cmc img {
        bottom: -20px;
    }
}

@media (min-width: 1700px) {
    .body-footer .member {
        position: absolute;
        left: 0;
        top: -124px;
    }

    .protected img {
        bottom: 51px;
    }

    .protected a.cmc img {
        bottom: -25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .body-footer .member {
        position: absolute;
        left: 1px;
        top: -73px;
    }

    .protected img {
        bottom: 41px;
        width: 100px;
        height: 38px;
    }

    .protected a.cmc img {
        bottom: -8px;
        width: 100px;
        height: 39px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .body-footer .member {
        position: absolute;
        left: 0;
        bottom: 16px;
    }

    .protected img {
        bottom: 85px;
        width: 70px;
        height: 37px;
        margin-bottom: 0;
    }

    .protected a.cmc img {
        bottom: 47px;
        height: 30px;
        width: 70px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .body-footer .member {
        left: 0;
        top: 0px;
    }

    .protected img {
        bottom: 76px;
        width: 70px;
        height: 37px;
        margin-bottom: 0;
    }

    .protected a.cmc img {
        bottom: 11px;
        height: 30px;
        width: 70px !important;
    }
}

@media (max-width: 767px) {
    .main-footer .body-footer .content {
        padding-bottom: 0;
    }

    .main-footer {
        padding-top: 0;
    }

    .main-footer .body-footer p.coun {
        margin-left: 0 !important;
    }

    .copy-write .logo img {
        height: 50px;
        width: 111px;
    }

    .copy-write .logo {
        margin-top: 0;
    }

    footer .copy-write p {
        font-size: 0.7711rem;
        margin-top: -5px;
    }

    .body-footer .member {
        position: relative;
        left: 0;
        right: 0;
    }

    .protected img {
        width: 100px;
        height: 60px;
        margin-bottom: 0px;
        bottom: 89px;
    }

    .protected a.cmc img {
        width: 120px;
        height: 19px;
        bottom: 0px;
    }

    .main-footer .body-footer {
        padding: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .main-footer .body-footer p.coun {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .main-footer .body-footer p,
    .main-footer .body-footer h6 {
        line-height: 1.5rem;
    }

    .copy-write p {
        margin-right: 0;
        line-height: 1.5rem;
        font-size: 12px;
    }

    .copy-write {
        padding: 0;
    }
}

@media (min-width: 476px) and (max-width: 767px) {
    .protected img {
        width: 75px;
        height: 40px;
        bottom: 115px;
    }

    .protected a.cmc img {
        width: 75px;
        height: 40px;
        bottom: 61px;
    }
}

@media (max-width: 475px) {
    .protected img {
        width: 70px;
        height: 30px;
        bottom: 140px;
    }

    .protected a.cmc img {
        width: 75px;
        height: 30px;
        bottom: 100px;
    }
}

@media (max-width: 374px) {
    .protected img {
        width: 70px;
        bottom: 167px;
        height: 30px;
    }

    .protected a.cmc img {
        bottom: 117px;
        width: 70px;
        height: 30px;
    }
}

.fw-h2 {
    font-weight: 600 !important;
    font-family: "Tajawal";
}
.aboutpara img.features-img {
    width: 80% !important;
    height: auto !important;
}

@media (max-width: 767px) {
    .aboutpara img.features-img {
        width: 90% !important;
        height: auto !important;
    }
}

img.features-img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 767px) {
    img.features-img {
        width: 100% !important;
        height: auto !important;
    }
}

.inline-company__item h4 {
    font-size: 1.125rem;
    font-weight: 700;
}

.feature-list > * + * {
    margin-top: 1rem;
}

.feature-list li {
    display: flex;
    line-height: 25px !important;
    font-size: 16px !important;
}

.feature-list li:before {
    content: "";
    position: relative;
    top: 4px;
    --size: 20px;
    flex: 0 0 var(--size);
    width: var(--size);
    height: var(--size);
    margin-left: 0.5rem;
}

.feature-list.pros li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2914 5.18748L7.98537 14.4935L3.75537 10.2635' stroke='%2314952C' stroke-width='1.692' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.feature-list.cons li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7489 4.251C17.0837 4.58574 17.0837 5.12845 16.7489 5.46319L6.46323 15.7489C6.1285 16.0836 5.58579 16.0836 5.25105 15.7489C4.91632 15.4142 4.91632 14.8715 5.25105 14.5367L15.5368 4.251C15.8715 3.91627 16.4142 3.91627 16.7489 4.251Z' fill='%23D72223'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.25105 4.251C5.58579 3.91627 6.1285 3.91627 6.46323 4.251L16.7489 14.5367C17.0837 14.8715 17.0837 15.4142 16.7489 15.7489C16.4142 16.0836 15.8715 16.0836 15.5368 15.7489L5.25105 5.46319C4.91632 5.12845 4.91632 4.58574 5.25105 4.251Z' fill='%23D72223'/%3E%3C/svg%3E%0A");
}

.features-h3 {
    margin-top: 1.5rem !important;
    margin-right: 1rem;
}

@media (max-width: 600px) {
    .features-h3 {
        margin-top: 0.75rem !important;
        margin-right: 1.5rem !important;
    }
}

.feature-img-container {
    flex: 0 0 20% !important;
    border-radius: 0px;
}

@media (max-width: 600px) {
    .feature-img-container {
        flex: 0 0 40% !important;
        border-radius: 0px;
    }
}

.aboutpara .warn-btn {
    background-color: var(--man--bg);
    color: white;
}

.aboutpara .warn-btn:hover {
    background: #b70b02;
    color: white;
}
.scam-company-def .warn-btn {
    background-color: var(--man--bg);
    color: white !important;
}

.scam-company-def .warn-btn:hover {
    background: #b70b02;
    color: white;
}

.brokers-table {
    margin-top: 40px;
}

.brokers-table .box {
    padding: 30px 10px;
    padding-right: 15px;
    margin-top: 20px;
    border-right: 4px solid #13c636;
    background: var(--second-bg);
    width: 100%;
    background-color: #f7f7f7;
}

.brokers-table .box .brand {
    margin-right: 10px;
    margin-left: 10px;
}

.brokers-table i.complete {
    color: #ffb800;
}

.brokers-table .box .list-methods {
    width: 450px;
    align-items: center;
}

.brokers-table .box .list-methods h6 {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
}

.brokers-table .box .list-methods span {
    font-size: 1rem;
    font-weight: 600;
}

.brokers-table .box .licenses,
.brokers-table .box .licenses span {
    font-size: 1rem;
    font-weight: 600;
}

.brokers-table .box .licenses .line {
    height: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

.brokers-table .box .action {
    margin-right: 90px;
    margin-left: 40px;
    margin-bottom: -20px;
}

.brokers-table .box .action button {
    background-color: var(--man--bg);
    color: #fff;
    display: flex;
    border-radius: 5px !important;
    width: 160px;
    height: 50px;
    padding: 0;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.brokers-table .box .action button:hover {
    background-color: transparent;
    color: var(--man--bg);
    border: 3px solid var(--man--bg);
}

.brokers-table .box .action a {
    color: var(--man--bg);
    font-weight: 700;
    height: 20px;
    border-bottom: 3px solid var(--man--bg);
    font-size: 16px;
    margin: 0 auto;
    /* line-height: 36%; */
    margin-top: 10px;
}

.brokers-table .box img {
    width: 152px !important;
    height: 82px !important;
    margin-left: 40px;
}

.brokers-table .box .licenses,
.brokers-table .box .licenses span {
    font-size: 1rem;
    font-weight: 600;
}

.brokers-table .box span {
    margin: 30px !important;
    font-size: 14px !important;
}

@media screen and (max-width: 767px) {
    .brokers-table .box span {
        margin: 15px !important;
        font-size: 14px !important;
    }
}

@media screen and (max-width: 767px) {
    .brokers-table .box .list-methods {
        margin-top: 25px !important;
    }
}

@media screen and (max-width: 767px) {
    .brokers-table .box .brand .stars {
        margin-left: 50px !important;
        margin-top: -5px !important;
    }
}
.brokers-table .box .stars {
    margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
    .brokers-table .box .brand {
        display: contents !important;
    }
}
@media screen and (max-width: 767px) {
    .brokers-table .box {
        width: 106%;
        margin: 0 auto;
        margin-right: -10px;
    }

    .brokers-table .box .brand {
        margin-bottom: 10px;
        height: 100px;
    }

    .brokers-table .box .licenses {
        margin-bottom: 15px;
    }

    .brokers-table .box .licenses,
    .brokers-table .box .licenses span {
        font-size: 16px;
        font-weight: 600;
    }

    .brokers-table .box .list-methods h6 {
        font-size: 16px;
    }

    .brokers-table .box .list-methods span {
        font-size: 16px;
        font-weight: 600;
    }

    .brokers-table .box .action {
        margin-right: 10px;
        margin-left: 0px;
        margin-top: 7px;
    }

    .brokers-table .box .list-methods {
        width: 100%;
        align-items: flex-end;
        gap: 10px;
        flex-wrap: wrap;
    }

    .brokers-table .box img {
        margin-bottom: 10px;
        width: 149px;
        height: 70px;
        margin-left: 28px;
    }

    .brokers-table .box .action {
        margin-top: 20px;
    }

    .brokers-table .box .action button {
        width: 120px;
        height: 40px;
        margin-right: 40px;

        font-size: 16px;
    }

    .brokers-table .box .action a {
        font-size: 14px;
        line-height: 20%;
        width: max-content;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .brokers-table .box {
        margin: 10px auto;
        padding: 30px 0;
    }

    .brokers-table .box img {
        width: 145px !important;
        height: 72px !important;
    }

    /* .brokers-table .box .licenses,.brokers-table .box .licenses span{
        font-size: 24px;
        font-weight: 400;
    } */
    .brokers-table .box .list-methods h6 {
        font-size: 16px;
    }

    .brokers-table .box .list-methods span {
        font-size: 18px;
        font-weight: 400;
    }

    .brokers-table .box .action {
        margin-right: 10px;
        margin-top: 30px;
    }

    .brokers-table .box .list-methods {
        width: 100% !important;
        align-items: flex-end;
        margin-top: 10px;
        gap: 40px;
    }

    .brokers-table .box img {
        margin-bottom: 20px;
        width: 200px;
        height: 65px;
        display: flex;
        justify-content: center;
    }

    .brokers-table .box .action button {
        width: 120px;
        height: 40px;
        font-size: 16px;
        margin-right: 60px;
        margin-bottom: 10px;
    }

    .brokers-table .box .action a {
        font-size: 16px;
    }

    .brokers-table .box .action {
        margin-top: 20px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .brokers-table .box {
        margin: 10px auto;
    }

    .brokers-table .box .brand {
        margin-right: 10px;
        margin-left: 20px;
    }

    .brokers-table .box .action {
        margin-right: 10px;
    }

    .brokers-table .box .list-methods {
        width: fit-content;
        align-items: flex-end;
        gap: 20px;
    }

    .brokers-table .box .action button {
        width: 140px;
    }

    .brokers-table .box .list-methods .method {
        margin-left: 15px;
    }

    .brokers-table .box .list-methods .method h6 {
        font-size: 15px;
    }
}
.border-c {
    padding: 5px !important;
    margin: 0px 0px 3px 25px !important;
    width: fit-content;
}
.border-c::before {
    content: "" !important;
    width: 0px !important;
    height: 0px !important;
    background: white !important;
    margin-left: 0px !important;
    display: inline-block;
    vertical-align: top;
}

.submenu {
    width: 100%;
    position: relative;
}
#submenu_peple_links {
    font-weight: 400;
}
.submenu .fa-solid{
    font-weight: 600 !important;
}
.submenu-content {
    display: none;
    position: absolute;
    right: 113%; /* Position the submenu to the left of the parent menu */
    top:-150%;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    min-width: 300px;
}

.submenu:hover .submenu-content {
    display: block;
}

.show-submenu {
    display: block;
}

.submenu-content a {
    text-align: center !important;
}

.model-line-submenu {
    margin: 0px 0px 0px 24px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
}

.brokers-table-btn {
    padding: 20px 40px 20px 40px;
}

@media (max-width: 768px) {
    .brokers-table-btn {
        padding: 15px 40px 15px 40px;
        margin-right: 40px !important; 
        margin-top: 5px !important;
    }
}

.ck-table-resized {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 25px 0;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
 }

 .ck-table-resized td {
    padding: 16px !important;
    border: none !important;
    background-color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
 }

 /* Specific styling for header cells */
 .ck-table-resized tr:first-child td {
    background-color: #f5ecec;
    color: #474d56;
    font-weight: 600;
 }

 /* Alternating row colors for better readability */
 .ck-table-resized tr:nth-child(even) td {
    background-color: #f7f9fc;
 }

 /* Hover effect */
 .ck-table-resized tr:not(:first-child):hover td {
    background-color: #f0f2f5;
 }

 /* First column styling (Pros) */
 .ck-table-resized td {
    border-left: 2px solid #f5ecec !important;
 }

 /* Second column styling (Cons) */
 /* .ck-table-resized td:last-child {
    border-left: 4px solid #e74c3c !important;
 } */

 /* Responsive adjustments - keeping table structure */
 @media screen and (max-width: 768px) {
    .ck-table-resized {
       font-size: 14px; /* Slightly smaller font for mobile */
    }

    .ck-table-resized td {
       padding: 12px !important; /* Slightly reduced padding for mobile */
    }
 }

 .guide-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.guide-table > .table-bordered {
    border: 0;
}
.guide-table table {
    min-width: 650px;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.guide-table .tb-content {
    display: inline-table;
}
.guide-table .tb-content {
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px;
    border-radius: 20px;
    overflow: hidden !important;
}
.guide-table .tb-content caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: right;
    caption-side: bottom;
    background: #f5ecec;
    padding: 16px 50px;
    gap: 16px;
    background-image: url("../../../../public/images/g-pay.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 2% bottom 50%;
    font-size: 14px;
}
.guide-table .tb-content tr {
    border-radius: 8px !important;
    text-align: center;
}
.guide-table .tb-content tr td a {
    color: #007bff !important;
    font-weight: bold;
}
.guide-table .tb-content img {
    height: auto !important;
}
.guide-table .tb-content tr:nth-child(even) {
    border-radius: 8px;
    background: #f7f9fa;
}
.guide-table .tb-content tr:nth-child(odd) {
    border-radius: 8px;
    background: #f7f9fa;
}
.guide-table .tb-content tr:hover {
    background: #eff3f5;
}
.guide-table .tb-content th,
.guide-table .tb-content td {
    font-weight: 100;
    border: 0;
    vertical-align: middle;
}
.guide-table .tb-content th {
    padding: 14px;
}
.guide-table .tb-content td {
    padding: 8px 12px;
    font-weight: 100;
    border: 0;
    vertical-align: middle;
}
.guide-table .tb-content th {
    font-weight: 500;
}
.guide-table .tb-content thead tr:first-child {
    background-color: #f5ecec;
}
.guide-table .tb-content th:first-child {
    border-right-style: solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.guide-table .tb-content tr:first-child th:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
}
.guide-table .tb-content td:last-child {
    border-left-style: solid;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.guide-table {
    border: 0;
}

.table {
    float: none !important;
}