/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Poppins', sans-serif;
}


:root {
    --main-color: ;
    --text-color: #727677;
    --text-color-2: #171D22;
    --btn-bg: #1CC275;
    --color-danger: #E2664D;
    --light-bg: #F4FBF7;
    --page-bg: #fcfcfc;
    --r-light-bg: rgba(200, 0, 0, .1);
    --box-shadow: 0px 2px 5px #e5e5e5 !important;
    --bold-text-color: rgba(0, 0, 0, 95);
    --thin-text-color: rgba(0, 0, 0, .55);
    --color-dark: #171d22;
    --color-white: #fff;
}

body {
    background-color: var(--page-bg);
}

.mobile-display-none {
    display: block !important;
}

.desktop-display-none {
    display: none !important;
}

.p-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-10 {
    font-size: 10px !important;
    color: #727677 !important;
}

.font-12 {
    font-size: 12px !important;
    color: #727677 !important;
}

.font-12-d2 {
    font-size: 12px !important;
    color: #2F3842 !important;
}

.font-12-d3 {
    font-size: 12px !important;
    color: #555B63 !important;
}

.font-14 {
    font-size: 14px !important;
    color: #555B63 !important;
}

.font-14-t2 {
    font-size: 14px !important;
    color: #2F3842 !important;
}

.font-14-t3 {
    font-size: 14px !important;
    color: #171d22 !important;
}

.font-16 {
    color: #2F3842 !important;
    font-size: 16px !important;
}

.font-16-h2 {
    color: #727677 !important;
    font-size: 16px !important;
}

.font-16-h3 {
    color: #171d22 !important;
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
    color: #2F3842 !important;
}

.font-20 {
    font-size: 20px !important;
}

a {
    color: var(--text-color-2);
}

a:hover,
button:hover {
    cursor: pointer;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.red-color {
    color: #e2664d !important;
}

.B_Pending {
    color: #e5de0d !important;
}

a {
    color: #555B63;
}

.p-10 {
    padding-right: 10px;
    padding-left: 10px;
}

a:hover,
button:hover {
    cursor: pointer;
}

.navbar-behind-box {
    height: 50px;
    display: block;
    padding: 20px;
}

.page-title-icon-bg {
    background-color: #f4fbf7;
    border-radius: 5px;
    margin-right: 5px;
    box-shadow: 0px 0px 4px #f4fbf7;
}

.page-title-icon {
    background-color: var(--light-bg);
    padding: 5px;
}

.logo-icon {
    height: auto;
    width: 186px;
}

.main-page {
    padding-top: 40px;
}


input:active,
input:focus,
select:active,
select:focus {
    box-shadow: 0px 0px 3px var(--btn-bg) !important;
    border: 1px solid #381F59 !important;
    outline: none !important;
}

/* navbar login  */

.login-navbar>div>div>ul>li {
    margin-right: 20px;
}

.login-navbar>div>ul>li>a {
    font-weight: 400;
}

.text-color-2 {
    color: var(--text-color-2) !important;
}

.input-search {
    margin-top: 8px;
}

.input-search>form>input {
    border: none;
    outline: none;
    background-color: var(--light-bg);
    padding: 0px;
    font-size: 16px;
    width: 0px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    border-radius: 20px;
    padding: 0px 10px;
    margin-right: -28px;
    color: var(--text-color);
}

#navbar-search {
    background-color: var(--light-bg);
    height: 25px;
    width: 25px;
    padding: 5px 1px;
    border-radius: 50%;
    margin-left: 4px;
}

.expand-navbar {
    width: 180px !important;
}

.login-navbar {
    /* padding: 0px 5%; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1111;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 2px 5px #e5e5e5;
    box-shadow: 0px 2px 5px #e5e5e5;
    padding: 0px !important;

}

.navbar-rigister-btn a {
    color: var(--btn-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--light-bg);
    border-radius: 20px;
    padding: 2px 30px !important;
    margin-top: 7px;
}

/* end navbar login  */

.underline {
    text-decoration: underline !important;
}

.wallet-box {
    text-align: center;
}

.wallet-box>p:nth-child(2) {
    color: var(--text-color-2) !important;
}

.color-dark {
    color: var(--color-dark) !important;
}

.color-light {
    color: var(--text-color) !important;
}

.Total_Result {
    position: relative;
}

.Total_Result label {
    position: absolute;
    right: 0px;
    top: -35px
}

.form-background {
    background-color: var(--page-bg);
    height: 100%;
    margin: 20px 0px;
}

.login-form-bg {
    background-color: var(--page-bg);
    height: 100vh;
}

.acc-btn {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.acc-btn button {
    background-color: var(--color-white);
    color: var(--text-color);
    padding: 10px 0px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 9px 0px #eeeeee;
    box-shadow: 2px 2px 9px 0px #eeeeee;
    border: none;
    outline: none;
    font-size: 12px;
    line-height: 1.5;

}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px !important;
}

.navbar-light .navbar-nav .nav-link img {
    margin-right: 6px;
}




.from-header-detail h3 {
    font-size: 25px;
    font-weight: 400;
    color: var(--color-dark);
}

@media(max-width: 560px) {
    .acc-btn button {
        background-color: var(--color-white);
        color: var(--text-color);
        width: 100%;
        padding: 17px 15px;
        -webkit-box-shadow: 2px 2px 9px 0px #eeeeee;
        box-shadow: 2px 2px 9px 0px #eeeeee;
        border: none;
        outline: none;
    }

    .acc-btn {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.active-btn {
    border-bottom: 2px solid var(--btn-bg) !important;
}

.active-btn button {
    background-color: var(--color-white);
    color: var(--btn-bg);
    /* background-color: var(--light-bg); */
    outline: none;
}

.input-form-div {
    background-color: var(--color-white);
    font-size: 18px;
    -webkit-box-shadow: 2px 2px 9px 0px #eeeeee;
    box-shadow: 2px 2px 9px 0px #eeeeee;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 7px;
    margin-bottom: -5px;
}

.input-form-div input {
    border: none;
    padding: 25px;
}

select.input-form-div {
    /*    padding: 15px 15px 15px 17px;*/
    padding: 9px 15px 8px 10px;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;

}

.modal {
    font-size: 12px;
}

.modal-content {
    border-radius: 10px !important;
}

.modal-title {
    font-family: Poppins;
    font-size: 16px;
    color: #2F3842;
}

.modal input::placeholder {
    font-size: 12px;
}

.modal textarea::placeholder {
    font-size: 12px;
}

.modal select {
    font-size: 12px !important;
}

.modal button {
    font-size: 12px;
}

.input-group-text {
    background-color: var(--color-white) !important;
    border: none !important;
}

.rigister-btn {
    background-color: var(--btn-bg);
    padding: 8px 0px;
    border-radius: 30px;
    border: none;
    outline: none;
    color: var(--color-white);
    font-size: 13px;
    width: 110px;
    box-shadow: var(--box-shadow);


}

@media(max-width: 660px) {

    .rigister-btn {
        background-color: var(--btn-bg);
        padding: 8px 0px;
        border-radius: 30px;
        border: none;
        outline: none;
        color: var(--color-white);
        font-size: 13px;
        width: 100px;
        margin: 10px 0px 30px;
        box-shadow: var(--box-shadow);

    }
}

.login-form-login-btn {
    background-color: var(--btn-bg);
    padding: 8px 40px;
    border-radius: 30px;
    border: none;
    outline: none;
    color: var(--color-white);
    font-size: 13px;
    box-shadow: var(--box-shadow);
}

@media(max-width:320px) {
    .rigister-btn {
        background-color: var(--btn-bg);
        padding: 5px 25px;
        border-radius: 30px;
        border: none;
        outline: none;
        color: var(--color-white);
        box-shadow: var(--box-shadow);

    }
}

.login-link {
    color: var(--btn-bg);
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

.form-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.form-img img {
    height: 560px;
    width: 560px;
    position: relative;
    top: 0%;
}

@media (max-width: 991px) {
    .form-img {
        display: none;
    }
}

@media(max-width: 1140px) {
    .form-img img {
        height: 80vh;
        width: 50vw;
    }
}

.from-header-detail p {
    font-size: 12px;
    color: var(--text-color-2);
}

.login-text-question {
    font-size: 11px;
    color: var(--text-color);
}

@media(max-width: 660px) {
    .login-text-question {
        font-size: 12px;
        text-align: center;
        /* margin: 0; */
        color: var(--text-color);
        padding: 3px 0px;

    }


    .footer-padding-bottom {
        padding-bottom: 40px;
    }

    .account-tabs {
        width: 100%;
    }
}

.input-label-boxes {
    background-color: var(--color-white);
    font-size: 16px;
    -webkit-box-shadow: 0px 1px 5px #e5e5e5;
    box-shadow: 0px 1px 5px #e5e5e5;
    margin-bottom: -5px;
    width: 100%;
    border-radius: 7px;
    padding: 20px 0px 8px 10px;
    position: relative;
}

.eye-symbol {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 10px !important;
    font-size: 12px;
    color: var(--text-color) !important;

}

.box-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px red;
    box-shadow: 0px 0px 5px 0px red;
    ;
}

.input-box {
    position: relative;
}

.input-box input {
    padding-left: 10px;
    outline: none;
    border: none;
    max-width: 80%;
    font-size: 16px;
    color: var(--text-color-2);
    box-shadow: none !important;

}

.input-box input:active,
.input-box input:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}


.input-password input {
    max-width: 67%;
}


.input-box i {
    position: relative;
    top: -5px;
}



.input-box label {
    position: absolute;
    padding: 10px 0px 0px 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: none;
    color: var(--text-color);
}



.label-bottom {
    font-size: 12px;
    top: 8px;
    left: 35px;
    font-size: .8rem;
}

.label-top {
    top: -5px;
    left: 33px;
    font-size: 9px;
}

.email-box {
    width: 100%;
    word-wrap: break-word;

}

#business-account {
    display: none;
}

.create-account-btn {
    background-color: var(--color-white);
    padding: 8px 20px;
    border-radius: 30px;
    border: none;
    outline: none;
    color: var(--text-color);
    -webkit-box-shadow: 0px 0px 5px #eeeeee;
    box-shadow: 0px 0px 5px #eeeeee;
    font-size: 13px;

}

.cstm-checkbox {
    height: 15px;
    width: 15px;
    position: relative;
}

.cstm-checkbox:before {
    content: '';
    position: absolute;
    height: 9px;
    width: 5px;
    top: 2px;
    left: 5px;
    border-right: 2px solid var(--btn-bg);
    border-bottom: 2px solid var(--btn-bg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.cstm-checkbox:checked~.cstm-checkbox:before {
    opacity: 1;

}

.model-outer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.conform-pasword-model {
    background-color: var(--color-white);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 40vw;
    height: auto;
    padding: 20px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 5px #eeeeee;
    box-shadow: 0px 0px 5px #eeeeee;
    position: relative;
}

.code-verification-box input {
    height: 50px;
    width: 40px;
    font-size: 25px;
    color: var(--text-color);
    font-weight: 900;
    text-align: center;
    border: none;
    outline: none;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
}

.varification-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

@media(min-height: 1360px) {
    .form-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: -150px;
        height: 100vh;

    }

    .form-img img {
        width: 40vw;

    }

    .col-lg-7 {
        max-width: 50% !important;
    }

    .col-lg-5 {
        max-width: 60% !important;

    }

    .p-md-5 {
        /* padding-left: 0px !important; */
        padding-right: 0px !important;
    }
}

@media(max-width: 768px),
(max-width: 1024px) {
    .conform-pasword-model {
        background-color: var(--color-white);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        max-width: 60vw;
        height: auto;
        border-radius: 12px;
        -webkit-box-shadow: 0px 0px 5px #eeeeee;
        box-shadow: 0px 0px 5px #eeeeee;

    }


    .code-verification-box input {
        height: 50px;
        width: 40px;
        font-size: 25px;
        color: var(--text-color);
        font-weight: 900;
        text-align: center;
        border: none;
        outline: none;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
        border-radius: 5px;

    }

    .varification-code {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 95%;
        margin: 0 auto;
    }
}

@media(max-width: 560px) {
    .conform-pasword-model {
        background-color: var(--color-white);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        max-width: 90vw;
        height: auto;
        border-radius: 12px;
        -webkit-box-shadow: 0px 0px 5px #eeeeee;
        box-shadow: 0px 0px 5px #eeeeee;

    }

    .code-verification-box input {
        height: 50px;
        width: 40px;
        font-size: 25px;
        color: var(--text-color);
        font-weight: 900;
        text-align: center;
        border: none;
        outline: none;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
        border-radius: 5px;

    }

    .varification-code {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 95%;
        margin: 0 auto;
    }
}

.forgot-pasword-page {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px !important;
}

@media(width:320px) {
    .forgot-pasword-page {
        max-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px !important;
    }
}

@media(max-width:560px) {
    .forgot-pasword-page {
        max-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px !important;
    }

    .from-header-detail p {
        /* color: rgba(0, 0, 0, .8);*/
        /* text-align: center; */
        font-size: 12px;

    }

    .from-header-detail h3 {
        /* text-align: center; */
        font-size: 20px;
        margin-top: 25px;
        /* font-weight: bold; */
    }

    .resend-code-btn {
        /* text-align: center; */
        margin: 0 auto;
        width: 100%;
        font-size: 12px;
    }
}

.c-flag {
    padding: 0 !important;
    /*margin: 0  !important;*/
    margin: 5px 0px 10px;
}

#signUp_indiv .form-padding,
#signUp_buss .form-padding {
    padding: 8px 9px !important;
}

.form-padding {
    /*    padding: 8px 9px !important;*/
    padding: 0px 7px !important;
}

.dd-options {
    max-height: 100px;
}

.dd-options::-webkit-scrollbar {
    width: 3px;
    background-color: #e5e5e5;
    opacity: .4;
}

.dd-options::-webkit-scrollbar-thumb {
    background-color: var(--btn-bg);

}




.c-flag img {
    height: 74px;
    width: 100%;
}

.forgot-pswd {
    color: var(--text-color) !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 13px;
}

.forgot-pswd:hover {
    color: var(--btn-bg) !important;
    /* text-shadow: 0px 0px var(--btn-bg); */
    text-decoration: none;
    /* transform: scale(1.01); */
}

.conform-btn {
    background: none;
    border: none;
    outline: none;
    background-color: var(--btn-bg);
    color: var(--color-white);
    padding: 8px 40px;
    border-radius: 20px;
    margin: 20px 0px 25px 0px;
}

.conform-box p {
    color: var(--btn-bg);
    font-weight: normal;
    font-size: 18px;
}

.conform-box {
    margin: 50px 0px 0px;
}

.conform-btn:hover {
    color: #fff !important
}

.resend-emal-link {
    color: var(--btn-bg);
}



/* main page css  */

/* nav bar css */
/* .navbar {
    height: 60px !important;

} */


.locatiuon-box small {
    font-size: 12px;
    position: relative;
    top: -10px;
}

.locatiuon-box p {
    font-size: 15px;
}

.navbar-brand {
    height: 50px !important;
}

/* .dropdown-toggle::after {
    display: inline-block;
    margin-left: .1em;
    vertical-align: .255em;
    content: "";
    height: 5px;
    width: 7px;
    border-top: 0px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} */

.stopuno-dropdown {
    color: var(--btn-bg) !important;
    text-align: center;
    margin-top: -8px;
    font-size: 13px;

}


/* slider css  */
.single-slide-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-detail {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    color: var(--color-white);
    height: 100%;
}

.product-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 100%;
    text-align: right;
}

