* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    padding-top: 80px;
}

.Body_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
}

.owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 30%;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 0;
}

    .owl-nav > div {
        background: #C4A565;
        border: 2px solid #C4A565;
        color: #FFF;
        font-size: 25px;
        z-index: 100;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .owl-nav > div:hover {
            background-color: #1A1D2E;
            border-color: #1A1D2E;
        }

    .owl-nav .owl-prev {
        position: relative;
        left: 60px;
        top: 25px;
    }

    .owl-nav .owl-next {
        position: relative;
        right: 60px;
        top: 25px;
    }

a, a:hover {
    text-decoration: none;
    outline: none;
}

label {
    color: #7e7e7e;
    cursor: pointer;
}

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: unset;
}


.form-control {
    border-radius: 10px;
    padding: 20px;
    background-color: #FFF;
    font-size: 14px;
    color: #000;
}

    .form-control::placeholder {
        color: #7e7e7e;
    }

.form-control,
textarea.form-control {
    box-shadow: 0px 3px 2px -2px transparent;
    border: 1px solid #ececec;
    transition: all 0.5s ease-in-out;
}

    .form-control:focus,
    textarea.form-control:focus {
        color: #000;
        border-color: #C4A565;
        box-shadow: 0px 6px 8px -2px #C4A56561;
    }

textarea.form-control {
    resize: none;
    height: 200px;
}

.modal {
    z-index: 1075;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    border-radius: 3px;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.SearchModelContent {
    background-color: transparent;
}

.search_box_popup {
    width: 80%;
    margin: auto;
    text-align: center;
}

    .search_box_popup .search_input {
        width: 100%;
        padding: 10px;
        border: 1px solid #efeeee;
        border-radius: 3px;
        outline: none;
        margin-bottom: 0px;
        -webkit-appearance: none;
        transition: all 0.5s ease-in-out;
    }

    .search_box_popup .search_btn {
        visibility: hidden;
        opacity: 0;
        padding: 7px;
        background-color: #C4A565;
        color: #FFF;
        width: 30%;
        outline: none;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }

        .search_box_popup .search_btn:hover {
            background-color: #000;
        }

.Search_Icon {
    position: absolute;
    left: 80px;
    top: 22px;
    font-size: 20px;
    color: #FFF;
}

.Arabic {
    font-family: 'Cairo', sans-serif;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}


.Section_title {
    text-align: right;
    margin-bottom: 30px;
}

    .Section_title h2 {
        margin-bottom: 20px;
        color: #000;
        font-size: 22px;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e7e7e7;
}


.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-left: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        background-color: #FFF;
        border-radius: 3px;
        box-shadow: none;
        border: 1px solid #DDD;
        outline: none;
    }

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.page-link:hover {
    color: #FFF;
    background: #C4A565;
    border-color: #C4A565;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #C4A565;
    border-color: #C4A565;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #FFF;
    color: #C4A565;
    border: 1px solid #DDD;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #FFF;
    text-align: center;
    background-color: #C4A565;
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #C4A565;
}

.formobile {
    display: none;
}

    .formobile img {
        margin-left: 5px;
        height: 15px;
    }

.social_mobile {
    position: fixed;
    bottom: 30px;
}

    .social_mobile ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .social_mobile ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .social_mobile ul li a {
                display: flex;
                color: #FFF;
                background-color: #C4A565;
                width: 30px;
                height: 30px;
                align-items: center;
                justify-content: center;
                text-align: center;
                border-radius: 30px;
                transition: all 0.2s ease-in-out;
            }

                .social_mobile ul li a i {
                    font-size: 16px;
                }

                .social_mobile ul li a:hover {
                    transform: rotate(-360deg);
                    background-color: #FFF;
                    color: #C4A565;
                }



.navbar {
    background-color: #f9f9f9;
    padding: 0;
    top: 0;
    transition: top 0.5s ease-in-out 0s;
}


.navbar-collapse {
    justify-content: center;
}

