
.nav-notifications-wrapper,
.nav-account-wrapper {
    top: 70% !important;
    left: 70px;
    right: unset !important;
}

.other-icons a.icon {
    position: relative;
}

.other-icons .cart_num,
.cart_link .cart_num {
    background-color: #15253c;
    color: #fff;
    padding: 0px 3px;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    bottom: 19px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.account-icon {
    font-size: 18px;
}

.about_pg .info .text * {
    font-size: 15px;
    color: #707070;
    margin-bottom: 50px;
}

.about .info .tab-content .text * {
    font-size: 15px;
    line-height: 40px;
    color: #707070;
}

section.map iframe {
    width: 100%;
    height: 400px;
}

.pagination .page-link.active {
    color: #fff;
    background-color: #15253c;
    border-color: #15253c;
}

.blog_det .blog_info .text * {
    font-size: 18px;
    line-height: 30px;
    color: #071c74;
    margin: 20px 0;
}

/*start file*/
.apply_job_page .file-input-group .file {
    position: relative;
    font-weight: 600;
}

.apply_job_page .file-input-group .file__input,
.apply_job_page .file-input-group .file__value {
    background-color: #fff;
    border-radius: 0px;
    color: #666;
    padding: 0.375rem 1.0625rem;
    border: 1px solid #9993;
    border-radius: 15px;
}

.apply_job_page .file-input-group .file__input--file {
    position: absolute;
    opacity: 0;
}

.apply_job_page .file-input-group .file__input--label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.apply_job_page .file-input-group .file__input--label:after {
    content: attr(data-text-btn);
    border-radius: 0px;
    background-color: #00a1ed;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
    padding: 0.5375rem 1.0625rem;
    color: #fff;
    cursor: pointer;
}

.apply_job_page .file-input-group .file__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ccc;
}

.apply_job_page .file-input-group .file__value:hover:after {
    color: #00a1ed;
}

.apply_job_page .file-input-group .file__value:after {
    content: "X";
    cursor: pointer;
}

.apply_job_page .file-input-group .file__value:after:hover {
    color: #000;
}

.apply_job_page .file-input-group .file__remove {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #00a1ed;
}

/*end file*/

/*start register photo*/
.register-form .image-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #15253c;
    margin: auto;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.register-form .image-container input {
    position: absolute;
    bottom: 0;
    left: 64%;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    opacity: 0;
    z-index: 2;
}

.register-form .image-container button {
    width: 45px;
    height: 45px;
    -webkit-box-shadow: 0px 0px 10px #0002;
    box-shadow: 0px 0px 10px #0002;
    background-color: #15253c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer !important;
    border: 1px solid #ddd;
    position: absolute;
    right: 2px;
    bottom: 0px;
}

.register-form .image-container button i {
    position: relative;
    top: 1px;
    cursor: pointer !important;
}

.image-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #1B3D6D;
    margin: auto;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.image-container input {
    position: absolute;
    bottom: 0;
    left: 64%;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    opacity: 0;
    z-index: 2;
}

.image-container button {
    width: 45px;
    height: 45px;
    -webkit-box-shadow: 0px 0px 10px #0002;
    box-shadow: 0px 0px 10px #0002;
    background-color: #15253c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer !important;
    border: 1px solid #ddd;
    position: absolute;
    right: 2px;
    bottom: 0px;
}

.image-container button i {
    position: relative;
    top: 1px;
    cursor: pointer !important;
}

/*end register photo*/

/*---------- datepicker ----------*/
.ui-widget.ui-widget-content {
    border: none;
    border-radius: 15px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px #0001;
}

.ui-datepicker .ui-datepicker-header {
    position: relative !important;
    padding: 0.2em 0 !important;
    border-radius: 20px !important;
    border: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #9993;
    border-radius: 5px;
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-color: #15253c;
    background: #15253c;
}

/*order details*/
.order_details .table .img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

.order_details .table .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order_details td,
.order_details th {
    vertical-align: middle;
}

.order_details .order-head ul li {
    margin: 5px;
}

/*========*/
.proj_det .img_card .info .l_side .cont .price {
    font-size: 30px;
}

.proj_det .img_card .info .r_side h6 {
    font-size: 17px;
}

.proj_more_det .content .tab-content .text * {
    margin: 25px 0;
    color: #666;
}

.simillar_proj .product_box .info .price {
    font-size: 16px;
}

a.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.auctions-btn:hover {
    color: #00a1ed !important;
    background-color: #fff !important;
    border-color: #00a1ed !important;
}

.auction-status-active span {
    background-color: rgba(40, 167, 69, 0.77);
}

/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 991px) {
    .tab-bar-mob {
        display: block !important;
    }

    footer {
        padding-bottom: 95px;
    }

    .navbar.inner_navbar .cart_link {
        display: block !important;
        position: absolute;
        top: 63px;
        left: 80px;
    }

    .navbar.inner_navbar .icon_cart {
        display: none;
    }
}