.product-image img {
    height: 60vh;
    width: 80%;
}

.product-name {
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;

}

.discount-sale-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-now-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100px;
}

.shop-now-btn button {
    border: none;
    outline: none;
    background: none;
    color: var(--color-danger);
    text-transform: uppercase;
    font-size: 22px;
}

.discount-sale-offer {
    color: var(--color-danger);
    font-size: 35px;
    margin-left: 15px;
}


@media(max-width:560px) {
    .product-name {
        color: var(--color-white);
        text-transform: uppercase;
        font-size: 30px;
        font-weight: bold;

    }

    .product-detail {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        color: var(--color-white);
        /* height: 100%; */
        padding-left: 20px;
    }

    .product-image {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        /* height: 100vh; */
        text-align: right;
    }

    .product-image img {
        height: 100%;
        width: 80%;
    }

    .discount-sale-offer {
        color: var(--color-danger);
        font-size: 23px;
        margin-left: 15px;
    }

    .shop-now-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 30px;
    }

    .shop-now-btn button {
        border: none;
        outline: none;
        background: none;
        color: var(--color-danger);
        text-transform: uppercase;
        font-size: 17px;
    }
}





/* footer section  */



.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(245, 245, 245, 1);
    padding: 3% 5% 1%;
    border-bottom: 10px solid var(--btn-bg);
}

.company-logo img {
    height: 100%;
    width: 50%;
    margin-bottom: 30px;
}

.footer-group-name {
    color: var(--btn-bg);
    text-transform: capitalize;
}

.footer-ntro-section {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: left;

}

.links-section {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    text-align: left;
}

.social-address-section {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-left: auto;
}

.links-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media(max-width:560px) {
    .footer-ntro-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;

    }

    .links-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        margin: 20px 0px;
    }

    .social-address-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: auto;
    }

    .links-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.margin-10 {
    margin-top: 5px !important;
}

@media(width:768px) {
    .footer-ntro-section {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: center;

    }

    .links-section {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: center;
    }

    .social-address-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .links-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.links-section div ul {
    list-style: none;
}

.links-section div ul li {
    padding: 10px 0px;
}

.links-section div ul li a {
    color: var(--text-color);
}



/* profile section css  */
.profile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2% 5%;
}

.left-side-section {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    /* border: 1px solid; */
}

.right-side-section {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    /* border: 1px solid; */
}



/* profile-page-css */

.info-card-outer {
    background-color: var(--color-white);
    padding: 10px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    font-weight: normal;
    margin-bottom: 20px;
}


.period-info,
.period-info-1,
.pro-account-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.period-info-1 {
    margin-bottom: 20px;
}

.pro-account-info {
    font-size: 12px;
    font-weight: 400;
}

.user-name-on-profile p {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    margin: 13px 0px !important;
    color: #2F3842;
    font-weight: 500;
}

.trial-detail p,
.wallet-box p {
    margin-bottom: 0;
    font-weight: 500;
}

.wallet-box {
    background: rgba(0, 0, 0, .03);
    padding: 8px 15px;
    border-radius: 10px;
}

.list-menus {
    background: var(--color-white);
    border-radius: 10px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    height: max-content;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.list-menus>ul>li {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    list-style-type: none;
}

.list-menus>ul>li>a {
    font-size: 14px;
    color: #171d22;
}

.profile-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    /* width: 100%; */
}

.info-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-white);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 22px 12px;
    border-radius: 10px;
    /*    margin: 11px 15px;*/
    width: 31.6%;
    border-bottom: 4px solid var(--btn-bg);
    margin-bottom: 20px;
}

.counted-number {
    font-weight: normal;
    font-size: 29px;
    text-align: right;
    color: var(--text-color-2);
    font-weight: 400 !important;
}

.ino-card-description {
    color: var(--text-color-2) !important;
    font-weight: 500;
    font-size: 14px;
}

.li-visited-page {
    height: 45px;
    padding: 0px 10px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    background-color: var(--color-white);
    margin-bottom: 20px;
}

p.Total_Question {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
    color: #727677;
    margin-bottom: 10px;
}

.profile-detail-page {
    background: var(--color-white);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 10px 50px;
    border-radius: 10px;
    margin: 21px 0px !important;
    /* width: 96.5%; */
    position: relative;
}

.company-profile-img img {
    height: 100px;
    width: 100px;
    margin-right: 30px !important;
    margin-bottom: 20px;
}

.profile-page-content-rows {
    padding: 18px 5px 8px;
    border-bottom: 1px solid var(--text-color);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    color: #727677;
}

.profile-page-content-rows:last-child {
    border-bottom: none;
}

.margin-0 {
    margin: 0 !important;
}

.flex-b-50 {
    -ms-flex-preferred-size: 60% !important;
    flex-basis: 60% !important;
}

.padding-0 {
    padding: 0 !important;
}

.green-color {
    color: var(--btn-bg) !important;
}

.light-green {
    color: #0de51b !important;
}

.pending-color {
    color: #e4dc08 !important;
}

.cancel-color {
    color: #cf1515 !important;
}

.tier-font {
    font-size: 12px;
    color: #727677;
}

.tier-sub-font {
    font-size: 12px;
}

.profile-info .profile-user-img {
    position: relative;
}

.profile-info>.profile-user-img>img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.profile-info {
    text-align: center;
}

.add-img {
    position: absolute;
    right: 20%;
    bottom: 0;
}

