/* ===== 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
  */
* {
    font-family: serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #fff;
}

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;
    scroll-behavior: smooth;
}

@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}
/* latin */
@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}
/* arabic */
@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}
/* latin */
@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}
/* scroll Area  */

/* =========== Classes ============== */
.seconnd-btn {
    display: flex !important;
    font-size: 20px;
    font-weight: bold;
    width: 150px;
    height: 50px;
    justify-content: center;
    padding: 15px 0;
    align-items: center;
    margin-right: 15px;
}


/* notficaton classes  */
.not-header {
    display: flex;
    justify-content: space-between;
    font-family: var(--main--font);

}

.not-header div {
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    text-align: right;
}

.not-header div img {
    margin-top: -5px;
}

.not-header div span {
    font-size: 10px;
    color: #fff;
    font-weight: 500;
}

.not-header img {
    width: 65.8px;
    height: 100%;
}

.rating {
    margin-top: -7px;
    margin-right: 25px;
}

.rating i {
    font-size: 10px;
}

.rating i.complete {
    color: #FFB800;
}

.location {
    font-size: 10px;
}

.body {
    width: 204px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 8px;
    font-weight: 400;
}

.date {
    font-size: 8px;
    font-weight: 700;
}

/* classe header of each section  */
.header-section h3 {
    font-size: 1.7rem;
    font-weight: 700;
    padding-bottom: 7px;
}

.header-section h3::before {
    content: "";
    width: 5px;
    height: 30px;
    background: var(--man--bg);
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;

}

@media(max-width:750px) {
    .header-section h3::before {
        height: 20px;
    }
}

.header-section a {
    color: #000
}

.header-section span {
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
}

/* ======================== */
/* === 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;
}

.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: 11px;
    font-weight: 600;
}

.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: 24px;
    }
    .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: 11px;
        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: 25px;
    }
    .top-header .container li a{padding-right: 0;}
}

/* ============ main Header Area ======== */
.main-header {
    padding: 36px 15px;
    height: 100px;
    z-index: 999;
    transition: top ease-in-out 0.3s;
    border-bottom: 3px solid var(--man--bg);

}

.main-header.stiky{
    position: sticky;top:0  
 }
@supports(position: sticky){
    .main-header.stiky{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: 600;
    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;
}

/* // dropdown-menu */
.main-header .menu {
    top:120px;
    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 0.3s ease-in-out;

}

.menu.show {
    display: block;
}


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

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

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

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

.main-header .menu .links-menu {
    padding: 15px 30px;
}
.main-header.stiky{
        position: fixed !important;
        top: 0;  
        width: 100%;    
}
.main-header .menu .links-menu a {
    width: 100%;
    font-weight: 600;
    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: 26%;
    width: 300px;
}

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

.main-header .menu#menu3 {
    left: 20%;
    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;}
/* ///menue  */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    right: 0;
    z-index: 949 !important;
    border-bottom: none !important;
    /* Add any additional styles for the sticky header */
}

/* // 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: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

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

.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: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.modal-dialog a {
    color: #000
}

.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 #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: 20px;
    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;
}

/* ////// === company Description Area  */
.company_desc {
    padding: 5px;
    background-size: cover;
    padding-bottom: 120px;
    /* background: linear-gradient(180deg, #333333, #000000); */
    background: #131722;
}


@media screen and (max-width: 1200px) {
    .company_desc {
        height: fit-content;
        padding-bottom: 130px;
    }
}

.company_desc .title {
    margin-top: 88px;
    height: 174px;

}

.company_desc .title h1 {
    font-size: 1.45rem;
    font-weight: 700;
    width: 832px;
    line-height: 163%;
    margin-bottom: 40px;
}

.company_desc .title h2 {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 163%;
    width: 800px;
    margin-bottom: 40px;
}

