@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    font-family: Almarai, sans-serif;
    direction: rtl;
}

a {
    outline: 0px;
    color: rgb(0, 0, 0);
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h2 {
    margin: 0px;
    font-weight: 600;
}

dl,
ol,
ul {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: none;
}

header {

    box-shadow: rgba(100, 100, 111, 0.12) 0px 7px 44px 0px;
}

header .logo {
    display: inline-block;
    padding: 15px 65px 12px;
    margin: 0px 0px 0px 30px;
    background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
}

header .menu {
    display: inline-block;
    position: relative;
    bottom: -4px;
    width: 53%;
}

header .menu li {
    display: inline-block;
    margin: 0px 0px 0px 30px;
}

header .menu li a {
    font-size: 18px;
    color: rgb(10, 15, 26);
    font-weight: 400;
    transition: all 0.3s ease-in-out 0s;
    height: 70px;
    display: block;
    border-bottom: 5px solid transparent;
}

header .menu li a:hover {
    color: rgb(241, 133, 2);
    border-bottom: 5px solid rgb(251, 188, 2);
}

header .menu li a.active {
    color: rgb(241, 133, 2);
    border-bottom: 6px solid rgb(251, 188, 2);
    font-weight: 600;
}

header .login-sign {
    display: inline-block;
    padding: 0 0px 0px 0;
}

header .login-sign a {
    background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
    padding: 15px 35px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin: 0px 15px 0px 0px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

.after_login svg {

    width: 44px;

    height: 26px;
}

header .login-sign a img {
    margin: 0px 0px 0px 2px;
    width: 27px;
}

header .login-sign .sign-btn {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    font-weight: 600;
}

header .login-sign .sign-btn:hover {}

header .login-sign .sign-btn img {
    width: 34px;
    margin: 0px 0px 0px 4px;
}

.slider {
    background: url("../images/cover.webp") 0% 0% / cover no-repeat;
    min-height: 693px;
    padding: 6rem 0px 0px;
    position: relative;
}

.slider::after {
    content: "";
    background: url("../images/cover_after.png");
    height: 140px;
    display: block;
    position: absolute;
    bottom: -35px;
    width: 100%;
}

.slider .inner_slider {
    width: 475px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0px 80px;
    padding: 30px 20px 125px;
    border-radius: 21px;
    position: relative;
}

.slider .inner_slider h1 {
    color: rgb(251, 188, 2);
    font-weight: 600;
    font-size: 28px;
    border-right: 4px solid rgb(251, 188, 2);
    padding: 0px 15px 0px 0px;
    line-height: 40px;
    margin: 0px 0px 35px;
}

.slider .inner_slider p {
    color: rgb(223, 223, 223);
    font-size: 18px;
    margin: 0px 0px 35px;
    line-height: 30px;
}

.slider .inner_slider a {
    color: rgb(251, 188, 2);
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgb(251, 188, 2);
    padding: 10px 50px;
    border-radius: 8px;
    background: rgba(251, 188, 2, 0.06);
}

.slider .inner_slider img {
    display: block;
    position: absolute;
    left: 45px;
    bottom: 40px;
    width: 98px;
    opacity: 0.5;
}

.advantages {
    position: relative;
    top: -25px;
    padding: 0px 0px 25px;
    box-shadow: rgba(100, 100, 111, 0.09) 0px 13px 23px 0px;
}

.advantage_item {
    text-align: center;
}

.advantages span {
    background: rgb(255, 248, 229);
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50%;
    line-height: 100px;
}

.advantages span .svg-inline--fa {
    font-size: 30px;
    color: rgb(251, 185, 3);
}

.advantages h2 {
    margin: 15px 0px 0px;
    font-size: 19px;
    line-height: 32px;
    color: rgb(0, 0, 0);
}

@media (min-width: 1221px) {
    .container {
        max-width: 1144px;
    }
}

@media (min-width: 1315px) {
    .container {
        max-width: 1315px;
    }
}

.services {
    margin-top: 80px;
}

.title_section {
    text-align: center;
    margin: 0px;
}

.title_section h2 {
    font-size: 34px;
    font-weight: 600;
}

.title_section h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: rgb(251, 188, 3);
    margin: 25px auto 30px;
}

.title_section p {
    margin: 0px 0px 15px;
    font-size: 22px;
    font-weight: 600;
    color: rgb(189, 189, 189);
}

.inner_service {
    margin: 0px 0px 25px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 30px;
    padding: 170px 0px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.12) 0px 7px 29px 0px;
    transition: all 0.3s ease-in-out 0s;
}

.inner_service:hover .for_img_circle {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.for_img_circle {
    display: block;
    width: 240px;
    height: 240px;
    background: rgb(255, 250, 238);
    border-radius: 50%;
    position: absolute;
    top: -43px;
    right: -39px;
    transition: all 0.4s ease-in-out 0s;
}

.inner_service img {
    background: rgb(255, 246, 222);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding: 48px;
    object-fit: contain;
    position: absolute;
    right: -19px;
    top: -23px;
}

.inner_service h2 {
    font-size: 24px;
    margin: 65px 0px 0px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.product_categorys .inner_category h2 {
    text-align: right;
    margin: 30px 0px 0px;
}

.hr {
    display: block;
    width: 100%;
    height: 3px;
    background: rgb(247, 246, 246);
    margin: 34px 0px 0px;
}

.all_btn_more {
    display: block;
    border: 1px solid rgb(132, 134, 140);
    border-radius: 8px;
    font-weight: 800;
    color: rgb(41, 45, 54);
    padding: 13px 0px;
    font-size: 16px;
    margin: 11px 0px 0px;
    transition: all 0.3s ease-in-out 0s;
}

.all_btn_more:hover {
    border: 1px solid rgb(251, 188, 2);
    background: rgb(251, 188, 2);
    color: rgb(255, 255, 255);
}

.all_btn_more:hover .svg-inline--fa {
    color: rgb(255, 255, 255);
}

.all_btn_more .svg-inline--fa {
    font-size: 22px;
    margin: 0px 10px -3px 0px;
    color: rgb(251, 188, 2);
    transition: all 0.3s ease-in-out 0s;
}

.latest_products {
    margin: 80px 80px 0px 0px;
    position: relative;
    overflow: hidden;
}

.latest_products::after {
    content: "";
    background: url("../images/shadow.png") 0% 0% / contain no-repeat;
    display: block;
    height: 500px;
    width: 270px;
    position: absolute;
    left: 2px;
    bottom: 0px;
    z-index: 9;
}

.owl-carousel {
    direction: ltr;
}

.latest_products .title_section {
    text-align: right;
}

.latest_products .title_section h2 {
    text-align: right;
    border-right: 4px solid rgb(251, 188, 3);
    padding: 8px 15px;
    margin: 0px 0px 5px;
    display: inline-block;
    background: linear-gradient(90deg, rgba(255, 249, 231, 0.23) 0%, rgb(255, 249, 231) 100%);
    color: rgb(12, 17, 27);
}

.latest_products .title_section .show_native {
    float: left;
    margin: 17px 0px 0px 17%;
    color: rgb(41, 45, 55);
    font-weight: 600;
}

.latest_products .title_section .show_native .svg-inline--fa {
    font-size: 21px;
    margin: 0px 7px -4px 0px;
    color: rgb(251, 188, 2);
}

.latest_products .title_section h2::after {
    display: none;
}

.product_item {
    border: 1px solid rgb(237, 237, 237);
    box-shadow: rgba(100, 100, 111, 0.12) 0px 7px 44px 0px;
    margin: 35px 0px 35px 25px;
    border-radius: 15px;
    padding: 7px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    height: 360px;
}

.product_item:hover {
    background: rgba(245, 168, 13, 0.03);
}

.product_item:hover img {
    opacity: 0.8;
}

.product_item img {
    height: 260px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    min-height: 260px;
    min-width: 100%;
}

.product_item .add_fav {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    color: rgb(249, 195, 31);
    font-size: 20px;
    transition: all 0.3s ease-in-out 0s;
}

.product_item .add_fav:hover {
    background: rgb(249, 195, 31);
}

.product_item .add_fav:hover .svg-inline--fa {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease-in-out 0s;
}

.product_item .add_fav .svg-inline--fa {}

.product_item .text_right_product {
    display: inline-block;
    width: 67%;
}

.product_item .text_right_product h2 {
    font-size: 18px;
    font-weight: 400;
    color: rgb(36, 34, 73);
    margin: 18px 6px 11px 0px;
}

.product_item .text_right_product h2 a {
    transition: all 0.3s ease-in-out 0s;
}

.product_item .text_right_product h2 a:hover {
    color: rgb(240, 135, 3);
}

.product_item .text_right_product p {
    color: rgb(160, 160, 160);
    font-size: 13px;
    margin: 0px 7px 15px 0px;
    height: 21px;
    overflow: hidden;
}

.hiddenlabel {
    display: none;
}

.product_item .text_left_product {
    display: inline-block;
    width: 31%;
    float: left;
    margin: 16px 0px 0px 6px;
}

.product_item .text_left_product .price_spec {
    position: relative;
    bottom: -1px;
    float: right;
    margin: 0px 0px 0px 5px;
}

.product_item .text_left_product .price {
    color: rgb(240, 134, 1);
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0px 10px;
}

.product_item .text_left_product .date {
    color: rgb(160, 160, 160);
    font-size: 14px;
}

.product_item .text_left_product .date .svg-inline--fa {
    color: rgb(245, 168, 13);
    margin: 0px 0px 0px 3px;
}

.product_categorys .inner_category {
    background: rgb(255, 248, 229);
    padding: 20px 20px 55px 0px;
    border: 0px;
    box-shadow: none;
    border-radius: 23px;
}

.product_categorys .inner_category:hover {
    background: rgb(244, 236, 212);
    padding: 20px 28px 55px 0px;
}

.product_categorys .inner_category span {
    display: none;
}

.product_categorys .inner_category img {
    position: relative;
    height: 130px;
    width: 130px;
    top: 0px;
    right: 0px;
    padding: 15px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    min-width: 130px;
    min-height: 130px;
}

.pagination .active {
    border: 1px solid #f2f2f2;
    background: #f0a413;
    color: #fff;
    cursor: auto;
    pointer-events: none;
}

.product_categorys .inner_category h3 {
    margin: 30px 5px 0px 0px;
    text-align: right;
}

.maintenance_banner {
    margin: 80px 0px 0px;
    padding: 112px 0px;
    position: relative;
}

.maintenance_banner::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 125%;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    background: linear-gradient(0deg, rgba(250, 185, 1, 0) 10%, rgba(200, 143, 54, 0.624) 100%);
}

.maintenance_banner img {
    width: 100%;
    height: 495px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.maintenance_banner h2 {
    border-right: 5px solid rgb(251, 188, 2);
    width: 610px;
    padding: 0px 25px 0px 0px;
    line-height: 54px;
    color: rgb(255, 255, 255);
    margin: 0px 80px 0px 0px;
    font-size: 38px;
}

.maintenance_banner a {
    background: linear-gradient(90deg, rgb(247, 196, 44) 0%, rgb(242, 140, 1) 100%);
    padding: 17px 85px;
    border-radius: 9px;
    font-size: 19px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    margin: 45px 81px 0px 0px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out 0s;
}

.maintenance_banner a:hover {
    background: none;
    border: 1px solid rgb(247, 187, 37);
    color: rgb(247, 187, 37);
}

.service_users {
    background: rgb(12, 17, 27);
    padding: 65px 0px;
    margin: 150px 0px 140px;
    z-index: 9;
}

.service_users::after {
    display: none;
}

.service_users h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    margin-right: 0px;
}

.service_users a {
    margin-right: 0px;
    color: rgb(235, 186, 40);
    font-size: 18px;
    font-weight: 800;
    border: 1px solid rgb(251, 188, 2);
    border-radius: 8px;
    background: rgba(251, 188, 2, 0.06);
    padding: 12px 60px;
}

.left_ban {
    position: relative;
}

.service_users img {
    position: absolute;
    height: 515px;
    width: auto;
    z-index: 1;
    object-fit: contain;
    left: 0px;
    top: -120px;
}

.service_users .left_ban::after {
    content: "";
    position: absolute;
    width: 446px;
    height: 431px;
    right: 39px;
    left: auto;
    top: -150px;
    display: block;
    border: 1px solid rgb(251, 162, 24);
    background: none;
    border-radius: 23px;
}

.services_offers {
    margin: 65px 0px 0px;
    background: rgb(247, 247, 247);
}

.services_offers .right_serv_offers {
    height: 560px;
    background: url("../images/worker.webp");
    padding: 210px 80px 0px 0px;
}

.services_offers .right_serv_offers h2 {
    color: rgb(255, 255, 255);
    width: 370px;
    line-height: 55px;
    border-right: 5px solid rgb(251, 188, 3);
    padding: 0px 30px 0px 0px;
    font-size: 36px;
}

.services_offers .text_right_product {
    width: 48%;
}

.services_offers .text_right_product .price {
    color: rgb(240, 134, 1);
    font-weight: 600;
    font-size: 18px;
    margin: 10px 7px;
}

.services_offers .text_left_product {
    width: 50%;
    float: left;
    margin: 7px 0px 0px 4px;
}

.services_offers .product_item p {
    color: rgb(22, 21, 48);
    margin: 2px 6px 14px 0px;
    font-weight: 400;
    font-size: 17px;
}

.services_offers .caty {
    background: rgb(251, 188, 3);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    padding: 7px 15px;
    float: left;
    font-size: 14px;
    font-weight: 600;
}

#services_offers {
    margin: 52px -150px 0px 0px;
}