.add-img img {
    height: 25px;
    width: 25px;
    background-color: var(--color-white);
    padding: 5px 3px 5px 6px;
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.mobile-profile-details {
    display: none;
}

.desktop-profile-details {
    display: block;
}

.profile-menu-bar {
    width: 100%;
    padding: 0px 10px;
    height: 43px;
    line-height: 45px;
    /*    margin: 10px 8px;*/
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    background-color: var(--color-white);
    margin-left: 0px !important;

}

@media(max-width: 660px) {
    .desktop-profile-details {
        display: none;
    }

    .mobile-profile-details {
        display: block;
    }

    .ratings-detail {
        margin: 15px 0px;
    }

    .profile-info {
        text-align: left;
    }

    .profile-info {
        display: flex;
        align-items: center;
    }

    .profile-info .profile-user-img {
        width: 25%;
    }

    .profile-info>.profile-user-img>img {
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

    .ratings-detail {
        width: 90%;
    }

    .add-img img {
        height: 20px;
        width: 20px;
        background-color: var(--color-white);
        padding: 5px 3px 5px 6px;
        border-radius: 50%;
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
    }

    .add-img {
        position: absolute;
        right: 20%;
        bottom: 0;
    }

    .user-name-on-profile p {
        font-size: 18px;
        line-height: 2px;
        letter-spacing: 1px;
        margin: 10px 0px !important;
        color: var(--text-color-2);
        font-weight: 400;
    }

    .profile-menu-bar {
        width: 100%;
        padding: 5px 10px;
        margin: 10px;
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
        border-radius: 8px;
        background-color: var(--color-white);
        margin-left: 0px !important;
        position: sticky;
        top: 52px;

    }
}

.order-tab a {
    color: var(--text-color);
    font-size: 12px;

}

.profile-tab-padding {
    padding: 0px 0px;
}

.rating-stars>span>img {
    height: 15px;
    width: 15px;
}

.card-detail>p {
    margin-bottom: 0;
}

div.description>p {
    font-size: 13px;
    line-height: 19px;
    color: var(--text-color);
}

@media(max-width:660px) {
    .profile-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-background {
        background-color: var(--page-bg);
        height: 100%;
    }

    .login-form-bg {
        background-color: var(--page-bg);
        height: 100vh;
    }

    .input-label-boxes {
        background-color: var(--color-white);
        font-size: 15px;
        -webkit-box-shadow: 2px 2px 9px 0px #eeeeee;
        box-shadow: 2px 2px 9px 0px #eeeeee;
        margin-bottom: 0px;
        width: 100%;
        border-radius: 7px;
        padding: 20px 0px 8px 10px;
    }

    .input-form-div {
        background-color: var(--color-white);
        font-size: 18px;
        -webkit-box-shadow: 2px 2px 9px 0px #eeeeee;
        box-shadow: 2px 2px 9px 0px #eeeeee;
        margin-bottom: 0px;
        width: 100%;
        border-radius: 7px;
    }

    .login-bottom-at-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 12px 0px 0px 6px;
        background-color: var(--color-white);
        -webkit-box-shadow: 7px 0px 5px #ddd;
        box-shadow: 7px 0px 5px #ddd;
    }

    .padding-on-mobile {
        padding: 0px 8px;
    }

    .lable-margin-on-mobile {
        margin-bottom: 3px;
        margin-top: 15px;
        font-weight: bold;
    }

    .margin-10 {
        margin-top: -10px !important;
        margin-left: 20px;
    }

    .left-side-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        /* border: 1px solid; */
    }

    .right-side-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        /* border: 1px solid; */
    }

    .info-card-outer {
        background-color: var(--color-white);
        padding: 10px;
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
        border-radius: 10px;
        font-weight: normal;
        margin: 5px 10px;
    }

    .profile-detail-page {
        background: var(--color-white);
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
        padding: 20px;
        border-radius: 10px;
        margin: 0px;
    }

    .li-visited-page {
        width: 95% !important;
        background-color: var(--color-white);
        border-radius: 10px;
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
        padding: 10px;
        /* margin: 10px 0px; */
    }

    .period-info>div>label {
        font-size: 12px;
        margin-bottom: 0;
        /* color: var(--btn-bg); */
    }

    .tabs-output-boxes {
        width: 100%;
    }


    div.description>label {
        font-size: 13px;
        /* color: var(--btn-bg); */
        margin-bottom: 0;
    }

    div.description>p {
        font-size: 12px;
        color: var(--text-color);
    }
}

/* ipad pro css  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {

    .card-icon img {
        height: 35px !important;
        width: 35px !important;
    }

    .ino-card-description {
        text-align: right;
        font-size: 11px !important;
        font-weight: bold;
    }

    .card-detail {
        width: 74%;
    }

    .card-detail>p.counted-number {
        font-weight: normal;
        font-size: 18px;
        text-align: right;
    }

    .form-background {
        background-color: var(--page-bg);
        height: 100%;
    }

    .login-form-bg {
        background-color: var(--page-bg);
        height: 100vh;
    }

    .left-side-section {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        /* border: 1px solid; */
    }

    .right-side-section {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        /* border: 1px solid; */
    }
}

.rating-and-reviews {
    /* margin-bottom:5px */
    letter-spacing: 0px;
    color: var(--text-color);
}

.login-account-detail {
    color: var(--text-color);
}

.edit-profile-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
}

.text-top {
    margin-bottom: 0;
    margin-top: -5px;
}

.extra-small-text {
    font-size: 12px;
    text-shadow: var(--text-shadow);
    margin-top: -3px !important;
    color: #2f3842;
}

.manage-addresses-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.address-card-inner {
    background-color: var(--color-white);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 10px;
    /*margin: 0px 5px;*/
    position: relative;
}

.address-card {
    -ms-flex-preferred-size: 30.5%;
    flex-basis: 30.5%;
    margin: 11px 20px 11px 5px;
}

.address-location,
.crud-menu {
    position: absolute;
}

.address-location {
    top: 15px;
    right: 0px;
    font-size: 12px;
}

.crud-menu {
    bottom: 8px;
    right: 10px;
    display: flex;
    align-items: flex-end;
}

.crud-menu>i {
    font-size: 18px;
    margin: 0px 5px;
    border-radius: 5px;
    padding: 2px;
    cursor: pointer;
}

.crud-wanted-ads {
    font-size: 18px;
    margin: 0px 5px;
    border-radius: 5px;
    padding: 2px;
    cursor: pointer;
}

.crud-delete {
    background-color: var(--r-light-bg);
    color: rgba(255, 0, 0, .5);
    font-weight: 100;
}

.crud-edit {
    background-color: rgba(0, 200, 0, .1);
}

.addres-location-tag {
    background-color: var(--light-bg);
    color: var(--btn-bg);
    padding: 8px 15px;
    position: relative;
}

.addres-location-tag::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 12px solid var(--color-white);

}

.address-feilds {
    font-size: 12px;
    line-height: 24px;
}

.address-feilds>.title-feilds {
    display: inline-block;
    width: 70px;
}

.address-card-height {
    height: 178px;
}

.add-address-btn {
    font-size: 3em;
    font-weight: 100;
    background-color: var(--light-bg);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--btn-bg);
    margin: 0 auto;
}

.add-new-address-box {
    text-align: center;
    padding: 31px 15px;
}

@media(max-width:660px) {
    .address-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 5px 2px;
        /* padding: 3px 8px; */
    }

    .center-mobile {
        margin: 0 auto;
    }

    /* .mobile-margin-top{
        margin: 0 auto;
        margin-top: 10px;
    } */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {


    .add-new-address-box {
        text-align: center;
        padding: 25px;
    }
}

.payment-checking-status {
    color: rgba(28, 194, 117, 1);
    font-size: 13px;
}

.add-account-detail img {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.paymetn-account-card-number>p {
    margin: 0 !important;
}

.payment-cards {
    padding-bottom: 10px !important;
}

.payment-add-box {
    padding: 21px 0px !important;
}

.card-box-title {

    padding: 0px 13px;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .53);
    /* margin: 0em; */
    margin-top: 5px;
    width: 98%;

}

.credit-or-debit-card-box {
    margin-bottom: 15px;
}

.add-new-box {
    font-weight: 100;
    font-size: 14px;
}

.car-properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.car-properties>p {
    line-height: 12px;
    ;
}

.vehicle-img {
    position: absolute;
    top: 10px;
    right: 0;
}

.vehicle-img>img {
    height: 75px;
    width: 80px;
    margin-bottom: 15px;
}

.vehicle-img figcaption {
    text-align: center;
    margin-top: -40px;
}



/* models css  */


input.form-control,
textarea {
    background-color: #fff;
}

.model-inner {
    background-color: var(--color-white);
    border: none;
    outline: none;
    border-radius: 10px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 20px;
    /* height: 90%; */
    width: 50%;
}

.add-addres-cancel-btn,
.add-addres-save-btn {
    /* padding: 5px 30px; */
    border-radius: 7px;
    outline: none;
    border: none;
    font-size: 15px;
    height: 35px;
    width: 107px;
    margin-top: 10px;
    margin-left: 5px;

}

.add-addres-cancel-btn {
    background-color: var(--light-bg);
    color: var(--btn-bg);
}

.add-addres-save-btn {
    color: var(--color-white);
    background-color: var(--btn-bg);
}

.add-addres-cancel-btn:focus,
.add-addres-save-btn:focus {
    border: none !important;
    outline: none !important;
}

button:focus {
    border: none !important;
    outline: none !important;
}

.model-add-new-address {
    height: 130%;
}

button:target {
    outline: none;
}

.half-space {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;

}

.half-space>div {
    width: 45% !important;
}

@media(max-width: 660px) {


    .form-group {
        margin-bottom: 0px !important;
    }

    #msform .form-group {
        margin-bottom: 1.5rem !important;
    }

    .half-space>div {
        width: 100% !important;
    }

    .model-inner {
        background-color: var(--color-white);
        border: none;
        outline: none;
        border-radius: 10px;
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
        padding: 20px;
        /* height: 90%; */
        width: 90%;
    }

    .model-add-new-address {
        height: 170%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .model-add-new-address {
        height: 100%;
    }

    .model-inner {
        background-color: var(--color-white);
        border: none;
        outline: none;
        border-radius: 10px;
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
        padding: 20px;
        /* height: 90%; */
        width: 90%;
    }
}

@media only screen and (min-device-width: 1025px) {
    .model-add-new-address {
        height: 100%;
    }
}