#navbarContent::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 14px;
    padding: 0.7rem 1rem;
    transition: all 0.2s ease-in-out;
}

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: #C4A565 !important;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #C4A565 !important;
    }

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/menu-button.svg');
}

.navbar-light .navbar-toggler {
    position: fixed;
    left: 4%;
    top: 18px;
    z-index: 1;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    box-shadow: none;
    outline: none;
}

.navbar-toggler > .close {
    display: inline-block;
    color: #000;
    opacity: 1;
    text-shadow: none;
    margin-top: 3px;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.navbar-brand {
    outline: none;
    text-decoration: none;
    margin-right: 0;
    margin-left: 0;
}

    .navbar-brand img {
        width: auto;
        height: 75px;
    }

.social {
    text-align: left;
}

    .social ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .social ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .social ul li a {
                display: flex;
                color: #FFF;
                background-color: #C4A565;
                width: 30px;
                height: 30px;
                align-items: center;
                justify-content: center;
                text-align: center;
                border-radius: 30px;
                transition: all 0.2s ease-in-out;
            }

                .social ul li a i {
                    font-size: 16px;
                }

                .social ul li a:hover {
                    transform: rotate(-360deg);
                    background-color: #000;
                    color: #FFF;
                }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a:after {
        content: "\f0da";
        float: left;
        border: none;
        font-family: 'FontAwesome';
        position: absolute;
        left: 15px;
        margin-right: .255em;
        margin-left: 0;
        transform: rotate(-180deg);
    }

.dropdown-menu {
    right: 0;
    left: unset;
    text-align: right;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    background-color: #272727;
}

.dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: 0px;
    margin-right: 0px;
}

.dropdown-item {
    padding: 10px 0px;
    padding-left: 30px;
    padding-right: 20px;
    color: #b1b1b1;
    font-size: 14px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
}



    .dropdown-item.active, .dropdown-item:active,
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #4a4a4a;
        color: #FFF;
    }




/* Prices */
#Prices {
    padding: 60px 0;
}

    #Prices .content {
        padding: 40px;
        border-radius: 10px;
        background-color: #FFF;
        box-shadow: -1px 3px 10px #DDD;
        margin-bottom: 30px;
    }

    #Prices .content2 {
        padding: 40px;
        border-radius: 10px;
        background-color: #c4a565;
        box-shadow: -1px 3px 10px #DDD;
    }



.Gold_range {
    width: 100%;
    background-color: #EBE6C9;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

    .Gold_range .title {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .Gold_range .title img {
            width: 30px;
            height: 30px;
            margin-left: 10px;
        }

        .Gold_range .title h5 {
            font-size: 25px;
            color: #000;
            margin-bottom: 0;
        }

    .Gold_range .price {
        text-align: left;
    }

        .Gold_range .price span {
            font-size: 20px;
            color: #000;
            display: block;
        }

    .Gold_range .range {
        display: flex;
        align-items: center;
    }

        .Gold_range .range img {
            width: auto;
            height: 25px;
            margin-left: 10px;
        }

.range_up {
    color: #009500;
}

.range_down {
    color: #F30000;
}


.Gold_range .range p {
    margin-bottom: 0;
    font-size: 22px;
}

    .Gold_range .range p span {
        font-size: 18px;
        margin-right: 3px;
    }







.Gold_item {
    width: 85%;
    margin: auto;
    background-color: #EBE6C9;
    padding: 40px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: center;
}

    .Gold_item .title {
        margin-bottom: 20px;
    }

        .Gold_item .title h5 {
            font-size: 50px;
            color: #000;
            margin-bottom: 15px;
        }

        .Gold_item .title span {
            font-size: 25px;
            color: #202020;
            font-weight: 600;
        }

    .Gold_item .range {
        margin-bottom: 20px;
    }

        .Gold_item .range img {
            width: auto;
            height: 30px;
        }

    .Gold_item .price p {
        font-size: 30px;
        color: #6D1E57;
    }

        .Gold_item .price p span {
            display: block;
            font-size: 25px;
        }

/**** 14-3-2022 ********/
#Prices .content .logoSec {
    text-align: center;
    margin-bottom: 40px;
}

    #Prices .content .logoSec img {
        width: auto;
        height: 130px;
    }