/* main header in responsive area  */
@media screen and (max-width: 1200px) {
    .company_desc .title h1 {
        font-size: 1.2rem;
        width: auto;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .company_desc .title h2 {
        width: auto;
    }
}

@media screen and (max-width: 576px) {
    .company_desc {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .company_desc .title {
        margin-top: 79px;
    }

    .company_desc .title h1 {
        font-size: 1.1rem;
        font-weight: 700;
        width: auto;
    }

    .company_desc .title h2 {
        font-size: 0.9rem;
        width: auto;
    }

    .last-warning .services {
        margin-top: -45px !important;
    }
}

.company_desc .search {
    display: flex;
    width: 632px;
    height: 55px;
    padding: 6px 18px 6px 7px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #FFF;
}

.company_desc .search input {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    box-shadow: none;
    color: #fff !important;
}

.company_desc .search input::placeholder {
    color: #fff !important;
    font-weight: bold;

}

.company_desc .search input:focus {
    border: none;
    box-shadow: none;
}

.company_desc .search .btn-seach {
    display: flex;
    width: 105px;
    height: 43px;
    padding: 15px 26px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    background: var(--man--bg);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.company_desc .search i {
    font-size: 20px;
    margin-left: 20px;
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 768px) {
    .company_desc .search {
        width: 330px;
        height: 46px;
    }

    .company_desc .search .btn-seach {
        height: 36px;
    }
}

.userN {
    visibility: hidden;
    opacity: 0;
}

.user-notfication {
    position: fixed;
    border-radius: 170px;
    max-width: 400px;
    min-width: 350px;
    right: 20px;
    bottom: 120px;
    padding: 8px 2px 12px 14px;
    z-index: 99;
    background: #000;
    box-shadow: 0px 4px 65px 0px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 170px;
    -moz-border-radius: 170px;
    -ms-border-radius: 170px;
    -o-border-radius: 170px;
}

.visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 0.3s linear;
    -webkit-transition: ;
    -moz-transition: ;
    -ms-transition: ;
    -o-transition: ;
}

.user-notfication .body {
    font-size: 14px;
    width: auto;
    font-weight: 600;
    margin: 2px;
    color: #bdbdb3
}

.user-notfication .date {
    font-size: 11px;
}

.user-notfication .date span {
    margin-right: 5px;
}

.user-notfication .not-header span a {
    font-size: 14px;
    color: #FFB800;
    font-weight: 700;
}

.user-notfication .logo {
    width: 58px;
    height: 60px;
    background-color: #ccc;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 18px;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media(max-width:500px) {
    .user-notfication {
        bottom: 10px;
        min-width: 230px;
        padding: 7px 5px;
    }

    .user-notfication .logo {
        height: 55px;
        width: 57px;
        border-radius: 50%;
        margin-left: 3px;
        padding: 0px 20px;
        font-size: 14px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .not-header div {
        font-size: 14px;
    }

    .user-notfication .body {
        font-size: 12px;
        word-wrap: break-word;
    }

    .user-notfication .date {
        font-size: 11px;
    }

}

.user-notfication .fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    position: absolute;
    top: 10px;
    cursor: pointer;
    font-size: 18px;
    left: -24px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .user-notfication {
        left: 30px;
    }
}

/* ///====== waring Area ////// */

.last-warning .services {
    gap: 16px;
    margin-top: -130px;
}

.last-warning .services .box-service {
    background-color: #fff;
    width: 336px;
    height: 150px;
    padding: 22px 22px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    gap: 18px;
}

.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%;
}

.services .box-service h5 {
    font-size: 1rem;
    color: var(--man--bg);
    font-weight: 700;
}

.services .box-service p {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    line-height: 120%;
    /* 16.8px */
}

/* // warning list section   */
.warning-list {
    margin-bottom: 20px;
}

.warning-list .warning-content {
    margin-top: 20px;
}

.warning-list .warning-content .box {
    padding: 20px 10px 10px !important;
    margin-top: 10px;
    width: 95%;
    margin: 10px auto;
    background: #f7f7f7;

}

.end_arrow a {
    color: #000;
    font-size: 18px;
}

.end_arrow a i {
    color: var(--man--bg)
}


.warning-content .box-head .head-state span {
    font-size: 14px;
    color: #000;
    font-weight: 700
}

.warning-content .box-head .head-state h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

.warning-content .box-head .img {
    display: flex;
    width: 50px;
    height: 50px;
    margin-left: 5px;
    padding: 14px 12px 13px 13px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    background: rgba(237, 237, 237, 0.50);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}

.warning-content .box-head .img img {
    width: 40px;
    height: 40px;
}

.warning-content .box-head .icon {
    gap: 13px;
    font-weight: 700;
    font-size: 20px;
}

.warning-content .box-head .icon i {
    color: #FFB800
}

.method {
    margin-top: 10px;
}

.method h6 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.method span {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 0px;
    margin-top: -44px;
}
.method .scam-method span{font-size: 0.65rem; margin-top: 13px !important;}
.line {
    width: 1px;
    display: inline-block;
    background-color: #000;
    height: 7px;
}

.warning-content .method .number img {
    display: inline-block;
    margin-left: -10px;
    width: 15px !important;
    height: 15px !important;
}

.warning-content .method.action {
    margin: 0;

}

.warning-content .method button {
    color: #FFF;
    margin-top: 17px;
    font-size: 14px;
    padding: 15px;
    display: flex;
    align-items: center;
    height: 45px;
}

.warning-content .method button.warn-btn {
    background-color: var(--man--bg);
}

.warning-content .method button.warn-btn:hover {
    background: #b70b02;

}

@media (max-width:374px) {
    .warning-content .box-head .head-state span {
        font-size: 0.7rem;
    }
    .warning-list .warning-content .box {
        padding: 20px 4px 10px !important;}
    .warning-content .box-head .head-state h6 {
        font-size: 12px;
    }

    .method span {
        font-size: 0.8rem;
    }
    .method .scam-method span {
        font-size: 8px  !important;
    }
    .method h6 {
        font-size: 10px;
    }

    .warning-content .method button {
        font-size: 0.76rem !important;
    }
}


@media screen and (max-width: 475px) {
    .method .scam-method span{font-size: 0.56rem; margin-top: 11px !important;}
    .warning-list .warning-content .box {
        padding: 20px 7px 10px !important;}

    .warning-list .warning-content .box {
        width: 96%;
    }
}


@media (min-width:375px) and (max-width:475px) {

    .method h6 {
        font-size: 11px;
    }

    .warning-list .warning-content {
        margin-top: 0px;
    }

    .warning-list .warning-content .box {
        width: 97% !important;
    }

    .warning-content .box-head .head-state span {
        font-size: 0.77rem;
    }

    .method span {
        font-size: 1rem;
    }

}

.warning-content .method button {
    font-size: 0.89rem;
}

.method span .img {
    width: 20px;
    height: 20px;
}


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

    .method h6 {
        font-size: 10px;
    }
    .method .scam-method span {
        font-size: 0.52rem;
        margin-top: 10px !important;
    }
    .method span {
        font-size: 14px;
    }

    .warning-content .method button {
        font-size: 13px;
        margin-right: 5px;
    }

    .warning-content .method img {
        width: 20px;
        height: 20px;
    }

    .warning-content .box-head .head-state span {
        font-size: 13px;
    }

    .warning-content .box-head .head-state h6 {
        font-size: 14px;
    }
}