.custom-select {
    position: relative;
    font-family: Arial;
    padding: 0 !important;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    /* background-color: var(--page-bg); */
    color: var(--btn-bg);
    padding: 7px 0px;
    border-radius: 5px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: var(--color-white) transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent var(--color-white) transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: gray;
    padding: 8px 16px;
    /* border: 1px solid transparent; */
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
}

@media(max-width: 660px) {

    .select-items div,
    .select-selected {
        color: gray;
        padding: 8px 16px;
        /* border: 1px solid transparent; */
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 12px;
    }
}

.select-items div {
    color: var(--btn-bg)
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: var(--light-bg);
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 2px 2px 2px #eee;
    box-shadow: 2px 2px 2px #eee;
    top: 105%;
    left: 0;
    right: 0;
    z-index: 99;
    /* padding: 5px; */

}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


.outlayer-box {
    background-color: var(--color-white);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    /* margin: 15px auto; */
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 8px #eee;
    box-shadow: 0px 0px 8px #eee;
    color: var(--btn-bg) !important;
    font-size: 12px;
}

.profile-upload-img-outlayer {
    background-color: var(--color-white);
    border-radius: 15px;
    height: 188px;
    width: 188px;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 8px #eee;
    color: var(--btn-bg) !important;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 40px;
}

.outlayer-box img {
    height: 50px;
    margin-bottom: 5px;
}

.profile-upload-img img {
    height: 188px;
    width: 188px;
    border-radius: 18px;

}

.select-vehcal-img-box {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0px;
}

.profile-add-picture {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: 15px 0px; */
}

input.chose-vehical-file {
    height: 100%;
    width: 100%;
    z-index: 11 !important;
    position: absolute;
    opacity: 0;
}

.seller-leave-sec-img img {
    height: 50px;
    width: 50px;
}

.seller-rating-inner div.rate-star>img {
    height: 20px;
    width: 20px;
    margin: 3px;
}

.seller-rating-inner {
    background-color: var(--color-white);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    width: 100%;
    padding: 20px 0px;
    border-radius: 10px;
}

.rating-from-seller {
    margin: 0 auto 10px;
    max-width: 35%;
}

@media(max-width: 660px) {
    .rating-from-seller {
        margin: 0 auto 10px;
        max-width: 75%;
    }

    .tier-sub-font {
        font-size: 15px;
    }
}


/* manage-favourits styles  */


.manage-favorites-box {
    text-align: center;
    margin: 8px;
}

.singal-item-box {
    padding: 0px !important;
    width: 100%;
    margin: 20px 5px 5px 0px;
}

.favirtes-items-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 8px;

}

.favirtes-items-table tr th,
.favirtes-items-table tr td {
    /* border-right: 1px solid #bbb; */
    /* border-bottom: 1px solid #bbb; */
    padding: 10px;
    text-align: center !important;
}

.favirtes-items-table tbody {
    background-color: var(--color-white);
}

.favirtes-items-table tbody tr td:nth-child(3) {
    max-width: 50px;
}

.favirtes-items-table tr th {
    background: rgba(246, 246, 246, 255);
    ;
    /* border-top: 1px solid #bbb; */
    text-align: left;
}

/* top-left border-radius */
.favirtes-items-table tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

/* top-right border-radius */
.favirtes-items-table tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.favirtes-items-table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.favirtes-items-table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.favirte-item-pic img {
    height: 85px;
    width: 85px;
}

.short {
    width: 1% !important;
}

.add-to-cart-tag {
    background: var(--light-bg);
    padding: 5px 10px;
    color: var(--btn-bg);
}

td.middle {
    width: 165px;
}

.favite-icons>i {
    padding: 2px;
    font-size: 16px;
}

.g-l-bg-color {
    background-color: var(--light-bg);
}

.r-l-bg-color {
    background-color: var(--r-light-bg);
}

.shopping-tag,
.rental-tag,
.job-tag {
    position: relative;
    left: 10px;
    width: 60%;
    padding: 5px 10px;
    border-radius: 5px;
}

.shopping-tag {
    background: rgba(200, 220, 255, 255);
    color: #2e65c5;
}

.rental-tag {
    background-color: rgba(255, 200, 244, 255);
    color: #cc3eb0;
}

.job-tag {
    background-color: rgba(229, 255, 200, 255);
    color: #8ac942
}


/* Resposive table  */


/*
    Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
    */
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    /*
        table,
        thead,
        tbody,
        th,
        td,
        tr {
            display: block;
            -webkit-box-pack: right;
            -ms-flex-pack: right;
            justify-content: right;
            font-size: 18px;
            text-align: right;

        }
    */

    /* Hide table headers (but not display: none;, for accessibility) */
    /*
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        tr {
            margin: 0 0 1rem 0;
        }
    */
    /*
        td {
             Behave  like a "row"
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
             padding-left: 50%;
        }
    */

    /*
        td:before {
             Now like a table header
            position: absolute;
             Top/left values mimic padding
            top: 10px;
            left: 6px;
            width: 10%;
            padding-right: 10px;
            white-space: nowrap;
        }
    */

    /*
        Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
        */
    /*
        td:nth-of-type(1):before {
            content: "Platform";
        }

        td:nth-of-type(2):before {
            content: "Image";
        }

        td:nth-of-type(3):before {
            content: "Listing";
        }

        td:nth-of-type(4):before {
            content: "Price";
        }

        td:nth-of-type(5):before {
            content: "Availabilty";
        }

        td:nth-of-type(6):before {
            content: "Action";
        }


        td.middle {
            width: 100%;
        }
    */

    .shopping-tag,
    .rental-tag,
    .job-tag {
        width: 100px;
        margin-left: auto;
        margin-right: 10px;
    }
}

.form-img-style {
    height: 25px;
    width: 25px;
    margin-top: -10px;
}


.Business_Account_DropDown {
    display: inline-block;
    width: 90%;
}

.Business_Account_DropDown .select2-selection b {
    display: none;
}

.Business_Account_DropDown .select2-selection {
    border: none !important;
    font-size: 12px;
    color: #727677;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/services/New_Drop_Icon.svg);
    background-repeat: no-repeat;
    background-position: 100% 64%;
    padding: 0px 6px;
    border-radius: 8px;
    height: auto !important;
    position: relative;
    top: -4px;
}

.Business_Account_DropDown .select2-container {
    width: 100% !important;
}

.Business_Account_DropDown .select2-selection__rendered {
    font-size: .8rem;
    color: #727677 !important;
    font-weight: 400 !important;
    padding: 0px !important;
    line-height: 20px !important;
}

.select2-dropdown {
    background-color: var(--color-white) !important;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 8px;
    border: none;
    font-size: 12px;
    color: #727677;
    font-weight: 500;
}

.Business_Account_DropDown .select2-selection:focus,
.select2-search__field {
    border: none;
    outline: none;
}

.select2-results__options::-webkit-scrollbar {
    width: 3px;
    background-color: #e5e5e5;
    opacity: .4;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--btn-bg);

}

.zip-width {
    width: 65%;
}

.footer-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-social-icons>div>img {
    height: 30px;
    margin: 5px 5px 35px;
}

.order-prod-img img {
    width: 80px !important;
    height: auto !important;
}

.order-detail-box {
    border-radius: 10px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    margin-bottom: 25px;
    font-size: 12px;
}

.order-detail-box-margin {
    margin: 8px;
    margin-bottom: 15px;
}

.order-shipment-detail {
    border-radius: 10px 10px 0px 0px;
    /*    background-color: rgba(246, 246, 246, 255);*/
    background-color: #f4fbf7;
    height: 67px;
}

.job-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background-color: #f4fbf7 !important;
    height: 67px;
}

.job-detail-header small {
    font-size: 12px;
    color: #2f3842;
    line-height: 22px;
}

.Manage_Job_Detail .active-job-complete-info {
    box-shadow: none;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 20px 20px 20px;
}

.Manage_Job_Detail .active-job-company-img img {
    width: 147px;
    height: 120px;
    border-radius: 10px;
}

.Manage_Job_Detail .company-requirements {
    flex-basis: 100%;
    margin-left: 20px;
}

.Manage_Job_Detail .active-company-require .d-flex div {
    width: 50%;
    margin-bottom: 10px;
}

.Manage_Job_Detail .skill-requirements {
    float: left;
    margin-top: 12px;
}

.Manage_Job_Detail .dashboard-jobcard-icons {
    float: right;
    /*    margin-top: 8px;*/
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
}

/*
.Manage_Job_Detail .dashboard-jobcard-icons i {
    margin: 0px 10px;
}
*/
.B_Screeming_Question {
    margin-top: 10px;
    font-size: 12px;
}

.Manage_Job_Detail .icon-edit-job {
    position: absolute;
    right: 29px;
}

.B_Delete_Modal .modal-body h5 {
    margin-top: 15px;
    font-size: 14px;
    color: #555B63;
    margin-bottom: 0px;
}

.B_Delete_Modal .modal-body p {
    font-size: 12px;
    color: #727677;
    margin: 0px;
}

.B_Delete_Modal_Btn {
    background-color: #E2664D;
}

.Manage_Job_Detail .analytic-box {
    padding: 5px;
    width: 144px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    line-height: 1.78;
    height: 53px;
}

.interview-candidate-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background-color: #F4FBF7 !important;
    height: 40px;
}

.order-status-detail {
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
}

.order-prod-name {
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
}

.order-prod-status {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;

}

.line-short {
    line-height: 17px;
}

.save_job_box h4 {
    font-size: 14px;
}

a.Job_Active_Btn {
    background-color: rgba(28, 194, 117, 255);
    color: var(--color-white);
    -webkit-box-shadow: 0px 0px 4px #e5e5e5;
    box-shadow: 0px 0px 4px #e5e5e5;
    width: 100px;
    border: none;
    outline: none;
    border-radius: 3px;
    line-height: 20px;
    height: 22px;
    border-radius: 5px;
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}

a.Job_Featured_Btn {
    background-color: #e2664d;
    color: var(--color-white);
    -webkit-box-shadow: 0px 0px 4px #e5e5e5;
    box-shadow: 0px 0px 4px #e5e5e5;
    width: 100px;
    border: none;
    outline: none;
    border-radius: 3px;
    line-height: 20px;
    height: 22px;
    border-radius: 5px;
    font-size: 11px;
    display: block;
}

a.Job_Active_Btn:hover {
    color: #fff;
}

a.Job_Featured_Btn:hover {
    color: #fff;
}

.Save_Job_Tag {
    width: 49% !important;
    margin-top: 10px;
}

.Save_Job_Detail {
    position: relative;
}

.Action_Btn {
    position: absolute;
    right: 25px;
    bottom: 14px;
}