#Prices .content .dateTime {
    text-align: left;
    margin-bottom: 40px;
}

    #Prices .content .dateTime span {
        color: #000;
        font-size: 18px;
    }
/***********************/









.Chart_item .title {
    background-color: #000;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}

    .Chart_item .title h4 {
        font-size: 16px;
        color: #FFF;
        margin-bottom: 0;
    }

.Chart_item .image {
    text-align: center;
}

    .Chart_item .image img {
        width: 650px;
        height: 393px;
    }

/* footer */
.footer-bottom {
    width: 100%;
    background-color: #f9f9f9;
}

.language {
    color: #000;
    padding: 10px;
}

.copyright {
    color: #000;
    text-align: left;
    padding: 10px;
}

    .copyright img {
        width: auto;
        height: 22px;
    }

    .copyright p, .language p {
        font-size: 14px;
        margin-bottom: 0;
    }


/*Scroll To Top */
.scroll_top {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #C4A565;
    text-align: center;
    position: fixed;
    left: 0px;
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    border-radius: 30px;
    z-index: 999;
    transition: all 0.2s ease-in-out;
}

    .scroll_top i {
        position: absolute;
        top: 10px;
        left: 13px;
        font-size: 22px;
    }

    .scroll_top:hover {
        background-color: #000;
    }




@media only screen and (max-width: 600px) {
    body {
        padding-top: 0px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .formobile {
        display: block;
    }

    .navbar {
        padding: 5px 0;
    }

    .social {
        display: none;
    }

    .navbar-brand {
        margin-right: 20px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        padding-top: 70px;
        padding-right: 20px;
        background-color: #f9f9f9;
    }

        .navbar-collapse.collapsing {
            left: -75%;
            transition: height 0s ease;
        }

        .navbar-collapse.show {
            left: 0;
            transition: left 300ms ease-in-out;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    #navbarContent {
        height: 100vh;
        padding-bottom: 70px;
        overflow: scroll;
        overflow-x: hidden;
    }

    .navbar-nav {
        text-align: right;
    }

    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
        padding: 5px 0;
    }

    #dropdownMenu_2 {
        background-color: #b59468;
        box-shadow: none;
    }

        #dropdownMenu_2 .dropdown-item {
            padding-right: 2.5rem;
        }

    .dropdown-item {
        color: #FFF;
    }

    .slick-dots li button:before {
        font-size: 30px;
    }

    .slick-dots li {
        width: 15px;
        height: 15px;
    }

    .owl-nav .owl-prev {
        left: 0;
    }

    .owl-nav .owl-next {
        right: 0;
    }




    .Chart_item .image img {
        width: 200px;
        height: 120px;
    }

    .Section_title {
        text-align: center;
    }

        .Section_title h2 {
            font-size: 16px;
        }

    .Gold_range .title img {
        width: 18px;
        height: 18px;
        margin-left: 5px;
    }

    .Gold_range .title h5,
    .Gold_range .price span {
        font-size: 14px;
    }

    .Gold_range .range i {
        font-size: 20px;
        margin-left: 5px;
    }

    .Gold_range .range p {
        font-size: 16px;
    }

        .Gold_range .range p span {
            font-size: 12px;
        }

    .Chart_item .title h4 {
        font-size: 14px;
    }

    .language,
    .copyright {
        text-align: center;
    }

        .copyright p, .language p {
            font-size: 11px;
        }

        .copyright img {
            height: 18px;
        }





    #Prices .content {
        padding: 20px;
    }

    .Gold_item {
        width: 100%;
        padding: 20px 10px;
    }

        .Gold_item .title h5 {
            font-size: 35px;
        }

        .Gold_item .title span {
            font-size: 20px;
        }

        .Gold_item .range img {
            height: 25px;
        }

        .Gold_item .price p {
            font-size: 20px;
        }

            .Gold_item .price p span {
                font-size: 16px;
            }

    #Prices .content2 {
        padding: 20px;
    }
}


