    @import url("../css/line-awesome.css");
    @import url('../css/bootstrap.min.css');
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

    /*-------------------------------------------------------------------------------------------
    CSS definations for uknowSeller
    -------------------------------------------------------------------------------------------*/
    /* RESET */
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    p {
        font-size: 13px;
    }

    /* HTML5 display-role reset for older browsers */
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }

    ol,
    ul {
        list-style: none;
    }

    blockquote,
    q {
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    a,
    a:hover,
    a:focus {
        outline: none;
        text-decoration: none;
        cursor: pointer;
    }

    a:hover {
        text-decoration: none !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: bold;
    }

    /* Common Tages */
    label.form-check-label {
        display: inline-block;
    }

    .form-check {
        margin-bottom: 5px;
    }

    h4.p-title {
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: 5px;
    }

    .selected-img {
        display: flex;
        align-items: center;
    }

    .selected-img .form-check {
        margin-right: 10px;
    }

    label {
        padding-bottom: 2px;
        display: block;
        font-size: 13px;
        font-weight: 600;
    }

    .btn {
        padding: 10px 15px;
        font-size: 13px;
        color: #fff;
        font-weight: 500;
        border-radius: 45px;
        min-height: 36px;
        text-transform: uppercase;
    }

    .btn-default {
        border: 1px solid #C9C9C9;
        background: #f9f9f9;
        color: #666;
        font-weight: 600;
    }

    .btn:hover,
    .btn:focus {
        background: #000;
        border-color: #000;
        color: #fff;
    }

    .btn-sm {
        padding: 3px 10px;
        font-size: 14px;
        min-height: auto;
    }

    .btn-lg {
        padding: 10px 20px;
    }

    .form-control {
        border: 1px solid #bebcbc;
        background: white;
        padding: 10px 15px;
        height: auto;
        font-size: 13px;
        box-shadow: none;
        outline: none;
        border-radius: 4px;
        min-height: 36px;
        color: #000;
    }

    .has-feedback-left .form-control {
        border: 2px solid #ffffff;
        background: transparent;
    }

    .signin-content .form-control {
        border: 2px solid #ffffff;
        background: transparent;
        color: #fff;
    }

    textarea.form-control {
        min-height: 90px;
    }

    .form-control-feedback .fa {
        font-size: 16px;
    }

    .has-feedback .form-control-feedback {
        border-left: 1px solid #a7a7a7;
        font-size: 24px;
    }

    .has-feedback-left .form-control {}

    .has-feedback-left .form-control-feedback {
        border-right: 1px solid #a7a7a7;
        border-left: none;
        right: auto;
        left: 0;
        font-size: 23px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group span {
        padding-bottom: 5px;
        display: block;
    }

    .form-group label .mendetory {
        display: inline-block;
        color: red;
        line-height: normal;
        margin: 0;
        padding: 0;
    }

    /*-------------------------------------------------------------------------------------------*/
    /* SITE STRUCTURE & APPEARANCE */
    /*-------------------------------------------------------------------------------------------*/
    body {
        background: #fff;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        color: #333;
        font-weight: 400;
        overflow-x: hidden;
    }

    /* header */
    .header {
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
        width: 100%;
        position: sticky;
        left: 0;
        top: 0;
        z-index: 999;
    }

    /* logo */
    .logo {
        min-width: 245px;
        float: left;
        padding: 5px 0;
    }

    .logo img {
        width: auto;
        height: 40px;
    }

    /* nav-links */
    .nav-links {
        padding: 10px 0;
        float: left;
        font-size: 14px;
    }

    .nav-links li {
        border-left: 1px solid #eee;
        float: left;
        padding: 0 15px;
    }

    .nav-links li a {
        display: block;
        color: #333;
        line-height: 30px;
    }

    .nav-links li a i {
        font-size: 18px;
        width: 28px;
        display: block;
        text-align: center;
        padding: 5px;
        border-radius: 50%;
    }

    .nav-links li a i:hover {
        background: #eee;
    }

    /* top-nav */
    .top-nav {
        float: right;
        margin-left: 10px;
        position: relative;
        z-index: 1;
    }

    .topnav-link {
        display: block;
        padding: 5px 10px;
    }

    .top-nav .imgb {
        width: 40px;
        height: 40px;
        float: left;
        border-radius: 100%;
        overflow: hidden;
    }

    .top-nav .imgb img {
        width: 40px;
        height: 40px;
        float: left;
    }

    .top-nav .name {
        margin-left: 45px;
        white-space: nowrap;
        font-size: 14px;
        color: #333;
        line-height: 40px;
    }

    .topnav-link.active i {
        transform: rotate(180deg);
    }

    .topnav-dropdown {
        min-width: 180px;
        white-space: nowrap;
        position: absolute;
        right: 0;
        top: 121%;
        z-index: 99;
        display: none;
        background: #fff;
        padding: 0;
        box-shadow: 2px 2px 7px rgb(0 0 0 / 23%);
        border-radius: 12px;
        border: 1px solid #c8d9ee;
    }

    .topnav-dropdown li a:hover {
        color: #7f0d7f;

    }

    .topnav-dropdown:after {
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #c8d9ee;
        content: '';
        position: absolute;
        top: -9px;
        transform: rotate(180deg);
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .topnav-dropdown li {
        border-top: 1px solid #e4e1e1;
    }

    .topnav-dropdown li:first-child {
        border-top: none;
    }

    .topnav-dropdown li a {
        display: flex;
        padding: 8px 12px;
        color: #333;
        align-items: center;
    }

    .topnav-dropdown li a i {
        font-size: 18px;
        margin-right: 8px;
    }

    .topnav-dropdown li:last-child a {
        color: #d20303;
    }

    @media(max-width:575px) {
        .name {
            display: none;
        }

        /* .top-nav{
            margin: 0px;
        } */
    }

    /* left-menu-link */
    .bell-icons {
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 20px;
        color: #333;
        line-height: 50px;
        float: right;
        position: relative;
        z-index: 1;
    }

    .search-link {
        width: 50px;
        height: 50px;
        float: left;
        text-align: center;
        font-size: 20px;
        color: #333;
        line-height: 50px;
    }

    .bell-link {
        width: 50px;
        height: 50px;
        float: left;
        text-align: center;
        font-size: 20px;
        color: #333;
        line-height: 50px;
    }

    .left-menu-link {
        display: none;
    }

    .left-menu-link i,
    .search-link i {
        width: 50px;
        height: 50px;
        float: left;
        line-height: 50px;
    }

    /* search */
    .search {
        float: right;
        position: relative;
        z-index: 1;
    }

    .search .search-box {
        background: #e9e9e9;
        width: 260px;
        float: right;
        padding: 8px;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 2;
        display: none;
    }

    .search-link {
        float: right;
        font-size: 18px;
    }

    .search-link.active {
        background: #e9e9e9;
    }

    /* leftcol */
    .leftcol {
        background: #ffffff;
        width: 260px;
        height: 100vh;
        float: left;
        padding: 50px 0 0 0;
        white-space: nowrap;
        position: fixed;
        left: 0;
        top: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .leftcol.active {
        width: 0;
    }

    /* sub-nav */
    .sub-nav {
        padding: 10px;
    }

    .sub-nav li {
        /* border-top: 1px solid #3e3e3e; */
        line-height: 24px;
    }

    .sub-nav li a {
        display: block;
        padding: 7px 15px;
        color: #000;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 5px;
        margin: 5px 0;
    }

    .sub-nav li.main-link.active a {
        background: #ede0fc;
    }

    .sub-nav li a i {
        margin: 0;
        text-align: center;
        line-height: normal;
        font-size: 24px;
        margin-right: 10px;
        position: relative;
        top: 3px;
    }

    .sub-nav li.main-link.active a {
        background: #ede0fc;
        color: #580ed5;
    }

    .sub-nav li.main-link a:hover {
        background: #ede0fc;
        color: #580ed5;
    }

    .sub-nav li a i.fa-angle-down {
        display: none;
    }

    .sub-nav li a.active i {
        display: none;
    }

    .sub-nav li a.active i.fa-angle-down {
        display: block;
    }

    .sub-nav li li a {
        padding: 10px 30px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
    }

    .sub-nav ul ul {
        display: none;
    }

    .sub-nav li li {
        border-top: 1px solid #777;
        border-bottom: none;
    }

    .sub-nav li.main-link {}

    /* user-info */
    .user-info {
        background: #7f0d7f;
        padding: 10px 15px;
    }

    .user-info .imgb {
        width: 50px;
        height: 50px;
        float: left;
        border-radius: 100%;
        overflow: hidden;
    }

    .user-info .imgb img {
        width: 50px;
        height: 50px;
        float: left;
    }

    .user-info .name {
        margin-left: 60px;
        padding: 5px 0;
        white-space: nowrap;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
    }

    a.edit-title {
        position: absolute;
        right: 10px;
        top: 0;
        color: #fff;
        font-size: 20px;
    }

    @-webkit-keyframes mailmunchswing {
        20% {
            -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
        }

        40% {
            -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
        }

        60% {
            -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
        }

        80% {
            -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
        }

        100% {
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
        }
    }

    @keyframes mailmunchswing {
        20% {
            -webkit-transform: rotate3d(0, 0, 1, 15deg);
            -ms-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
        }

        40% {
            -webkit-transform: rotate3d(0, 0, 1, -10deg);
            -ms-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
        }

        60% {
            -webkit-transform: rotate3d(0, 0, 1, 5deg);
            -ms-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
        }

        80% {
            -webkit-transform: rotate3d(0, 0, 1, -5deg);
            -ms-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
        }

        100% {
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
            -ms-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
        }
    }

    .mailmunch-swing {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: mailmunchswing;
        animation-name: mailmunchswing;
    }

    .fourqtPopupInnerWrap {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .user-info .name span {
        display: block;
        font-size: 12px;
        font-weight: 400;
    }

    /* rightcol */
    .rightcol {
        height: 100vh;
        transition: 0.3s;
    }

    .rightcol.active {
        margin-left: 0;
    }

    .rightcol-in {
        width: 100%;
        float: left;
    }

    /* page-header */
    .page-header {
        background: #fff;
        margin: 0;
        padding: 10px 0;
    }

    .page-header h3 {
        font-size: 18px;
        color: #333;
        font-weight: 400;
        line-height: 48px;
        display: flex;
        align-items: center;
    }

    .page-header h3 a {
        font-size: 22px;
        margin-right: 10px;
    }

    /* heading-elements */
    .heading-elements {
        float: right;
        text-align: center;
    }

    .heading-elements li {
        float: left;
        margin-left: 25px;
    }

    .heading-elements li a {
        display: block;
        color: #333;
    }

    .heading-elements li a i {
        font-size: 20px;
        color: #006945;
    }

    .heading-elements li span {
        display: block;
        padding-top: 5px;
        font-weight: 600;
    }

    .heading-elements li a span i {
        font-size: 14px;
    }

    .hide-field {
        display: none;
    }

    .show-url,
    .event-hide {
        display: none;
    }

    /* signin */
    .signin {
        padding: 50px 0;
    }

    .signin .logo {
        float: none;
        padding-bottom: 15px;
        text-align: center;
    }

    .signin .logo img {
        width: auto;
        height: 70px;
    }

    .signin .txtb {
        padding-bottom: 30px;
        text-align: center;
    }

    .signin h3 {
        padding-bottom: 10px;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

    .signin .txtb p {
        color: #fff;
    }

    .signin-content {
        max-width: 360px;
        margin: 0 auto;
        padding: 55px 30px;
        border-radius: 15px;
        box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
        background: linear-gradient(178deg, rgb(0 0 0) 0%, rgb(0 0 0 / 62%) 35%, rgb(0 0 0 / 50%) 100%);
        background-image: url(../images/login-bg.jpg);
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .signin-content:before {
        background: linear-gradient(178deg, rgb(0 0 0) 0%, rgb(0 0 0 / 65%) 35%, rgb(0 0 0) 100%);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    .signin .logo {
        float: none;
        padding-bottom: 15px;
        text-align: center;
        z-index: 99;
        position: relative;
    }

    .form {
        position: relative;
        z-index: 9;
    }

    .signin-content .form-action {
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
    }

    .signin-content .forgot-link {
        display: inline-block;
        color: #c0c0c0;
        font-weight: 500;
        margin-top: 5px;
    }

    .text-link {
        color: #c0c0c0;
        margin-left: 5px;
    }

    .text-center.btn-text {
        color: #fff;
        margin-top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* main-container */
    .main-container {
        padding: 15px 0 15px;
        min-height: 500px;
    }

    /* service */
    .service {
        background: #f5f5f5;
        margin: 0;
        padding: 0;
    }

    .service .col {
        float: left;
        margin-right: 40px;
    }

    .service h3 {
        padding-bottom: 10px;
        font-size: 12px;
        color: #000;
        text-align: center;
    }

    .service .column .las {
        border: 1px solid #eee;
        background: #fff;
        margin: 5px auto 5px;
        text-align: center;
        position: relative;
        z-index: 1;
        transition: 0.3s;
        border-radius: 100%;
        font-size: 28px;
        padding: 15px;
        color: #000;
    }

    .service .txtb {
        width: 100%;
        padding: 0px;
        /* -webkit-transform: translateY(-50%); */
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        /* transform: translateY(-50%); */
        /* position: absolute; */
        /* top: 50%; */
        /* z-index: 1; */
        text-align: center;
    }

    .service .txtb img {
        width: 70px;
    }

    .history {
        background: #fff;
        border-radius: 5px;
        padding: 20px 0 20px;
    }

    .history-boxes {}

    .history h3 {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

    .history span {
        color: #3dabe0;
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }

    .histi-box {
        box-shadow: 0px 0px 3px rgb(0 0 0 / 11%);
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .histi-box .bxbs {
        margin-right: 0;
        overflow: hidden;
        border-radius: 10px;
    }

    .histi-box .txtb-box {
        padding: 5px 10px 15px;
    }

    p.discount {
        margin-top: 10px;
        color: #3dabe0;
        font-weight: 600;
    }

    .histi-box .bxbs img {
        width: 100%;
        border-radius: 10px;
        position: relative;
        transition: 0.3s;
    }

    .histi-box:hover img {
        transform: scale(1.15);
    }

    .histi-box .rs span {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        color: #3dabe0;
    }

    .stars {
        padding: 8px 0px 4px;
        color: #ff9900;
    }

    .histi-box .bxbs.bg_1 {}

    .histi-box .bxbs.bg_2 {
        background: #ff7f50;
    }

    .histi-box .bxbs.bg_3 {
        background: #ffc300;
    }

    .histi-box .bxbs.bg_4 {
        background: #1ed760;
    }

    .histi-box h4 {
        font-size: 18px;
        margin: 0px 0px 5px;
        font-weight: 500;
    }

    .histi-box .rs {
        margin-bottom: 10px;

    }

    .histi-box h4 i {
        font-size: 18px;
    }

    .histi-box span {
        margin-left: 5px;
        font-size: 18px;
    }

    /* Add Product Page */
    .product-list {
        display: flex;
        margin-bottom: 15px;
        background: #f8f9fa;
        padding: 0;
        border-radius: 10px;
        align-items: center;
        padding: 20px;
    }

    .product-list:last-child {}

    .product-list .imgb-box {
        background: #00000000;
        width: 150px;
        border-radius: 5px;
    }

    .product-list .imgb-box img {
        width: 100px;
        border-radius: 5px;
        height: 100px;
        object-fit: contain;
    }

    .product-list .title-box {
        padding: 5px 15px 5px;
        width: 100%;
        position: relative;
    }

    .product-list .title-box .title-list {
        display: flex;
        justify-content: space-between;
    }

    .product-list .title-box .title-list .delete-imgb span {
        color: red;
        font-size: 24px;
        position: relative;
        top: -5px;
    }

    .product-list .title-box .stars {
        padding-top: 0;
    }

    .product-list .title-box .title-list .arrow-imgb {
        position: absolute;
        right: 15px;
        top: 50px;
    }

    .product-list .title-box .title-list .arrow-imgb span {
        color: grey;
        font-size: 24px;
        position: relative;
        top: -5px;
    }

    .product-list .title-box .title-list .title-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
        color: #333;
    }

    .badge-danger {
        background: #d9534f;
    }

    span.line-bdr {
        display: block;
        border-bottom: 1px solid #ddd;
        margin: 10px 0px;
    }

    .product-list .title-box .btn-box {
        margin-top: 10px;
    }

    /* Variant List  */
    .variant-box p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-bottom: 5px;
    }

    .variant-box p .align-text {
        position: absolute;
        left: 50%;
        display: block;
    }

    .variant-box p .del {
        color: red;
        font-size: 20px;
    }

    .variant-box p .edit {
        color: green;
        font-size: 20px;
    }

    #img-preview {
        display: none;
        width: 70px;
        margin-bottom: 20px;
        box-shadow: 0 1px 1px rgb(0 0 0 / 24%);
        min-height: 70px;
        border-radius: 5px;
        overflow: hidden;
        padding: 5px;
        height: 70px;
    }

    #img-preview img {
        width: 100%;
        height: auto;
        display: block;
    }

    [type="file"] {
        /* height: 0; */
        /* width: 0; */
        /* overflow: hidden; */
    }

    [type="file"]+label {
        /* font-family: sans-serif; */
        /* background: #f44336; */
        /* padding: 10px 30px; */
        /* border: 2px solid #f44336; */
        /* border-radius: 3px; */
        /* color: #fff; */
        /* cursor: pointer; */
        /* transition: all 0.2s; */
    }

    [type="file"]+label:hover {
        /* background-color: #fff; */
        /* color: #f44336; */
    }

    .product-list.branch-list .badge {
        margin: 0 15px 0 0;
        border-radius: 50%;
        padding: 2px;
        width: 25px;
        height: 25px;
        line-height: 22px;
        background: #000;
    }

    .icon-la {
        position: relative;
    }

    .icon-la i {
        position: absolute;
        font-size: 24px;
        color: #545454;
        left: 7px;
        top: 5px;
    }

    .icon-la .form-control {
        padding-left: 35px;
    }

    .form-check-input[type=checkbox] {
        border-radius: 0.25rem;
        margin-top: 0.19em;
        margin-right: 6px;
    }

    .form-check-input:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 0, .25);
        transition: border-color .2s;
    }

    .form-check-input:hover {
        cursor: pointer;
    }

    .form-check-input:checked:before {
        opacity: .16;
    }

    .form-check-input:before {
        content: "";
        position: absolute;
        box-shadow: 0 0 0 13px transparent;
        border-radius: 50%;
        width: 0.875rem;
        height: 0.875rem;
        background-color: transparent;
        opacity: 0;
        pointer-events: none;
        transform: scale(0);
    }

    button.btn.btn-default:hover,
    button.btn.btn-check-primary:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    button.btn.btn-check-primary {
        border: 1px solid #C9C9C9;
        background: #f9f9f9;
        color: #666;
        font-weight: 600;
    }

    button.btn.btn-check-primary.active {
        background: #3700b3;
        color: #fff;
        border-color: #3700b3;
    }

    i.state-icon.la.la-stop {
        font-size: 18px;
        position: relative;
        left: -3px;
        top: 1px;
        width: 18px;
    }

    i.state-icon.la.la-check {
        width: 18px;
    }

    .branch-tags {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .branch-tags .button-checkbox {
        margin-right: 10px;
    }

    /* Tracking Order  */
    .track-list {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        background: #fbfbfb;
        padding: 10px;
        border-radius: 5px;
    }

    .track-list .btn-box {
        margin-top: 15px;
    }

    .track-list .track-items p {
        margin-bottom: 5px;
    }

    .track-list .track-items p strong {
        min-width: 170px;
        display: inline-block;
        max-width: 170px;
        position: relative;
    }

    .track-list .track-items p strong.list:after {
        content: ':';
        display: block;
        position: absolute;
        top: -2px;
        right: 0;
        font-size: 14px;
    }

    .track-list .title-text p strong {
        min-width: 130px;
        display: inline-block;
        max-width: 130px;
        position: relative;
    }

    .track-list .title-text p strong.list:after {
        content: ':';
        display: block;
        position: absolute;
        top: -2px;
        right: 0;
        font-size: 14px;
    }

    .track-list .title-text p strong .la-rupee-sign {
        font-size: 18px;
        position: relative;
        top: 3px;
    }

    .track-list .title-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .track-list .title-text p {
        margin-bottom: 5px;
    }

    .track-list .imgb-box img {
        width: 110px;
        border-radius: 5px;
        height: 110px;
    }

    .track-list .track-items h3,
    .track-list .title-text h3 {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .track-list .title-text p .price-list {
        float: right;
        font-weight: bold;
    }

    .track-list .title-text p .price-list i {
        font-size: 16px;
        position: relative;
        top: 2px;
    }

    .track-list .title-text p.total-amnt {
        border-top: 1px solid #ddd;
        padding: 5px 0;
        border-style: dashed;
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
        color: #3700b3;
    }

    p.info {
        margin-bottom: 10px;
    }

    /* adresse */
    .adresse .heading {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 8px 20px;
        margin: -30px -20px 20px -20px;
        background: #7f0d7f;
        border-radius: 3px 3px 0 0;
    }

    .adresse .heading span#close {
        top: 2px;
        right: 2px;
    }

    .adresse .heading h4 {
        font-size: 18px;
        color: #fff;
        line-height: normal;
    }

    .adresse .column {
        border: 1px solid #ddd;
        background: #fff;
        margin-bottom: 30px;
        padding: 30px 20px;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

    .adresse .text-info {
        background: #f1f1f1;
        padding: 15px;
        color: #000;
        font-weight: 600;
    }

    .adresse .text-info p {
        line-height: normal;
    }

    .what-see {
        padding: 10px 0px 20px;
    }

    .what-see .rows {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .what-see .link-text {
        text-align: right;
        float: right;
        color: grey;
    }

    .what-see h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .slider {
        width: 100%;
        margin: 0px auto;
    }



    .slick-slide img {
        width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }


    .slick-slide {
        transition: all ease-in-out .3s;
        opacity: 1;
    }

    .slick-active {
        opacity: 1;
    }

    .slick-current {
        opacity: 1;
    }

    /* Order Track Popup  */
    .popup-box {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #00000069;
        z-index: 9999;

        justify-content: center;
        align-items: center;
        display: none;
    }

    span#close,
    .close-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 7px;
        background: #0000003b;
        color: #fff;
        width: 35px;
        height: 35px;
        line-height: 15px;
        font-size: 20px;
        border-radius: 4px;
        cursor: pointer;
    }

    span#close:hover {
        background: #00000080;
    }

    .root {
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
        width: 400px;
        margin: 0 auto;
        background: #fff;
        position: relative;
    }

    figure {
        display: flex;
    }

    figure img {
        width: 5rem;
        height: 5rem;
        border-radius: 4px;
        border: 1px solid #7f0d7f;
        margin-right: 1.5rem;
    }

    figure figcaption {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    figure figcaption h4 {
        font-size: 18px;
        font-weight: 500;
    }

    figure figcaption h6 {
        font-size: 12px;
        font-weight: 300;
        margin: 5px 0;
    }

    figure figcaption h2 {
        font-size: 1.6rem;
        font-weight: 500;
    }

    .order-track {
        margin-top: 20px;
        padding: 0;
        border-top: 1px dashed #2c3e50;
        padding-top: 25px;
        display: flex;
        flex-direction: column;
    }

    .order-track-step {
        display: flex;
        height: 4rem;
    }

    .order-track-step:last-child {
        overflow: hidden;
        height: 4rem;
    }

    .order-track-step:last-child .order-track-status span:last-of-type {
        display: none;
    }

    .order-track-status {
        margin-right: 1.5rem;
        position: relative;
    }

    .order-track-status-dot {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        border: 2px solid #7f0d7f;
    }

    .order-track-step.non-active .order-track-text {
        color: #9f9d9d;
    }

    .order-track-step.non-active .order-track-status-dot {
        background: #fff;
    }

    .order-track-step.active .order-track-status-dot {
        background: #7f0d7f;
    }

    .order-track-status-line {
        display: block;
        margin: 0 auto;
        width: 2px;
        height: 3rem;
        background: #7f0d7f;
    }

    .order-track-text-stat {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .order-track-text-sub {
        font-size: 12px;
        font-weight: 300;
    }

    .order-track {
        transition: all 0.3s height 0.3s;
        transform-origin: top center;
    }

    .people-list {
        width: 260px;
        float: left;
    }

    .people-list .search {
        padding: 20px;
    }

    .people-list input {
        border-radius: 3px;
        border: none;
        padding: 14px;
        color: white;
        background: #6A6C75;
        width: 90%;
        font-size: 14px;
    }

    .people-list .fa-search {
        position: relative;
        left: -25px;
    }

    .people-list ul {
        padding: 20px;
        height: 770px;
    }

    .people-list ul li {
        padding-bottom: 20px;
    }

    .people-list img {
        float: left;
    }

    .people-list .about {
        float: left;
        margin-top: 8px;
    }

    .people-list .about {
        padding-left: 8px;
    }

    .people-list .status {
        color: #92959E;
    }

    .chat {
        /* float: left; */
        background: #F2F5F8;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #434651;
        border-radius: 5px;
    }

    .chat .chat-header {
        padding: 10px 20px;
        border-bottom: 2px solid #e6e8ea;
        position: relative;
    }

    .chat .chat-header img {
        float: left;
        width: 52px;
        border: 3px solid #86bb71;
        border-radius: 100%;
    }

    .chat .chat-header .chat-about {
        float: left;
        padding-left: 10px;
        margin-top: 6px;
    }

    .chat .chat-header .chat-with {
        font-weight: bold;
        font-size: 16px;
    }

    .chat .chat-header .chat-num-messages {
        color: #92959E;
    }

    .chat .chat-header .fa-star {
        float: right;
        color: #D8DADF;
        font-size: 20px;
        margin-top: 12px;
    }

    .chat .chat-history {
        padding: 30px 30px 20px;
        border-bottom: 2px solid #e6e8ea;
        overflow-y: scroll;
        height: 60vh;
        margin-bottom: 90px;
    }

    .chat .chat-history .message-data {
        margin-bottom: 15px;
    }

    .chat .chat-history .message-data-time {
        color: #a8aab1;
        padding-left: 6px;
    }

    .chat .chat-history .message {
        color: white;
        padding: 5px 20px;
        line-height: 26px;
        font-size: 16px;
        border-radius: 7px;
        margin-bottom: 30px;
        width: 50%;
        position: relative;
    }

    .chat .chat-history .message:after {
        bottom: 100%;
        left: 7%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #86BB71;
        border-width: 10px;
        margin-left: -10px;
    }

    .chat .chat-history .my-message {
        background: #86BB71;
    }

    .chat .chat-history .other-message {
        background: #94C2ED;
    }

    .chat .chat-history .other-message:after {
        border-bottom-color: #94C2ED;
        left: 93%;
    }

    .chat .chat-message {
        padding: 10px 30px;
        position: fixed;
        left: 0px;
        right: 0;
        z-index: 9;
        bottom: 0;
        background: #f2f5f8;
        margin: 0 auto;
        width: 1140px;
    }

    .chat .chat-message textarea {
        width: 100%;
        border: 1px solid #ddd;
        padding: 10px 20px;
        margin-bottom: 10px;
        border-radius: 5px;
        resize: none;
    }

    .chat .chat-message .fa-file-o,
    .chat .chat-message .fa-file-image-o {
        font-size: 16px;
        color: gray;
        cursor: pointer;
    }

    .chat .chat-message button {
        float: right;
        font-size: 16px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .chat .chat-message button:hover {}

    .online,
    .offline,
    .me {
        margin-right: 3px;
        font-size: 10px;
    }

    span.online {
        position: absolute;
        width: 14px;
        height: 14px;
        background: #86BB71;
        border-radius: 100%;
        left: 62px;
        top: 40px;
        border: 2px solid #fff;
    }

    .online {
        color: #86BB71;
    }

    .offline {
        color: #E38968;
    }

    .me {
        color: #94C2ED;
    }

    .align-left {
        text-align: left;
    }

    .align-right {
        text-align: right;
    }

    .float-right {
        float: right;
    }

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    /* footer */
    .footer {
        background: #006945;
        padding: 30px 0 20px 0;
        color: #fff;
    }

    .footer h6 {
        padding-bottom: 10px;
        font-size: 14px;
    }

    .footer p {
        padding-bottom: 10px;
        line-height: 21px;
    }

    /* table-box */
    .table-box {
        background: #fff;
    }

    .text-info {
        background: #f1f1f1;
        padding: 10px;
        color: #000;
        font-weight: 600;
    }

    .schab-zert .text-info p.text-center {
        text-align: center;
        display: block;
    }

    .text-info p {
        line-height: normal;
    }

    /* Shipping Details  */
    .shiiping-details .title-box {
        border: 1px solid #eee;
        padding: 15px;
        border-radius: 4px;
        background: #efefef;
    }

    .shiiping-details .title-box .title-list {
        display: flex;
        justify-content: space-between;
    }

    .shiiping-details .title-box .title-list .title-text h3 {
        font-size: 18px;
        margin-bottom: 5px;
        color: #333;
    }

    .shiiping-details .title-box .btn-box {
        margin-top: 10px;
    }

    .shiiping-details .title-box .btn-box a {
        font-size: 20px;
        margin-right: 10px;
        padding: 1px 6px;
    }

    .add-address {
        display: none;
    }

    /* schab-zert */
    .schab-zert .text-info {
        background: #e2e2e2;
        margin-bottom: 5px;
        color: red;
        display: none;
    }

    .schab-zert .btn-group.pull-left {
        padding: 5px;
    }

    .schab-zert .btn-group {
        margin-bottom: 0;
        display: block;
        z-index: 9;
        margin: 0;
        color: #000;
    }

    .schab-zert .btn-group .btn {
        margin-right: 0;
        border-radius: 3px !important;
        float: right;
        padding: 8px 15px;
        line-height: normal;
        min-height: auto;
    }

    .shipping-adr .panel-heading {
        background: #eee;
        border-color: #eee;
        padding: 4px;
        vertical-align: middle;
    }

    .schab-zert .btn-group .btn {
        margin-right: 0;
        border-radius: 3px !important;
        float: right;
    }

    .schab-zert th {
        white-space: nowrap;
    }

    .schab-zert s {
        color: #ef0808;
    }

    .schab-zert .gary-highlight {
        background: #f1f1f1;
    }

    /* buyer */
    .buyer {
        margin-bottom: 15px;
    }

    .buyer .col {
        float: left;
        text-align: center;
        min-width: 64px;
        max-width: 80px;
        margin: 0px 5px;
    }

    .buyer h3 {
        padding-bottom: 15px;
        font-size: 12px;
        color: #000;
        text-align: center;
        font-weight: 500;
    }

    .buyer .column img {
        border: 1px solid #eee;
        background: #fff;
        margin: 5px auto 10px;
        text-align: center;
        position: relative;
        z-index: 1;
        transition: 0.3s;
        border-radius: 100%;
        font-size: 34px;
        padding: 0;
        color: #000;
    }

    .buyer .txtb {
        width: 100%;
        padding: 0px;
        /* -webkit-transform: translateY(-50%); */
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        /* transform: translateY(-50%); */
        /* position: absolute; */
        /* top: 50%; */
        /* z-index: 1; */
        text-align: center;
    }

    .buyer .txtb img {
        width: 50px;
    }

    .txtb:hover img {
        transform: scale(1.05);
    }

    /*/////////////////////////////////
    Responsive CSS
    /////////////////////////////////*/
    @media (min-width: 320px) and (max-width: 767px) {
        .service {
            text-align: center;
        }

        .service .col {
            float: none;
            min-width: 100px;
            text-align: center;
            display: inline-block;
        }

        .service h3 {
            font-size: 12px;
        }

        .buyer .col {
            min-width: 54px;
            max-width: 70px;
        }

        .position-static {
            position: static;
        }

        .logo {
            min-width: auto;
        }

        .left-menu-link {
            border-left: 1px solid #ddd;
            float: right;
            margin-right: -15px;
        }

        .search .search-box {
            right: -40px;
            left: -100%;
        }

        /* leftcol */
        .leftcol {
            width: 260px;
            left: -260px;
            z-index: 9;
        }

        .leftcol.active {
            width: 260px;
            left: 0;
            z-index: 99;
        }

        /* rightcol */
        .rightcol {
            margin-left: 0;
        }

        .rightcol.active {
            margin-left: 0;
        }

        .sub-nav li.main-link {
            display: block;
        }

        .mob-menu {
            display: flex;
            justify-content: end;
            align-items: center;
            flex-direction: row-reverse;
        }

        .nav-links,
        .top-nav {
            display: block;
        }

        /* heading-elements */
        .page-header h3 {
            font-size: 14px;
            line-height: normal;
            text-align: center;
        }

        .heading-elements {
            border-top: 1px solid #ddd;
            padding-top: 10px;
            margin-top: 10px;
            float: none;
            text-align: center;
        }

        .heading-elements ul {
            display: inline-block;
        }

        .heading-elements li {
            margin: 0;
            padding: 0 10px;
        }

        /* signin */
        .signin-content {
            padding: 30px 15px;
        }

        /* service */
        .service .column {}

        /* adresse */
        .adresse .column {
            padding: 30px 15px;
        }

        .adresse .heading {
            border-bottom: 1px solid #ddd;
            padding: 10px 15px;
            margin: -30px -15px 10px -15px;
        }

        /* Add Branch  */
        .form-group {
            margin-bottom: 10px;
        }

        .branch-tags .button-checkbox {
            margin-right: 10px;
            display: inline-block;
        }

        .branch-tags {
            display: block;
        }

        /* Order  */
        .product-list {
            /* flex-direction: column; */
        }

        .product-list .imgb-box {
            width: auto;
            height: auto;
        }

        .product-list .imgb-box img {
            width: 90px;
            border-radius: 5px;
            margin: 0 auto;
            display: block;
        }

        .product-list .title-box {
            padding: 10px 0 5px 15px;
            width: 100%;
        }

        .product-list .title-box .title-list .arrow-imgb {
            position: relative;
            right: 0;
            top: 0;
        }

        /*  Tracking Order */
        .track-list .title-text {
            margin-top: 20px;
        }

        .track-list .btn-box .btn {
            margin: 5px 0;
        }

        .schab-zert .btn-group .btn {
            width: 100%;
            margin: 0 0 10px 0;
        }
    }

    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991px) {
        .container {
            width: 98%;
        }

        .logo {
            min-width: 180px;
        }

        .search .search-box {
            right: -40px;
        }

        .track-list .title-text p strong {
            min-width: 110px;
        }

        .form-group {
            margin-bottom: 10px;
        }

        .branch-tags .button-checkbox {
            margin-right: 10px;
            display: inline-block;
        }

        .branch-tags {
            display: block;
        }

        /* leftcol */
        .leftcol {
            width: 260px;
            left: -260px;
            z-index: 9;
        }

        .leftcol.active {
            width: 260px;
            left: 0;
        }

        /* rightcol */
        .rightcol {
            margin-left: 0;
        }

        .rightcol.active {
            margin-left: 0;
        }

        /* service */
        .service .column {
            min-height: 200px;
        }

        .service .txtb {
            padding: 15px;
        }
    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199px) {
        .container {
            width: 98%;
        }

        .branch-tags .button-checkbox {
            margin-right: 10px;
            display: inline-block;
        }

        .branch-tags {
            display: block;
        }
    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 1200px) and (max-width: 1599px) {

        .branch-tags .button-checkbox {
            margin-right: 10px;
            display: inline-block;
        }

        .branch-tags {
            display: block;
        }
    }

    /* Medium devices (desktops, 1660px and up) */
    @media (min-width: 1600px) and (max-width: 1920px) {
        .branch-tags .button-checkbox {
            margin-right: 10px;
            display: inline-block;
        }

        .branch-tags {
            display: block;
        }
    }





    /* ============ourstyles================ */

    .top-sr-header-p {
        padding: 50px 0 0 0;
    }

    .container-f {
        padding: 15px 0 15px
    }

    .padding-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product-images img {
        width: 100%;
        object-fit: cover;
    }

    .product-image span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background-color: #7f0d7f;
    }

    .product-image .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #fff;
        opacity: 0.8;
    }

    .font-16 {
        font-size: 16px;
    }

    .product-colors span.color-radious {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        display: inline-block;
        margin-right: 5px;
        border: 1px solid #7f0d7f;
    }

    .d-flex {
        display: flex;
    }

    .product-color-box {
        display: flex;
        align-items: center;
    }

    .ms-2 {
        margin-left: 10px;
    }

    .me-2 {
        margin-right: 10px;
    }

    .mt-2 {
        margin-top: 10px;
    }

    .fw-500 {
        font-weight: 500;
    }

    .text-b {
        color: #7f0d7f;
    }

    .font-17 {
        font-size: 15px;
    }

    .mt-1 {
        margin-top: 5px;
    }

    .price_and_discount {
        flex-wrap: wrap;
    }

    .price_and_discount h6 {
        margin-bottom: 3px;
    }

    .brand-box {
        margin-top: 7px;
    }

    .price_and_discount h6 {
        font-size: 18px;
    }

    .product-detail-large {
        margin-top: 0.5rem;
    }

    .p-icon svg {
        width: 20px;
        height: 20px;
        fill: #7f0d7f;
    }

    .align-items-center {
        align-items: center;
    }

    .mt-3 {
        margin-top: 15px;
    }

    .grid-radio input.radio {
        display: none;
    }

    .p-size-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 35px;
        border: 1px solid #000;
        border-radius: 4px;
        font-size: 16px;
        margin-right: 10px;
    }

    .radio:checked~.p-size-box {
        background: #7f0d7f;
        border: 1px solid #7f0d7f;
        color: #fff;
    }

    .color-input:checked~.color-radious {
        width: 25px;
        height: 25px;
    }

    .color-input {
        display: none;
    }

    .product-colors label {
        padding-bottom: 0;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

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

    .quantity-control {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: fit-content;
        margin: 0 auto;
        background: #eaeaea;
        border-radius: 10px;
        padding: 10px 10px;
    }

    .quantity-btn {
        background: transparent;
        border: none;
        outline: none;
        margin: 0;
        padding: 0px 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .quantity-btn svg {
        width: 15px;
        height: 15px;
    }

    .quantity-input {
        outline: none;
        user-select: none;
        text-align: center;
        width: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
    }

    .quantity-input::-webkit-inner-spin-button,
    .quantity-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .rating_and_review {
        border-bottom: 1px solid #7f0d7f;
        padding-bottom: 10px;
    }

    .font-18 {
        font-size: 18px;
    }

    .quantity-box {
        justify-content: space-between;
    }

    .progress {
        margin-bottom: 0;
        width: 100%;
        height: 15px;
    }

    .rating-star {
        width: 100%;
        max-width: 100%;
    }

    .c-rating {
        display: flex;
        align-items: center;
    }

    .c-rating .star-name {
        display: inline-block;
        width: 100%;
        max-width: 40px;
        margin-right: 10px;
        font-size: 13px;
    }

    .c-rating .rating-persentege {
        width: 100%;
        max-width: 30px;
        margin-left: 10px;
        font-size: 13px;
    }

    .progress-bar {
        background-color: #FFA41C;
        box-shadow: inset -2px 0 0 -1px #F5961D, inset 0 0 0 1px #DE7921;
    }

    .review-logo img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        border-radius: 100%;
    }

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

    .text-secondary {
        color: #70757a;
    }

    .review-details .star .icon {
        width: 20px;
        fill: #ffa41c;
        height: 20px;
    }

    .feedback-comment {
        background: #f8f9fa !important;
        padding: 20px;
        border-radius: 10px;
    }

    .review-row .col-lg-6 {
        width: 50%;
    }

    @media(max-width:991px) {
        .product-detail-large {
            margin-top: 1rem;
        }

        .feedback-comment {
            margin-top: 15px;
        }

        .review-row .col-lg-6 {
            width: 100%;
        }
    }

    @media(max-width:767px) {
        .review-row .col-lg-6 {
            width: 50%;
        }

        .feedback-comment {
            margin-top: 0px;
        }
    }

    @media(max-width:575px) {
        .review-row .col-lg-6 {
            width: 100%;
        }

        .feedback-comment {
            margin-top: 15px;
        }
    }

    @media(max-width:400px) {
        .p-size-box {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 30px;
            border-radius: 4px;
            font-size: 10px;
            margin-right: 10px;
        }
    }

    /* =========================product-cart================== */
    .product-image-cart img {
        width: 100px;
        height: 100px;
    }

    .cart-q .quantity-input {
        width: 30px;
    }

    .cart-q .quantity-control {
        padding: 10px 5px;
    }

    .delete-c span svg {
        width: 20px;
        height: 20px;
        fill: red;
    }

    .product-dir.d-flex {
        background-color: #f8f9fa;
        padding: 10px;
        border-radius: 10px;
        width: 100%;
    }

    .mb4 {
        margin-bottom: 15px
    }

    .cart-row,
    .col-row {
        display: flex;
        flex-wrap: wrap;
    }

    .product-info-cart {
        width: 100%;
    }

    .sub-total {
        justify-content: space-between;
    }

    .mt4 {
        margin-top: 20px;
    }

    .btn-light {
        color: #000 !important;
    }

    .btn-light:hover {
        color: #fff !important;
    }

    .total-name {
        margin-right: 22px;
    }

    .cart-row .col-mnr {
        width: 50%;
    }

    .coupon-code .c-box {
        display: flex;
        align-items: center;
        border: 1px solid;
        border-radius: 30px;
        overflow: hidden;
    }

    .c-box input {
        border: 0;
        outline: 0;
        width: 100%;
        padding: 9px 8px 9px 20px;
        font-size: 14px;
        font-weight: 500;
    }

    .c-box button {
        width: 100%;
        display: inline-block;
        width: 100%;
        max-width: 200px;
        padding: 10px 0px;
    }

    @media(max-width:991px) {
        .cart-row .col.col-md-4.mb4 {
            width: 50%;
        }
    }

    @media(max-width:680px) {

        .cart-row .col.col-md-4.mb4,
        .col-mnr {
            width: 100% !important;
        }
    }

    @media(max-width:600px) {
        .container-fluid {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .product-image-cart img {
            width: 80px;
            height: 80px;
        }

    }

    /* =======================track order================================ */

    .order-box {

        padding-bottom: 15px;
        margin-top: 15px;
    }

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

    .mb-2 {
        margin-bottom: 10px;
    }

    .track-detail {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #b9b9b9;
    }

    .w-125 {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 100px;
        max-height: 100px;
    }

    .btn-help {
        background: #fff;
        color: #000;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        border-radius: 10px;
        padding: 15px 10px;
    }


    .price-deatils {
        justify-content: space-between;
    }

    .pb-30 {
        border-bottom: 1.5px solid #e0e0e0;
        padding-bottom: 30px;
    }

    .py-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mt-15 {
        margin-top: 15px;
    }

    .pb-15 {
        padding-bottom: 15px;
    }

    .review-star-order-h span svg {
        width: 13px;
        height: 13px;
        fill: #70757a;
        margin-right: 5px;
    }

    .review-oh:hover {
        color: #7f0d7f;
    }

    .fw-600 {
        font-weight: 600;
    }

    .arrow-next svg {
        width: 20px;
        height: 20px;
    }

    .arrow-next {
        margin-left: 10px;
    }

    .review-star-order-h {
        display: flex;
    }

    .review-star-order-h span {
        display: flex;
        align-items: center;
    }

    @media(max-width:767px) {
        .track-order-row .col-sm-6 {
            width: 100%;
        }

        .button-track-colom {
            margin: 15px 0px;
        }
    }

    @media(max-width:400px) {

        .product-list .title-box .title-list .title-text h3,
        .font-16 {
            font-size: 12px;
        }

        p,
        .font-13 {
            font-size: 10px;
        }

    }

    /* ===================contact-us================= */

    .icon-svg-c svg {
        width: 20px;
        height: 20px;
        fill: #7f0d7f;
    }

    .box-loc-c {
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .icon-svg-c,
    .me-20 {
        margin-right: 20px;
    }

    .social-platform-01 a svg {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        background: linear-gradient(90deg, #610e88 0%, #a14c8b 35%);
        fill: #fff;
        padding: 6px;
        border-radius: 100%;
    }

    .social-platform-01 a {
        margin-right: 5px;
    }

    .social-platform-01 a:hover svg {
        background: #000;
    }

    .form-row {
        margin: 0px -8px;
    }

    .button-submit-form button {
        display: block;
        width: 100%;
    }

    @media(max-width:767px) {
        .contact-us-form-box {
            margin-top: 20px;
        }
    }

    /* ====================about-us============== */
    .about-image-box img {
        width: 100%;
        max-width: 400px;
        max-height: 400px;
        object-fit: cover;
        border-radius: 10px;
        ;
    }

    .container-before-blog {
        position: relative;
        padding: 60px;

    }

    .container-before-blog::before {
        content: "";
        position: absolute;
        width: 80%;
        height: 100%;
        background-color: #3da5dc;
        right: 0;
        top: 0;
        border-radius: 100px 0px 0px 100px;
    }

    .text-white {
        color: #fff;
    }

    .blog-heading {
        text-align: center;
    }

    .blog-image img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    .blog-box {
        padding: 10px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    @media(min-width:768px) {
        .blog-content {
            padding-left: 20px;
        }
    }

    @media(max-width:767px) {
        .container-before-blog::before {
            width: 100%;
            border-radius: 10px;
        }

        .container-before-blog {
            padding: 15px;
        }

        .blog-content {
            margin-top: 15px;
        }

        .blog-rows .col-sm-4 {
            width: 100%;
        }

        .about-image-box {
            text-align: center;
        }

        .about-image-box img {
            width: 100%;
            max-width: 200px;
            max-height: 200px;
            object-fit: cover;
            border-radius: 10px;
        }
    }

    @media(max-width:575px) {
        .blog-more-row .col-xs-6.col-md-4 {
            width: 100%;
        }
    }

    /* ==============terms-condition================== */
    .c-hading {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        background-color: #7f0d7f;
        width: 100%;
        padding: 22px 0px;
        color: #fff;
    }

    .terms-list {
        list-style: disclosure-closed;
        padding-left: 18px;
    }

    .terms-list li::marker {
        color: #7f0d7f;
        font-size: 14px;
    }

    .terms-list li {
        padding-left: 5px;
    }

    @media(max-width:600px) {
        .c-hading {
            font-size: 16px;
        }
    }

    /* ==============store-near-me========== */
    .store-images img {
        width: 100%;
        max-height: 150px;
        object-fit: cover;
    }

    .store-images {
        width: 100%;
        max-width: 150px;
    }

    .store-onoff {
        background-color: #7f0d7f;
        color: #fff;
        margin-top: 5px;
        display: inline-block;
        font-size: 10px;
        padding: 3px 10px;
    }

    .store-details {
        width: 100%;
        padding: 20px;
    }

    .store-details button {
        font-size: 10px;
        padding: 9px 22px;
        min-height: auto;
    }

    .store-box {
        background-color: #f8f9fa;
        border-radius: 10px;
        overflow: hidden;
    }

    .stores-row .col-sm-6 {
        margin-bottom: 15px;
    }

    .rating-stors-star span svg {
        width: 13px;
        height: 13px;
    }

    .rating_and_button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    @media(max-width:767px) {
        .stores-row .col-sm-6 {
            width: 100%;
        }
    }

    @media(max-width:575px) {
        .store-images {
            max-width: 100px;
        }
    }


    /* =============inuser-buttons============== */

    .incon-user-header {
        align-items: center;
        justify-content: space-between;
    }

    .pe-10 {
        padding-right: 10px;
    }

    .in-user-buttons a {
        font-size: 13px;
        padding: 10px 24px;
        color: #fff;
        font-weight: 500;
        border-radius: 45px;
        min-height: auto;
        text-transform: capitalize;
    }

    .d-none {
        display: none !important;
    }

    .auto-profile {
        max-width: 100px;
        margin: auto;
        position: relative;
    }

    .image-profile img {
        position: absolute;
        bottom: 4px;
        right: 5px;
        width: 30px !important;
        height: 30px !important;
        background-color: #fff;
        padding: 7px;
        border-radius: 100%;
        cursor: pointer;
    }

    /* ======================checkout================ */

    .justify-between {
        justify-content: space-between;
    }

    .product-det img {
        width: 30px;
        border-radius: 5px;
    }

    .product-det {
        width: 100%;
        max-width: 300px;
    }

    .total-order-info {
        border: 1px solid #eee;
        border-radius: 10px;
        overflow: hidden;

    }

    .p-15 {
        padding: 15px;
    }

    .border-t-dark {
        border-top: 1px solid #eee;
    }

    .payment-radio {
        display: none;
    }

    .payment-radio:checked~.radio-design {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #7f0d7f;
        border: 2px solid #fff;
        border-radius: 100%;
        outline: 1px solid #7f0d7f;
    }

    .radio-design {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #fff;
        border: 2px solid #fff;
        border-radius: 100%;
        outline: 1px solid #7f0d7f;
    }

    .option-start {
        background-color: #fff;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        border-radius: 10px;
        overflow: hidden;
    }

    .option-start label {

        padding: 20px;
    }

    .py-method {
        width: 30px;
        height: auto;
        object-fit: contain;
    }

    .form-control,
    .fw-400 {
        font-weight: 400;
    }

    .block-button {
        display: block;
        width: 100%;
    }

    .mt_2 {
        margin-top: 2px;
    }

    .p-0 {
        padding: 0px !important;
    }

    .border-0 {
        border: 0 !important;
    }

    @media(max-width:767px) {
        .mt-md-15 {
            margin-top: 15px;
        }

        .order-md-one {
            order: -1;
        }
    }

    /* =============shipping-address-model================ */

    .model-pop-up-sh {
        position: fixed;
        background: #00000069;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1000;
        top: 0;
        margin: auto;
        right: 0;
        overflow-y: hidden;
        display: none;
    }

    .model-pop-up-sh .main-form {
        background-color: #fff;
        width: 100%;
        max-width: 500px;
        margin: auto;
        padding: 10px;
        border-radius: 10px;
        overflow-y: auto;
        height: 100%;
        max-height: 420px;
        padding-top: 30px;
        position: relative;
    }

    .center-rvm {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .end-flex {
        justify-content: end;
    }

    .model-pop-up-sh.open-close-model {
        display: block !important;
    }

    @media(max-width:767px) {

        .model-pop-up-sh .col-sm-4,
        .model-pop-up-sh .col-sm-8 {
            width: 100%;
        }

        .model-pop-up-sh .col-sm-4 {
            margin-bottom: 5px;
        }
    }

    /*===============================friends-purchase====================================*/

    .friend-box {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding-bottom: 30px;
        border-radius: 10px;
        overflow: hidden;
    }


    .friend-logo img {
        width: 170px;
        border: 3px solid #7f0d7f;
        border-radius: 100%;
        height: 170px;
        background-color: #fff;
    }

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

    .friend-box .background-ulti {
        position: absolute;
        bottom: 0;
        background-color: #f8f9fa;
        width: 100%;
        height: 70%;
        left: 0;
        right: 0;
        z-index: -1;
        border-radius: 10px;
    }


    .f-user img {
        width: 100%;
        height: 100%;
        max-width: 130px;
        object-fit: cover;
        border-radius: 10px;
    }

    .f-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .f-icon span svg {
        width: 30px;
        height: 30px;
        fill: #f67b19;
        margin-right: 10px;
    }

    .f-icon {
        display: flex;
        align-items: center;
    }

    .f-product .f-detail {
        width: 100%;
    }

    .text-danger {
        color: #f67b19;
    }

    .f-product {
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 5px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    @media screen and (max-width: 575px) {
        .f-detail h6.font-18 {
            font-size: 13px;
        }


        .friend-logo img {
            width: 130px;
            height: 130px;
        }
    }

    /*==============friend-detail============*/
    .friend-co img {
        width: 100%;
    }

    .friend-co {
        padding: 0px;
    }

    .buttons-friends-co .btn {
        padding: 10px 20px;
        min-height: auto;
        font-size: 13px;
        text-transform: capitalize;
    }

    .mb-15 {
        margin-bottom: 15px;
    }

    /*============notification===============*/

    .notification {
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 10px;
        background-color: #eeeeee21;
    }

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

        .f-user img {
            width: 100%;
            height: 100%;
            max-width: 100px;
            max-height: 100px;
            object-fit: cover;
            border-radius: 10px;
        }
    }

    /* ===================product-category-wise================== */

    #product-c-banner {
        background-image: url('../images/banner-product.jpeg');
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .fo-heading {
        text-align: center;
    }

    .fo-heading h2 {
        color: #fff;
    }

    #product-c-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00000085;
    }

    #product-c-banner .container {
        position: relative;
    }

    .pagination .page-item.active span {
        background-color: #7f0d7f !important;
    }


    .page-item .page-link {
        border: 1px solid #7f0d7f !important;
    }

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

    /*=============chat-user=======*/

    .c-user {
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 10px;
        background-color: #eeeeee21;
    }

    .chat-user img {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        margin-right: 15px;
    }

    .c-detail h6 {
        color: #000;
    }

    .input-search span svg {
        width: 20px;
        height: 20px;
        fill: #70757a;
    }

    .input-search {
        display: flex;
        align-items: center;
        border: 1px solid #bebcbc;
        border-radius: 7px;
        overflow: hidden;
        padding: 0px 15px;
    }

    .input-search input {
        border: 0;
        outline: 0;
    }

    /* ============header-dropdown-language============= */

    .dropdown-toggle {
        padding: 10px;
        display: flex;
        align-items: center;
        padding-top: 14px;
    }

    .language-btn-dropdown {
        width: auto;
        height: 50px;
        text-align: center;
        line-height: 50px;
        float: right;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

    .language-btn-dropdown .dropdown-toggle svg {
        width: 20px;
        height: 20px;
        /* margin-left: 4px; */
        
    }

    .language-btn-dropdown ul li {
        line-height: initial;
    }

    .language-btn-dropdown ul a,
    .more-btn ul li a {
        font-size: 13px;
        color: #000;
        padding: 7px 17px;
        display: block;
        border-bottom: 1px solid #eee;
    }

    .country img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        margin-right: 10px;
    }

    /*=================setting=================*/

    .componentsBox .content {
        margin-bottom: 20px;
    }

    .m5 {
        margin: 0 5px;
    }

    .switch {
        display: inline-block;
    }

    .switch input {
        display: none;
    }

    .switch small {
        display: inline-block;
        width: 43px;
        height: 18px;
        background: #455a64;
        border-radius: 30px;
        position: relative;
        cursor: pointer;
    }

    .switch small:after {
        content: "No";
        position: absolute;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        width: 100%;
        left: 0px;
        text-align: right;
        padding: 0 6px;
        box-sizing: border-box;
        line-height: 18px;
    }

    .switch small:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #fff;
        border-radius: 50%;
        top: 3px;
        left: 3px;
        transition: .3s;
        box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
    }

    .switch input:checked~small {
        background: #4fc5c5;
        transition: .3s;
    }

    .switch input:checked~small:before {
        transform: translate(25px, 0px);
        transition: .3s;
    }

    .switch input:checked~small:after {
        content: "Yes";
        text-align: left;
    }

    .switchSmall {
        display: inline-block;
    }

    .switchSmall input {
        display: none;
    }

    .switchSmall small {
        display: inline-block;
        width: 32px;
        height: 16px;
        background: #d2cfcf;
        border-radius: 30px;
        position: relative;
        cursor: pointer;
    }

    .switchSmall small:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: #f2f2f2;
        border-radius: 50%;
        top: -2px;
        left: -1px;
        transition: .3s;
        box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
    }

    .switchSmall input:checked~small {
        background: #7f0d7f;
        transition: .3s;
    }

    .switchSmall input:checked~small:before {
        transform: translate(16px, 0px);
        transition: .3s;
    }


    .s-title {
        justify-content: space-between;
        align-items: stretch;
        display: flex;
    }

    .s-notification,
    .bg-setting {
        background-color: #eee;
        padding: 15px;
        border-radius: 10px;
    }

    .text-dark {
        color: #000;
    }

    /* ====== */
    .star-real-rate {
        -webkit-appearance: none;
        margin: 0;
        box-shadow: none;
    }

    .star-real-rate::after {
        content: '\2605';
        font-size: 32px;
        height: 30px;
        display: flex;
        align-items: center;
    }

    .star-real-rate:invalid::after {
        color: #ddd;
    }

    /* .rating-01-real:hover input[type=radio]:invalid::after,
      .rating-01-real:focus-within input[type=radio]:invalid::after
      {color: orange;} */


    .rating-01-real:hover input[type=radio]:hover~input[type=radio]:invalid::after,
    .rating-01-real [type=radio]:focus~input[type=radio]:invalid::after {
        color: #ddd;
    }

    .rating-01-real [type=radio]:valid {
        color: orange;
    }

    .rating-01-real input[type=radio]:checked~.star-real-rate:not(:checked)::after {
        color: #ccc;
        content: '\2605';
        /* optional. hollow star */
    }

    .rating-01-real input:focus {
        outline: none;
    }

    .rating-01-real input {
        margin: 0px !important;
        height: 25px;
        display: flex;
        align-items: center;
    }

    .rating-01-real {
        margin-top: -14px;
        display: flex;
        align-items: center;
    }

    .more-btn svg {
        width: 20px;
        height: 20px;
    }

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

    .more-btn .dropdown-menu {
        left: -90px;
        width: 100px;
        min-width: auto;
    }

    .cursor {
        cursor: pointer;
    }

    @media(max-width:767px) {
        .order-his-row .col-lg-6 {
            width: 100%;
        }

        .order-his-row .col-lg-6 .feedback-comment {
            margin-top: 15px;
        }
    }

    /*==================search==============*/

    .s-rating span svg {
        width: 13px;
        height: 13px;
    }

    .search-p-details {
        padding: 0px !important;
    }

    .search-p-details .f-detail {
        margin: 0px !important;
        padding: 15px;
    }

    .search-p-details .f-user img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0px
    }

    .search-p-details .f-user {
        width: 152px;
        height: 100px;
        padding-left: 10px;
    }

    /* ===================header-top-bar================== */

    .topbar-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .bg-topheader {
        height: 55px !important;
        background-size: cover !important;
        background-color: #3dabe0;
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .app-grt svg ,  .app-grt g{
        width: 20px;
        height: 20px;
        margin-right: 5px;
        fill: #fff;
    }
    .app-grt g{

    }

    .app-grt {
            display: flex;
    align-items: center;
    font-size: 13px;
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
    color: #fff;
    }

    .right-inr-text .app-grt:last-child {
        margin-right: 0px !important;
        border-right: 0px !important;
    }

    .left-inr-text p {
/*        animation: slide 2s infinite;*/
        font-weight: 700;
    }

    @keyframes slide {
        0% {
            position: relative;
            top: 35px;
            display: block;
        }

        40% {
            position: relative;
            top: 0px;
        }

        100% {
            display: none;
        }
    }

    @media(max-width:991px) {

        .app-grt {
    border-right: 1px solid #000;
    color: #000;
}
.app-grt svg, .app-grt g {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    fill: #000;
}

        .topbar-flex {
            flex-wrap: wrap;
            text-align: center;
        }

        .left-inr-text,
        .right-inr-text {
            width: 100%;
            justify-content: center;

        }

        .right-inr-text {
            background-color: #fff;
            padding: 10px;
            border-radius: 15px;
        }

        .left-inr-text {
            order: 1;
            margin-top: 10px;
        }

        .bg-topheader {
            height: 100% !important;
            padding-top: 6px;
            padding-bottom: 6px;
        }
    }


@media(max-width:375px){
 .none-on-mobile {
            display: none;
        }
}

    /* =============login-dropdown==================== */
    .in-user-buttons {
        position: relative;
    }

    .in-user-buttons .dropdown-menu {
        min-width: 300px;
        right: 0px;
        left: auto;
        top: 46px;
        padding: 15px;
    }

    .signopt a {
        color: #7f0d7f;
        display: block;
        border: 1px solid #7f0d7f;
        margin-top: 15px;
        border-radius: 10px;
        font-size: 13px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .signopt a:hover {
        background-color: #eee;
    }

    .signopt a svg {
        width: 20px;
        height: 20px;
        fill: #7f0d7f;
        margin-left: 5px;
    }

    .google-svg {
        margin-left: 0px;
        margin-right: 5px;
    }

    @media (max-width:400px) {
        .in-user-buttons .dropdown-menu {
            min-width: 275px;
        }
    }

    /* =================index-new-updates==================== */
    .offer-boxes-product img {
        height: 100%;
        width: 100%;
        min-height: 150px;
    }

    .offerslider .swiper-slide {
        width: 40%;
    }

    .offer-details {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff;
    }

    .font-22 {
        font-size: 22px;
    }

    .offer-boxes-product {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: "" !important;
    }

    .offer-next,
    .offer-prev {
        width: 40px !important;
        height: 40px !important;
        padding: 10px;
        background: #3dabe0;
        fill: #fff;
        border-radius: 100%;
    }

    .offer-next {
        right: 0;
    }

    .image-pro-box {
        border-radius: 10px;
        overflow: hidden;
    }

    .image-pro-box,
    .mb-15 {
        margin-bottom: 15px;
    }

    .wh-100 {
        width: 100%;
        height: 100%;
    }

    .clr-box-01 {
        padding: 10px;
    }

    .border {
        border: 1px solid #eee;
    }

    .image-pro-box-01 {
        border-radius: 10px;
        overflow: hidden;
    }

    .justify-content-center {
        justify-self: center;
    }

    .pb-0 {
        padding-bottom: 0px !important;
    }

    .rounded-10 {
        border-radius: 10px;
    }

    .brands-p-slider .swiper-slide {
        width: 25%;
    }

    @media(max-width:600px) {
        .offerslider .swiper-slide {
            width: 48%;
        }


        .brands-p-slider .swiper-slide {
            width: 48%;
        }
    }



    /* {# ================================footer========================= #} */


    .contact_form_main {
        margin: 0px;
        padding: 94px 0;
        float: left;
        width: 100%;
        min-height: 684px;
        background: url(../images/contactBg.png) center;
        background-repeat: repeat-y;
    }

    .contact_inner {
        background: #fff;
        border-radius: 10px;
        padding: 30px 50px 50px 50px;
    }

    .contact_inner h2 {
        color: #262626;
        font-size: 34px;
        font-weight: 800;
        margin: 0px;
        line-height: 1.2;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .contact_inner h2 span {
        color: #262626;
        font-size: 18px;
        font-weight: 500;

    }

    .contact_inner .form-row {
        margin: 0px 0 50px 0;
        float: left;
        width: 100%;
    }

    .form-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }

    .form-row>.col,
    .form-row>[class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .contact_inner .form-control {
        border-bottom: 2px solid #262626;
        box-shadow: none;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-radius: 0px;
        height: 45px;
        padding: 10px 0px;
        font-size: 14px;
        color: #5c5c5c;
        resize: none;
    }

    .contact_inner .form-row input.btn_submit {
        float: right;
        font-size: 17px;
        background: #3dabe0;
        text-transform: uppercase;
        border-radius: 3px;
        margin: 0px;
        color: #fff;
        border: 1px solid #3dabe0;
        padding: 10px 50px;
        outline: none;
        font-weight: 400;
    }

    .f-h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }







    .call-actions {
        margin: 0px;
        padding: 0px;
        margin-bottom: 0px;
        float: left;
        width: 100%;
        height: auto !important;
        overflow: hidden;
    }

    .inner_cta_left {
        background: #3dabe0;
        padding: 40px 0;
        background-position: 100% 100%;
        background-size: cover;
    }

    .need-help {
        text-align: center;
    }

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

    .inner_cta_left h3 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .inner_cta_left p {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.8;
        padding: 0px;
    }

    .inner_cta_left h6 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin: 18px 0 0 0;
    }


    footer {
        border-top: 1px solid #ededed;
        padding: 3rem 0 0;
        background: #171717;
        float: left;
        width: 100%;
    }

    footer .brand {
        max-width: 200px;
        margin-bottom: 20px;
    }

    footer .brand img {
        vertical-align: middle;
        border-style: none;
        max-width: 100px;
        height: auto;
        width: 100%;
    }

    footer address {
        font-size: 15px;
        margin-bottom: 1rem;
        font-style: normal;
        line-height: inherit;
        color: #fff;
    }

    footer address {
        margin-bottom: 1rem;
        font-style: normal;
        line-height: inherit;
    }

    footer .socials {
        display: flex;
        margin: 0;
    }

    footer ul {
        padding: 0;
        margin: .5rem 0 0;
        list-style: none;
        margin-top: 1.9rem;
    }

    footer ul li {
        margin-bottom: 10px;
    }

    .AppStoreButtons li a img {
        max-width: 130px;
        width: 100%;
    }


    ul.socials li:nth-child(1) a {
        background-color: #4769A8;
    }

    ul.socials li:nth-child(2) a {
        background-color: #1EA1F3 !important;
    }

    ul.socials li:nth-child(3) a {
        background-color: #FF0000 !Important;
    }


    footer .socials a {
        padding: 5px 10px;
        border: 1px solid #ededed;
        margin-right: 10px;
        color: #fff;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer h3 {
        font-size: 1rem;
        font-weight: 600;
        margin-top: 20px;
        color: #fff;
        text-transform: uppercase;
    }

    .helpful-links ul li a {
        font-size: 15px;
        color: #fff;
    }

    .helpful-links ul li a:hover {
        color: #3dabe0;
        text-decoration: none;
        transition: 0.5s;
    }

    footer ul li a:hover {
        color: #ff5926;
        text-decoration: none;
        transition: 0.5s;
    }

    footer .socials li a span {
        color: #ff5926;
        font-weight: 800;
        display: flex;
        align-items: center;
    }

    footer .text {
        position: relative;
        font-size: 15px;
        margin-top: 20px;
        line-height: 21px;
        margin-bottom: 0;
        color: #fff;
        font-style: normal;
    }

    .AppStoreButtons ul {
        padding: 0;
        margin: 0;
    }

    .AppStoreButtons ul li {
        margin-top: 14px;
    }

    .AppStoreButtons li {
        list-style: none;
        display: inline-block;
    }

    footer ul li a {
        font-size: 15px;
        color: #fff;
    }

    footer .copyright {
        padding: 25px 0;
        text-align: center;
        background-color: #000;
        color: #fff;
        margin-top: 30px;
    }

    footer .copyright p {
        font-size: 1.1rem;
        margin-bottom: 0;
        color: #fff;
    }

    .copyright h4 {
        margin: 5px;
        font-size: 16px;
        font-weight: 400;
    }

    .sv {
        width: 18px;
        fill: #fff;
        height: 18px;

    }

    @media(max-width:500px) {
        .form-row .col-lg-6.col-md-6.col-sm-6.col-xs-6 {
            width: 100%;
        }

        .contact_inner .form-row {
            margin-bottom: 0px;
        }

        .contact_inner .form-row input.btn_submit {
            margin-top: 10px;
        }

        .contact_inner .form-control {
            border-bottom: 1px solid #a14c8b;
            margin-bottom: 12px;
            background-color: #eee;
            padding: 8px 19px;
        }

        .contact_inner {
            padding: 25px;
        }

    }

    .clr-box-01 .font-18 {
        font-size: 16px !important;
    }

    .clr-box-01 .font-16 {
        font-size: 13px !important;
    }


    /* =================set-right-col============== */


    .image-pro-box img {
        width: 100%;
        object-fit: contain;
    }


    /*==================about-us-new=========================*/


    .introduction-uknow h2, .details-p-rj01 h2{
           color: #3fa3dd;
        font-size: 25px;
        text-transform: uppercase;
    }

    .about-uknow{
        position: relative;
        border: 1px solid hsl(0deg 0.52% 37.45%);
        overflow: hidden;
        height: 100%;
        background-color: #3fa3dd;


    }
    .introduction-uknow{
        padding: 20px;
        background-color: #3fa3dd;

    }
    .about-uknow .background-p-image{
            position: absolute;
        right: -24px;
        top: -26px;
        width: 100%;
        max-width: 250px;
        opacity: 0.1;
            z-index: 12;
    }
    .contact-info-uknow .user-con-r .cn-icon svg{
        width: 20px;
        height: 20px;
    }
    .contact-info-uknow{
        margin-top:80px;
    }
    .cnr-image img{
        width: 100%;
    }

    .b_real_logo{
            position: absolute;
        top: 65px;
        right: 45px;
        width: 100px;
        height: 100px;
        object-fit: contain;
            z-index: 12;
    }

    .z-11{
            position: relative;
    z-index: 11;
    }

    .more-about-ukonw{
        padding: 20px;
        background-color: #3fa3dd;
        height: 100%;
    }

    .p-image-uk{
        width: 70px;
        height: 70px;
        border-radius: 100%;
        object-fit: cover;
    }

    .details-p-rj01 h2, .text-white{
        color: #fff;
    }
    .qu-code-image img{
            width: 100%;
    max-width: 250px;
    margin-top: 10px;
    }
    .introduction-uknow{
        background-color: #fff;
    }

    @media(max-width:767px){
        .more-about-ukonw{
            margin-top: 15px;
        }
        .b_real_logo {
    position: absolute;
    top: 94px;
    right: 45px;
    width: 60px;
    height: 100px;
    object-fit: contain;
    z-index: 12;}
    }


    /*======================payment-success===============*/

    .payment-success {
        text-align: center;
        margin-top: 20px;
    }
    .payment-success span svg {
        width: 100px;
        height: 100px;
        background-color: #00b1ff;
        padding: 20px;
        border-radius: 100%;
        fill: #fff;
    }
    .text-align{
        text-align: center;
    }
    .thank {
        margin-top: 10px;
        font-size: 30px;
    }

    .payment-home{
        padding: 12px 110px;
    }
    .green{
        color: #18c102;
    }


    .login-t svg{
         fill: #fff;
    background-color: #3dabe0;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 7px;
    }
    .login-t{
        display: flex;
    width: 30px;
    height: 50px;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
    }


    .header-main{
            padding-top: 5px;
    padding-bottom: 5px;
    }
    .left-inr-text img{
            max-width: 150px;
    padding: 0px 10px;
    min-height: 30px;
    }

    .z-inr .column{
        width: 110px;
    }
    /* .avrl-x{
        display: flex;
        overflow-x: auto;
    } */

    /* width */
.avrl-x::-webkit-scrollbar,  .avrl-x::-webkit-scrollbar-track, .avrl-x::-webkit-scrollbar-thumb, .avrl-x::-webkit-scrollbar-thumb:hover   {
  display: none;
}

.service .swiper-slide {
    width: 103px;
    height: 95px;
}


.btn_blue {
    background: #00b1ff;
}


.error-404 .error_heading{
    font-size: 100px;
    color: #00b1ff;
}
.hed-2{
    font-size:30px;
}
select.form-control option {
    color: #000;
} 


/*=============new-signup=============*/

.check input {
    margin: 0px;
}
.primery{
    background: #00b1ff;
}
.form-control:focus {
    border-color: #00b1ff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.left-signup img{
    width: 150px;
    height: 150px;
}
.left-signup{
    background-color: #00b1ff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 49%;
    height: 100%;
    left: 0;
    top: 0;
}
.signup-box , .p-0{
    padding: 0;
}
.signup_box_01{
    padding: 30px;
}
.signup-form{
    padding: 30px;
}

@media(max-width:800px){
    .row-signup .col-sm-6{
        width:100%;
    }
    .left-signup{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
        padding: 5px;
        border-radius: 10px;
    }
    .signup-form{
        margin-top: 25px;
    }
    .left-signup img{
        width: 80px;
        height: 80px;
    }

        
}

.forgrt-p {
    color: #00b1ff;
}
.form-otp input{
 display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #00b1ff;
    border-radius: 8px;
    margin: 0px 5px;
}
.otp-screen{
        padding-top: 20px;
    text-align: center;
}
.otp-screen .title{
        font-size: 20px;
    font-weight: 900;
    margin-bottom: 9px;
}
.form-otp input:focus-visible{
    border: 2px solid #00b1ff;

}

 .c-hading {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        background-color: #00b1ff;
        width: 100%;
        padding: 22px 0px;
        color: #fff;
    }


.accordion {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 20px;
    background-color:#f8f9fa!important ;

   } .accordion__intro {
        position: relative;
        padding: 15px 20px;
        cursor: pointer;
    }

    .accordion__content {
/*      max-height: 0;*/
        padding: 0px 20px !important;
        overflow: hidden;
        will-change: max-height;
        transition: all 0.25s ease-out;
        color: #000;
/*      opacity: 0;*/
        background-color: #fff;
        margin: 0px 10px;
        padding-top: 10px !important;
        margin-bottom: 10px;
    }

  

    .accordion__active .accordion__content{
         opacity: 1;
         padding: 10px 20px !important;
         padding-bottom: 30px !important;
      }

    .accordion__active{
        padding-bottom: 20px;
    }
    .accordion__content p{
    padding-bottom: 10px;
    }

    .mt_4{
        margin-top: 20px;
    }
    .color_blue, .color_blue:hover{
        color: #00b1ff;
    }
    .pt_10{
        padding-top: 10px;
    }
    .accordion__content ul li{
            list-style: circle;
                padding-bottom: 10px;
    }
    .accordion__content ul li::marker{
        color: #00b1ff;
    }
        .accordion__content ul{
            padding-left: 15px;
        }
        .offer-details {
    position: absolute;
    color: #fff;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 10px;
    background: #3dabe0;
}
.login-t p{     font-size: 8px;
    position: absolute;
    top: 1px;
    right: -6px;
    background: red;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff; }


    .check-btn .btn.btn-primary.btn-block.primery {
                display: flex;
                 align-items: center;
                justify-content: center;
        }

        .check-btn .btn.btn-primary.btn-block.primery i.fa-spin{
                    margin-left: 4px;
                    font-size: 14px;
        }

        .login-t p{

    font-size: 8px;
    position: absolute;
    top: 1px;
    right: -6px;
    background: red;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;

        }
        .login-t{
            position:relative;
        }
        ul.socials li:nth-child(4) a {
        background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

    }