.ord-product-name .manage-orders-basic {
    color: var(--text-color-2) !important;
    font-weight: 500 !important;
}

.manage-orders-basic:hover a {
    color: var(--btn-bg) !important;
}

.manage-orders-basic {
    letter-spacing: .7px;

}

.status-for-complete {
    color: #00f331 !important;
}

.order-again-btn button,
.write-review-btn button,
.open-return-btn button {
    width: 100px;
    background: none;
    border: none;
    outline: none;
    border-radius: 3px;
    /* padding: 2px 4px; */
    line-height: 20px;
    height: 22px;
    border-radius: 5px;
    font-size: 11px;
}

.order-again-btn button,
.write-review-btn button {
    background-color: rgba(28, 194, 117, 255);
    color: var(--color-white);
    -webkit-box-shadow: 0px 0px 4px #e5e5e5;
    box-shadow: 0px 0px 4px #e5e5e5;
}

.open-return-btn button {
    color: var(--btn-bg);
    background-color: var(--light-bg);
    margin: 12px 0px;
}

@media(max-width: 660px) {
    .manage-orders-and-return {
        width: 100%;
        /* text-align: center; */
        margin-left: 0px;
    }
}

.status-for-pending {
    color: #fdd835;
}

.order-page-active-tab {
    border-bottom: 2px solid var(--btn-bg);
}

.order-page-active-tab a {
    color: var(--btn-bg) !important;
}

.font-10 {
    font-size: 10px;
}

.review-sender-img img {
    height: 65px;
    width: 65px;
    border-radius: 10px;
}

.review-content {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    /* border: 1px solid; */
    line-height: 17px;
    font-size: 13px;
}

.review-content>small {
    font-size: 12px;
    color: #727677;
}

.review-reply-btn>button {
    background: none;
    border: none;
    outline: none;
    color: var(--color-white);
    background-color: var(--btn-bg);
    -webkit-box-shadow: 0px 1px 5px #e5e5e5;
    box-shadow: 0px 1px 5px #e5e5e5;
    /*    width: 70px;*/
    font-size: 12px;
    padding: 5px 19px;
    border-radius: 8px;
}

.review-box {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
}

/*
.review-sender-name small {
    line-height: 25px;
}
*/
.review-sender-name small:first-child {
    font-size: 12px !important;
    color: #555b63;
}

.review-sender-name small:nth-child(2) {
    font-size: 12px !important;
    color: #727677;
}

.user-review-img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.reply-btn-none {
    width: 120px;
}

.state-tag {
    /*    background-color: lightgray;*/
    color: (var(--btn-bg));
    padding: 4px 10px 4px 18px;
    position: relative;
    margin-right: -8px;
    background-color: #d5d5d5;
}

.state-tag::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 12px solid rgba(246, 246, 246, 255);

}

.response-text-box {
    background: rgba(252, 252, 252, 255);
    ;
    height: 120px;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    resize: none;
}

.manage-vehical-icon {
    margin-right: 10px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: var(--color-white) !important;
    border-radius: 50% !important;
    border: 5px solid var(--btn-bg) !important;
}

.modal-responsive {
    height: 130%;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/



@media(max-width:660px) {
    .modal-responsive {
        height: 150%;
    }
}

@media(min-width: 760px) and (max-width: 1024px) {
    .modal-responsive {
        height: 100%;
    }
}

@media(width: 600px),
(width:1440px),
(width: 1280px) {
    .modal-responsive {
        height: 100%;
    }
}







/* manage wanted Adds css  */


.f-6 {
    font-weight: 600 !important;
}

.f-5 {
    font-weight: 500 !important;
}

.f-4 {
    font-weight: 400;
}

.current-page-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.current-page-name span {
    font-weight: 500;
}

.outer-title-right {
    position: absolute;
    right: 0px;
    top: 10px;
}

.li-visited-page .current-page-name {
    margin-left: 0px;
}

.current-page-name>img {
    padding: 7px;
    background-color: var(--light-bg);
    height: 40px;
    width: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #e5e5e5;
}

.mf_bread_crums {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bread-crums-text {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    color: #1cc275;
    padding-right: 40px;
    display: inline-block
}

.bread-crums-text a {
    color: #1cc275;
}

.bread-crums-text a:hover {
    color: #1cc275;
}

.bread-crums-sign {
    position: relative;
    top: 1px;
    left: 3px;
}

.bread-crums-text-active {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    color: #727677;
    padding-right: 40px;
}

.current-page-name>span {
    margin-left: 20px;
}

.current-page-name small {
    color: #727677;
    font-size: 12px;
}

.manage-wanted-ads {
    width: 99%;
    margin-left: 5px;
}

.edit-ad-btn {
    background-color: var(--light-bg);
    color: var(--btn-bg);
    padding: 5px 25px;
}

.ads-label-tag {
    width: 33%;
}

a:hover {
    color: var(--btn-bg);
    text-decoration: none;
}

.add-wanted-ad-btn {
    background-color: var(--color-white);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 10px;
    width: 31%;
    margin-bottom: 20px !important;
}

a.Job_Post_Btn {
    width: 27%;
    display: block;
    ;
}

a.Job_Post_Btn .add-wanted-ad-btn {
    width: 100%;
}

.add-wanted-ad-btn span {
    font-size: 14px;
}

.add-wanted-ad-btn>img {
    height: 50PX;
    width: 50PX;
}


@media(max-width: 660px) {
    .add-wanted-ad-btn {
        background-color: var(--color-white);
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
        border-radius: 10px;
        padding: 10px;
        width: 98%;
        margin: 15px 0px 10px 0px;
    }

}

.live-ads-tag {
    background-color: var(--light-bg);
    color: var(--btn-bg);
}

.plate-form-categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr, 2);
    grid-template-columns: repeat(2, 1fr);
}

.plate-form-categories>div {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: 10px;
}

.plate-form-categories>div.category-tag {
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 0px 8px #eee;
    box-shadow: 0px 0px 8px #eee;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    font-weight: bold;
    color: #2f3842 !important;

}

.category-tag>img {
    height: 80px;
    width: 80px;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
    .choose-plateform-modal {
        width: 50% !important;
    }
}

.post-ads-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px;
    padding-bottom: 15px;
    color: #555b63;
}

.form-section {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-top: 15px;
}

.B_Post_Job_Form {
    max-width: 48%;
}

.image-section {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    /*    padding-top: 60px;*/
    padding-top: 40px;
}

.image-section h3 {
    font-size: 16px;
    color: #2F3842;
}

.image-section p {
    font-size: 12px;
    color: #727677;
}

@media(max-width:660px) {
    .image-section {
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        display: none;
    }

    .form-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }



    .form-section>form>div .custom_checkbox {
        margin: 0px 5px 0px 0px !important;
    }
}

.post-ad-img-box img {
    width: 100%;
    height: auto;
}

.wrapper .custom_checkbox {
    margin: 0px 20px 20px 0px;
}

.wrapper .dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom_checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom_checkbox label {
    position: relative;
    cursor: pointer;
    color: var(--text-color) !important;
    ;
}

.custom_checkbox label::before {
    content: '';
    background-color: var(--color-white);
    border: 2px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    transition: border-color 0.1s ease-in-out;
    -webkit-transition: border-color 0.1s ease-in-out;
    -moz-transition: border-color 0.1s ease-in-out;
    -ms-transition: border-color 0.1s ease-in-out;
    -o-transition: border-color 0.1s ease-in-out;
}

.custom_checkbox input:checked+label::before {
    content: '';
    background-color: var(--light-bg);
    border-color: #00b665;
}

.custom_checkbox input:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 8px;
    height: 14px;
    border: solid var(--btn-bg);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.post-ad-custom-margin {
    margin: 0px 15px 8px 0px !important;
}

.post-ad-custom-margin:last-child {
    margin-bottom: 0px !important;
}

.selected-add-image {
    margin: 0px 5px;
    text-align: center;
}

.selected-add-image img {
    width: 100%;
    height: 85px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 5px;
}

.selected-add-image>p>i {
    background-color: var(--color-white);
    padding: 2px;
    font-size: 20px;
    margin: 5px 0px;
    -webkit-box-shadow: 0px 0px 5px #eee;
    box-shadow: 0px 0px 5px #eee;
}

.add-post-image {
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 0px 8px #ddd;
    box-shadow: 0px 0px 8px #ddd;
    text-align: center;
    font-size: 11px;
    height: 85px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px;
    border-radius: 5px;
}

#drop-region {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 1px;
    min-height: 130px;
    max-height: 130px;
    overflow-y: auto;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    border: 2px dashed lightgray;
}

#drop-region:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

#image-preview .image-view img {
    width: 80px;
    height: 80px;
}

#image-preview .image-view {
    display: inline-block;
    position: relative;
    margin-right: 13px;
    margin-bottom: 13px;
}

.add-post-image img {
    height: 50px;
    width: 50px;
}

.post-ad-cancel-btn button,
.post-ads-save-draft-btn,
.post-ads-publish-btn {
    width: 120px;
    background-color: none;
    outline: none;
    border: none;
    background: none;
    padding: 10px 0px;
    border-radius: 20px;
    margin: 10px 0px;
    -webkit-box-shadow: 0px 1px 2px #e5e5e5;
    box-shadow: 0px 1px 2px #e5e5e5;
    font-weight: 500;
}

@media(max-width:660px) {

    .post-ad-cancel-btn button,
    .post-ads-save-draft-btn,
    .post-ads-publish-btn {
        width: 80px;
        background-color: none;
        outline: none;
        border: none;
        background: none;
        padding: 5px 0px;
        border-radius: 20px;
        margin: 5px 0px;
        -webkit-box-shadow: 0px 1px 2px #e5e5e5;
        box-shadow: 0px 1px 2px #e5e5e5;
        font-weight: 500;
    }
}

.post-ad-cancel-btn button,
.post-ads-save-draft-btn {
    background-color: var(--light-bg);
    color: var(--btn-bg);
}

.post-ads-publish-btn {
    background-color: var(--btn-bg);
    color: var(--color-white);
}

.dollar-sign {
    /* background-color: var(--light-bg) !important; */
    color: var(--btn-bg);
}

#post-add-text-area {
    height: 200px;
    resize: none;
}

.add-post-common {
    background-color: var(--color-white) !important;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 8px;
    border: none;
    font-size: 12px;
    height: 35px;
    color: #727677;
    font-weight: 500;
}

.Add_Post_Dropdown .select-selected {
    background-color: var(--color-white) !important;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 5px !important;
    border: none !important;
    font-size: 12px !important;
    height: 30px !important;
    width: 100% !important;
    line-height: 25px;
    color: #2f3842 !important;
}