.services_offers .product_item {
    background: rgb(255, 255, 255);
}

.services_offers .owl-nav {
    position: absolute;
    right: -589px;
    bottom: 100px;
}

.services_offers .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0px 16px;
    outline: none;
    background: rgb(251, 188, 3) !important;
    color: rgb(255, 255, 255) !important;
    line-height: 30px !important;
}

.services_offers .owl-nav button span {
    font-size: 36px;
}

.services_offers::after {
    content: "";
    background: url("../images/shadow_rma.png") 0% 0% / contain no-repeat;
    display: block;
    height: 521px;
    width: 270px;
    position: absolute;
    left: 146px;
    bottom: 38px;
    z-index: 9;
}

footer {
    background: rgb(16, 20, 28);
    padding: 30px 80px 0px;
    overflow: hidden;
}

footer .about p {
    color: rgb(231, 231, 231);
    margin: 15px 10px 0px 0px;
    line-height: 30px;
    width: 89%;
    font-size: 18px;
}

footer .about img {
    width: 170px;
}

footer .links {
    margin-right: 30%;
}

footer h2 {
    color: rgb(255, 255, 255);
    font-size: 19px;
    margin: 28px 0px 14px;
}

footer .links ul {
    list-style: disc;
}

footer .links ul li {
    margin: 0px 19px 6px 0px;
}

footer .links ul li a {
    color: rgb(133, 136, 143);
    font-size: 17px;
}

footer .app .apps_photos img {
    width: 170px;
    border-radius: 8px;
    margin: 4px 0px 0px 15px;
}

footer .social {
    margin: 30px 6px 0px;
}

footer .social li {
    display: inline-block;
    margin: 0px 0px 0px 50px;
}

footer .social li a {
    color: rgb(167, 167, 169);
}

footer .social li a .svg-inline--fa {
    font-size: 19px;
}

footer .hr {
    background: rgb(63, 64, 66);
    height: 1px;
    margin: 40px 0px 0px;
}

footer .copyrights {
    color: rgb(131, 131, 131);
    text-align: center;
    padding: 20px 0px 10px;
    font-size: 18px;
}

footer .copyrights a {
    color: rgb(131, 131, 131);
}

#menuBtn {
    cursor: pointer;
    height: auto;
    margin: 0px 0px 0px 40px;
    z-index: 99999;
    position: relative;
    bottom: -11px;
    display: none;
}

.tab-content>.active {
    display: block;
    opacity: 1;
}

header #menuBtn input {
    display: block;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 9;
}

header #menuBtn input:checked~span:nth-child(2) {
    opacity: 0;
    transform: translateY(-5px);
}

header #menuBtn input:checked~span:nth-child(3) {
    transform: rotate(45deg);
}

header #menuBtn input:checked~span:nth-child(4) {
    display: block;
    transform: rotate(135deg);
    opacity: 1;
    margin-top: -5px;
}

header #menuBtn input:checked~span:nth-child(5) {
    opacity: 0;
    transform: translateY(5px);
}

header #menuBtn span {
    width: 38px;
    height: 5px;
    background: rgb(243, 146, 1);
    position: relative;
    display: block;
    margin: 9px 0px 0px;
    border-radius: 2px;
    transition: all 0.2s linear 0s;
}

header #menuBtn span:nth-child(3) {
    width: 31px;
    margin-bottom: auto;
}

header #menuBtn span:nth-child(4) {
    width: 31px;
    opacity: 0;
    margin: 0px 0px -4px;
}

.menu_responsive {
    flex-direction: row;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 999;
    background-size: cover;
    display: none;
}

.menu_responsive .left {
    height: 100vh;
    width: 49.1vw;
    position: relative;
    transition: all 0.4s linear 0s;
    transform: translateY(100vh);
    background-image: url("https://images.unsplash.com/photo-1583138605411-f85466f61638?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80");
    background-position: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-repeat: no-repeat;
    z-index: 99999;
    display: none;
    background-size: cover !important;
}

.menu_responsive .right {
    height: 100vh;
    width: 335px;
    transition: all 0.4s linear 0s;
    transform: translateY(-100vh);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
    position: fixed;
    left: 0px;
    background: rgb(255, 255, 255);
    padding: 0px 35px 0px 0px;
    box-shadow: rgba(100, 100, 111, 0.98) 0px 7px 29px;
}

.menu_responsive .right a {
    display: block;
    font-weight: 600;
    font-size: 22px;
    transition: all 0.2s linear 0s;
    color: rgb(0, 0, 0);
    margin: 0px 0px 15px;
    width: 100%;
}

.menu_responsive .right a:hover {
    opacity: 1;
    animation: 0.2s ease 0s 1 normal none running shake;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/* products */
.page_banner {
    height: 265px;
    width: 100%;
    background: url("../images/products_banner.webp") 0% 0% / cover no-repeat;
    padding: 88px 0px 0px;
    margin: 0px;
}

.page_banner h1 {
    color: rgb(251, 188, 2);
    border-right: 7px solid rgb(251, 188, 2);
    padding: 6px 25px 5px 0px;
    margin: 0px 0 0px 0px;
    font-weight: 800;
    font-size: 34px;
}

.products_search {
    margin: -65px 0px 0px;
}

.inside_products_search {
    background: rgb(255, 255, 255);
    box-shadow: rgba(100, 100, 111, 0.21) 0px 7px 48px 0px;
    border-radius: 8px;
    margin: 25px 0 45px 0;
    padding: 15px;
}

.inside_products_search label {
    color: rgb(48, 41, 115);
    font-weight: 600;
    font-size: 16px;
    margin: 0px 3px 8px 0px;
}

.inside_products_search select {
    display: block;
    width: 100%;
    height: 49px;
    padding: 0px 10px;
    font-size: 15px;
    border-radius: 8px;
    appearance: none;
    background: url("../images/br_down.webp") 15px 19px / 13px no-repeat rgb(245, 247, 249);
}

.inside_products_search select:focus {
    outline: none;
}

.inside_products_search .btn_submit {
    background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
    padding: 10px 0px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin: 32px 0px 0px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    display: block;
    width: 100%;
}

.inside_products_search .btn_submit:hover {
    color: rgb(249 179 1);
    background: none;
    border: 1px solid #f9b401;
}

.filer_main .filter {
    background: rgb(255, 255, 255);
    box-shadow: rgba(100, 100, 111, 0.09) 0px 7px 48px 0px;
    padding: 25px 20px;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 10px;
}

.filer_main .btn-filter {
    background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
    padding: 10px 0px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin: 32px 0px 0px;
    border: 1px solid transparent;
    text-decoration: none;
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.filer_main .btn-filter:hover {
    color: rgb(249 179 1);
    background: none;
    border: 1px solid #f9b401;
}

.filter h2 {
    font-size: 22px;
    color: rgb(255, 192, 12);
    margin: 0px;
    padding: 10px 0px 15px;
    font-weight: 800;
}

.filter h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: rgb(252, 186, 1);
    margin: 18px 0px 10px;
}

.filer_main label {
    color: rgb(0, 0, 0);
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin: 0px 0px 8px;
}

.filer_main select {
    display: block;
    width: 100%;
    padding: 15px;
    color: rgb(130, 130, 130);
    border-radius: 10px;
    font-size: 15px;
    appearance: none;
    background: url("../images/br_down.webp") 15px 21px / 12px no-repeat rgb(245, 247, 249);
}

.filer_main select:focus {
    outline: none;
}

.title_products {
    margin: 0 0 25px 0;
}

.title_products h3 {
    text-align: right;
    border-right: 4px solid rgb(251, 188, 3);
    padding: 11px 15px 11px 98px;
    margin: 0px 5px 5px;
    display: inline-block;
    background: linear-gradient(90deg, rgba(255, 249, 231, 0.23) 0%, rgb(255, 249, 231) 88%);
    color: rgb(12, 17, 27);
    font-size: 23px;
}

.left_title_products {
    display: inline-block;
    float: left;
}

.sec_pro_1 {
    width: 200px;
    display: inline-block;
    position: relative;
}

.sec_pro_1 svg {
    position: absolute;
    right: 18px;
    top: 16px;
}

.sec_pro_1 select {
    padding: 14px 50px 12px 0;
    color: #000;
}

.sec_pro {
    display: inline-block;
    position: relative;
}

.sec_pro input {
    background: #f5f7f9;
    padding: 12px 45px 12px 0;
    border-radius: 10px;
    margin: 0 10px 0 0;
    font-size: 16px;
    outline: none;
    min-width: 300px;
}

.sec_pro button {
    position: absolute;
    right: 25px;
    top: 12px;
    color: #000;
}

.container-fluid {
    padding: 0 125px 0 125px;
}

.items_pro .product_item {
    display: inline-block;
    margin: 0 0 30px 0;
    width: 100%;
}

.pagination {
    text-align: center;
    display: block;
    margin: 20px 0 80px 0;
}

.pagination a {
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    display: inline-block;
    font-size: 24px;
    line-height: 42px;
    margin: 0 2px;
    color: #0d121c;
    transition: all 0.3s ease-in-out;
}

.pagination a:hover {
    border: 1px solid #f2f2f2;
    background: #f0a413;
    color: #fff;
}

.pagination .to_end svg {
    margin: 0 20px;
    width: 17px;
}

.pagination .to_end:hover {
    border: 1px solid #f0a413;
    background: none;
    color: #f0a413;
}

.pagination .to_end {
    border-radius: 50px;
    width: auto;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    color: #242249;
    margin: 0 20px;
}

/* single product */
.product_singal {
    margin: 50px 0 0 0;
}

.product_singal .images_product {}

.product_singal .images_product button {
    position: absolute;
    left: 28px;
    top: 12px;
    background: #f4f4f4;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 38px;
}

.product_singal .images_product button svg {
    width: 28px;
    position: relative;
    right: -1px;
}

.product_singal .images_product .main_image {
    width: 100%;
    border-radius: 15px;
    max-height: 545px;
    object-fit: cover;
}

.inner_images {}

.inner_images img {
    width: 23.4%;
    margin: 15px 0 0 10px;
    border-radius: 12px;
    height: 130px;
    object-fit: cover;
}

.procuct_det_left {
    position: relative;
}

.procuct_det_left .caty_prdoct {
    color: #fff;
    background: #f7bc0e;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    margin: 4px 0 0 0;
}

.procuct_det_left .links_pro {
    position: absolute;
    left: 0;
    top: -122px;
    background: #fff;
    padding: 25px 10px;
    border-radius: 12px 12px 0 0;
}

.procuct_det_left .links_pro ul {}

.procuct_det_left .links_pro li {
    display: inline-block;
    margin: 0 10px;
}

.procuct_det_left .links_pro li:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 22px;
    background: #d7d7d7;
    margin: 0 15px -5px 0;
}

