:root {
    /* Colors */
    --Color_mian: #1981D8;
    --Color_Text: #4E6877;
    --Color_placeholder: #A5B2BA;
    --Color_Title_text: #4E6877;
    /* Colors */
    /* Box_Shadow */
    --Box_Shadow_Cart: 0 1px 6px 0 rgb(0 0 0 / 10%);
    /* Box_Shadow */
    /* Padding_Cart */
    --padding_Cart: 1.25rem;
    /* Padding_Cart */
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url("../font/IRANSansWeb.eot");
    src: url("../font/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../font/IRANSansWeb.woff2") format("woff2"), url("../font/IRANSansWeb_Bold.woff") format("woff"), url("../font/IRANSansWeb_Light.ttf") format("truetype");
}

body {
    font-family: iransans;
    background-color: #f9f9f9;
}

.main-marginBotton {
    margin-bottom: 50px;
}

.breadcrumb_Top_Page {
    background-color: #f9f9f9;
    box-shadow: none;
    font-size: 14px;
}


/* Start_style */


/* test */


/* Style_Header */

header {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.Header_logo {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 25% 50%);
    background-color: var(--Color_mian);
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Img_logo_Replacement {
    display: none;
}

.Title_name,
.Description_site {
    color: #fff;
}

.Header_Input_Search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 220px;
}

.Header_Btn {
    display: flex;
    align-items: center;
    height: 220px;
}