@media (min-width:1200px) and (max-width:1399px) {
    .warning-list .warning-content .box {
        padding: 20px 4px 10px !important;}
    .method h6 {
        font-size: 11px;
        }

    .method span {
        font-size: 14px;
    }
    .method .scam-method span{    font-size: 0.57rem;
        font-weight: 700;    margin-top: 11px !important;}


    .warning-content .method button {
        font-size: 0.82rem;
    }

    .warning-content .box-head .head-state span {
        font-size: 14px;
    }
}

/* ////  ============Statistics ====== */
.Statistics {
    margin-top: 50px;
    padding: 28px 92px 38px 92px;
    background-color: var(--man--bg);
}

.Statistics .St-box.first {
    margin-top: 15px;
}

.Statistics .St-box {
    width: 230px;
    height: 90px;
    padding: 14px;
    margin-top: 15px;
    background-color: #fff;

}

@media screen and (max-width: 768px) {
    .Statistics{padding: 28px 10px 92px}
    .Statistics .St-box.first {
        width: 250px !important;
        height: 80px;
        padding: 14px;
    }

    .Statistics .St-box {
        width: 140px;
        height: 85px;
        font-size: 13px;
        padding: 12px 5px;
    }

    .Statistics .St-box h5 {
        font-size: 11px;
    }
.Statistics h3{font-size: 19px;}
    .Statistics .St-box svg {
        width: 18px !important;
        height: 18px !important;
    }

}

.Statistics .St-box h5 {
    color: var(--man--bg);
    font-size: 20px;
    font-weight: 700;
}

.Statistics .St-box .icon {
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 488px) {
    .Statistics .St-box {
        width: 250px;
        margin: 10px auto;
    }
}

/* ///// ==== comments section Area == */
.comments {
    padding: 50px 0;
    width: 100%;
}