.procuct_det_left .links_pro li a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.procuct_det_left .links_pro li a:before {
    content: "";
    display: inline-block;
    background: #f7ad50;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 0 0 10px;
}

.procuct_det_left .links_pro li:last-child a {
    color: #f08601;
}


.procuct_det_left .links_pro li a:hover {
    color: #f08601;
}

.procuct_det_left .links_pro li:last-child:after {
    display: none;
}

.procuct_det_left .title_price_pro {
    margin: 30px 0 30px 0;
}

.procuct_det_left .title_price_pro h1 {
    font-size: 28px;
    border-right: 4px solid #f7bc0e;
    padding: 11px 10px 7px 0;
    display: inline-block;
    color: #0a0f1a;
}

.procuct_det_left .title_price_pro p {
    color: #f08601;
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    float: left;
    padding: 6px 0 0 0;
}

.procuct_det_left .detials_numbers {
    background: #f5f7f9;
    padding: 24px 15px 20px 0;
    border-radius: 8px;
    margin: 0 0 35px;
}

.procuct_det_left .detials_numbers ul li {
    display: inline-block;
    width: 33%;
    font-size: 15px;
    color: #1a1a1a;
    position: relative;
}

.procuct_det_left .detials_numbers ul li:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 23px;
    background: #e6e6e6;
    position: absolute;
    left: 35px;
    bottom: 7px;
}

.procuct_det_left .detials_numbers ul li:last-child:after {
    display: none;
}

.procuct_det_left .detials_numbers ul li svg {
    background: #fff;
    padding: 9px;
    width: 37px;
    height: 37px;
    border-radius: 8px;
    margin: -2px 0 0 10px;
}

.procuct_det_left .detials_numbers ul li span {
    font-weight: 600;
    margin: 0 3px 0 0;
}

.procuct_det_left .desk_product {}

.procuct_det_left .desk_product h2 {
    font-size: 22px;
    color: #0a0f1a;
    font-weight: 700;
}

.procuct_det_left .desk_product h2:after,
.procuct_det_left .fuet_product h2:after,
.seller_product h2:after {
    content: "";
    display: block;
    width: 55px;
    height: 5px;
    background: #f9bc02;
    margin: 15px 0 15px 0;
}

.procuct_det_left .desk_product p {
    color: #828282;
    font-size: 18px;
    margin: 0 0 30px 0;
    line-height: 28px;
}

.procuct_det_left .desk_productp {}

.procuct_det_left .fuet_product {}

.procuct_det_left .fuet_product h2 {
    font-size: 22px;
    color: #0a0f1a;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.procuct_det_left .fuet_product .fuet_item {
    background: #fffaeb;
    display: inline-block;
    color: #fff;
    padding: 25px 15px 25px 45px;
    border-radius: 10px;
    margin: 0 0 12px 10px;
    width: 140px;
}

.procuct_det_left .fuet_product .fuet_item p {
    margin: 0 0 5px 0;
    color: #9d9d9d;
}

.procuct_det_left .fuet_product .fuet_item h3 {
    font-size: 17px;
    margin: 0 0;
    color: #322f53;
}

.seller_product {}

.seller_product h2 {
    font-size: 22px;
    color: #0a0f1a;
    font-weight: 700;
    margin: 35px 0 25px 0;
}

.inner_seller {
    border: 1px solid #f1efef;
    border-radius: 13px;
    padding: 28px 25px;
}

.inner_seller .right_seller {
    display: inline-block;
    width: 45%;
}

.inner_seller .right_seller img {
    display: inline-block;
    float: right;
    width: 58px;
    position: relative;
    bottom: -7px;
}

.inner_seller .right_seller h3 {
    display: inline-block;
    font-size: 16px;
    margin: 13px 15px 7px 0;
    color: #322f53;
}

.inner_seller .right_seller p {
    margin: 0 73px 0 0;
    color: #9f9f9f;
}

.left_seller {
    display: inline-block;
    width: 54%;
    text-align: left;
    position: relative;
    top: -15px;
}

.left_seller a {
    background: #f6f8fa;
    padding: 14px 45px;
    border-radius: 16px;
    margin: 0 20px 0 0;
    font-weight: 600;
}

.left_seller svg {
    margin: 0 0 0 5px;
    height: 22px;
}

.left_seller .call_seller {
    background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
    color: #fff;
}

.left_seller .chat_seller {
    color: #000;
}

.account_after {
    display: inline-block;
}

.account_after h2 {
    position: relative;
    font-size: 20px;
    color: #0a0f1a;
    font-weight: 600;
    margin: 0 0 0 30px;
    cursor: pointer;
    padding: 0 0 17px;
}

.account_after h2:hover ul {
    display: block;
    top: 67px;
}

.account_after h2 svg {
    margin: 0 10px 0 0;
}

.account_after img {
    margin: 0 0 0 10px;
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #fab801;
}

.account_after li a svg {
    margin: 0 0 0 10px;
}

.account_after li {}

.account_after ul {
    border: 1px solid #efeded;
    border-radius: 8px;
    border-top: 1px solid #f9b601;
    top: 40px;
    position: absolute;
    right: -40px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    min-width: 290px;
    min-height: 454px;
    display: none;
    box-shadow: rgba(100, 100, 111, 0.12) 0px 7px 29px 0px;
}

.account_after li a {
    background: none;
    padding: 16px 15px 17px 15px;
    margin: 0 0;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    display: block;
    width: 100%;
    border-bottom: 1px solid #efeded;
    transition: all 0.3s ease-in-out;
}

.account_after li a:hover {
    background: #fff8e7;
    border-radius: 0;
}

.tab {
    display: none;
}

.step {
    height: 10px;
    width: 32.4%;
    margin: 0 2px;
    background-color: #f5f5f5;
    border: none;
    display: inline-block;
    opacity: 1;
}

.step.active {
    opacity: 1;
    background-color: #fbbc03;
}

.step.finish {
    background-color: #fbbc03;
}

/* reguest_services */
.box_reg_service {
    box-shadow: rgb(100 100 111 / 18%) 0px 7px 74px 0px;
    padding: 35px 50px;
    margin: -39px 0 80px 0;
    position: relative;
    background: #fff;
    border-radius: 8px;
}

.box_reg_service .title span {

    background: #f5f5f5;

    width: 43px;

    height: 43px;

    border-radius: 50%;

    display: inline-block;

    text-align: center;

    line-height: 43px;

    font-size: 18px;

    color: #000;

    float: left;

    margin: -5px 0 0 13px;
}

.box_reg_service .title {
    font-size: 20px;
    color: #0c111b;
    font-weight: 700;
    margin: -70px 0 80px 0;
}

.steps_prog {
    margin: 55px 0 0 0;
}

.btns_prev_nex {
    width: 90%;
    margin: 50px auto 0;
}

.btns_prev_nex button svg {
    margin: 0 10px;
}

.btns_prev_nex .prev_btn_reg {
    color: #10141c;
    padding: 10px 55px;
    border-radius: 12px;
    font-weight: 600;
    outline: none;
    border: 1px solid #10141c;
    background: none;
    font-size: 15px;
}

.btns_prev_nex .next_btn_reg {
    background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
    color: #fff;
    padding: 10px 55px;
    border-radius: 12px;
    font-weight: 600;
    outline: none;
    float: left;
    border: 1px solid #0000;
}

.form_upload {
    display: block;
    overflow: hidden;
}

.form_upload .form-group {
    width: 47.8%;
    margin: 0 0 0 25px;
    display: inline-block;
    float: right;
}

.form_upload label {
    font-weight: 600;
    color: #0c111b;
    margin: 0 0 12px;
    display: block;
}

.form_upload label span {

    color: #adadad;

    font-weight: 500;

    margin: 0 10px 0 0;
}

.form_upload textarea {
    display: block;
    width: 100%;
    background: #f6f8fa;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    margin: 0;
    min-height: 150px;
    outline: none;
    padding: 15px;
    font-size: 16px;
}

.form_upload input[type=file] {
    cursor: pointer;
    height: 100%;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


.btn_upload {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: #f6f8fa;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    width: 100%;
    min-height: 150px;
    border-radius: 12px;
    text-align: center;
    padding-top: 35px;
}

.add_product .btn_upload {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: #f6f8fa;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    width: 22%;
    min-height: 120px;
    border-radius: 12px;
    text-align: center;
    padding-top: 35px;
    margin: 0 3px 7px 11px;
}

.form_upload select {
    display: block;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    margin: 0 0 30px;
    outline: none;
    padding: 12px 15px;
    font-size: 16px;
    appearance: none;
    background: url(../images/br_down.webp) 15px 19px / 13px no-repeat rgb(245, 247, 249);
}

.form_upload input {
    display: block;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    margin: 0 0 30px;
    outline: none;
    padding: 12px 15px;
    font-size: 16px;
    appearance: none;
    background: url(../images/loc.png) 15px 15px / 16px no-repeat rgb(245, 247, 249);
}

.tab-product input {
    display: block;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    margin: 0 0 30px;
    outline: none;
    padding: 12px 15px;
    font-size: 16px;
    appearance: none;
    background: rgb(245, 247, 249);
}

.price_div {

    position: relative;
}

.price_div span {

    position: absolute;

    z-index: 99;

    top: 9px;

    left: 16px;

    color: #bbb8b8;

    font-size: 18px;
}

.add_product input {
    display: block;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    margin: 0 0 30px;
    outline: none;
    padding: 12px 15px;
    font-size: 16px;
    appearance: none;
    background: rgb(245, 247, 249);
}

.form_upload #adress {
    min-height: 166px;
}

.reguest_services .modal {
    z-index: 9999999;
}

.reguest_services .modal-dialog {
    max-width: 540px;
    margin: 10.75rem auto;
    border-radius: 17px;
    overflow: hidden;
}

.reguest_services .modal-body {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 40px 63px 50px 63px;
    position: relative;
}

.offer_accepted_pop img {
    height: 140px;
    margin: 20px 0 0;
}

.reguest_services .close {
    position: absolute;
    right: 23px;
    top: 17px;
    width: 42px;
    padding: 0 0;
    float: none;
    margin: 0 0;
    height: 42px;
    line-height: 42px;
    background: #ebebeb;
    border-radius: 50%;
    outline: none;
}

.reguest_services .close svg {
    width: 15px !important;
}