.main_Input_Search {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.main_Input_Search-media {
    display: none;
}

.Input_Search_Header {
    padding-right: 35px;
    height: 50px;
    border-radius: 5px;
    padding-left: 160px;
}

    .Input_Search_Header ::placeholder {
        color: var(--Color_placeholder);
        font-size: 16px;
    }

.Icon_search {
    color: var(--Color_mian);
    z-index: 99;
    position: absolute;
    font-size: 17px;
    right: 12px;
    top: 17px;
}

.Submit_Input_Search {
    position: absolute;
    top: 0;
    left: 0;
}

.Btn_Submit_Input_Search {
    width: 150px;
    height: 50px;
    box-shadow: none;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    color: #fff;
    background-color: var(--Color_mian);
}

    .Btn_Submit_Input_Search:hover {
        box-shadow: none;
        color: #fff;
    }

    .Btn_Submit_Input_Search:focus {
        box-shadow: none;
        color: #fff;
    }

.btns_LoginAndRegister,
.btns_LoginAndRegister_save_ads {
    display: flex;
    justify-content: center;
    height: 100%;
}

.btns_LoginAndRegister_save_ads {
    margin-top: 20px;
}

.Btn_Free_registration_of_ads {
    width: 190px;
    border: 1px solid #F57116;
    background-color: #F57116;
    color: #fff;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Btn_Free_registration_of_ads:hover {
        color: #fff;
    }

.btn_Register {
    background-color: var(--Color_mian);
    color: #fff;
    border-radius: 5px;
    box-shadow: none;
    height: 38px;
    width: 90px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn_Register:hover {
        background-color: var(--Color_mian);
        color: #fff;
    }

.btn_Login {
    margin-left: 10px;
    border-radius: 5px;
    height: 38px;
    width: 90px;
    border: 1px solid #1981D8;
    color: var(--Color_mian);
    box-shadow: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown_btn_Option {
    width: 90px;
    text-overflow: ellipsis;
    padding: 0;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
}
.btn_Login:hover {
    color: var(--Color_mian);
}

.Icons_btn_Login,
.Icons_btn_Register {
    margin-left: 5px;
}

.Icons_btn_Login {
    margin-top: 7px;
}

.LIst_menu li a {
    color: var(--Color_Text);
}

.LIst_menu li {
    margin-bottom: 20px;
    display: inline-block;
    margin: 0 10px;
}

.LIst_menu a:hover {
    color: var(--Color_mian);
    cursor: pointer;
}

.Nav-hide {
    display: none;
}

.btns_LoginAndRegister_hide {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn_Login_hide {
    margin-left: 10px;
    position: relative;
    border-radius: 5px;
    color: var(--Color_mian)
}

.btn_Register_Header_hide {
    position: relative;
}

    .btn_Register_Header_hide a {
        position: relative;
        background-color: var(--Color_mian);
        color: #fff;
        padding-right: 30px;
    }

        .btn_Register_Header_hide a:hover {
            color: #fff;
        }

.Icons_btn_Register_Header_hide {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #fff;
}

.Icons_btn_Login_hide {
    position: absolute;
    right: 5px;
    top: 9px;
}

.btn_Login_hide a {
    box-shadow: none;
    border: 1px solid #1981D8;
    color: var(--Color_mian);
}

    .btn_Login_hide a:hover {
        color: var(--Color_mian);
    }

.btn_Register_hide {
    position: relative;
    background-color: var(--Color_mian);
    border-radius: 5px;
    color: #fff;
}

    .btn_Register_hide button {
        color: #fff;
        box-shadow: none;
    }

        .btn_Register_hide button:hover {
            color: #fff;
        }

.Icons_btn_Register_hide {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.btn_Login_hide a,
.btn_Register_hide a {
    padding-right: 35px;
}

.Box_Search_Body {
    box-shadow: var(--Box_Shadow_Cart);
    border-radius: 13px 0 13px 13px;
    background-color: #fff;
    padding: var(--padding_Cart);
}

.label_input_Auto {
    font-size: 14px;
}

.input_Auto_index {
    height: 50px;
}

    .input_Auto_index::placeholder {
        font-size: 14px;
    }

.State_Input_Box_Search_Body {
    font-size: 14px;
    height: 35px;
}

    .State_Input_Box_Search_Body::placeholder,
    .Category_Input_Box_Search_Body::placeholder {
        font-size: 13px;
    }

.Text_label_Box_Search_Body {
    font-size: 14px;
    font-weight: normal;
}

.Text_form-check-label {
    font-size: 14px;
}

.Checkig_Search_Body {
    user-select: none;
    font-size: 14px;
}

.NavBar_Header {
    width: 100%;
}

.Main_Navbar_Header_item_Category {
    background-color: #fff;
    box-shadow: var(--Box_Shadow_Cart);
}

.Navbar_Header_items_Category {
    display: flex;
    justify-content: space-around;
}

.Navbar_Header_item_Category {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--padding_Cart);
}

    .Navbar_Header_item_Category:hover,
    .Navbar_Header_item_Category:hover .icons_size_nav_header_item_category,
    .Navbar_Header_item_Category:hover .Link_icons_size_nav_header_item_category {
        cursor: pointer;
        background-color: var(--Color_mian);
        color: #fff;
    }

.icons_size_nav_header_item_category {
    font-size: 30px;
    color: var(--Color_Title_text);
}


/* Style_Header */


/* ///////////////////////////////////////////////// */


/* Style_Main */

.Link_icons_size_nav_header_item_category {
    color: var(--Color_Title_text);
}

.Icons_GoToTop {
    font-size: 24px;
    color: #fff;
}

.GoToTop {
    cursor: pointer;
    border: 2px solid var(--Color_mian);
    box-shadow: var(--Box_Shadow_Cart);
    background-color: var(--Color_mian);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Site_description {
    box-shadow: var(--Box_Shadow_Cart);
    border-radius: 13px 0 13px 13px;
    background-color: #fff;
    padding: var(--padding_Cart);
}

.Title_Site_description {
    font-weight: bold;
    color: var(--Color_Title_text);
}

.Text_Site_description {
    font-size: 13px;
    color: #81858b;
    font-weight: 500;
}

.Box_Cart_Item,
.Box_Cart_Item_first {
    box-shadow: var(--Box_Shadow_Cart);
    border-radius: 13px;
    background-color: #fff;
    padding: var(--padding_Cart);
    height: 100%;
    margin: 20px 0;
}

.Box_Cart_Item_first {
    border-radius: 13px 0 13px 13px;
}

.Title_Box_Cart_Item {
    color: var(--Color_Title_text);
}

.Counting_Box_Cart_Item {
    color: #4E6877;
    opacity: 0.7;
    font-size: 12px;
}

.Header_Box_Cart_Item {
    display: flex;
    align-items: baseline;
}

.items_Box_Cart_Item {
    display: flex;
    flex-wrap: wrap;
}

.item_Box_Cart_Item {
    border: 2px solid #F0F0F0;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #666;
    margin: 10px 3px 3px 3px;
}

.Title_Special_ads {
    color: var(--Color_Text);
    margin: 10px 0;
    font-weight: 800;
}

.main_card_Special_ad {
    padding: var(--padding_Cart);
    background-color: #fff;
    box-shadow: var(--Box_Shadow_Cart);
    border-radius: 13px;
    margin-bottom: 5px;
    margin: 10px;
}

.Img_main_card_Special_ad {
    border-radius: 10px;
    height: 230px;
}

.main_card_Special_ad:hover {
    cursor: pointer;
    transform: scale(1.01);
    transition: 0.4s;
}

.Title_main_card_Special_ad {
    color: var(--Color_Text);
    margin-top: 10px;
}
.Title_OWl_Slider {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.Link_Title_main_card_Special_ad {
    color: var(--Color_Text);
}

    .Link_Title_main_card_Special_ad:hover {
        color: var(--Color_Text);
    }

.text_main_card_Special_ad {
    font-size: 12px;
    color: var(--Color_Text);
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.owl-prev,
.owl-next {
    color: var(--Color_mian) !important;
    font-size: 40px !important;
    position: absolute;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--Color_placeholder) !important;
    background-color: transparent !important;
}

.owl-next {
    bottom: -18px;
    right: 54%;
}

.owl-prev {
    bottom: -18px;
    left: 54%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 15px;
    background-color: var(--Color_mian);
}

.Main_owl_carousel {
    position: relative;
}

.Icons_Header_Box_Cart_Item {
    color: var(--Color_mian);
}

.Part_Checking_Search_Body {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.form-check-input[type=checkbox] {
    border: 2px solid #bdbdbd;
}

.Main_body_cart_ADS,
.Main_body_cart_ADS_VIP {
    background-color: #fff;
    border-radius: 13px;
    padding: var(--padding_Cart);
}

    .Main_body_cart_ADS:hover,
    .Main_body_cart_ADS_VIP:hover {
        cursor: pointer;
        transition: 0.4s;
        transform: scale(1.01);
    }

.Main_body_cart_ADS_VIP {
    position: relative;
    box-shadow: var(--Box_Shadow_Cart);
    overflow: hidden;
}

    .Main_body_cart_ADS_VIP:hover .badge_Main_body_cart_ADS_VIP {
        transform: translate(0, 10px);
        transition-timing-function: ease-in-out;
    }

.badge_Main_body_cart_ADS_VIP {
    background-color: red;
    clip-path: polygon(100% 0, 81% 51%, 100% 100%, 0% 100%, 0 49%, 0% 0%);
    position: absolute;
    transform: translate(-45px, 10px);
    top: 10px;
    left: 0px;
    width: 68px;
    height: 24px;
    transition: all 0.5s;
}

.badge_Main_body_cart_ADS_VIP_text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    padding-right: 8px;
}

.Img_Cart_ADS {
    height: 150px;
}

    .Img_Cart_ADS img {
        width: 100%;
        height: 100%;
        border-radius: 13px;
    }

.Title_Text_Cart_ADS {
    color: var(--Color_Title_text);
    font-weight: 900;
}

.Text_Cart_ADS {
    font-size: 13px;
    color: #5d646e;
}

.Part_Text_Cart_ADS {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.IconAndText_building {
    color: var(--Color_Title_text);
    font-size: 14px;
}

.Text_address_Owl {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.Link_Save_Cart_ADS {
    color: #999;
}

.Link_Save_Cart_ADS_Active {
    color: var(--Color_mian);
}

.link_pagination_box_number {
    border: 1px solid var(--Color_mian);
    background-color: #fff;
}

    .link_pagination_box_number:hover {
        color: #fff;
        background-color: var(--Color_mian);
    }

.pagination_box_number {
    margin: 0 5px;
}

.link_box_pagination {
    color: #fff;
    background-color: var(--Color_mian);
}

    .link_box_pagination:hover {
        color: #fff;
        background-color: var(--Color_mian);
    }

.Main_Sidebar_ADS_text,
.Main_Sidebar_ADS_text_UNder {
    background-color: #fff;
    border-radius: 13px 0 13px 13px;
}

.Main_Sidebar_ADS_text_UNder {
    padding: var(--padding_Cart);
    z-index: -1;
}

.Header_Main_Sidebar_ADS_text {
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    background-color: var(--Color_mian);
    height: 40px;
    width: 40%;
    color: #fff;
    padding: 7px 16px;
}

.Header_Main_Sidebar_article {
    border-bottom: 1px solid #eee;
}

.Part_List_Sidebar_article {
    padding-bottom: 10px;
}

.List_Sidebar_article {
    list-style-type: none;
    font-size: 14px;
}

.text_List_Sidebar_article {
    color: var(--Color_Title_text);
}

    .text_List_Sidebar_article:hover {
        transition: 0.4s;
        margin-right: 5px;
    }

.List_Sidebar_article li {
    margin: 5px 0;
    position: relative;
}

    .List_Sidebar_article li::before {
        content: " ";
        width: 8px;
        height: 8px;
        background-color: var(--Color_mian);
        border-radius: 100%;
        position: absolute;
        right: -13px;
        top: 6px;
        box-shadow: var(--Box_Shadow_Cart);
    }

.Title_Main_Sidebar_Notifications {
    color: #F57116;
}

.Text_Main_Sidebar_Notifications {
    font-size: 14px;
    color: var(--Color_Title_text);
}


/* Style_Main */


/* Style_Footer */

.part_main__Number_Support {
    background-color: #1a79c9;
    width: 100%;
}

.Part_Phone_Number_Support {
    background-color: #3c76a7;
    padding: var(--padding_Cart);
    border-radius: 0 0 0 30px;
}

.Footer_Main_Site {
    padding: 30px 0;
    background-color: var(--Color_mian);
    position: relative;
    color: #fff;
}

.line-height-number {
    font-size: 32px;
    margin: 0 10px;
    color: #bdbdbd;
}

.part_input {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    height: 46px;
    border-radius: 5px;
    margin-bottom: 30px;
    width: 75%;
}

.part_input-btn1,
.part_input-btn2 {
    outline: none !important;
    border: none;
    height: 100%;
}

.part_input-btn1 {
    border-left: 2px solid #bdbdbd !important;
    border-radius: 0 5px 5px 0 !important;
}

.part_input-btn2 {
    border-radius: 5px 0 0 5px !important;
}

    .part_input-btn1:focus,
    .part_input-btn2:focus {
        box-shadow: none;
    }

    .part_input-btn1::placeholder,
    .part_input-btn2::placeholder {
        font-size: 15px;
        color: #4f4f4f;
    }

.part_input-btn2-submit {
    padding: 5px 20px;
    background-color: var(--Color_mian);
    color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 5px;
    top: 5px;
}

    .part_input-btn2-submit:hover {
        color: #fff;
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.12);
    }

.icon-inner-input {
    color: #A5B2BA;
    margin-right: 10px;
    font-size: 18px;
}

.part_list-item,
.part_list-item-text,
.part_icon-social-media {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.part_list-item {
    width: 100%;
    margin: 30px 0;
}

.part_list-item-text {
    margin-left: 15px;
    color: #fff;
}

.Link_part_list-item-text {
    color: #fff;
}

    .Link_part_list-item-text:hover {
        color: #fff;
    }

.part_list-item-icon {
    font-size: 7px;
    margin-left: 6px;
}

.part_icon-social-main {
    background-color: #fff;
    border-radius: 4px;
    width: 46px;
    height: 46px;
    margin-left: 20px;
}

.social-wattsapp-img {
    width: 32px;
    height: 32px;
}

.social-telegram-img {
    width: 38px;
    height: 38px;
}

.social-inesta-img {
    width: 40px;
    height: 40px;
}

.footer-enemad-body {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 0 15px;
}

.enemad-img-div {
    width: 150px;
    border-radius: 5px;
    margin-right: 20px;
}

    .enemad-img-div img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

.Text_Title_End_WebSite_CopyRight {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    border-top: 1px solid #fff;
    margin-top: 15px;
}

.Text_CopyRight {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.71;
}


/* /Style_Footer */


/* Style_page_Login */


/* Edite_footer */

.footer-top-body {
    background-color: var(--Color_mian);
    padding: 40px 30px;
}

.permission-img {
    height: 100px;
    border-radius: 10px;
}

.top-footer-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
}

.head-item-footer {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    line-height: 24px;
    transition: .35s;
    margin-bottom: 16px;
}

.text-item-footer {
    line-height: 16px;
    color: #eee;
}

.top-footer-item-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    margin-top: 30px
}

.head-social-icon {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.71;
    margin-bottom: 12px;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.top-footer-item-email {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.head-email-icon {
    font-size: 14px;
    font-weight: 500;
    color: #066764;
    line-height: 1.71;
    margin-bottom: 8px;
}

.footer-main-body {
    background-color: #4598dd;
    width: 100%;
    height: 124px;
    padding-left: 43px;
}

.main-footer-contact {
    width: 100%;
    height: 124px;
    margin-right: -10px;
    background-color: #3f8ccd;
    border-radius: 0 0 0 30px;
    padding: 30px;
}

.phone-number-body,
.email-address-body,
.app-body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.text-phone,
.text-email {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding-left: 12px;
}

.phone-number-body,
.email-address-body,
.app-body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.app-body {
    margin: 40px 0;
    justify-content: flex-end !important;
}

.text-app {
    font-size: 14px;
    line-height: 24px;
    color: #3d3d3d;
    margin-left: 10px;
}

.footer-bottom-body {
    background-color: #1981d8;
    width: 100%;
    padding: 40px 30px;
}

.text-information {
    margin-right: 15px;
    line-height: 1.71;
    color: #fff;
    text-align: justify;
}

.permissions-img-body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.permission-link {
    margin-right: 30px;
}

.end-text {
    width: 100%;
    height: 56px;
    background-color: #4598dd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-text-end {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.71;
}

.second-text-end {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.71;
    margin-right: 16px;
}

.info-body {
    margin-top: 30px;
    display: flex;
    align-items: baseline;
}


/* Edite_footer */

.Phone_Number_Support {
    display: flex !important;
    flex-wrap: wrap;
    color: #fff;
}

.Main_part {
    display: flex;
    justify-content: center;
}

.Main_Login {
    width: 450px;
    margin: 50px auto;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    border-radius: 50px 0 50px 50px;
    padding: 0;
}

.Header_Login {
    padding-top: 15px;
    height: 110px;
    background-color: var(--Color_mian);
    border-radius: 50px 0 0 0;
    display: flex;
    justify-content: center;
}

.Body_Login {
    width: 450px;
    padding: 30px 40px;
}

.Title_Body_Login {
    font-weight: 800;
    color: var(--Color_Title_text);
}

.BTN_sign_in_to_site {
    border-radius: 13px 0 13px 13px;
    background-color: var(--Color_mian);
    color: #fff;
    width: 100%;
    height: 48px;
    font-size: 16px;
}

.Input_password_Body_Login,
.Input_email_Body_Login {
    margin: auto;
}

.Title_Text_Body_Login {
    margin: 0 22px 0 0;
}

.Text_Body_Login {
    margin: 0 22px 0 0;
    font-size: 14px;
    color: var(--Color_Title_text);
}

.BTN_sign_in_to_site:hover {
    color: #fff;
}

.button_sign_in_to_site {
    display: flex;
    justify-content: center;
}

.txt_Terms_and_conditions_of_use {
    text-align: justify;
    line-height: 25px;
    font-size: 13px;
    margin: 0 30px;
}


/* Style_page_Login */


/* Style_page_Password_recovery */

.Main_Password_recovery {
    margin: 50px auto;
    width: 450px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    border-radius: 50px 0 50px 50px;
    padding: 0;
}

.Header_Password_recovery {
    padding-top: 15px;
    height: 110px;
    background-color: var(--Color_mian);
    border-radius: 50px 0 0 0;
    display: flex;
    justify-content: center;
}

.Body_Password_recovery,
.Body_Password_recovery_hide {
    padding: 40px 50px;
}

.Title_Body_Password_recovery {
    font-weight: 800;
    color: var(--Color_Title_text);
}

.BTN_sign_in_to_site {
    border-radius: 13px 0 13px 13px;
    background-color: var(--Color_mian);
    color: #fff;
    width: 100%;
    height: 48px;
    font-size: 16px;
}

.Input_password_Body_Password_recovery,
.Input_email_Body_Password_recovery {
    width: 100%;
    margin: auto;
}

.Title_Text_Body_Password_recovery {
    margin: 0 22px 0 0;
}

.Text_Body_Password_recovery {
    margin: 0 22px 0 0;
    font-size: 14px;
    color: var(--Color_Title_text);
}

.BTN_sign_in_to_site:hover {
    color: #fff;
}

.button_sign_in_to_site {
    display: flex;
    justify-content: center;
}

.txt_Terms_and_conditions_of_use {
    text-align: justify;
    line-height: 25px;
    font-size: 13px;
    margin: 0 30px;
}

.Input_verify {
    text-align: center;
    width: 40px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #aaa;
    outline: none;
    box-shadow: none;
}

.title_Body_Password_recovery_hide {
    font-weight: bold;
}

.Text_Body_Password_recovery_hide {
    font-size: 14px;
    color: var(--Color_Text);
}


/* Style_page_Password_recovery */


/* Style_page_register */

.Header_register {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_title_part_right_register {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Text_bg_register {
    margin-top: 40px;
    height: 50px;
    text-align: center;
    width: 250px;
    color: var(--Color_Text);
}

.Form_Page_register {
    margin-top: 40px;
    border-radius: 13px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.main_register {
    width: 450px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 16%);
    width: 450px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 0 0 13px 13px;
    margin-bottom: 50px;
}

.BTN_register {
    width: 100%;
    border-radius: 13px 0 13px 13px;
    background-color: var(--Color_mian);
    color: #fff;
}

    .BTN_register:hover {
        color: #fff;
    }

.Form_Page_Register_Main {
    display: flex;
    justify-content: center;
}

.Header_register {
    background-color: var(--Color_mian);
    height: 100px;
    border-radius: 50px 0 0 0;
    width: 450px;
}

.Input_Page_register {
    height: 40px;
}

.Link_Forget_my_password {
    font-size: 14px;
}

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


/* Style_page_register */


/* Style_page_panel_users */

hr {
    margin: 0;
}

.SideBar_User_Panel {
    box-shadow: var(--Box_Shadow_Cart);
    background-color: #Fff;
    border-radius: 0 0 13px 13px;
    padding: 15px 5px;
}

.Icons_hide_Sidebar {
    margin: 0 5px;
    color: #aaa;
    cursor: pointer;
}
.panel_user_tickets {
    display: flex;
    justify-content: space-between;
}
.panel_user_tickets_Alarm {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    padding: 8px;
    border-radius: 8px;
    position: relative;
    box-shadow: none;
}
.item_Sidebar {
    margin: 10px 0;
    position: relative;
    list-style-type: none;
}

    .item_Sidebar a {
        color: var(--Color_Title_text);
        font-size: 15px;
    }

        .item_Sidebar a:hover {
            color: var(--Color_mian);
        }

    .item_Sidebar:hover .Icons_hide_Sidebar {
        color: var(--Color_mian);
        margin-right: 15px;
        transition: .3s;
    }

.Header_Sidebar {
    box-shadow: var(--Box_Shadow_Cart);
    background-image: url('../image/pattern.png');
    background-size: cover;
    height: 200px;
    border-radius: 13px 13px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.overly_User_panel {
    position: absolute;
    border-radius: 13px 13px 0 0;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.Imge_Profile_User_Panel {
    border-radius: 50%;
    border: 3px solid #ddd;
    width: 120px;
    height: 120px;
    z-index: 1;
}

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

.Title_Name_Users_Panel {
    z-index: 1;
}

    .Title_Name_Users_Panel h6 {
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        color: var(--Color_Text);
    }

.Items_SideBar_User_Panel {
    padding-right: 20px;
}

.NavBar_Header_User_panel_Hide {
    display: none;
    border-bottom: 1px solid #eee;
}

.Text_nav_link_Hide_Sidebar {
    color: var(--Color_Text);
    font-size: 14px;
    font-weight: 700;
}

.img_Profile_Navbar_hide {
    width: 50px;
    height: 50px;
}


/* endSidebar */

.main_Profile_user_panel {
    box-shadow: var(--Box_Shadow_Cart);
    padding: var(--padding_Cart);
    background-color: #fff;
    margin-top: 50px;
    border-radius: 13px;
}

.main_name_User_panel {
    margin-bottom: 16px;
}

.main_name_Title_User_panel {
    font-weight: 800;
}

.main_name_text_User_panel {
    font-weight: 700;
    color: var(--Color_Text);
}

.info_Review_user_panel {
    margin-top: 20px;
    color: var(--Color_Text);
    font-size: 15px;
    font-weight: 700;
}

.Description_info_Review_user_panel {
    font-size: 13px;
    font-weight: normal;
}

.Main_Personal_Information_user_panel {
    margin-top: 30px;
}

.Personal_Information_user_panel {
    font-size: 15px;
    color: var(--Color_Text);
    font-weight: 700;
}

.Main_Personal_Information_items_user_panel {
    margin: 25px 0;
}

.Personal_Information_item_user_panel {
    margin: 10px 0;
}

.Title_Personal_Information_user_panel {
    color: #888;
    font-size: 13px;
    font-weight: 700;
}

.text_Personal_Informationuser_panel {
    color: var(--Color_Title_text);
}


/* Style_page_panel_users */


/* Style_page_change_password */

.main_change_password {
    padding: var(--padding_Cart);
    margin-top: 50px;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: var(--Box_Shadow_Cart);
    width: 100%;
    height: 495px;
}

.part_input_Change_password {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.input_Change_password label {
    font-size: 15px;
}

.Confirm_input_Change_password label {
    font-size: 15px;
}

.title_text_change_password {
    font-weight: 800;
    color: var(--Color_Title_text);
}

.button_Change_password button {
    background-color: var(--Color_mian);
    color: #fff;
    width: 100%;
    font-size: 14px;
    height: 45px;
}

    .button_Change_password button:hover {
        color: #fff;
    }

.part_Description_Change_password {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-right: 20px;
    position: relative;
}

    .part_Description_Change_password::after {
        content: " ";
        border-right: 1px solid #eee;
        width: 2;
        height: 380px;
        position: absolute;
        top: 10%;
        right: -20px;
    }

.list_Password_must_contain {
    padding: 0;
}

.fa-check-circle {
    font-size: 15px;
    color: rgb(76, 167, 67);
}

.list_Password_must_contain li {
    list-style-type: none;
    color: var(--Color_Text);
    font-size: 14px;
    margin: 5px 0;
}

.Title_text_Description_Change_password {
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--Color_Text);
}


/* Style_page_change_password */


/* Style_page_Information_personal */

.main_Information_personal_user_panel {
    margin-top: 10px;
    border-radius: 13px;
    background-color: #fff;
    padding: var(--padding_Cart);
    box-shadow: var(--Box_Shadow_Cart);
}

.Label_Input_form_Personal {
    color: #545454;
    font-size: 13px;
}

.Input_form_Personal,
.contantUs-page-form-input-select {
    height: 50px;
    border-radius: 8px;
    text-align: right;
}

.Input_form_Personal_file {
    border-radius: 8px;
    text-align: right;
}

    .Input_form_Personal_file:disabled {
        background-color: #f9f9f9;
        border: none;
    }

    .Input_form_Personal_file:focus {
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
        border-color: #80bdff;
    }

.Input_form_Personal:disabled {
    background-color: #f9f9f9;
    border: none;
}

.Input_form_Personal:focus,
.contantUs-page-form-input-select:focus,
.contantUs-page-form-input-textarea:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    border-color: #80bdff;
}

.Input_form_Personal::placeholder {
    font-size: 13px;
    color: var(--Color_placeholder);
}

.Btn_Save_Info_personal {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}

.Save_Info_personal_hide {
    background-color: var(--Color_mian);
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    border-radius: 8px;
    height: 40px;
}

    .Save_Info_personal_hide:hover {
        color: #fff;
        box-shadow: none;
    }

.Save_Info_personal {
    box-shadow: none;
    outline: none;
    background-color: transparent;
    font-size: 14px;
    cursor: pointer;
    color: var(--Color_mian);
}

    .Save_Info_personal:hover {
        box-shadow: none;
        outline: none;
        background-color: transparent;
        color: var(--Color_mian);
    }

    .Save_Info_personal:focus {
        box-shadow: none;
        outline: none !important;
        background-color: transparent;
    }


/* Style_page_Information_personal */


/* Style_page_RechargeAccount_user_panel */

.main_RechargeAccount_user_panel {
    border-radius: 13px;
    margin-top: 50px;
    background-color: #fff;
    padding: var(--padding_Cart);
    box-shadow: var(--Box_Shadow_Cart);
}

.Current_Balance_RechargeAccount {
    display: flex;
    justify-content: space-between;
}

.Text_Current_Balance_RechargeAccount {
    color: var(--Color_Text);
}

.text_Amount_RechargeAccount {
    color: var(--Color_mian);
}

.proposed_RechargeAccount_item {
    box-shadow: none;
    border: 1px solid #ccc;
    font-weight: 800;
    font-size: 14px;
    color: var(--Color_Text);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
    border-radius: 8px;
    cursor: pointer;
}

    .proposed_RechargeAccount_item:hover {
        box-shadow: none;
        color: var(--Color_mian);
        border: 1px solid var(--Color_mian);
    }

.proposed_RechargeAccountActive {
    box-shadow: none;
    background-color: #fff;
    color: var(--Color_mian);
    border: 1px solid var(--Color_mian);
}

    .proposed_RechargeAccountActive:hover {
        color: var(--Color_mian);
        border: 1px solid var(--Color_mian);
        box-shadow: none;
    }

.Text_proposed_RechargeAccount,
.label_Inp_Amount_Intended {
    color: var(--Color_Text);
}

.Input_Amount_Intended,
.button_Charge_account_And_List_of_transactions {
    margin-top: 40px;
}

.button_Charge_account_And_List_of_transactions {
    display: flex;
    justify-content: space-between;
}

    .button_Charge_account_And_List_of_transactions button {
        width: 100%;
    }

.Inp_Amount_Intended {
    height: 55px;
}

.Btn_Charge_account {
    background-color: var(--Color_mian);
    color: #fff;
    height: 50px;
    font-size: 15px;
    box-shadow: none;
}

    .Btn_Charge_account:hover {
        color: #fff;
    }

.Btn_List_of_transactions {
    box-shadow: none;
    height: 50px;
    font-size: 14px;
    border: 1px solid var(--Color_mian);
    color: var(--Color_mian);
}

    .Btn_List_of_transactions:hover {
        box-shadow: none;
        color: var(--Color_mian);
    }

.textArea_Input_Amount_Intended {
    resize: none;
}


/* Style_page_RechargeAccount_user_pane */


/* Style_page_404 */


/*======================
    404 page
=======================*/

.body_Page_404 {
    background-color: #fff;
}

.page_404 img {
    width: 100%;
}

.Image_404_Edit {
    height: 300px;
}

.four_zero_four_bg {
    background-image: url('../image/dribbble_1.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

    .four_zero_four_bg h1 {
        font-size: 80px;
    }

.link_404 {
    color: #fff !important;
    background: var(--Color_mian);
    width: 260px;
    margin: auto;
}

.contant_box_404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


/* Style_page_404 */


/* Style_page_List_Of_transaction */

.Table_List_Transactions_User_Panel {
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    word-wrap: break-word;
}

.main_List_Of_transaction_user_panel {
    margin-top: 50px;
    border-radius: 13px;
    background-color: #fff;
    box-shadow: var(--Box_Shadow_Cart);
    padding: var(--padding_Cart);
}

.Amount_td,
.payment_type_td,
.date_payment_td,
.description_table_List_Transactions_User_Panel,
.number_td {
    text-align: center;
    width: 100%;
}


/* Style_page_List_Of_transaction */


/* -------style-page-contant-us && about-us-------- */

.contantUs-page-main-contact-form,
.aboutUs-page-main-body-form {
    width: 100%;
    margin: 50px 0;
    background-color: #fff;
    border-radius: 12px;
}

.contantUs-page-main-contact-form-info {
    padding: 30px;
}

.contantUs-page-form-head-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: var(--Color_Title_text);
}

.contantUs-page-form-head-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--Color_Text);
}

.contantUs-page-form-items-line1 {
    margin-top: 30px;
}

.contantUs-page-form-items-line2,
.contantUs-page-form-items-line3 {
    margin-top: 20px;
}

.contantUs-page-form-items-submit {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
}

.contantUs-page-form-input-select::placeholder,
.contantUs-page-form-input-textarea::placeholder {
    font-size: 13px;
    color: var(--Color_placeholder);
}

.contantUs-page-form-input-select,
.contantUs-page-form-input-textarea {
    font-size: 13px;
    color: var(--Color_Text);
}

.contantUs-page-form-input-textarea {
    height: 100px;
    border-radius: 8px;
    text-align: justify;
    resize: none;
    padding: 10px;
}

.contantUs-page-form-submit-btn {
    cursor: pointer;
    padding: 8px 24px;
    color: #fff;
    background-color: var(--Color_mian);
    border-radius: 12px 0 12px 12px;
}

    .contantUs-page-form-submit-btn:hover {
        box-shadow: var(--Box_Shadow_Cart);
        background-color: #2e8fdf;
        color: #fff;
    }

.aboutUs-page-main-form-items {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
}

.aboutUs-page-main-form-item-email {
    position: relative;
    margin: 15px;
}

.aboutUs-page-main-form-item-email-img {
    position: absolute;
    right: -46px;
}

.aboutUs-page-main-form-item-text {
    display: flex;
    flex-direction: column;
    margin-right: 72px;
    justify-content: center;
}

.aboutUs-page-main-form-item-title {
    font-size: 14px;
    color: #797979;
    margin-bottom: 5px;
}

.aboutUs-page-main-form-item-title-info {
    font-size: 14px;
    color: #3d3d3d;
}

.aboutUs-page-main-end-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.aboutUs-page-main-form-item-about-text {
    color: var(--Color_Text);
    font-size: 14px;
    line-height: 28px;
    margin: 10px 20px;
    text-align: justify;
}

.aboutUs-page-main-form-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

    .aboutUs-page-main-form-item-image img {
        width: 100%;
        height: 100%;
        border-radius: 12px 0 0 12px;
    }


/* -------//style-page-contant-us && about-us-------- */


/* -------style-page-Terms-and-Conditions-------- */

.font_Title_Header_Terms {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: var(--Color_Title_text);
}

.mian_page_Terms_condition,
.mian_page_Terms_condition_hide {
    margin: 50px 0;
    background-color: #fff;
    padding: var(--padding_Cart);
    box-shadow: var(--Box_Shadow_Cart);
    border-radius: 13px;
    position: relative;
}

.mian_page_Terms_condition_hide {
    display: none;
}

.Title_Text_Tab_Terms {
    font-size: 13px !important;
    font-weight: 800 !important;
    margin: 10px 0 0 0;
    line-height: 24px !important;
}

.Body_Page_Tab_Terms {
    height: 500px;
    overflow: auto;
    margin: 10px;
}


    /* width */

    .Body_Page_Tab_Terms::-webkit-scrollbar {
        width: 5px;
    }


    /* Track */

    .Body_Page_Tab_Terms::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px var(--Color_placeholder);
        border-radius: 10px;
    }


    /* Handle */

    .Body_Page_Tab_Terms::-webkit-scrollbar-thumb {
        background: var(--Color_mian);
        border-radius: 10px;
    }


        /* Handle on hover */

        .Body_Page_Tab_Terms::-webkit-scrollbar-thumb:hover {
            background: var(--Color_mian);
        }

    .Body_Page_Tab_Terms::before {
        content: "";
        background-image: url('../image/circle-bg.svg');
        background-repeat: no-repeat;
        width: 300px;
        height: 300px;
        position: absolute;
        transform: rotate(-90deg);
        bottom: 0px;
        right: 400px;
    }

    .Body_Page_Tab_Terms::after {
        content: "";
        background-image: url('../image/circle-bg.svg');
        background-repeat: no-repeat;
        width: 200px;
        height: 200px;
        position: absolute;
        transform: rotate(-90deg);
        bottom: 0px;
        left: 100px;
    }

.Text_List_Body_Terms {
    list-style-type: decimal;
    margin: 15px 0;
    font-size: 13px;
    font-weight: 700;
}

.Tab_Item_Terms {
    width: 250px !important;
    line-height: 15px !important;
}


/* -------//style-page-Terms-and-Condition-------- */


/* -------style-page-mian_page_Cost_Plan-------- */

.mian_page_Cost_Plan {
    background-color: #fff;
    border-radius: 13px;
    margin: 50px 0;
    border: 1px solid #ccc;
}

    .mian_page_Cost_Plan:hover {
        transition: 0.4s;
        transform: scale(1.02)
    }

        .mian_page_Cost_Plan:hover .Hide_Month_button_Buy_CostPlan {
            display: block;
        }

.Header_main_page_CostPlan {
    background-color: var(--Color_mian);
    padding: var(--padding_Cart);
    border-radius: 13px 13px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.Text_Item_Header_main_page_CostPlan {
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    margin: 0 4px;
}

.body_Cost_Plan {
    padding: var(--padding_Cart);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 40px;
}

.text_items_body_Cost_Plan {
    font-size: 16px;
    color: var(--Color_Text);
}

.Icons_items_body_Cost_Plan {
    color: rgb(35, 165, 35);
    margin: 0 3px;
}

.Icons_items_body_Cost_Plan_error {
    color: red;
    margin: 0 3px;
}

.Item_body_Cost_Plan {
    text-align: center;
    width: 70%;
    /* border-bottom: 1px solid #ccc; */
}

.Price_Cost_Plan {
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: var(--Box_Shadow_Cart); */
    margin-top: 20px;
    /* background-color: var(--Color_Text); */
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    color: #000;
}

.footer_main_page_CostPlan {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
}

.button_Buy_CostPlan,
.button_Buy_CostPlan_even {
    font-size: 17px;
    width: 180px;
    height: 50px;
    box-shadow: none;
    background-color: var(--Color_mian);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_Buy_CostPlan_even {
    background-color: #fff;
    border: 2px solid var(--Color_mian);
    color: var(--Color_mian);
}

.button_Buy_CostPlan:hover {
    box-shadow: none;
    color: #fff;
}

.button_Buy_CostPlan_even:hover {
    box-shadow: none;
    color: var(--Color_mian);
}

.Hide_Month_button_Buy_CostPlan {
    font-size: 13px;
    font-weight: 800;
    display: none;
}


/* -------//style-page-mian_page_Cost_Plan-------- */


/* -------//style-page-mian_500-------- */


/* -------//style-page-mian_500-------- */


/* -------//style-main_Page_Dynamic-------- */

.main_Page_Dynamic {
    box-shadow: var(--Box_Shadow_Cart);
    padding: var(--padding_Cart);
    margin: 50px 0;
}

.img_main_Page_Dynamic {
    height: 400px;
    width: 100%;
    margin-bottom: 20px;
}

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

.Comment_main_Page_Dynamic {
    margin-top: 50px;
}

.textarea_Comment_main_Page_Dynamic {
    resize: none;
}

.button_Comment_main_Page_Dynamic {
    background-color: var(--Color_mian);
    box-shadow: none;
    color: #fff;
    padding: 10px 35px;
    font-size: 17px;
}

    .button_Comment_main_Page_Dynamic:hover {
        color: #fff;
    }

.part_Comment_main_Page_Dynamic {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}

.part_question_answer {
    margin-top: 50px;
}

.part_answer {
    margin-right: 100px;
    margin-top: 20px;
}

.part_question,
.part_answer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img_part_question {
    width: 100px;
    height: 100px;
}

    .img_part_question img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        border: 4px solid rgb(255, 255, 255);
    }

.part_text_question {
    width: 100%;
    padding: var(--padding_Cart);
    background-color: #fefefe;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 20px;
}

.header_part_text_question {
    display: flex;
    justify-content: space-between;
}

.name_header_part_text_question {
    color: var(--Color_Text);
    font-size: 16px;
}

.date_header_part_text_question {
    font-size: 12px;
    margin-right: 8px;
}

.header_part_text_question_right {
    display: flex;
    /* flex-direction: column; */
    align-items: baseline;
}

.header_part_text_question_right {
    display: flex;
    /* flex-direction: column; */
    align-items: baseline;
}

.header_part_text_question_right_name {
    display: flex;
    align-items: baseline;
}

.reply_question {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.body_part_text_question_right {
    margin-top: 15px;
    font-size: 14px;
    color: var(--Color_Title_text);
    margin-right: 20px;
}


/* -------//style-main_Page_Dynamic-------- */


/* -------//style-body_Show_ads-------- */

.key_words_Show_ads {
    margin-top: 40px;
    padding: var(--padding_Cart);
    box-shadow: var(--Box_Shadow_Cart);
    background-color: #fff;
    border-radius: 13px;
}

.title_header_key_words_Show_ads {
    display: flex;
}

.key_words_text {
    font-weight: 800;
}

.Body_Text_key_words_Show_ads {
    display: flex;
    flex-wrap: wrap;
}

.part_Body_Text_key_words_Show_ads {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin: 0 5px;
    padding: 1px 5px;
    background-color: #f1f5f8;
    cursor: pointer;
}

.Texta_part_Body_Text_key_words_Show_ads {
    font-size: 12px;
    font-weight: 700;
    color: var(--Color_Text);
}

.body_Show_ads,
.body_Show_ads_hide {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: var(--Box_Shadow_Cart);
    padding: var(--padding_Cart);
    border-radius: 13px;
}

.carousel-container {
    border-radius: 13px;
    overflow: hidden;
    max-width: 800px;
    position: relative;
    margin: auto;
    z-index: 0;
}


/* Hide the images by default */

.modal_body_page_Show_Ads {
    padding-bottom: 35px;
}

.mySlides,
.mySlides_modal {
    display: none;
    height: 400px;
    border-radius: 8px;
}

.mySlides_modal {
    height: 500px;
}

    .mySlides img,
    .mySlides_modal img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

.right_slider {
    position: relative;
}


/* Next & previous buttons */

.prev_Show_ads,
.next_Show_ads {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
    background: rgba(173, 216, 230, 0.1);
    user-select: none;
}

.next_Show_ads {
    left: 0;
    border-radius: 8px 0 0 8px;
}

    .prev_Show_ads:hover,
    .next_Show_ads:hover {
        background-color: rgba(173, 216, 230, 0.3);
    }

.owl-item {
    margin-top: 3px;
}

.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
}


/* Caption text */

.text {
    color: #f2f2f2;
    background-color: rgba(10, 10, 20, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}


/* Number text (1/3 etc) */

.number {
    color: #000;
    font-size: 16px;
    background-color: rgba(173, 216, 230, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 8px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}


/* The dots/bullets/indicators */

.dots {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    background-color: rgba(173, 216, 230, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

    .active,
    .dots:hover {
        background-color: rgba(173, 216, 230, 0.8);
    }

.text_name_ads {
    font-weight: 800;
}

.items_information_personal_Body_right {
    margin-top: 20px;
}

.items_information_personal {
    width: 100%;
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
}

.name_item_information_personal_Body_right {
    font-size: 14px;
    color: #888;
}

.Answer_name_item_information_personal_Body_right {
    font-size: 14px;
    font-weight: 700;
}

.Description_items_information_personal_Body_right {
    margin-top: 30px;
}

.title_Description_items_information_personal_Body_right,
.Text_Modal_Report_abuse {
    font-weight: 800;
}

.text_Description_items_information_personal_Body_right {
    line-height: 30px;
    font-size: 15px;
    color: var(--Color_Text);
}

.Btn_Report_abuse {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.button_Report_abuse {
    box-shadow: none;
    background-color: rgb(204, 21, 21);
    color: #fff;
    height: 40px;
}

.Part_btn_radio {
    margin: 10px 0;
}

.textarea_Modal_ShowAds {
    height: 150px !important;
    resize: none;
}

.modal_footer_Report_abuse {
    border: none;
}

.button_modal_footer_Report_abuse {
    background-color: var(--Color_mian);
    color: #fff;
    font-size: 16px;
}

    .button_modal_footer_Report_abuse:hover {
        background-color: var(--Color_mian);
        color: #fff;
    }

.label_floatingTextarea,
.label_Part_btn_radio {
    font-size: 14px;
    font-weight: 800;
}

.button_Report_abuse:hover {
    box-shadow: none;
    /* background-color: #fff; */
    /* border: 1px solid red; */
    color: #fff;
}

.body_Show_ads_hide {
    display: none;
}

.img_carousel_carousel_container {
    width: 100%;
    height: 400px;
}

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

.Body_right_items {
    margin-top: 20px;
}

.owl_Other_kala {
    background-color: #fff;
    box-shadow: var(--Box_Shadow_Cart);
    padding: var(--padding_Cart);
    border-radius: 13px;
    margin-top: 40px;
}

.title_owl_Other_kala {
    font-weight: 800;
}

.active {
    background-color: transparent !important;
}

.mySlides,
.mySlides_modal {
    display: none;
}


/* Add a pointer when hovering over the thumbnail images */

.container_slider {
    position: relative;
}

.cursor {
    cursor: pointer;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: 40px;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.next {
    left: 0;
    background-color: rgba(25, 129, 216, 0.4);
    border-radius: 0 13px 13px 0;
}

.prev {
    right: 0;
    background-color: rgba(25, 129, 216, 0.4);
    border-radius: 13px 0 0 13px;
}

.next:hover {
    color: #fff;
    background-color: rgba(25, 129, 216, 1);
}

.prev:hover {
    color: #fff;
    background-color: rgba(25, 129, 216, 1);
}


/* Next & previous buttons */

.prev_modal,
.next_modal {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: 40px;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.next_modal {
    left: 0;
    background-color: rgba(25, 129, 216, 0.4);
    border-radius: 0 13px 13px 0;
}

.prev_modal {
    right: 0;
    background-color: rgba(25, 129, 216, 0.4);
    border-radius: 13px 0 0 13px;
}

.next_modal:hover {
    color: #fff;
    background-color: rgba(25, 129, 216, 1);
}

.prev_modal:hover {
    color: #fff;
    background-color: rgba(25, 129, 216, 1);
}


/* On hover, add a black background color with a little bit see-through */


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* Container for image text */

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}


/* Six columns side by side */

.column_slider_img_small {
    width: 100px;
    height: 80px;
    margin-top: 15px;
    border-radius: 8px;
}

    .column_slider_img_small img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }


/* Add a transparency effect for thumnbail images */

.demo,
.demo_modal {
    opacity: 0.4;
    border: 1px solid var(--Color_mian);
}

    .activeSlider,
    .demo:hover {
        opacity: 1;
        border: 2px solid var(--Color_mian);
    }

    .activeSlider,
    .demo_modal:hover {
        opacity: 1;
        border: 2px solid var(--Color_mian);
    }

.column_slider_img_small_last {
    position: relative;
    cursor: pointer;
    filter: blur(0.8px);
}

    .column_slider_img_small_last::after {
        content: '...';
        position: absolute;
        color: #000;
        inset: 0;
        margin: auto;
        overflow: hidden;
        z-index: 2;
        font-size: 30pt;
        font-weight: 900;
        text-align: center;
    }


/* -------//style-body_Show_ads-------- */


/* -------//style-Ads_me-------- */

.main_page_Ads_Me {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: var(--Box_Shadow_Cart);
    padding: var(--padding_Cart);
    margin-top: 50px;
}

.main_title_body {
    display: flex;
    align-items: baseline;
    position: relative;
    width: 100%;
}

.main_title_text {
    margin: 10px 0 30px;
    color: var(--Color_Title_text);
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
}

.main_title_marker {
    width: 30px;
    height: 15px;
    position: absolute;
    right: -20px;
    top: 14px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    background-color: var(--Color_mian);
    /* background-color: #2bcbc7; */
}

.cart_Ads_Me {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: var(--padding_Cart);
    position: relative;
    margin: 0 20px 20px;
}

.part_text_waiting_for_confirmation {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.part_button_waiting_for_confirmation {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.Img_Ads_Me {
    margin-left: 15px;
    width: 100%;
    height: 150px;
}

    .Img_Ads_Me img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

.text_Condition_Confirmation {
    font-size: 12px;
    font-weight: 900;
}

.Cart_text_Ads_Me {
    width: 100%;
}

.Link_text_Cart_text_Ads_Me {
    color: var(--Color_Text);
}

    .Link_text_Cart_text_Ads_Me:hover {
        color: var(--Color_mian);
    }

.text_Cart_text_Ads_Me {
    font-size: 14px;
    color: var(--Color_Text);
}

.Part_text_Cart_text_Ads_Me {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}

.Part_text_Cart_text_Button_Ads_Me {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 35px;
}

.text_waiting_for_confirmation {
    font-size: 12px;
    font-weight: 900;
}


/* -------//style-Ads_me-------- */


/* style_Categoty */

.category_main_Page_Category {
    background-color: #fff;
    padding: var(--padding_Cart);
    box-shadow: var(--Box_Shadow_Cart);
    margin-top: 50px;
    border-radius: 13px;
}

.Cart_main_Page_Category {
    margin-top: 50px;
}

.Text_Category_mian {
    padding: 5px 0 0 0;
    margin-top: 5px;
}

.Text_Category {
    font-size: 13px;
    font-weight: 600;
    margin-right: 15px;
}

.link_Text_Category {
    color: var(--Color_Text);
    font-size: 13px;
}

    .link_Text_Category:hover {
        color: var(--Color_mian);
    }

.List_Text_Category {
    list-style-type: none;
}

.item_Text_Category {
    margin: 5px 0;
}

.Text_Title_Category_mian {
    font-weight: 600;
}

.Nav_category_Hide {
    display: none;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: var(--Box_Shadow_Cart);
    padding: var(--padding_Cart);
    margin-top: 20px;
}

.input_nav_category_Hide {
    margin: 10px 0;
}

.Nav_Category_Top_Page_Index {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.Nav_Mian_Category_Top_Page_Index {
    padding: 0;
}


/* style_Categoty */


/* ///////////////////////////////////////////////// */


/* Start_@Media */

@media screen and (max-width: 1400px) {
    .enemad-img-div {
        height: 140px;
        width: 140px;
    }

    .part_input {
        width: 100%;
    }
    .Time_Owl_Slider {
        font-size: 13px
    }
}

@media screen and (max-width: 1200px) {
    .enemad-img-div {
        height: 130px;
        width: 130px;
    }

    .Header_Btn {
        width: 100%;
        height: auto;
        justify-content: flex-end;
        margin: 10px 0;
    }

    .btns_LoginAndRegister,
    .btns_LoginAndRegister_save_ads {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        margin-top: 0;
    }

    .Btn_Free_registration_of_ads {
        width: 170px;
        height: 45px;
    }

    .LIst_menu li a {
        font-size: 15px;
    }

    .Navbar_show {
        height: 220px;
    }

    .Header_Input_Search {
        height: auto;
    }

    .Text_Title_Cart {
        margin-top: 15px;
    }

    .Title_name h3 {
        font-size: 20px;
    }

    .part_list-item {
        font-size: 13px;
    }

    .part_list-item-text {
        margin-top: 15px;
    }

    .Confirm_input_Change_password {
        margin: 30px 0;
    }

    .part_Description_Change_password {
        margin-top: 30px;
    }

    .main_change_password {
        height: auto;
    }

    .part_Description_Change_password::after {
        content: none;
    }

    .contantUs-page-main-contact-form-img {
        display: none;
    }

    .Box_Cart_Item,
    .Box_Cart_Item_first {
        height: auto;
    }

    .mian_page_Terms_condition {
        display: none;
    }

    .mian_page_Terms_condition_hide {
        display: block;
    }

    .Body_Page_Tab_Terms::after {
        content: '';
        width: 0;
        height: 0;
    }

    .Body_Page_Tab_Terms::before {
        content: '';
        width: 0;
        height: 0;
    }

    .mian_page_Terms_condition_hide-tab-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: 20px;
    }

        .mian_page_Terms_condition_hide-tab-scroll ul {
            width: 2000px;
        }

            .mian_page_Terms_condition_hide-tab-scroll ul li {
                display: inline-block;
                height: 50px;
            }

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        margin-bottom: -40px;
    }
    /* width */
    ::-webkit-scrollbar {
        height: 6px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #d4d4d4;
        border-radius: 5px;
    }

    .Main_Navbar_Header_item_Category {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }

    .Navbar_Header_items_Category {
        width: 1200px;
    }

    .Img_Cart_ADS {
        height: 220px;
    }
  
}

@media screen and (max-width: 992px) {
    .enemad-img-div {
        height: 120px;
        width: 120px;
    }

    .owl-next {
        bottom: -18px;
        right: auto;
        left: 0;
    }

    .owl-prev {
        bottom: -18px;
        left: auto;
        right: 0;
    }

    .aboutUs-page-main-form-item-image {
        margin-top: 0 !important;
    }

    .Header_logo {
        display: none;
    }

    .Img_logo_Replacement {
        display: flex;
        background-color: var(--Color_mian);
        height: 220px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .LIst_menu li {
        font-size: 13px;
    }

    .State_Input_Box_Search_Body {
        margin-top: 15px;
    }

    .Part_Checking_Search_Body {
        margin-top: 15px;
        display: flex;
        justify-content: space-evenly;
    }

    .Input_Search_Header::placeholder {
        font-size: 12px;
    }

    .Phone_Number_Support {
        font-size: 14px;
    }

    .NavBar_Header_User_panel_Hide {
        display: block;
    }

    .SideBar_Page_Panel_User {
        display: none;
    }

    .Main_body_cart_ADS_VIP:hover,
    .Main_body_cart_ADS:hover {
        transform: none;
    }

    .badge_Main_body_cart_ADS_VIP_text {
        top: 26px;
        left: 38px;
    }

    .label_input_Auto {
        margin-top: 25px;
    }

    .Main_Sidebar_ADS_text,
    .Main_Sidebar_ADS_text_UNder {
        display: none;
    }

    .category_main_Page_Category {
        display: none;
    }

    .Nav_category_Hide {
        display: block;
        position: sticky;
        top: 0;
    }

    .Cart_main_Page_Category {
        margin-top: 0;
    }

    .Nav_Mian_Category_Top_Page_Index {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .Cart_text_Ads_Me {
        margin-top: 10px;
    }

    .part_text_waiting_for_confirmation {
        top: auto;
        bottom: 90px;
    }

    .part_button_waiting_for_confirmation {
        top: auto;
        bottom: 8px;
    }
    .Img_Cart_ADS {
        height: 320px;
    }
    .dropdown_btn_Option {
        width: 100%;
        padding: 0 10px
    }

}

@media screen and (max-width: 768px) {
    .Body_Password_recovery,
    .Body_Password_recovery_hide {
        padding: 5px 20px;
    }

    .footer-enemad-body {
        align-items: flex-end;
    }

    .enemad-img-div {
        height: 100px;
        width: 100px;
        margin-right: 10px;
    }

    .owl-next {
        bottom: -18px;
        right: auto;
        left: 0;
    }

    .owl-prev {
        bottom: -18px;
        left: auto;
        right: 0;
    }

    .Img_logo_Replacement {
        height: auto !important;
        padding: 15px 0;
    }

    .main_Input_Search-media {
        width: 80%;
        position: relative;
        margin-top: 5px;
        display: flex;
        justify-content: center;
    }

    .nav-link-collapse,
    .navbar-toggler svg {
        color: var(--Color_Text);
    }

    .Btn_Free_registration_of_ads {
        width: 160px;
        height: 40px;
        padding: 0;
        font-size: 13px;
    }

    .btn_Login,
    .btn_Register {
        height: 35px;
        width: 90px;
    }

        .btn_Login span,
        .btn_Register span {
            font-size: 14px;
        }

    .main_Input_Search {
        display: none;
    }

    .Header_Btn,
    .NavBar_Header {
        display: none;
    }

    .Nav-hide {
        display: block;
        padding: 10px 0;
    }

    .Phone_Number_Support {
        font-size: 11px;
    }

    .contantUs-page-form-input-media {
        margin-top: 20px;
    }

    .Amount_td,
    .payment_type_td,
    .date_payment_td,
    .description_table_List_Transactions_User_Panel,
    .number_td {
        font-size: 11px;
    }

    .header_part_text_question {
        flex-direction: column;
    }

    .part_input-btn2-submit {
        padding: 5px 10px;
        font-size: 13px;
    }

    .part_input-btn1::placeholder,
    .part_input-btn2::placeholder {
        font-size: 13px;
    }

    .Btn_Submit_Input_Search {
        background-color: #F57116;
    }
    .Img_Cart_ADS {
        height: 270px;
    }
    .dropdown_btn_Option {
        width: 100%;
        padding: 0 3px
    }
    .Submit_Input_Search {
        left: 52px;
    }
    .Input_Search_Header {
        padding: 0 10px 0 20px;
    }
}

@media screen and (max-width: 576px) {
    .footer-enemad-body {
        justify-content: flex-start;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .enemad-img-div {
        height: 100px;
        width: 100px;
        margin-right: 0;
        margin-left: 20px;
    }

    .Body_Login {
        width: 100%;
    }

    .main_register, .Header_register, .Main_Login {
        width: 100%;
    }

    .Btn_Submit_Input_Search {
        width: 90px;
    }

    .Input_Search_Header {
        padding-left: 100px;
    }

    .owl-prev {
        left: 90%;
    }

    .owl-next {
        right: 90% !important;
    }

    .Icons_btn_Register {
        display: none;
    }

    .line-height-number {
        font-size: 20px;
        margin: 0 1px;
        color: #bdbdbd;
    }
    .Img_Cart_ADS {
        height: 200px;
    }
}


/* end_@Media */