.comments .user {
    display: flex;
    margin-top: 20px;
    width: 97%;
    padding: 8px 14px 12px 14px;
    align-items: center;
    gap: 9px;
    background: #F7F7F7;

}

.comments .user_logo {
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    background: #D80027;
    font-size: 15px;
    border-radius: 50%;
    font-weight: 400;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.comments .not-header h6 {
    font-size: 1.1rem;
}

.comments .not-header a {
    color: var(--man--bg);
    font-size: 1.05rem;
}

.comments .user .body {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 3px;
    width: auto;
    color: #5A5A5A;
    font-weight: 400;
}

.comments .header span {
    cursor: pointer;
    font-size: 13px;
}

.comments .header img {
    width: 47px;
    height: 10px;
}

.comments .user .date {
    font-size: 0.9rem;
}

.comments .user .location {
    font-size: 0.9rem;
}

.comments .user .not-header div {
    color: #000;
    font-size: 16px;
}

@media (max-width:400px) {
    .comments {
        padding: 30px 0;
    }

    .comments .container {
        width: 100%;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .comments .user {
        width: 100% !important;
    }

    .comments .user .body {
        width: 100%;
        font-size: 12px;
    }
}

/* //////======== instruction section ======= */
.instruction {
    padding: 10px 0;
}

.instruction .content {
    background-color: #F7F7F7;
    width: 100%;

}

.instruction .desc {
    padding-bottom: 10px;
}

.instruction .desc h5 {
    font-family: var(--main--font);
    margin-top: 50px;
    color: #000;
    margin-right: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 169%;
    /* 40.56px */
}

.instruction p {
    margin-top: 20px;
    font-size: 1.1rem;
    margin-right: 40px;
    font-family: var(--main--font);
    font-weight: 500;
    line-height: 227%;
    /* 40.86px */
}

.instruction .img {
    width: 100%;
    height: 100%;
}

.instruction .img img {
    width: 100%;
    height: 100%;
}

.instruction button {
    background-color: var(--man--bg);
    color: #fff;
    display: flex;
    width: 180px;
    height: 54px;
    padding: 7px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 10px;
    display: block;

}

.instruction .desc button:hover {
    background-color: transparent;
    color: var(--man--bg);
    border: 3px solid var(--man--bg);
}

.instruction button:hover {
    background-color: var(--man--bg);
    color: #fff
}

@media (min-width:1200px) and (max-width: 1400px) {
    .instruction button {
        margin-bottom: 20px;
        width: 160px;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    .instruction .desc h5 {
        font-size: 18px;
    }

    .instruction .desc p {
        font-size: 14px;
        width: fit-content;
        margin-right: 10px;
        word-wrap: break-word;
    }

    .instruction button {
        margin-top: 10px;
        width: 160px;
        margin-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .instruction .desc h5 {
        font-size: 18px;
        margin-right: 20px;
        width: fit-content;
    }

    .instruction .desc p {
        font-size: 15px;
        margin-right: 20px;
        width: fit-content;
    }

    .instruction button {
        margin-top: 20px;
        width: 160px;
        margin-bottom: 15px;
    }

}

@media screen and (max-width:550px) {
    .instruction {
        padding: 0;
    }

    .instruction .content {
        background-color: #f7f7f7;
        padding: 0;
    }

    .instruction .img img {
        width: 100%;
    }

    .instruction .desc h5 {
        font-size: 1.1rem;
        margin-right: 15px;
        word-wrap: break-word;
        width: fit-content;
    }

    .instruction .desc p {
        font-size: 15px;
        width: fit-content;
        margin-right: 10px;
        padding: 10px;
    }

    .instruction .desc button {
        width: 140px;
        padding: 7px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

/* //========= Trusted_companies section ===== */
.Trusted_companies {
    margin-top: 40px;
}

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

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

.Trusted_companies i.complete {
    color: #FFB800
}

.Trusted_companies .box .list-methods {
    width: 700px;
    align-items: center;
}

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

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

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

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

.Trusted_companies .box .action {
    margin-right: 160px;
    margin-bottom: -20px;
}

.Trusted_companies .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;
}

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


}

.Trusted_companies .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;
}

.Trusted_companies .box img {
    width: 152px;
    height: 82px;
    margin-left: 40px;
}

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

.Trusted_companies .box span {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .Trusted_companies .box {
        width: 106%;
        margin: 0 auto;
        margin-right: -10px;
    }

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

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

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

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

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

    .Trusted_companies .box .action {
        margin-right: 10px;
        margin-top: 7px;
    }

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

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

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

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

        font-size: 16px;
    }

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

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

    .Trusted_companies .box img {
        width: 145px;
        height: 72px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .Trusted_companies .box .action button {
        width: 140px;
    }

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

    .Trusted_companies .box .list-methods .method h6 {
        font-size: 15px;
    }
}


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

    .header-section h3,
    .header-section span {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 335px) {
    .Trusted_companies .box .action {
        display: flex !important;
        flex-direction: column !important;
    }

    .Trusted_companies .box .action button {
        margin-right: 0;
    }
}

@media (min-width:1200px) and (max-width: 1399px) {
    .Trusted_companies .box .list-methods {
        width: 605px;
    }

    .Trusted_companies .box .action {
        margin-right: 81px;
    }

    .Trusted_companies .box .list-methods h6 {
        font-size: 0.8rem;
    }

    .Trusted_companies .box .action button {
        width: 140px;
    }
}

/* /// Conpanyies articles  section ======  */
.comp_articles {
    margin-top: 50px;
}

.comp_articles .main {
    width: 100%;
    background: #F7F7F7;
    margin-top: 10px;
    padding-bottom: 10px;

}

.comp_articles .main img {
    height: 190px;
    display: block;
    width: 100%;
}

.comp_articles .user_info {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.comp_articles .user_info h6 {
    font-size: 13px;
    font-weight: 700;
}

.comp_articles .user_info h6 span {
    display: flex;
    width: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #A4E3FF;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 10px 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.comp_articles .user_info span.date {
    font-family: Tajawal;
    font-size: 14px;
    font-weight: 500;
}

.comp_articles .main h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--man--bg);
}

.comp_articles .main p {
    width: 251px;
    height: 46px;
    font-size: 12px;
    font-weight: 400;
    line-height: 167.5%;
    /* 16.75px */

}

.comp_articles .main p span {
    color: var(--man--bg)
}

@media screen and (max-width: 450px) {
    .comp_articles {
        margin-top: 20px;
    }

    .comp_articles .main {
        margin: 10px auto;
        width: 100% !important;
    }
}

/* ============= Sponser section ==============  */
.sponser {
    padding: 10px 0;
    margin: 20px 0;
}

.sponser p {
    font-size: 1rem;
    margin: 20px 0;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    width: fit-content;
}

.sponser img {
    width: 114px;
    margin: 20px auto;
    margin-left: 30px;
}
.sponser.sponser-Comp img {
    width: 114px;
    margin-left: 0; margin: 10px 0;
}
.sponser img:last-of-type {
    margin-left: 0;
}

.sponser .content {
    width: 100%;
}

@media (min-width:1200px) and (max-width:1339px) {
    .sponser img {
        width: 110px
    }

    .sponser {
        margin: 5px 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .sponser img {
        width: 110px;
        margin-left: 80px;
    }
    .sponser.sponser-Comp img {width: 90px;}
    .sponser img:last-of-type {
        margin-left: 80px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sponser img {
        width: 110px;
    }
    .sponser.sponser-Comp img {width: 90px;}
    .sponser img:last-of-type {
        margin-left: 30px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .sponser img {
        width: 114px;
        margin-left: 61px;
    }
    .sponser.sponser-Comp img{width: 28%;}
    .sponser.sponser-Comp img:last-of-type {margin-left: 0;}
    .sponser img:last-of-type {
        margin-left: 61px;
    }
}

@media (max-width:575px) {

    .sponser img {
        width: 130px;
        margin-left: 10px;
    }

    .sponser img:last-of-type {
        margin-left: 10px;
    }
    .sponser.sponser-Comp img{width: 28%;}
    .sponser.sponser-Comp img:last-of-type {margin-left: 0;}

}

.sponser.sponser-Comp p {
    margin: 10px auto;
}

@media (max-width:475px) {

    .sponser.sponser-Comp img{width: 30%;opacity: 0.8;}
    .sponser.sponser-Comp img:last-of-type {margin-left: 0;}
    .sponser.sponser-Comp p {
padding-bottom: 7px;    }
}

/* //===============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 .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;
}

.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: 13px;
    line-height: 1.7rem;
}


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

}

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

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

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

.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: 117px;
    }

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

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

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

.fw-h2 {
    font-weight: 600 !important;
    font-family: 'Tajawal';
}