.reguest_services .modal-body p {
    margin: 5px 0 33px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.offer_accepted_pop .modal-body p {
    margin: 20px auto 28px;
    width: 65%;
    font-size: 20px;
    font-weight: 800;
}

.reguest_services .modal-body a {
    background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
    color: #fff;
    padding: 8px 75px;
    border-radius: 12px;
    font-weight: 600;
    outline: none;
    border: 1px solid #0000;
}

.reguest_services .modal-body .btn_accepted {
    background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
    color: #fff;
    padding: 9px 140px;
    border-radius: 12px;
    font-weight: 600;
    outline: none;
    border: 1px solid #0000;
    font-size: 17px;
}

.reguest_services .modal-body svg {
    width: 240px;
}

.account_photo {}

.account_photo .photo_profile {
    text-align: center;
    width: auto;
    margin: -70px 0 0 0;
    float: right;
    background: #fff;
    padding: 35px 45px;
    border: 1px solid #eee;
    border-radius: 7px;
}

.account_photo img {
    width: 157px;
    height: 157px;
    border-radius: 50%;
}

.account_photo h2 {
    font-size: 20px;
    margin: 20px 0 0 0;
}

.adv_orders_saved .box_adv_list {
    margin: 25px 290px 70px 0;
    box-shadow: rgba(100, 100, 111, 0.12) 0px 7px 44px 0px;
    padding: 20px 25px 30px 25px;
    border-radius: 10px;
}

.adv_orders_saved .box_adv_list .nav {
    border: 0;
    display: flex;
}

.adv_orders_saved .box_adv_list .nav li {
    width: 49%;
    margin: 0 0 0 10px;
}

.adv_orders_saved li button:hover {
    background: #252349 !important;
    color: #fff !important;
}

.adv_orders_saved .box_adv_list .nav li button {
    background: #f4f6f8;
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    padding: 9px 0;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #f1932100;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.adv_orders_saved .box_adv_list .nav .active {
    color: #f19321;
    border-bottom: 1px solid #f19321;
}

.adv_orders_saved .list_adv {
    margin: 45px 280px 0 0;
}

.adv_orders_saved .list_adv li {
    width: 31.8%;
    display: inline-block;
    margin: 0 8px;
}

.adv_orders_saved .list_adv li a:hover {
    background: #252349;
    color: #fff;
}

.adv_orders_saved .list_adv li a {
    display: inline-block;
    background: #f4f6f8;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    margin: 0 6px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.adv_orders_saved .list_adv li a.active {
    background: #252349;
    color: #fff;
}

.adv_orders_saved .tab-content {}

.adv_orders_saved .product_item {
    margin: 10px 0px 15px 0;
}

.adv_orders_saved .product_item .add_fav svg {

    width: 17px;
}

.adv_orders_saved .product_item .dropdown {
    position: absolute;
    left: 0;
    top: 7px;
}

.adv_orders_saved .product_item .dropdown button:after {
    display: none
}

.adv_orders_saved .product_item .dropdown button svg {
    width: 24px;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f4f6f8;
    border-color: #4e555b;
}

.adv_orders_saved .product_item .dropdown button {
    border: 0;
    width: 40px;
    height: 40px;
    padding: 0 0;
    outline: none;
}

.adv_orders_saved .product_item .dropdown button:hover {
    background: #e9e9e9;
}

.adv_orders_saved .product_item .dropdown a {
    color: #000;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
}

.adv_orders_saved .product_item .dropdown a:hover {
    color: #f19525;
}

.adv_orders_saved .product_item .dropdown a svg {
    margin: 0 0 0 6px;
}

.adv_orders_saved .product_item .dropdown .dropdown-menu {
    min-width: 220px;
    border-top: 1px solid #f19525;
    border-radius: 10px;
    top: 6px !important;
    padding: 0 0;
    overflow: hidden;
}

/* my orders page */
.my_orders_page .box_adv_list {}

.my_orders_page .box_adv_list ul {}

.my_orders_page .box_adv_list ul li {
    width: 32.5% !important;
}

.my_orders_page .box_adv_list ul li:last-child {
    margin: 0 0 0 0 !important;
    width: 32.9% !important;
}

.order_box {
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 0 0 20px 8px;
    padding: 15px 15px 15px 20px;
}

.order_box .order_img {}

.order_box .order_img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    max-height: 225px;
    object-fit: cover;
}

.order_box .text_order .title_order {
    display: inline-block;
    font-size: 22px;
    font-weight: 800;
    color: #252349;
    margin: 8px 0 0;
}

.order_box .text_order .sku {
    display: inline-block;
    margin: 0 25px 0 0;
    color: #7a7a7a;
    font-size: 18px;
}

.order_box .text_order .time {
    display: inline-block;
    margin: 8px 0 0 12px;
    float: left;
    color: #505050;
}

.order_box .text_order .time svg {
    margin: 0 6px 0 0;
}

.order_box .text_order .desk_order {
    color: #838383;
    margin: 15px 0 18px 0;
    font-weight: 500;
}

.order_box .text_order .info_order_box {
    background: #f4f6f8;
    padding: 8px 20px;
    border-radius: 8px;
    margin: 0 0 25px;
}

.order_box .text_order .info_order_box li {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

.order_box .text_order .info_order_box li:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 23px;
    background: #e5e5e5;
    float: left;
    margin: 6px 0 0 14px;
}

.order_box .text_order .info_order_box li:last-child:after {
    display: none;
}

.order_box .text_order .info_order_box li .icon_info {
    background: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 6px;
    margin: 0 0 0 7px;
}

.order_box .text_order .info_order_box li .icon_info svg {}

.order_box .text_order .info_order_box li .info_tit {
    font-weight: 500;
    margin: 0 0 0 8px;
}

.order_box .text_order .statu_order {
    font-size: 18px;
    font-weight: 500;
    color: #8f8f8f;
    display: inline-block;
    margin: 12px 0 0 0;
}

.order_box .text_order .not_active:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: red;
    border-radius: 50%;
    margin: 0 0 -1px 7px;
}

.order_box .text_order .active:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #2cff00;
    border-radius: 50%;
    margin: 0 0 -1px 7px;
}

.order_box .text_order .left_buttons_order {
    display: inline-block;
    float: left;
}

.order_box .text_order .left_buttons_order .btn:focus {
    box-shadow: none;
}

.order_box .text_order .left_buttons_order .btn {
    background: #f4f6f8;
    border-radius: 10px;
    padding: 11px 50px;
    font-size: 17px;
    font-weight: 600;
    color: #252349;
    outline: none;
}

.order_box .text_order .left_buttons_order .btn_offers_order {
    margin: 0 0 0 15px;
    color: #fff;
    background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
}

.offers_popup .modal-dialog {
    max-width: initial;
    width: 40%;
    margin: 0 0 0 0;
    left: 0;
    right: auto;
    float: none;
    position: absolute;
    border-radius: 0;
    height: 100vh;
    background: #fff;
}

.offers_popup .modal-dialog::-webkit-scrollbar {
    display: none;
}