.Add_Post_Dropdown .select-selected:after {
    border: 6px solid #727677 !important;
    border-color: #727677 transparent transparent transparent !important;
    top: 14px !important;
}

.Add_Post_Dropdown .select-selected.select-arrow-active:after {
    border-color: transparent transparent #727677 transparent !important;
    top: 7px !important;
}

.Job_Post_Skills .select2-selection {
    background-color: var(--color-white) !important;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 5px !important;
    border: none !important;
    font-size: 12px;
    height: 35px;
}

a.B_View_More:hover {
    color: #fff;
}

.Job_Post_Skills .select2-selection__choice {
    border: none !important;
    background-color: #1cc275 !important;
    color: #fff !important;
    border: none !important;
}

.Job_Post_Skills .select2-selection__choice__remove {
    border-right: 1px solid #fff !important;
    background-color: #1cc275 !important;
    color: #fff !important;
    padding: 4px !important;
}

.Job_Post_Skills .select2-selection__choice__remove:hover {
    border-right: 1px solid #fff !important;
    background-color: #1cc275 !important;
    color: #fff !important;
}

.Job_Post_Skills .select2-selection__choice__display {
    padding-left: 5px !important;
}

.Job_Post_Skills .select2-search__field:active,
.Job_Post_Skills .select2-search__field:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

ul.select2-results__options li {
    font-size: 12px;
}

.Ask_Inputs {
    display: flex;
    justify-content: space-between;
}

.Ask_Inputs input {
    width: 48%;
}

.modal-cross-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-weight: bold;

}



.err-box-shadow {
    -webkit-box-shadow: 0px 0px 4px red !important;
    box-shadow: 0px 0px 4px red !important;
}

.input-err-msg {
    font-size: 10px;
    color: red;
    visibility: hidden;
    /*display: none;*/
}

.err-msg {
    color: red;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    font-size: 12px;
}

@media(max-width: 660px) {
    .input-err-msg {
        font-size: 8px;
        color: red;
        visibility: hidden;
    }
}

.err-margin {
    margin-top: -5px;
}

.manage-favirotes-select-box {
    /* width: 100px; */
    position: relative;
}

.manage-favirotes-select-box select {
    -webkit-appearance: none;
    width: 100px;
    height: 100%;
    background-color: var(--light-bg);
    color: var(--btn-bg);
    padding: 0px 10px;
    border: 0;
    -webkit-box-shadow: 0px 0px 2px var(--btn-bg);
    box-shadow: 0px 0px 2px var(--btn-bg);
    /* height: 33px; */
}

.manage-favirots-search input:focus,
.manage-favirots-search input:active,
.manage-favirotes-select-box select:active,
.manage-favirotes-select-box select:focus,
.manage-favirotes-select-box select:visited {
    border: none !important;
    outline: none !important;
}

.manage-favirotes-select-box::after {
    position: absolute;
    content: "";
    right: 5px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid var(--btn-bg);
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
}

.icon-search {
    background-color: var(--light-bg);
    margin-left: -5px;
    /* height: 100%; */
    /* padding: 10px;*/

}

.manage-favirots-search {
    -webkit-box-shadow: 0px 0px 2px var(--btn-bg);
    box-shadow: 0px 0px 2px var(--btn-bg);
    /* height: 33px; */
}

.manage-favirots-search input {
    border: 0;
    padding: 2px 10px;
}

.manage-order-filter-types select {
    width: 130px !important;
}

.manage-order-select-box {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.manage-order-select-box select {
    width: 100%;
}

.manage-order-search {
    -ms-flex-preferred-size: 39.5%;
    flex-basis: 39.5%;
    border: 0px solid var(--btn-bg);
    border-radius: 4px;
}

.manage-order-search input {
    width: 88%;
}

.filter-in-favirotes {
    background: var(--light-bg);
    /* padding: 10px; */
}

.filter-in-favirotes img {
    height: 28px;
    width: auto;
    padding: 5px;
}

.manage-favirots-all-select {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    /* height: 33px; */
}

.manage-favirots-all-select select {
    width: 100%;
}

.manage-favourats-checkbox {
    margin-right: -5px !important;
}

.manage-favourats-checkbox label {
    margin-top: 5px !important;
}

.manage-favourats-check-box label::before {
    padding: 10px !important;
    margin: 0;

}

.add-new-vehical-modal {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 130% !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, .5) !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    z-index: 11 !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: var(--btn-bg);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.add-new-vehical-trash-btn {
    color: rgba(255, 0, 0, .5);
    font-size: 20px;
    background-color: rgb(240, 233, 233);
    padding: 3px;
    border-radius: 5px;
    margin: 0px 5px 0px -14px;
}

.card-icon img {
    height: 70px;
    width: 70px;
}



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px !important;
        margin: 1.75rem auto
    }

}

.modal {
    padding-right: 0 !important;
}

.modal-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: none;
}

.modal-body {
    padding: 1.5rem !important;
    padding-top: 0px !important;
}

.conform-code-modal {
    text-align: center;
    padding: 0px 70px !important;
}

.list-menus>ul>li>.list-item-icons {
    float: left;
    margin: 4px 20px 0px 5px;
}

@media(max-width:660px) {
    .list-menus>ul>li>.list-item-icons {
        float: left;
        margin: -5px 20px 0px 5px;
    }
}

.list-menus>ul>li>.list-item-icons>svg {
    height: 30px;
    width: 23px;
}

.search-order-icon {
    background-color: var(--light-bg);
    /*    padding: 6px 4px;*/
    margin-left: auto;
    margin-right: 0;
}

.pointer {
    cursor: pointer !important;
}



.outer-title-name h6 {
    font-weight: 500 !important;
    color: var(--text-color-2);
    font-size: 18px;
    text-shadow: var(--text-shadow);
}

.outer-title-right a {
    color: var(--btn-bg);
    background-color: var(--light-bg);
    padding: 10px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px #ddd;
    box-shadow: 0px 0px 3px #ddd;
    font-weight: 500;
}

.job-detail-logo img {
    height: 105px;
    width: 105px;
    border-radius: 10px;
}

.job-id,
.job-type,
.job-status,
.job-id-applied-date {
    width: auto;
    margin-top: 11px;
    font-weight: 400 !important;
    margin-right: 20px;
}