@media only screen and (min-width: 601px) and (max-width: 767px) {
    body {
        padding-top: 69px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .formobile {
        display: block;
    }

    .Search_Icon {
        left: 90px;
    }

    .navbar {
        padding: 5px 0;
    }

    .social {
        display: none;
    }

    .navbar-brand {
        margin-right: 20px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 40%;
        padding-top: 70px;
        padding-right: 20px;
        background-color: #f9f9f9;
    }

        .navbar-collapse.collapsing {
            left: -75%;
            transition: height 0s ease;
        }

        .navbar-collapse.show {
            left: 0;
            transition: left 300ms ease-in-out;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    #navbarContent {
        height: 100vh;
        padding-bottom: 70px;
        overflow: scroll;
        overflow-x: hidden;
    }

    .navbar-nav {
        text-align: right;
    }

    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
        padding: 5px 0;
    }

    #dropdownMenu_2 {
        background-color: #b59468;
        box-shadow: none;
    }

        #dropdownMenu_2 .dropdown-item {
            padding-right: 2.5rem;
        }

    .dropdown-item {
        color: #FFF;
    }

    .navbar-light .navbar-toggler {
        left: 15%;
    }






    .Chart_item .image img {
        width: 200px;
        height: 120px;
    }

    .Section_title {
        text-align: center;
    }

        .Section_title h2 {
            font-size: 16px;
        }

    .Gold_range .title img {
        width: 18px;
        height: 18px;
        margin-left: 5px;
    }

    .Gold_range .title h5,
    .Gold_range .price span {
        font-size: 14px;
    }

    .Gold_range .range i {
        font-size: 20px;
        margin-left: 5px;
    }

    .Gold_range .range p {
        font-size: 16px;
    }

        .Gold_range .range p span {
            font-size: 12px;
        }

    .Chart_item .title h4 {
        font-size: 14px;
    }

    .copyright p, .language p {
        font-size: 11px;
    }

    .copyright img {
        height: 18px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 69px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .formobile {
        display: block;
    }

    .Search_Icon {
        left: 100px;
    }

    .navbar {
        padding: 5px 0;
    }

    .social {
        display: none;
    }

    .navbar-brand {
        margin-right: 20px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 40%;
        padding-top: 70px;
        padding-right: 20px;
        background-color: #f9f9f9;
    }

        .navbar-collapse.collapsing {
            left: -75%;
            transition: height 0s ease;
        }

        .navbar-collapse.show {
            left: 0;
            transition: left 300ms ease-in-out;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }



    #navbarContent {
        height: 100vh;
        padding-bottom: 70px;
        overflow: scroll;
        overflow-x: hidden;
    }

    .navbar-nav {
        text-align: right;
    }

    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
        padding: 5px 0;
    }

    #dropdownMenu_2 {
        background-color: #b59468;
        box-shadow: none;
    }

        #dropdownMenu_2 .dropdown-item {
            padding-right: 2.5rem;
        }

    .dropdown-item {
        color: #FFF;
    }


    .owl-nav .owl-prev {
        left: 30px;
    }

    .owl-nav .owl-next {
        right: 30px;
    }




    .Chart_item .image img {
        width: 300px;
        height: 181px;
    }

    .copyright p, .language p {
        font-size: 12px;
    }

    .copyright img {
        height: 18px;
    }
}


@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .owl-nav .owl-prev {
        left: 40px;
    }

    .owl-nav .owl-next {
        right: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 0.7rem 0.5rem;
    }



    .Chart_item .image img {
        width: 400px;
        height: 242px;
    }
}