.offers_popup .modal-dialog {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.offers_popup .modal-content {
    border: 0;
    display: block;
}

.offers_popup .modal-body {
    border-radius: 0;
    padding: 67px 0 0 0;
    overflow: auto;
    box-shadow: none;
    border: 0;
}

.offers_popup .header_pop h2 {
    text-align: right;
    font-size: 22px;
}

.offers_popup .header_pop {
    position: fixed;
    background: #eff4f9;
    padding: 20px 20px 22px 20px;
    width: 100%;
    z-index: 999;
    top: 0;
}

.offers_popup .header_pop .close {
    right: auto;
    left: 20px;
    background: #fff;
    top: 12px;
    position: fixed;
}

.offers_popup .box_offer_det {
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    margin: 21px 20px;
    padding: 11px 18px 15px 18px;
    position: relative;
}

.offers_popup .box_offer_det .img_offer_det {
    display: inline-block;
    margin: 0;
    position: relative;
    float: right;
}

.offers_popup .box_offer_det span {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -19px;
    background: #fff8e5;
    width: 60px;
    margin: 0 auto 0;
    border-radius: 50px;
    font-weight: 800;
    font-size: 19px;
    padding: 0px 8px;
    box-shadow: rgba(100, 100, 111, 0.12) 0px 7px 29px 0px;
    direction: ltr;
}

.offers_popup .box_offer_det span svg {
    width: auto;
    position: relative;
    top: -2px;
}

.offers_popup .box_offer_det img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.offers_popup .box_offer_det h3 {
    display: block;
    color: #252349;
    font-size: 17px;
    text-align: right;
    margin: 10px 0 9px 0;
    position: relative;
    left: -15px;
}

.offers_popup .box_offer_det .sku_offer_pop {
    margin: 0px 0 0 0;
    display: block;
    color: #8b8b8b;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    position: relative;
    left: -15px;
}

.offers_popup .box_offer_det .date_pop {
    display: inline-block;
    margin: 0;
    float: left;
    color: #8f8f8f;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 17px;
    top: 18px;
}

.offers_popup .box_offer_det .date_pop svg {
    width: 18px;
    margin: -1px 6px 0 0;
}

.offers_popup .box_offer_det .detials_offer_pop {
    color: #838383;
    margin: 35px 0 0 15px;
    font-weight: 500;
    text-align: right;
    font-size: 16px;
}

.offers_popup .box_offer_det hr {
    margin: 15px 0;
}

.offers_popup .box_offer_det .offer_budget {
    font-weight: 500;
    color: #838383;
    text-align: right;
    margin: 0 0 16px;
}

.offers_popup .box_offer_det .offer_budget img {
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    margin: 0 0 0 5px;
}

.offers_popup .box_offer_det .offer_budget span {
    font-weight: 800;
    color: #e7a727;
    position: relative;
    top: 2px;
    right: 5px;
    background: none;
    box-shadow: none;
    font-size: 18px;
    padding: 0;
    width: auto;
}

.offers_popup .box_offer_det .btn {
    background: #f4f6f8;
    border-radius: 10px;
    padding: 14px 0;
    font-size: 17px;
    font-weight: 600;
    color: #252349;
    outline: none;
    width: 48.7%;
}

.offers_popup .box_offer_det .btn_accept_offer {
    margin: 0 0 0 15px;
    color: #fff;
    background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
}

.offers_popup .box_offer_det .btn_reject_offer_deitals {
    position: absolute;
    right: 20px;
    left: 0;
    bottom: 25px;
    width: 95%;
}

.detils_popup .header_pop h2 {}

.detils_popup .box_offer_det {
    height: 87vh;
    position: relative;
}

.detils_popup .box_offer_det .img_offer_det {}

.detils_popup .box_offer_det .img_offer_det img {
    border-radius: 10px;
    width: 82px;
    height: 70px;
}

.detils_popup .box_offer_det h3 {
    font-size: 22px;
    display: inline-block;
    text-align: right;
    margin: 10px 4px 0 0;
    float: right;
}

.detils_popup .box_offer_det .sku_offer_pop {
    display: inline-block;
    float: right;
    margin: 10px 35px 0 0;
}

.detils_popup .box_offer_det .date_pop {}

.detils_popup .info_order_box {
    display: block;
    width: 100%;
    margin: 90px 0 0 0;
    border: 1px solid #1a2d4029;
    border-radius: 5px;
    padding: 6px 10px;
}

.detils_popup .info_order_box li:last-child {
    border: 0;
    margin: 0 0 0 0;
}

.detils_popup .info_order_box li {
    display: inline-block;
    width: 30%;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    border-left: 1px solid #eee;
    margin: 0 0 0 15px;
    padding: 0 0;
}

.detils_popup .info_order_box span {
    position: relative;
    width: auto;
    display: inline-block;
    border: 0;
    border-radius: 8px;
    background: #eff4f9a3;
    font-size: 18px;
    box-shadow: none;
    bottom: 0;
    padding: 5px 10px;
}

.detils_popup .info_order_box span svg {
    width: 17px;
    height: 17px;
}

.detils_popup .info_order_box span img {
    width: auto;
    object-fit: contain;
    height: auto;
}

.detils_popup .info_order_box .info_tit {
    position: relative;
    background: none;
    box-shadow: none;
    padding: 0 0;
    margin: 0 6px 0 4px;
    font-size: 14px;
    font-weight: 500;
    bottom: 0;
}

.detils_popup .detials_steps h3 {
    display: block;
    float: none;
    color: #000;
    font-size: 20px;
    margin: 20px -12px 25px 0;
    padding: 0 0 0 0;
}

.detils_popup .detials_steps h3:after {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    background: #f6c055;
    margin: 12px 0 0 0;
}

.detils_popup .detials_steps img {
    float: right;
    display: inline-block;
    width: 60px;
    height: 60px;
}

.detils_popup .detials_steps p {
    font-weight: 500;
    color: #838383;
    font-size: 16px;
    text-align: right;
    margin: 1px 0 0 0;
    padding: 0 0 0 42px;
    display: inline-block;
    width: 86%;
}

.detils_popup .detials_steps .step_go_dash {
    display: block;
    height: 120px;
    width: 2px;
    border: 1px dashed #fcb82f;
    position: relative;
    bottom: 0;
    box-shadow: none;
    border-radius: 0;
    float: none;
    text-align: right;
    margin: 10px 30px 0 0;
    padding: 0 0;
}

@media (min-width: 1201px) and (max-width: 1720px) {
    header .login-sign a {
        font-size: 0px;
        padding: 25px 17px;
        border-radius: 6px;
    }

    header .menu {
        display: inline-block;
        position: relative;
        bottom: -4px;
        width: 51%;
    }

    header .menu {
        display: inline-block;
        position: relative;
        bottom: 0px;
        width: 51%;
        height: 71px;
        overflow: hidden;
        margin: 0px 0px -53px;
    }

    #menuBtn {
        cursor: pointer;
        height: auto;
        margin: 0px 0px 0px 40px;
        z-index: 99999;
        position: relative;
        bottom: -17px;
        display: none;
    }

    .slider::after {
        content: "";
        background: url("../images/cover_after.png") 0% 0% / 100% no-repeat;
        height: 140px;
        display: block;
        position: absolute;
        bottom: -33px;
        width: 100%;
    }

    .service_users img {
        position: absolute;
        height: 483px;
        width: auto;
        z-index: 1;
        object-fit: contain;
        left: 0px;
        top: -120px;
    }

    .maintenance_banner h2 {
        border-right: 5px solid rgb(251, 188, 2);
        width: 610px;
        padding: 0px 25px 0px 0px;
        line-height: 54px;
        color: rgb(255, 255, 255);
        margin: 0px 80px 0px 0px;
        font-size: 38px;
    }

    .service_users h2 {
        font-size: 33px;
        font-weight: 600;
        line-height: 50px;
        margin-right: 0px;
        width: auto;
    }

    .services_offers .right_serv_offers h2 {
        color: rgb(255, 255, 255);
        width: 69%;
        line-height: 55px;
        border-right: 5px solid rgb(251, 188, 3);
        padding: 0px 16px 0px 0px;
        font-size: 39px;
    }

    .services_offers .right_serv_offers h2 {
        color: rgb(255, 255, 255);
        width: 69%;
        line-height: 55px;
        border-right: 5px solid rgb(251, 188, 3);
        padding: 0px 16px 0px 0px;
        font-size: 39px;
    }

    footer .about p {
        color: rgb(231, 231, 231);
        margin: 15px 10px 0px 0px;
        line-height: 30px;
        width: 100%;
        font-size: 16px;
    }

    .services_offers::after {
        content: "";
        background: url("../images/shadow_rma.png") 0% 0% / contain no-repeat;
        display: block;
        height: 521px;
        width: 270px;
        position: absolute;
        left: 64px;
        bottom: 38px;
        z-index: 9;
    }

    #services_offers {
        margin: 52px -95px 0px 0px;
    }

    .sec_pro input {
        background: #f5f7f9;
        padding: 12px 45px 12px 0;
        border-radius: 10px;
        margin: 0 10px 0 0;
        font-size: 16px;
        outline: none;
        min-width: 200px;
    }

    .items_pro .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .inner_images img {
        width: 21.4%;
        margin: 15px 0 0 10px;
        border-radius: 12px;
        height: 90px;
        object-fit: cover;
    }

    .procuct_det_left .detials_numbers ul li {
        display: inline-block;
        width: auto;
        color: #1a1a1a;
        position: relative;
        font-size: 0;
    }

    .procuct_det_left .detials_numbers ul li span {
        font-weight: 600;
        margin: 0 0 0 0;
        font-size: 17px;
        position: relative;
        bottom: -4px;
    }

    .procuct_det_left .detials_numbers ul li:after {
        content: "";
        display: inline-block;
        width: 2px;
        height: 23px;
        background: #e6e6e6;
        margin: 0 15px -10px 15px;
        position: relative;
        top: 0;
        right: 0;
    }

    .left_seller {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        margin: 25px 0 0 0;
    }

    .inner_seller .right_seller {
        display: inline-block;
        width: 100%;
    }

    .left_seller a {
        background: #f6f8fa;
        padding: 14px 45px;
        border-radius: 16px;
        margin: 6px 0 15px 0;
        font-weight: 600;
        display: block;
    }

    .inner_seller {
        border: 1px solid #f1efef;
        border-radius: 13px;
        padding: 15px 25px;
    }

    .account_after {
        display: inline-block;
    }

    .account_after h2 {
        position: relative;
        font-size: 0;
        color: #0a0f1a;
        font-weight: 600;
        margin: -10px 15px 0 15px;
        cursor: pointer;
        padding: 0 0;
    }

    .account_after h2:hover ul {
        display: block;
        top: 67px;
        width: 100%;
        right: 0;
        left: 0;
        min-width: 235px;
    }

    .account_after li a {
        background: none;
        padding: 16px 15px 17px 15px !important;
        margin: 0 0;
        font-weight: 500;
        font-size: 15px !important;
        color: #000 !important;
        display: block;
        width: 100%;
        border-bottom: 1px solid #efeded;
        transition: all 0.3s ease-in-out;
    }

    .form_upload .form-group {
        width: 47.5%;
        margin: 0 10px;
        display: inline-block;
        float: right;
    }

    .adv_orders_saved .box_adv_list .nav li {
        width: 48%;
        margin: 0 0 0 10px;
    }

    .adv_orders_saved .list_adv li {
        width: 30.6%;
        display: inline-block;
        margin: 0 8px;
    }

    .adv_orders_saved .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .adv_orders_saved .product_item .text_right_product {
        display: inline-block;
        width: 61%;
    }

    .adv_orders_saved .box_adv_list .nav li {
        width: 48%;
        margin: 0 0 0 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1220px) {
    .services_offers .owl-nav {
        position: absolute;
        right: -14rem;
        bottom: auto;
        top: 95px;
    }

    #menuBtn {
        float: left;
        margin: 21px 0px 0px 40px;
        display: inline-block;
    }

    .maintenance_banner {
        margin: 10px 0px 45px;
        padding: 112px 0px;
        position: relative;
    }

    .slider::after {
        content: "";
        background: url("../images/cover_after.png") 0% 0% / 100% no-repeat;
        height: 140px;
        display: block;
        position: absolute;
        bottom: -34px;
        width: 100%;
    }

    .service_users .left_ban::after {
        content: "";
        position: absolute;
        width: 64%;
        height: 312px;
        right: 8px;
        left: auto;
        top: -18px;
        display: block;
        border: 1px solid rgb(251, 162, 24);
        background: none;
        border-radius: 23px;
    }

    .left_ban {
        position: relative;
        margin: 0px 55px 0px 0px;
        text-align: center;
    }

    .service_users img {
        position: relative;
        height: 300px;
        width: auto;
        z-index: 1;
        object-fit: contain;
        inset: auto 0px -23px;
        margin: 0px auto;
    }

    header .menu {
        display: none;
    }

    header .login-sign a {
        background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
        padding: 11px 18px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        margin: 0px 15px 0px 0px;
        border: 1px solid transparent;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    .slider .inner_slider {
        width: 475px;
        background: rgba(0, 0, 0, 0.5);
        margin: 0px 45px;
        padding: 30px 20px 125px;
        border-radius: 21px;
        position: relative;
    }

    .advantages h2 {
        margin: 15px 0px 0px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
    }

    .all_btn_more {
        display: block;
        border: 1px solid rgb(132, 134, 140);
        border-radius: 8px;
        font-weight: 800;
        color: rgb(41, 45, 54);
        padding: 13px 0px;
        font-size: 15px;
        margin: 11px 0px 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .product_item .text_left_product .price {
        color: rgb(240, 134, 1);
        font-weight: 600;
        font-size: 17px;
        margin: 0px 0px 10px;
    }

    .product_item .text_left_product .date {
        color: rgb(160, 160, 160);
        font-size: 13px;
    }

    .title_section h2 {
        font-size: 26px;
        font-weight: 600;
    }

    .latest_products::after {
        content: "";
        background: url("../images/shadow.png") 0% 0% / contain no-repeat;
        display: block;
        height: 500px;
        width: 270px;
        position: absolute;
        left: -1px;
        bottom: 0px;
        z-index: 9;
    }

    .latest_products .title_section .show_native {
        float: left;
        margin: 17px 0px 0px 40px;
        color: rgb(41, 45, 55);
        font-weight: 600;
        z-index: 9999;
        display: block;
        position: relative;
    }

    .product_item .text_right_product h2 {
        font-size: 15px;
        font-weight: 600;
        color: rgb(36, 34, 73);
        margin: 20px 6px 11px 0px;
    }

    .service_users {
        background: rgb(12, 17, 27);
        padding: 65px 0px;
        margin: 25px 0px 70px;
        z-index: 9;
    }

    .service_users h2 {
        width: auto;
    }

    .latest_products {
        margin: 0px 30px 0px 0px;
        position: relative;
        overflow: hidden;
    }

    .services_offers {
        margin: 20px 0px 0px;
        background: rgb(247, 247, 247);
    }

    .product_category {
        margin: 50px 30px 0px 0px;
    }

    .services_offers::after {
        display: none;
    }

    .services {
        margin-top: 25px;
        margin-bottom: 60px;
    }

    #services_offers {
        margin: 52px 0px 0px;
    }

    .services_offers .right_serv_offers h2 {
        color: rgb(255, 255, 255);
        width: auto;
        line-height: 69px;
        border-right: 5px solid rgb(251, 188, 3);
        padding: 0px 17px 0px 10px;
        font-size: 40px;
        font-weight: 800;
    }

    .services_offers .right_serv_offers {
        height: 560px;
        background: url("../images/worker.webp");
        padding: 210px 20px 0px 0px;
    }

    footer {
        background: rgb(16, 20, 28);
        padding: 30px 10px 0px 0px;
        overflow: hidden;
    }

    footer .about p {
        color: rgb(231, 231, 231);
        margin: 15px 10px 0px 0px;
        line-height: 30px;
        width: 100%;
        font-size: 15px;
    }

    footer .about img {
        width: 140px;
        margin: 9px 0px 0px;
    }

    footer .app .apps_photos img {
        width: 170px;
        border-radius: 8px;
        margin: 6px 0px 5px;
    }

    footer h2 {
        color: rgb(255, 255, 255);
        font-size: 19px;
        margin: 46px 0px 14px;
    }

    footer .social {
        margin: 15px 6px 0px;
    }

    footer .social li {
        display: inline-block;
        margin: 0px 0px 0px 16px;
    }

    footer .links ul li {
        margin: 0px 19px 15px 0px;
    }

    .left_title_products {
        display: block;
        float: none;
    }

    .items_pro .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .title_products h3 {
        margin: 0px 5px 20px;
    }

    .container-fluid {
        padding: 0 50px;
    }

    .procuct_det_left .title_price_pro h1 {
        font-size: 23px;
        border-right: 4px solid #f7bc0e;
        padding: 11px 10px 7px 0;
        display: inline-block;
        color: #0a0f1a;
    }

    .procuct_det_left .title_price_pro p {
        color: #f08601;
        font-size: 22px;
        font-weight: 600;
        display: inline-block;
        float: left;
        padding: 9px 0 0 0;
    }

    .procuct_det_left .detials_numbers ul li {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        color: #1a1a1a;
        position: relative;
    }

    .procuct_det_left .detials_numbers ul li:after {
        display: none;
    }

    .procuct_det_left .detials_numbers ul li {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        color: #1a1a1a;
        position: relative;
        margin: 0 0 15px 0;
    }

    .procuct_det_left .detials_numbers {
        background: #f5f7f9;
        padding: 24px 15px 9px 0;
        border-radius: 8px;
        margin: 0 0 35px;
    }

    .procuct_det_left .fuet_product .fuet_item {
        background: #fffaeb;
        display: inline-block;
        color: #fff;
        padding: 25px 15px 25px 45px;
        border-radius: 10px;
        margin: 0 0 12px 10px;
        width: 130px;
    }

    .procuct_det_left .fuet_product .fuet_item h3 {
        font-size: 16px;
        margin: 0 0;
        color: #322f53;
    }

    .procuct_det_left .fuet_product .fuet_item p {
        margin: 0 0 5px 0;
        color: #9d9d9d;
        font-size: 14px;
    }

    .left_seller {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        margin: 25px 0 0 0;
    }

    .inner_seller .right_seller {
        display: inline-block;
        width: 100%;
    }

    .left_seller a {
        background: #f6f8fa;
        padding: 14px 45px;
        border-radius: 16px;
        margin: 6px 0 15px 0;
        font-weight: 600;
        display: block;
    }

    .inner_seller {
        border: 1px solid #f1efef;
        border-radius: 13px;
        padding: 15px 25px;
    }

    .inner_images img {
        width: 21.4%;
        margin: 15px 0 0 10px;
        border-radius: 12px;
        height: 87px;
        object-fit: cover;
    }

    .account_after {
        display: inline-block;
    }

    .account_after h2 {
        position: relative;
        font-size: 0;
        color: #0a0f1a;
        font-weight: 600;
        margin: -10px 15px 0 15px;
        cursor: pointer;
        padding: 0 0;
    }

    .account_after h2:hover ul {
        display: block;
        top: 67px;
        width: 100%;
        right: 0;
        left: 0;
        min-width: 235px;
    }

    .account_after li a {
        background: none;
        padding: 16px 15px 17px 15px !important;
        margin: 0 0;
        font-weight: 500;
        font-size: 15px !important;
        color: #000 !important;
        display: block;
        width: 100%;
        border-bottom: 1px solid #efeded;
        transition: all 0.3s ease-in-out;
    }

    .form_upload .form-group {
        width: 46.9%;
        margin: 0 0 0 25px;
        display: inline-block;
        float: right;
    }

    .add_product .btn_upload {
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        position: relative;
        color: #fff;
        background-color: #f6f8fa;
        border: 1px solid #dddddd;
        padding: 5px 10px;
        width: 29%;
        min-height: 120px;
        border-radius: 12px;
        text-align: center;
        padding-top: 35px;
        margin: 0 3px 7px 11px;
    }

    .inner_service h2 {
        font-size: 16px;
        margin: 65px 0px 0px;
        text-align: center;
        color: rgb(0, 0, 0);
        font-weight: 600;
    }

    .adv_orders_saved .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .adv_orders_saved .product_item .text_right_product {
        display: inline-block;
        width: 61%;
    }

    .adv_orders_saved .box_adv_list .nav li {
        width: 48%;
        margin: 0 0 0 10px;
    }

    .adv_orders_saved .product_item .text_left_product {
        display: inline-block;
        width: 35%;
        float: left;
        margin: 16px 0px 0px 6px;
    }

    .adv_orders_saved .list_adv li {
        width: 30%;
        display: inline-block;
        margin: 0 8px;
    }

    .adv_orders_saved .container-fluid {
        padding: 0 80px;
    }

    .adv_orders_saved .box_adv_list .nav li {
        width: 48%;
        margin: 0 0 0 10px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .step {
        height: 10px;
        width: 31.4%;
        margin: 0 2px;
        background-color: #f5f5f5;
        border: none;
        display: inline-block;
        opacity: 1;
    }

    .form_upload .form-group {
        width: 46.8%;
        margin: 0 0 0 15px;
        display: inline-block;
        float: right;
    }

    .box_reg_service {
        box-shadow: rgb(100 100 111 / 18%) 0px 7px 74px 0px;
        padding: 35px 24px 35px 5px;
        margin: -39px 0 80px 0;
        position: relative;
        background: #fff;
        border-radius: 8px;
    }

    .services_offers .owl-nav {
        position: absolute;
        right: -14rem;
        bottom: auto;
        top: 95px;
    }

    #menuBtn {
        float: left;
        margin: 21px 0px 0px 40px;
        display: inline-block;
    }

    .maintenance_banner {
        margin: 10px 0px 45px;
        padding: 112px 0px;
        position: relative;
    }

    .slider::after {
        content: "";
        background: url("../images/cover_after.png") 0% 0% / 100% no-repeat;
        height: 140px;
        display: block;
        position: absolute;
        bottom: -34px;
        width: 100%;
    }

    .service_users .left_ban::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 355px;
        right: 26px;
        left: auto;
        top: -18px;
        display: block;
        border: 1px solid rgb(251, 162, 24);
        background: none;
        border-radius: 23px;
    }

    .left_ban {
        position: relative;
        margin: 110px auto 0px;
        text-align: center;
        display: none;
    }

    .service_users img {
        position: relative;
        height: 406px;
        width: 406px;
        z-index: 1;
        object-fit: contain;
        inset: auto 0px -23px;
        margin: 0px auto;
    }

    header .menu {
        display: none;
    }

    header .login-sign a {
        background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
        padding: 11px 18px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        margin: 0px 15px 0px 0px;
        border: 1px solid transparent;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    .slider .inner_slider {
        width: 475px;
        background: rgba(0, 0, 0, 0.5);
        margin: 0px 45px;
        padding: 30px 20px 125px;
        border-radius: 21px;
        position: relative;
    }

    .advantages h2 {
        margin: 15px 0px 0px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
    }

    .all_btn_more {
        display: block;
        border: 1px solid rgb(132, 134, 140);
        border-radius: 8px;
        font-weight: 800;
        color: rgb(41, 45, 54);
        padding: 13px 0px;
        font-size: 12px;
        margin: 11px 0px 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .product_item .text_left_product .price {
        color: rgb(240, 134, 1);
        font-weight: 600;
        font-size: 17px;
        margin: 0px 0px 10px;
    }

    .product_item .text_left_product .date {
        color: rgb(160, 160, 160);
        font-size: 13px;
    }

    .title_section h2 {
        font-size: 26px;
        font-weight: 600;
    }

    .latest_products::after {
        content: "";
        background: url("../images/shadow.png") 0% 0% / contain no-repeat;
        display: block;
        height: 500px;
        width: 270px;
        position: absolute;
        left: -38px;
        bottom: 0px;
        z-index: 9;
    }

    .latest_products .title_section .show_native {
        float: left;
        margin: 17px 0px 0px 40px;
        color: rgb(41, 45, 55);
        font-weight: 600;
        z-index: 9999;
        display: block;
        position: relative;
    }

    .product_item .text_right_product h2 {
        font-size: 15px;
        font-weight: 600;
        color: rgb(36, 34, 73);
        margin: 20px 6px 11px 0px;
    }

    .service_users .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .service_users {
        background: rgb(12, 17, 27);
        padding: 65px 0px;
        margin: 25px 0px 70px;
        z-index: 9;
    }

    .latest_products {
        margin: 0px 30px 0px 0px;
        position: relative;
        overflow: hidden;
    }

    .services_offers {
        margin: 20px 0px 0px;
        background: rgb(247, 247, 247);
    }

    .product_category {
        margin: 50px 30px 0px 0px;
    }

    .services_offers::after {
        display: none;
    }

    .services {
        margin-top: 25px;
        margin-bottom: 60px;
    }

    #services_offers {
        margin: 52px 0px 0px;
    }

    .services_offers .right_serv_offers h2 {
        color: rgb(255, 255, 255);
        width: auto;
        line-height: 63px;
        border-right: 5px solid rgb(251, 188, 3);
        padding: 0px 17px 0px 10px;
        font-size: 38px;
        font-weight: 800;
    }

    .services_offers .right_serv_offers {
        height: 560px;
        background: url("../images/worker.webp");
        padding: 210px 20px 0px 0px;
    }

    footer {
        background: rgb(16, 20, 28);
        padding: 30px 10px 0px 0px;
        overflow: hidden;
    }

    footer .about p {
        color: rgb(231, 231, 231);
        margin: 15px 10px 0px 0px;
        line-height: 30px;
        width: 100%;
        font-size: 15px;
    }

    footer .about img {
        width: 140px;
        margin: 9px 0px 0px;
    }

    footer .app .apps_photos img {
        width: 170px;
        border-radius: 8px;
        margin: 6px 0px 5px;
    }

    footer h2 {
        color: rgb(255, 255, 255);
        font-size: 19px;
        margin: 46px 0px 14px;
    }

    footer .social {
        margin: 15px 6px 0px;
    }

    footer .social li {
        display: inline-block;
        margin: 0px 0px 0px 16px;
    }

    footer .links ul li {
        margin: 0px 19px 15px 0px;
    }

    .container-fluid {
        padding: 0 20px;
    }

    .title_products h3 {
        margin: 0 0 20px 0;
    }

    .items_pro .product_item .text_right_product {
        display: inline-block;
        width: 55%;
    }

    .items_pro .product_item .text_right_product h2 {
        font-size: 15px;
        font-weight: 600;
        color: rgb(36, 34, 73);
        margin: 20px 6px 11px 0px;
        height: 21px;
        overflow: hidden;
    }

    .items_pro .product_item .text_right_product p {
        color: rgb(160, 160, 160);
        font-size: 13px;
        margin: 0px 7px 15px 0px;
        height: 23px;
        overflow: hidden;
    }

    .items_pro .product_item .text_left_product {
        display: inline-block;
        width: 40%;
        float: left;
        margin: 16px 0px 0px 6px;
    }

    .left_title_products {
        display: block;
        float: none;
    }

    .pagination .to_end {
        border-radius: 50px;
        width: auto;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 600;
        color: #242249;
        margin: 15px 20px;
        display: block;
    }

    .items_pro .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .inner_images img {
        width: 20.4%;
        margin: 15px 0 0 10px;
        border-radius: 12px;
        height: 60px;
        object-fit: cover;
    }

    .procuct_det_left .links_pro {
        position: absolute;
        left: 0;
        top: -122px;
        margin: 0 0 20px 0;
        background: #ffffff;
        border-radius: 10px 10px 0 0;
    }

    .procuct_det_left .title_price_pro h1 {
        font-size: 20px;
        border-right: 4px solid #f7bc0e;
        padding: 11px 10px 7px 0;
        display: inline-block;
        color: #0a0f1a;
    }

    .procuct_det_left .title_price_pro p {
        color: #f08601;
        font-size: 22px;
        font-weight: 600;
        display: block;
        float: none;
        padding: 0;
        margin: 15px 0 0 0;
    }

    .procuct_det_left .title_price_pro p {
        color: #f08601;
        font-size: 22px;
        font-weight: 600;
        display: block;
        float: none;
        padding: 0;
        margin: 15px 0 0 0;
    }

    .procuct_det_left .detials_numbers ul li {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        color: #1a1a1a;
        position: relative;
        margin: 0 0 20px 0;
    }

    .left_seller {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        margin: 25px 0 0 0;
    }

    .inner_seller .right_seller {
        display: inline-block;
        width: 100%;
    }

    .left_seller a {
        background: #f6f8fa;
        padding: 14px 45px;
        border-radius: 16px;
        margin: 6px 0 15px 0;
        font-weight: 600;
        display: block;
    }

    .inner_seller {
        border: 1px solid #f1efef;
        border-radius: 13px;
        padding: 15px 25px;
    }

    .procuct_det_left .desk_product p {
        color: #828282;
        font-size: 16px;
        margin: 0 0 30px 0;
        line-height: 28px;
    }

    .procuct_det_left .detials_numbers {
        background: #f5f7f9;
        padding: 23px 15px 4px 0;
        border-radius: 8px;
        margin: 0 0 35px;
    }

    .procuct_det_left .detials_numbers ul li:after {
        display: none;
    }

    .account_after {
        display: inline-block;
    }

    .account_after h2 {
        position: relative;
        font-size: 0;
        color: #0a0f1a;
        font-weight: 600;
        margin: -10px 15px 0 15px;
        cursor: pointer;
        padding: 0 0;
    }

    .account_after h2:hover ul {
        display: block;
        top: 67px;
        width: 100%;
        right: 0;
        left: 0;
        min-width: 235px;
    }

    .account_after li a {
        background: none;
        padding: 16px 15px 17px 15px !important;
        margin: 0 0;
        font-weight: 500;
        font-size: 15px !important;
        color: #000 !important;
        display: block;
        width: 100%;
        border-bottom: 1px solid #efeded;
        transition: all 0.3s ease-in-out;
    }

    .add_product .btn_upload {
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        position: relative;
        color: #fff;
        background-color: #f6f8fa;
        border: 1px solid #dddddd;
        padding: 5px 10px;
        width: 44%;
        min-height: 120px;
        border-radius: 12px;
        text-align: center;
        padding-top: 35px;
        margin: 0 3px 7px 11px;
    }

    .account_photo .photo_profile {
        text-align: center;
        width: auto;
        margin: 15px 0 0px;
        float: none;
        background: #fbf2df;
        padding: 35px 45px;
        border: 1px solid #eee;
        border-radius: 7px;
    }

    .adv_orders_saved .list_adv {
        margin: 30px 0 0 0;
    }

    .adv_orders_saved .list_adv li {
        width: 100%;
        display: inline-block;
        margin: 0 0 10px 0;
    }

    .adv_orders_saved .box_adv_list {
        margin: 20px 0px 30px 0;
        box-shadow: none;
        padding: 0;
        border-radius: 10px;
    }

    .adv_orders_saved .box_adv_list .nav li {
        width: 100%;
        margin: 9px 0 2px 0;
    }

    .adv_orders_saved .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .account_photo .photo_profile {
        text-align: center;
        width: auto;
        margin: 15px 0 0px;
        float: none;
        background: #fbf2df;
        padding: 35px 45px;
        border: 1px solid #eee;
        border-radius: 7px;
    }

    .adv_orders_saved .list_adv {
        margin: 30px 0 0 0;
    }

    .adv_orders_saved .list_adv li {
        width: 100%;
        display: inline-block;
        margin: 0 0 10px 0;
    }

    .adv_orders_saved .box_adv_list {
        margin: 20px 0px 30px 0;
        box-shadow: none;
        padding: 0;
        border-radius: 10px;
    }

    .adv_orders_saved .box_adv_list .nav li {
        width: 100%;
        margin: 9px 0 2px 0;
    }

    .add_product .btn_upload {
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        position: relative;
        color: #fff;
        background-color: #f6f8fa;
        border: 1px solid #dddddd;
        padding: 5px 10px;
        width: 44%;
        min-height: 120px;
        border-radius: 12px;
        text-align: center;
        padding-top: 35px;
        margin: 0 3px 7px 11px;
    }

    .add_product {
        margin: 0 0 0 !important;
        padding: 0 0;
        width: 99%;
    }

    .box_reg_service {
        box-shadow: none;
        padding: 0 0;
        margin: 0 0 45px 0;
        position: relative;
        background: #fff;
        border-radius: 0;
    }

    .steps_prog {
        margin: 28px 0 0 0;
    }

    .box_reg_service .title {
        font-size: 20px;
        color: #0c111b;
        font-weight: 700;
        margin: -109px 0 80px 0;
    }

    .step {
        height: 10px;
        width: 30.4%;
        margin: 0 2px;
        background-color: #f5f5f5;
        border: none;
        display: inline-block;
        opacity: 1;
    }

    .form_upload textarea {
        margin: 0 0 22px;
    }

    .box_reg_service .title {
        font-size: 16px;
        color: #0c111b;
        font-weight: 700;
        margin: 14px 0 31px 0;
        line-height: 26px;
    }

    .box_reg_service .title span {
        background: #f5f5f5;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 34px;
        font-size: 14px;
        color: #000;
        float: left;
        margin: 0 0 0 8px;
    }

    .maintenance_banner h2 {
        width: auto;
        padding: 0px 25px 0px 55px;
        margin: 0px 80px 0px 0px;
        font-size: 38px;
    }

    .slider .inner_slider {
        width: 90%;
        background: rgba(0, 0, 0, 0.5);
        margin: 0px 20px 0px 0px;
        padding: 30px 20px 125px;
        border-radius: 21px;
        position: relative;
    }

    header .menu {
        position: relative;
        bottom: -4px;
        width: 53%;
        display: none;
    }

    header .login-sign a {
        font-size: 0px;
        padding: 26px 14px;
        border-radius: 10px;
    }

    header .logo {
        display: inline-block;
        padding: 9px 17px;
        margin: 0px;
        background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
        width: 100%;
        text-align: center;
    }

    header .logo img {
        width: auto;
    }

    #menuBtn {
        cursor: pointer;
        display: inline-block;
        height: auto;
        margin: 18px 0px 0px 40px;
        z-index: 99999;
        position: relative;
        bottom: -17px;
        float: left;
    }

    .service_users .left_ban::after {
        content: "";
        position: absolute;
        width: 89%;
        height: 431px;
        right: 39px;
        left: auto;
        top: -150px;
        display: block;
        border: 1px solid rgb(251, 162, 24);
        background: none;
        border-radius: 23px;
    }

    .service_users .left_ban::after {
        width: 52%;
        right: 29px;
        height: 262px;
    }

    .left_ban {
        position: relative;
        margin: 198px 0px 0px;
    }

    .service_users a {
        margin: 48px auto 0px;
        color: rgb(235, 186, 40);
        font-size: 13px;
        font-weight: 800;
        border: 1px solid rgb(251, 188, 2);
        border-radius: 8px;
        background: rgba(251, 188, 2, 0.06);
        padding: 12px 60px;
        text-align: center;
    }

    .maintenance_banner h2 {
        width: auto;
        padding: 0px 25px 0px 55px;
        margin: 0px 10px 0px 0px;
        font-size: 28px;
    }

    .service_users a {
        margin: 48px 8px 0px 0px;
        color: rgb(235, 186, 40);
        font-size: 13px;
        font-weight: 800;
        border: 1px solid rgb(251, 188, 2);
        border-radius: 8px;
        background: rgba(251, 188, 2, 0.06);
        padding: 12px 60px;
        text-align: center;
    }

    .latest_products {
        margin: 0px;
        position: relative;
        overflow: hidden;
    }

    .product_category {
        margin: 0px;
    }

    .title_section h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .title_section p {
        margin: 0px 0px 10px;
        font-size: 18px;
        font-weight: 600;
        color: rgb(189, 189, 189);
    }

    .latest_products::after {
        display: none;
    }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: visible;
        transform: translate3d(0px, 0px, 0px);
    }

    .maintenance_banner h2 {
        width: auto;
        padding: 0px 15px;
        margin: 0px 10px 0px 0px;
        font-size: 25px;
        line-height: 48px;
    }

    .maintenance_banner a {
        padding: 13px 49px;
        font-size: 13px;
        margin: 25px 14px;
    }

    footer .copyrights {
        color: rgb(131, 131, 131);
        text-align: center;
        padding: 20px 0px 10px;
        font-size: 18px;
    }

    footer .social li {
        display: inline-block;
        margin: 0px 9px;
    }

    footer .social {
        margin: 35px 0px 0px;
        text-align: right;
    }

    footer .app .apps_photos img {
        width: 170px;
        border-radius: 8px;
        margin: 16px 0px 0px 15px;
    }

    footer {
        background: rgb(16, 20, 28);
        padding: 30px 20px 0px;
        overflow: hidden;
    }

    footer .links {
        margin-right: 0px;
    }

    footer .about p {
        color: rgb(231, 231, 231);
        margin: 15px 0px;
        line-height: 30px;
        width: 100%;
        font-size: 17px;
    }

    .services_offers .right_serv_offers {
        height: 240px;
        background: url("../images/worker.webp") 0% 0% / cover;
        padding: 42px 21px 0px 0px;
    }

    .services_offers .right_serv_offers h2 {
        color: rgb(255, 255, 255);
        width: auto;
        line-height: 51px;
        border-right: 5px solid rgb(251, 188, 3);
        padding: 0px 30px 0px 16px;
        font-size: 31px;
    }

    .services_offers .owl-nav {
        position: absolute;
        inset: -75px 0px auto auto;
        z-index: 99999;
    }

    #services_offers {
        margin: 0px;
    }

    .product_item {
        border: 1px solid rgb(237, 237, 237);
        box-shadow: rgba(100, 100, 111, 0.12) 0px 7px 44px 0px;
        margin: 35px 13px;
        border-radius: 15px;
        padding: 7px;
        position: relative;
        transition: all 0.3s ease-in-out 0s;
    }

    .product_item .text_left_product {
        display: inline-block;
        width: 37%;
        float: left;
        margin: 16px 0px 0px 6px;
    }

    .product_item .text_right_product h2 {
        font-size: 14px;
        font-weight: 700;
        color: rgb(36, 34, 73);
        margin: 18px 6px 11px 0px;
    }

    .product_item .text_left_product .price {
        color: rgb(240, 134, 1);
        font-weight: 600;
        font-size: 16px;
        margin: 0px 0px 10px;
    }

    .maintenance_banner img {
        width: 100%;
        height: 100%;
        right: 0px;
    }

    .service_users img {
        height: auto;
        width: 283px;
        text-align: center;
        right: 0px;
        left: 0px;
        margin: 0px auto;
    }

    .latest_products .title_section .show_native {
        font-size: 0px;
        float: left;
        margin: 17px 0px 0px 15px;
        color: rgb(41, 45, 55);
        font-weight: 800;
    }

    .product_item .text_right_product {
        display: inline-block;
        width: 59%;
    }

    .service_users {
        background: rgb(12, 17, 27);
        padding: 65px 0px;
        margin: 0px 0px 140px;
        z-index: 9;
    }

    .maintenance_banner {
        margin: 0px 0px 40px;
        padding: 59px 0px;
        position: relative;
    }

    .service_users {
        margin: 0px 0px 123px;
        padding: 59px 0px;
        position: relative;
    }

    .all_btn_more {
        display: block;
        border: 1px solid rgb(132, 134, 140);
        border-radius: 8px;
        font-weight: 800;
        color: rgb(41, 45, 54);
        padding: 13px 0px;
        font-size: 16px;
        margin: 25px 0px 50px;
        transition: all 0.3s ease-in-out 0s;
    }

    .hr {
        display: block;
        width: 100%;
        height: 3px;
        background: rgb(247, 246, 246);
        margin: 0px;
    }

    .services {
        margin-top: 35px;
    }

    .advantages h2 {
        margin: 4px 0px 25px;
        font-size: 15px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }

    .advantages {
        position: relative;
        top: -25px;
        padding: 15px 0px 25px;
        box-shadow: rgba(100, 100, 111, 0.09) 0px 13px 23px 0px;
    }

    .slider::after {
        content: "";
        background: url("../images/cover_after.png") 0% 0% / 100% no-repeat;
        height: 152px;
        display: block;
        position: absolute;
        bottom: -101px;
        width: 100%;
    }

    .slider .inner_slider a {
        color: rgb(251, 188, 2);
        font-size: 14px;
        font-weight: 600;
        border: 1px solid rgb(251, 188, 2);
        padding: 10px 26px;
        border-radius: 8px;
        background: rgba(251, 188, 2, 0.06);
    }

    .slider .inner_slider h1 {
        color: rgb(251, 188, 2);
        font-weight: 600;
        font-size: 22px;
        border-right: 4px solid rgb(251, 188, 2);
        padding: 0px 15px 0px 0px;
        line-height: 40px;
        margin: 0px 0px 9px;
    }

    header .login-sign {
        display: inline-block;
        padding: 41px 0px 40px 35px;
    }

    .menu_responsive .right {
        height: 100vh;
        width: 100%;
    }

    header .login-sign {
        display: inline-block;
        padding: 41px 0px 40px 35px;
        width: 72%;
        text-align: right;
    }

    .slider .inner_slider img {
        display: block;
        position: absolute;
        left: 25px;
        bottom: 52px;
        width: 57px;
        opacity: 0.5;
    }

    .latest_products .title_section h2 {
        padding: 8px 15px;
        margin: 0px 17px 0px 5px;
    }

    .services_offers .caty {
        background: rgb(251, 188, 3);
        color: rgb(255, 255, 255);
        border-radius: 6px;
        padding: 7px 15px;
        float: left;
        font-size: 11px;
        font-weight: 800;
    }

    .services_offers .product_item p {
        color: rgb(22, 21, 48);
        margin: 9px 6px 14px 0px;
        font-weight: 600;
        font-size: 14px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .inner_images img {
        width: 20.4%;
        margin: 15px 0 0 10px;
        border-radius: 12px;
        height: 60px;
        object-fit: cover;
    }

    .procuct_det_left .title_price_pro h1 {
        font-size: 20px;
        border-right: 4px solid #f7bc0e;
        padding: 11px 10px 7px 0;
        display: inline-block;
        color: #0a0f1a;
    }

    .procuct_det_left .title_price_pro p {
        color: #f08601;
        font-size: 22px;
        font-weight: 600;
        display: block;
        float: none;
        padding: 0;
        margin: 15px 0 0 0;
    }

    .procuct_det_left .detials_numbers {
        background: #f5f7f9;
        padding: 20px 15px 0 15px;
        border-radius: 8px;
        margin: 0 0 35px;
    }

    .procuct_det_left .detials_numbers ul li:after {
        display: none;
    }

    .procuct_det_left .detials_numbers ul li {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        color: #1a1a1a;
        position: relative;
        margin: 0 0 20px 0;
    }

    .procuct_det_left .desk_product p {
        color: #828282;
        font-size: 15px;
        margin: 0 0 30px 0;
        line-height: 28px;
    }

    .procuct_det_left .desk_product h2 {
        font-size: 18px;
        color: #0a0f1a;
        font-weight: 700;
    }

    .procuct_det_left .caty_prdoct {
        color: #fff;
        background: #f7bc0e;
        padding: 8px 20px;
        display: inline-block;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 500;
        margin: 35px 0 -8px 0;
    }

    .procuct_det_left .links_pro {
        position: relative;
        left: 0;
        top: 0;
        margin: 35px 0 0 0;
        background: #f7f7f7;
        border-radius: 10px;
    }

    .product_singal .images_product button svg {
        width: 20px;
        position: relative;
        right: -3px;
        top: -3px;
    }

    .product_singal .images_product button {
        position: absolute;
        left: 28px;
        top: 12px;
        background: #f4f4f4;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 0;
        text-align: center;
    }

    .page_banner h1 {
        color: rgb(251, 188, 2);
        border-right: 5px solid rgb(251, 188, 2);
        padding: 4px 10px 3px 0px;
        margin: 0px 0 0px 0px;
        font-weight: 800;
        font-size: 24px;
    }

    .page_banner {
        height: 128px;
        width: 100%;
        background: url(../images/products_banner.webp) 0% 0% / cover no-repeat;
        padding: 47px 0px 0px;
        margin: 0px;
    }

    .procuct_det_left .fuet_product .fuet_item {
        background: #fffaeb;
        display: inline-block;
        color: #fff;
        padding: 25px 15px 25px 45px;
        border-radius: 10px;
        margin: 0 0 12px 10px;
        width: 46%;
    }

    .procuct_det_left .fuet_product .fuet_item p {
        margin: 0 0 5px 0;
        color: #9d9d9d;
        font-size: 14px;
    }

    .procuct_det_left .fuet_product .fuet_item h3 {
        font-size: 16px;
        margin: 0 0;
        color: #322f53;
    }

    .inner_seller .right_seller {
        display: inline-block;
        width: 100%;
    }


    .left_seller {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        margin: 25px 0 0 0;
    }

    .left_seller a {
        background: #f6f8fa;
        padding: 14px 45px;
        border-radius: 16px;
        margin: 0 0 15px 0;
        font-weight: 600;
        display: block;
    }

    .inner_seller {
        border: 1px solid #f1efef;
        border-radius: 13px;
        padding: 15px 15px 10px 15px;
        margin: 0 0 55px 0;
    }

    .procuct_det_left .title_price_pro {
        margin: 30px 0 20px 0;
    }

    .items_pro .product_item {
        display: inline-block;
        margin: 0 0 30px 0;
        width: 100%;
    }

    .items_pro .product_item img {
        width: 100%;
    }

    .title_products h3 {
        text-align: right;
        border-right: 4px solid rgb(251, 188, 3);
        padding: 11px 15px 11px 98px;
        margin: 55px 3px 15px 0;
        display: inline-block;
        background: linear-gradient(90deg, rgba(255, 249, 231, 0.23) 0%, rgb(255, 249, 231) 88%);
        color: rgb(12, 17, 27);
        font-size: 23px;
        width: 100%;
    }

    .sec_pro_1 {
        width: 100%;
        display: inline-block;
        position: relative;
    }

    .sec_pro {
        display: inline-block;
        position: relative;
        width: 100%;
        margin: 10px 0 15px 0;
    }

    .sec_pro input {
        background: #f5f7f9;
        padding: 12px 55px 12px 0;
        border-radius: 10px;
        margin: 0 0 0 0;
        font-size: 16px;
        outline: none;
        min-width: 100%;
        width: 100%;
    }

    .items_pro .product_item .text_right_product p {
        color: rgb(160, 160, 160);
        font-size: 12px;
        margin: 14px 7px 15px 0px;
    }

    .pagination .to_end {
        border-radius: 50px;
        width: auto;
        padding: 0 25px;
        font-size: 16px;
        font-weight: 600;
        color: #242249;
        margin: 20px 20px;
        display: block;
    }

    .pagination a {
        border: 1px solid #f2f2f2;
        border-radius: 50%;
        width: 43px;
        height: 43px;
        display: inline-block;
        font-size: 24px;
        line-height: 42px;
        margin: 8px 2px;
        color: #0d121c;
        transition: all 0.3s ease-in-out;
    }

    .account_after {
        display: inline-block;
    }

    .account_after h2 {
        position: relative;
        font-size: 0;
        color: #0a0f1a;
        font-weight: 600;
        margin: -10px 15px 0 15px;
        cursor: pointer;
        padding: 0 0;
    }

    .account_after h2:hover ul {
        display: block;
        top: 67px;
        width: 100%;
        right: 0;
        left: 0;
        min-width: 235px;
    }

    .account_after li a {
        background: none;
        padding: 16px 15px 17px 15px !important;
        margin: 0 0;
        font-weight: 500;
        font-size: 15px !important;
        color: #000 !important;
        display: block;
        width: 100%;
        border-bottom: 1px solid #efeded;
        transition: all 0.3s ease-in-out;
    }

    .form_upload .form-group {
        width: 100%;
        margin: 0 0 0 0;
        display: inline-block;
        float: right;
    }

    .btns_prev_nex .prev_btn_reg {
        color: #10141c;
        padding: 10px 55px;
        border-radius: 12px;
        font-weight: 600;
        outline: none;
        border: 1px solid #10141c;
        background: none;
        font-size: 15px;
        width: 100%;
        margin: 0 0 19px;
    }

    .btns_prev_nex .next_btn_reg {
        background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
        color: #fff;
        padding: 10px 55px;
        border-radius: 12px;
        font-weight: 600;
        outline: none;
        float: left;
        border: 1px solid #0000;
        width: 100%;
    }

    .btns_prev_nex {
        width: 100%;
        margin: 18px auto 0;
    }

    .form_upload select {
        display: block;
        width: 100%;
        border-radius: 12px;
        border: 1px solid #ebebeb;
        margin: 0 0 19px;
        outline: none;
        padding: 12px 15px;
        font-size: 16px;
        appearance: none;
    }

    .form_upload {
        display: block;
        overflow: hidden;
        margin: 0 0 0 0;
    }

    .reguest_services .modal-body a {
        background: linear-gradient(90deg, rgb(251, 188, 1) 0%, rgb(242, 140, 1) 100%);
        color: #fff;
        padding: 8px 31px;
        border-radius: 12px;
        font-weight: 600;
        outline: none;
        border: 1px solid #0000;
    }

    .reguest_services .modal-body svg {
        width: 201px;
    }

    .reguest_services .modal-body {
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        padding: 23px 30px 47px 30px;
        position: relative;
    }

}