.job-detail-description {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.manage-job-box {
    background-color: var(--color-white);
    padding: 7px;
    -webkit-box-shadow: 0px 1px 5px #ddd;
    box-shadow: 0px 1px 5px #ddd;
    border-radius: 10px;
    margin: 20px 0px;
    border-left: 2px solid #1cc275;
}

.job-title strong {
    font-weight: 500;
    font-size: 16px;
    text-shadow: var(--text-shadow);
    color: #2F3842;
}

.job-fields>div>span {
    font-size: 12px;
    font-weight: 400 !important;
    color: #727677;
    margin-bottom: 20px;
    text-shadow: var(--text-shadow);
}

.job-fields>div>span:first-child {
    color: #727677;
    font-weight: 500;
}

.status-color-consider {
    color: #172cb2 !important;

}

.status-color-considred {
    color: var(--btn-bg) !important;

}

.status-color-reject {
    color: #e2664d !important;

}

.status-color-pending {
    color: #efe22b !important;
}


.job-info-status span {
    color: var(--btn-bg);
    font-weight: 500;
}

.job-action i {
    color: rgba(255, 0, 0, .4);
    font-size: 20px;

    background-color: var(--r-light-bg);
    padding: 5px;
    border-radius: 5px;
}




@media(max-width:600px) {
    .country-flags-list {
        display: none;
    }
}






.no-underline:hover {
    text-decoration: none;
}

.hover-color:hover {
    color: var(--btn-bg) !important;
}

.job-seeker-feild-title {
    font-size: 14px;
    color: #555B63;
    font-weight: 500;
}

.job-seeker-desc-title {
    font-size: 12px;
    /*    color: var(--bold-text-color);*/
    color: #727677;
    font-weight: 500;
}

.description-detail-text {
    font-size: 12px !important;
    color: var(--text-color) !important;
    font-weight: 400 !important;
}

@media(max-width: 660px) {
    .description-detail-text {
        font-size: 12px;
        color: var(--text-color);
        font-weight: 400;
    }

    .job-seeker-desc-title {
        font-size: 12px;
        color: var(--bold-text-color);
        font-weight: 500;
    }
}

.padding-10 {
    padding: 10px 15px !important;
}

/* .education-feilds{
    display: flex;
} */
.education-feilds>p {
    display: inline-block;
    width: 32%;
}

@media(max-width:660px) {
    .education-feilds>p {
        display: inline-block;
        width: 45%;
    }

    .education-feilds>p>span:first-child {
        display: block;
    }
}

.singal-language-detail-box {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0px;
}

.singal-language-detail-box:last-child {
    border-bottom: none;
}

.one-skill-box {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.one-skill-box>.skill-name {
    width: 25%;
}

@media(max-width: 660px) {
    .one-skill-box>.skill-name {
        width: 36%;
    }
}

.one-skill-box>.skill-level {
    width: 20%;
}

.one-skill-box>.skill-experience {
    width: 20%;
}

.one-skill-box:last-child {
    border: none;
}

.one-language-box>span:first-child {
    width: 42.5%;
}

.add-new-profile-feild {
    position: absolute;
    right: 10px;
    top: 10px;
}

.add-new-profile-feild img {
    height: 35px;
    width: 35px;
}

.education-per-feild-box {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.education-per-feild-box:last-child {
    border-bottom: none;

}

.crud-options-in-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -10px;
    visibility: hidden;
}

.education-per-feild-box:hover .crud-options-in-profile {

    visibility: visible;
}

@media(max-width: 660px) {
    .education-per-feild-box p>span:first-child {
        display: block;
    }
}

.one-skill-box {
    position: relative;
}

.one-skill-box>.crud-options-in-profile {
    top: 10px;
}

.one-skill-box:hover .crud-options-in-profile {

    visibility: visible;
}

.singal-language-detail-box:hover .crud-options-in-profile {
    visibility: visible;
}

.crud-options-in-profile>div {
    margin: 0px 5px;
}

.crud-options-in-profile>div>img {
    height: 35px;
    width: 35px;
}

.experience-detail-single-box {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
}

.experience-detail-single-box:last-child {
    border-bottom: none;
}

.edit-summary-btn {
    position: absolute;
    right: 10px !important;
    top: 10px;
}

.edit-summary-btn>div>img {
    height: 35px;
    width: 35px;
}

.singal-language-detail-box {
    position: relative;
}

.singal-language-detail-box>.crud-options-in-profile {
    top: 10px;
}

.professoinal-detail>span {
    /*display: block;*/
    word-break: break-all;
}

.job-experience-feilds {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media(max-width:660px) {
    .job-experience-feilds {
        width: 100% !important;
    }

    .job-experience-feilds>div {
        width: 100% !important;
        flex-basis: 50%;
        margin: 3px 0px;
        margin-bottom: 15px;
    }
}

.experience-detail-single-box {
    position: relative;
}

.experience-detail-single-box:hover .crud-options-in-profile {
    visibility: visible;
}

.order-shipment-detail span {
    color: var(--text-color-2) !important;
    font-weight: bolder !important;
}

.name-of-page {
    /*    margin-top: 8px;*/
    color: #2F3842;
    font-size: 16px;
    font-weight: 500;
}

.review-title {
    font-weight: 500;
    font-size: 12px;
    color: #555B63;
}

.regular-font {
    font-weight: 500 !important;
}

.single-wanted-ads-box {
    margin: 10px 0px;
}

.favirtes-items-table>.thead-border>tr>th {
    font-weight: 500 !important;
    font-size: 12px;
    height: 42px;
}





/* auto-prefixer-new style  */

.looking-to-hire-tag {
    font-size: 13px;
    color: var(--text-color-2);
    margin-right: 15px;
}

.subscription-properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subscription-properties>p {
    margin-bottom: 5px;
}

.subscription-properties>p:last-child {
    color: var(--text-color);
    font-weight: 400;
}

.subscription-detail {
    background-color: var(--light-bg);
    width: 30%;
    text-align: center;
    height: 100%;
    padding: 5px 0px;
    border-radius: 7px;
}

.subscription-detail a {
    color: var(--btn-bg);
    font-weight: 500;
    ;
}

.subscription-cancel {
    width: 30%;
    height: 100%;
    padding: 5px 0px;
    background-color: #fce8eb;
    text-align: center;
    border-radius: 7px;

}

.subscription-cancel a {
    color: #cf1515;
    text-align: center;

}

.dashboard-profile-info {
    background-color: var(--color-white);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    font-weight: normal;
    height: 256px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.company-detail>p {
    font-size: 13px;
    width: 65% !important;
}

.social-address-section>p {
    font-size: 13px;
}

.social-address-section>p:first-child {
    font-size: 16px;
    font-weight: 500;
}

.post-ads-form-title h3 {
    font-size: 14px;
    color: #2F3842;
    font-weight: 500;
}

.post-ads-form-title a {
    font-weight: 500;
}

a.no-hover:hover {
    color: initial;
}

.input-form-div {
    /* -webkit-appearance: none; */
    position: relative;

}

select.input-form-div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: red;
    border-bottom: 1px solid var(--text-color);
}



/* styles for mobile header  */



.profile-section-content {

    padding: 0.5% 4%;
}

@media(max-width: 660px) {
    .profile-section-content {

        padding: 0.5%;
    }
}

.top-bottom-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.top-bottom-section>.user-info-card {
    flex-basis: 25%;
}

.top-bottom-section>.mobile-info-cards-slider {
    flex-basis: 75%;

}

/*
.B_Dashboard_Content{
    margin-top: 10px;
}
*/

.page-bottom-section>.list-menus {
    flex-basis: 23.2%;
    background: var(--color-white);
    border-radius: 10px;
    margin: 12px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    height: max-content;
}

.page-bottom-section>.page-content {
    flex-basis: 74.4%;
    margin: 0px;
    margin-top: 14px;
}

.desktop-display-none ul li {
    position: relative;
}

.desktop-display-none ul li::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%);
    height: 10px;
    width: 10px;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    transform: rotate(-45deg);

}

.click-add-new-address {
    background-color: var(--color-white);
    color: var(--btn-bg);
    width: 30%;
    margin: 15px 15px 5px 5px;
    height: 71px;
    display: flex;
    align-items: center;
    border-radius: 9px;
    box-shadow: var(--box-shadow);
    padding: 0px 10px;
    font-size: 13px;
}

.width-30 {
    width: 30%;
}

@media(max-width: 660px) {
    .top-bottom-section>.user-info-card {
        flex-basis: 100%;
    }

    .top-bottom-section>.mobile-info-cards-slider {
        flex-basis: 100%;
    }

    .page-bottom-section>.list-menus {
        flex-basis: 100%;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .top-bottom-section>.user-info-card {
        flex-basis: 40%;
    }

    .top-bottom-section>.mobile-info-cards-slider {
        flex-basis: 60%;

    }

    .page-bottom-section>.list-menus {
        flex-basis: 37%;
        background: var(--color-white);
        border-radius: 10px;
        margin: 12px;
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
        height: max-content;
    }

    .page-bottom-section>.page-content {
        flex-basis: 59%;
        margin: 0px;
        word-break: break-all;
    }

    /*
        .info-cards {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: var(--color-white);
            -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
            padding: 20px 20px;
            border-radius: 10px;
            margin: 5px 10px;
            width: 45%;
            border-bottom: 4px solid var(--btn-bg);
        }
    */

    .address-card {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
        margin: 5px;
        /* padding: 3px 8px; */
    }

    .click-add-new-address {
        background-color: var(--color-white);
        color: var(--btn-bg);
        width: 95%;
        margin: 15px 15px 5px;
        height: 71px;
        display: flex;
        align-items: center;
        border-radius: 9px;
        box-shadow: var(--box-shadow);
        padding: 0px 10px;
        font-size: 12px;
    }

    .add-wanted-ad-btn {
        background-color: var(--color-white);
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
        border-radius: 10px;
        padding: 10px;
        width: 94%;
        margin: 15px 0px 10px 10px;
    }

}

.click-add-new-address>img {
    margin-right: 25px;
}

.radius-50 {
    border-radius: 50%;
}

@media(max-width: 768px) {
    .payment-checking-status {
        color: rgba(28, 194, 117, 1);
        font-size: 12px;
    }

    .payment-add-box {
        padding: 26px 0px !important;
        font-size: 12px;
    }
}

.sign-up-select {

    position: relative;
}

.sign-up-select>select {
    -webkit-appearance: none;
    display: block;
    text-align: center;

}

.sign-up-select::before {
    content: '';
    height: 7px;
    width: 7px;
    /* background-color: red; */
    border-bottom: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
    transform: rotate(45deg);
    position: absolute;
    right: 30%;
    top: 46%;
    /* transform: translateY(-50%); */
    z-index: 111;
}


.edit-info-input {
    border: none;
    box-shadow: 0px 0px 5px #e5e5e5;
    background: #fff !important;
    border-radius: 5px;
    height: 35px;
    font-size: 12px;
    color: var(--text-color-2);
}


.close {
    font-size: 25px !important;
}

.wanted-ads-inner {
    flex-basis: 100%;
    font-size: 15px;
}

.plate-form-categories>div.category-tag img {
    height: 65px;
    width: 65px;
}


.flag-select-box>input {
    width: 151px;
}

@media(max-width: 660px) {
    .flag-select-box>input {
        width: 83px;
    }
}

.flag-select-box .label-bottom {
    left: 80px !important;
}

#slick-1 {
    margin-top: -5px;
    border: none;
    margin-left: 10px;
}

#slick-2 {
    margin-top: -5px;
    border: none;
    margin-left: 10px;
}

.dd-select {
    background: none !important;
    border: none !important;
}

.dd-pointer-down {
    display: none;
}

.dd-option {
    padding: 2px !important;
}

.dd-selected {
    padding: 2px !important;
}

.dd-option-selected {
    background-color: var(--light-bg);
}

.dd-option-image,
.dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    max-width: 36px !important;
    height: 21px;
}

.dd-options {
    background-color: #fff !important;
}

.in-date-box {
    width: 30%;
}

.in-month-box {
    width: 30%;
}

.in-year-box {
    width: 40%;
}

@media(max-width: 660px) {
    .in-date-box {
        width: 28%;
    }

    .in-month-box {
        width: 30%;
    }

    .in-year-box {
        width: 41%;
    }
}

.comapny-profile-social-links>div {
    height: 40px;
    width: 40px;
    margin-right: 12px;
}

.comapny-profile-social-links>div>a>img {
    width: 100%;
}

.profile-video-pic-sectoin {
    display: flex;
    justify-content: start;
}

.video-pic-box {
    margin-right: 14px;
}

.return-item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}

.pic-and-detail {
    display: flex;
    align-items: center;
    line-height: 25px;
}

.pic-and-detail img {
    height: 77px;
    width: 77px;
    margin-right: 10px;
    border-radius: 10px;
}

.quantity {
    background-color: #fcfcfc;
    padding: 8px 10px;
    border-radius: 7px;
}

.quantity select {
    border: none;
    background: none;
}

.detail {
    margin-right: 30px;
    cursor: pointer;
}

.sent-offers-single {
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    font-size: 12px;
    color: var(--text-color-2);
    position: relative;
    padding: 13px;
    margin: 21px 0px;
}

.offer-detail-title {
    color: var(--text-color-2);
    width: 70px;
    font-weight: 500;
    display: inline-block;

}

.offer-detail-desc {
    color: var(--text-color);
}

.offer-name-before::before {
    content: 'Item: ';
    color: var(--text-color-2);
    font-size: 17px;
    margin-right: 10px;
}

.offer-id {
    position: absolute;
    right: 20px;
    top: 20px
}

.ofer-name-title {
    color: var(--text-color);
    font-size: 17px;
    text-decoration: underline;
}

.ofer-item-details-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offer-item-detail {
    display: flex;
    width: 30%
}

.offer-note-detail {
    width: 70%;
    margin-bottom: 0;
    color: var(--text-color);
}


.dark-green-btn {
    background: none;
    border: none;
    outline: none;
    background: var(--btn-bg);
    color: #fff;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);

}

.light-green-btn {
    background: none;
    border: none;
    outline: none;
    background: var(--light-bg);
    color: var(--btn-bg);
    border-radius: 7px;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); */

}

.new-offer-btn button {
    margin-bottom: 15px
}

.new-offer-btn button,
.retracck-offer-btn button {
    width: 106px;
    height: 28px;

}

.Candidates_Menu_Bar {
    position: absolute;
    right: 0px;
    top: -3px;
}

.Candidates_Menu_Bar .page-list-filters {
    margin-right: 20px;
}

.visited-filter-form {
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 48px;
    /* justify-content: space-between; */
}

.owl-carousel {
    display: none;
}