@media (min-width: 576px) and (max-width: 768px) {
    .service_users img {
        height: auto;
        width: 246px;
        text-align: center;
        right: 0px;
        left: 0px;
        margin: 0px auto;
    }

    .service_users .left_ban::after {
        width: 100%;
        right: 20px;
        height: 232px;
    }

    .maintenance_banner a {
        padding: 13px 49px;
        font-size: 13px;
        margin: 25px 20px;
    }

    .service_users a {
        padding: 13px 49px;
        font-size: 14px;
        margin: 25px 0px;
    }

    .maintenance_banner h2 {
        width: auto;
        padding: 0px 15px 0px 0px;
        margin: 24px 20px 0px 0px;
        font-size: 25px;
        line-height: 48px;
    }

    .service_users h2 {
        width: auto;
        padding: 0px 15px 0px 0px;
        margin: 24px 0px 0px;
        font-size: 25px;
        line-height: 48px;
    }

    .hr {
        display: block;
        width: 100%;
        height: 3px;
        background: rgb(247, 246, 246);
        margin: 47px 0px 0px;
    }

    .service_users {
        margin: 0px 0px 35px;
        padding: 59px 0px;
        position: relative;
    }
}

@media (min-width: 439px) and (max-width: 768px) {
    .left_title_products {
        display: block;
        float: none;
    }

    .inside_products_search .btn_submit {
        font-size: 15px;
    }

    .step {
        height: 10px;
        width: 31.4%;
        margin: 0 2px;
        background-color: #f5f5f5;
        border: none;
        display: inline-block;
        opacity: 1;
    }
}