#post-ads-forms input::placeholder,
#post-ads-forms textarea::placeholder,
#post-ads-forms select,
#post-ads-forms select option {
    font: 400;
    font-size: 12px;
    color: var(--text-color);
}

.cancel-subscription-top-text {
    background-color: var(--light-bg);
    color: var(--btn-bg);
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0px 0px;
    height: 47px;
    line-height: 47px;
}

.sub-prod-details {
    background-color: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 10px;
}

.sub-product-img>img {
    height: 85px;
    width: 85px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #e5e5e5;
}

.profile-image-selector {
    position: absolute;
    height: 35px;
    width: 35px;
    opacity: 0;
}

.forgot-pasword-btns {
    background-color: var(--btn-bg);
    padding: 8px 60px;
    border-radius: 30px;
    border: none;
    outline: none;
    color: var(--color-white) !important;
    font-size: 13px;
    box-shadow: var(--box-shadow);
}

.feildset-title {
    font-size: 14px;
    color: #555B63;
}

.job-list-active-tag {
    position: relative;
    right: -25px;
    background: var(--btn-bg);
    width: 80px;
    margin: 5px 0px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px 0px 0px 3px;
}

.job-list-active-tag:last-child {
    background-color: #E2664D;
}

.job-list-active-tag a {
    color: #fff;
}

.schdule-interview-box {
    justify-content: flex-start !important;
}

.schdule-interview-box>div {
    width: 21% !important;
    margin-right: 20px;
}

.license-single-card {
    background-color: #fff;
    padding: 10px;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    text-align: center;
    flex-basis: 31.5%;
    font-size: 12px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #727677;
}

.license-card-title {
    font-size: 14px;
    font-weight: 500;
    color: #555B63;
}

.profile-box-inner-layer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2% 5%;
}

@media(max-width: 660px) {

    .profile-box-inner-layer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px;
    }
}

.profileLeftSide {
    width: 25%;
}

.profileRightSide {
    width: 75%;
}

.avat-exper-sec-title {
    font-size: 14px;
    font-weight: 500;
    color: #555B63;
}

.avat-exper-sec-title svg {
    height: 15px;
    width: 15px;
    margin: 3px;
}

.avat-exper-sec-details {
    font-size: 12px;
    color: var(--text-color);
}

.avator-experties {
    line-height: 22px;
    padding: 5px 0px;
    border-bottom: 1px solid #c5c5c5;
}

.avator-experties:last-child {
    border-bottom: none;
}

.avator-crud-icon>img {
    height: 25px !important;
    width: 25px !important;
}

.profile-sticky-position {
    position: sticky;
    top: 10px;
}

/* freelancer styles here  */

.freelancer-summary,
.freelancer-skills,
.gigs-details-section,
.user-ratings-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    padding: 15px;
    font-size: 12px;
    color: var(--text-color);
    position: relative;

}

.freelancer-skills {
    max-width: 235px;
}

.gigs-details-section {
    margin: 20px 0px;
}

.summary-and-skill-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.freelancer-summary {
    flex-basis: 72%;
}

.freelancer-skills {
    flex-basis: 26%;
}

.gig-image img {
    width: 100%;
    height: 190px;

}

.gigs-layout-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.freelancer-gig-title {
    font-size: 12px;
    font-weight: 500;
    color: #727677;
    width: 80%;
}

.gig-price {
    font-size: 12px;
    font-weight: 400;
    color: #727677;
}

.single-gig-box {
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 10px;
    flex-basis: 31.5%;
    margin: 10px 0px;
}

.gig-description {
    line-height: 35px;
}

.tag-list-box {
    height: 150px;
    max-height: 143px;
    overflow-y: auto;
    overflow-x: auto;
}

.tag-list-box::-webkit-scrollbar {
    width: 3px;
    background-color: #e5e5e5;
    opacity: .4;
}

.tag-list-box::-webkit-scrollbar-thumb {
    background-color: var(--btn-bg);

}

.must-have-input>.interview-address-box {
    position: relative;
}

.must-have-input>.interview-address-box>i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    font-size: 15px;
    color: #E2664D;
}

.good-have-input>.interview-address-box {
    position: relative;
}

.good-have-input>.interview-address-box>i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    font-size: 15px;
    color: #E2664D;
}

.interview-address-box {
    position: relative;
}

.interview-address-box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    font-size: 15px;
    color: #E2664D;
}

/*.custom-radio{*/
/*    margin-right: 10px;*/
/*}*/

.gig-overview-section {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gig-overview-section>.gigs-images-slider-box,
.gig-overview-section>.description-about-gig {
    flex-basis: 48%;
}

.gig-description-details {
    max-height: 290px;
    overflow-y: auto;
    padding: 10px;
}

.gig-describs-box {
    width: 27%;
}

.gig-describs-box strong {
    line-height: 40px;
}

.gig-describs-box textarea {
    width: 100%;
    height: 80px;
    resize: none;
}

.gig-describs-box textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.gig-price-tag {
    font-size: 19px;
    font-weight: 500;
    line-height: 40px;
    color: var(--text-color-2);
}


.gig-pricing-box-outer {
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
}




.gig-pricing-box {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.gig-reviews-details-section {
    margin-top: 10px;
    border-top: 2px solid #80808060;
}

.gig-user-review-img img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.gig-pricing-box {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.gig-pricing-box-outer {
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
}

.order-prices-table>tr td {
    border-left: 3px solid rgba(0, 0, 0, 0.05);
    border-top: 3px solid rgba(0, 0, 0, 0.05);
    font-size: 12px;
    padding: 10px;
    line-height: 20px;
    color: var(--text-color);
}

.order-prices-table>tr td:first-child {
    border: none;
    color: var(--text-color-2);
    font-weight: 500;
}

.order-prices-table>tr:first-child td {
    border-top: none;

}

.public-reviews {
    width: 25%;
    line-height: 30px;
}

.gigs-reviews-ratings-stars {
    display: flex;
    align-items: center;
}

.gigs-reviews-ratings-stars img {
    height: 20px;
    width: 20px;
}

.reviews-main-title {
    position: relative;
}

.reviews-main-title::after {
    position: absolute;
    content: '';
    height: 50px;
    width: 2px;
    background-color: #80808060;
    right: 25px;
    top: 5px;
}

.service-as-describe,
.on-time-delivery {
    position: relative;
}

.on-time-delivery::after,
.service-as-describe::after {
    position: absolute;
    content: '';
    height: 40px;
    width: 2px;
    background-color: #80808038;
    right: 45px;
    top: 5px;
}

.rating-inner-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gig-review-country {
    height: auto;
    width: 30px;
}

.without_border>thead>tr th,
.without_border>tbody>tr td {
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    font-size: 12px;
    padding: 10px;
    line-height: 20px;
    color: var(--text-color);

}

.without_border>tbody>tr:last-child>td {
    border-top: 3px solid rgba(0, 0, 0, 0.05) !important;

}

.without_border select {
    border: none;
    outline: none;
    background-color: #fff;
    box-shadow: var(--box-shadow);
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 5px;
    margin: 0px 5px;
}

.without_border>tbody>tr>td:first-child {
    font-weight: 500;
    color: var(--text-color-2);
}


a.B_Job_Cat_View_Skill {
    font-size: 12px;
    color: #1cc275;
    text-decoration: underline;
}

.B_Post_Time {
    display: none;
}

.B_Job_Benefit_Tab ul li {
    width: 48% !important;
    border-right: 1px solid #cacaca !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.B_Job_Benefit_Tab ul li:nth-child(2n) {
    border-right: none !important;
    position: relative;
    left: 10px;
}

/*Responsive Page Css Start Bilal*/
@media (min-width: 992px) and (max-width: 1200px) {
    .dashboard-profile-info {
        height: auto;
    }

    a.Job_Post_Btn {
        width: 33%;
    }

    .serach-product-searchbar input {
        width: auto !important;
    }

    .mobile-display-none {
        display: block !important;
    }

    .desktop-display-none {
        display: none !important;
    }

    .mega-navbar-outer .navbar-toggler {
        display: block;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .main-navbar .collapse:not(.show) {
        display: block !important;
    }

    .navbar-location-tag,
    .navbar-right-section {
        display: none;
    }

    .image-section {
        flex-basis: 47%;
    }

    .B_Active_Job_Responsive .active-job-icons,
    .B_Active_Job_Responsive .active-job-location-and-salary {
        display: none !important;
    }

    .B_Active_Job_Responsive .apply-btn-box {
        position: absolute;
        right: 10px;
        justify-content: space-between;
        height: 0px;
    }

    .B_Post_Time {
        font-size: 12px;
        color: #727677;
        display: block;
        position: absolute;
        left: -120px;
    }

    .apply-job-btn {
        position: relative !important;
        bottom: 0px !important;
    }

    .post-time span {
        display: none;
    }

    .Job_Search_Main_Bar .job-search-bar {
        flex-basis: 88% !important;
    }

    .search-heading {
        width: 13%;
    }

    .applicatns-complete-info {
        padding: 25px 30px 15px !important;
    }

    .job-batches {
        display: none !important;
    }

    .company-requirements {
        flex-basis: 59% !important;
    }
}

@media(max-width: 991px) {
    .mobile-display-none {
        display: none !important;
    }

    .desktop-display-none {
        display: block !important;
    }

    .page-bottom-section .page-content {
        display: none;
    }

    .mobile-info-cards-slider {
        width: 100%;
        overflow: scroll;
    }

    .mobile-info-cards-slider::-webkit-scrollbar {
        display: none !important;
    }

    .profile-cards {
        width: max-content;
    }

    .info-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* justify-content: space-between; */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: var(--color-white);
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
        padding: 8px 10px;
        border-radius: 8px;
        margin: 10px 10px 0px 0px;
        width: 139px;
        border-bottom: 4px solid var(--btn-bg);
    }

    .card-icon img {
        height: 35px !important;
        width: 35px !important;
    }

    .card-detail {
        width: 69%;
    }

    .card-detail>p.counted-number {
        font-weight: normal;
        font-size: 18px;
        text-align: right;
    }

    .ino-card-description {
        text-align: right;
        font-size: 8px !important;
        font-weight: bold;
    }

    .image-section {
        flex-basis: 100%;
    }

    .form-section {
        flex-basis: 100%;
    }

    .good-have-input>.interview-address-box>i {
        right: 10px;
    }

    .must-have-input>.interview-address-box>i {
        right: 10px;
    }
}

.tabs-custom-width {
    width: 175px;
    text-align: center;
}

/*Responsive Page Css End Bilal*/