.page-title {
    color: #212D37;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.tab-name {
    color: #015AA8;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.text-container p {
    font-size: 14px;
    color: #585858;
}

h4 {
    font-size: 14px;
    color: #585858;
}

.upload-button {
    cursor: pointer;
}

.upload-button input[type=file] {
    display: none;
}

/* table css start */

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

/* table css end */


.data-content-box p a {
    font-size: 18px;
    color: #585858;
    text-decoration: underline;
    margin: 0 0 0 0;
    font-weight: 600;
    display: block;
}

.data-content-box p a:hover {
    color: #015AA8;
}

@media (max-width: 899px) and (min-width: 320px) {
    .data-content-box p a {
        font-size: 16px;
    }

    .data-content-box .dropdown-item:focus,
    .data-content-box .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {
    .data-content-box ol {
        margin-top: 1rem;
        padding-left: 1rem;
    }

    .data-content-box .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .data-content-box .m-hide {
        display: none;
    }

    .data-content-box .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .data-content-box .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .data-content-box .modal-footer {
        padding: 1rem 0;
    }

    .data-content-box .color-select-box .color-option-box,
    .data-content-box .img-drop-down-container .service-box,
    .data-content-box .img-drop-down-container .side-box {
        display: block;
    }

    .data-content-box .btn {
        margin-bottom: 0.5rem;
    }

    .data-content-box .step-container.left-line::before {
        display: none;
    }
}



/* model css start */


.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    font-size: 20px;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    border: 0;
    color: #000;
    opacity: .5;
}

#login_captha_refresh.rotate,
#captha_refresh.rotate {
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-header .close:hover {
    opacity: .8;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    text-align: left;
    color: #202020;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

/* model css end */



.design-upload-box {
    margin-bottom: 0.7rem !important;
}

.design-upload-box #upload_deasign {
    display: none;
}

.design-upload-box .button-container {
    padding: 0;
}

.design-upload-box .button-container .custom-btn-outline {
    display: block;
    text-transform: none;
    padding: 12px 10px 12px 10px;
    margin: 0;
}

.file-type-box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.file-type-box .file-type-size {
    margin-right: 10px;
}

.file-type-box .file-type-size p {
    margin: 0 0 3px 0;
    color: #585858;
    text-align: right;
}

.file-type-box img {
    width: 22px;
}


/* product category css start */

.layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icns-container {
    width: 12%;
}

.icns {
    display: flex;
}

.icns div {
    margin-left: 20%;
}

.icns .active i {
    background: #015aa8;
    color: #fff;
    transition: .5s ease;
}

.icns div i {
    font-size: 28px;
    color: #015aa8;
    border: 2px solid #015aa8;
    padding: 10% 20%;
    border-radius: 10%;
    transition: .5s ease;
}

.row1 {
    display: block;
}

.grid-view {
    display: block;
}

.row1a .list-view {
    display: none;
}

.list-view {
    position: relative;
}

.thumbnail-content {
    /* display: flex;
    width: 78%;
    margin-top: 10px;
    flex-wrap: nowrap; */
    overflow-x: auto;
}

.product-list-container .product-list-item .product-specs-list {
    height: 250px !important;
}

.thumbnail-content div {
    margin: 5% 0 12% 0;
    width: 60%;
    /* flex: 0 0 auto; */
}

.list-view .product-list-item .product-category-box {
    border-bottom: 2px solid #d6eaf7;
    width: 95%;
    height: auto;
}

.grid-view .template-caption {
    margin-bottom: 2rem;
    -webkit-box-align: center;
    align-items: center;
    -o-box-shadow: 0px 13px 7px -13px #747474;
    box-shadow: 0px 13px 7px -13px #747474;
    padding: 0.75rem 1rem;
    border-bottom: none !important;
    background: #f5f5f5;
    border-top: 1px solid #e8e3e3;
}

.big-img {
    float: left;
    width: 75%;
}

.thumbnail-container {
    float: right;
    width: 25%;
}

.hidden_radio {
    display: none;
}

label {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 16px;
    color: #585858;
    font-weight: 500;
}

.product-list-container .product-list-item {
    display: flex;
}

.selectbtn-container {
    text-align: right;
    margin: 1.5% 0 3% 0;
}

/* product category css end */



/*----price range slider css------*/

.price-range-slider {
    padding: 2rem 0 1rem;
    margin-bottom: 2rem;
    /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
    /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
    /* Slider size and handle placement;
   */
    /* Styling;
   */
    /* Handles and cursors;
   */
    /* Disabled state;
   */
}

.price-range-slider .slider-labels {
    margin-top: 0.85rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 0.7rem;
}

.price-range-slider .slider-labels span {
    font-size: 0.75rem;
    font-weight: 600;
}

.price-range-slider .noUi-target,
.price-range-slider .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.price-range-slider .noUi-target {
    position: relative;
    direction: ltr;
}

.price-range-slider .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.price-range-slider .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.price-range-slider .noUi-handle {
    position: relative;
    z-index: 1;
}

.price-range-slider .noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
}

.price-range-slider .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.price-range-slider .noUi-state-drag * {
    cursor: inherit !important;
}

.price-range-slider .noUi-base,
.price-range-slider .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.price-range-slider .noUi-horizontal {
    height: 4px;
}

.price-range-slider .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #f37920;
}

.price-range-slider .noUi-background {
    background: #ddd;
}

.price-range-slider .noUi-connect {
    background: #015AA8;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.price-range-slider .noUi-origin {
    border-radius: 2px;
}

.price-range-slider .noUi-target {
    border-radius: 2px;
}

.price-range-slider .noUi-draggable {
    cursor: w-resize;
}

.price-range-slider .noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.price-range-slider .noUi-handle {
    cursor: default;
    box-sizing: content-box !important;
}

.price-range-slider .noUi-handle:active {
    border: 8px solid rgba(255, 207, 0, 0.4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

.price-range-slider [disabled].noUi-connect,
.price-range-slider [disabled] .noUi-connect {
    background: #B8B8B8;
}

.price-range-slider [disabled].noUi-origin,
.price-range-slider [disabled] .noUi-handle {
    cursor: not-allowed;
}


/*----/price range slider css------*/


/*----/loader css start------*/


.loader-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.72);
    z-index: 99;
    padding: 250px;
}

.loader,
.loader:before,
.loader:after {
    background: #989898;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #989898;
    text-indent: -9999em;
    margin: 88px auto;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: fixed;
    top: 40%;
    left: 50%;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/*----/loader css end------*/

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label:before {
    border: #979797 solid 1px;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/*----/review css start------*/

.reviewSection .total-review {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 160px;
}

.reviewSection .title {
    font-size: 24px;
    font-weight: 600;
}

.reviewSection .total-review .reviewStar {
    display: flex;
    align-items: center;
}

.reviewSection .total-review .reviewStar .number {
    font-size: 60px;
    font-weight: 600;
    margin-right: 10px;
}

.reviewSection .total-review .reviewStar .Stars {
    font-size: 30px;
}

.reviewSection .total-review hr {
    margin-top: 0;
    background: #ccc;
}

.reviewSection .progress {
    height: 4px;
    width: 100%;
    margin: 0 10px;
}

.reviewSection .r-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviewSection .r-progress span {
    font-size: 14px;
    text-wrap: nowrap;
}

.reviewSection .r-progress span.right {
    min-width: 100px;
}

.reviewSection .card {
    border: 1px solid #e4e4e4;
    box-shadow: none;
    border-radius: 5px;
}

.reviewSection .card-header {
    display: block;
}

.reviewSection .card-header h1 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.reviewSection .card-header h1 span {
    font-size: 14px;
    color: #455963;
    font-weight: 400;
}

.reviewSection .review-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.reviewSection .review-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.reviewSection .review-box .top {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.reviewSection .review-box .date {
    font-size: 14px;
    color: #737373;
}

.reviewSection .review_user-name {
    font-size: 16px;
    font-weight: 500;
}

.reviewSection .review_heading {
    font-size: 14px;
    font-weight: 500;
    margin-top: 14px;
}

.reviewSection .review_description {
    font-size: 14px;
    font-weight: 300;
}

.reviewSection a.readmore {
    color: #000;
    border: 1px solid #cecece;
    padding: 8px 20px;
    border-radius: 100px;
    background: #fafafa;
    display: inline-block;
}

.reviewSection a.readmore:hover {
    color: var(--primary-color);
}

.reviewSection .review-panel {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.reviewSection .label {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.reviewSection .review-panel .reviewStar {
    margin-bottom: 15px;
}

.reviewSection .review-panel .reviewStar .Stars {
    font-size: 24px;
}

.reviewSection .review-panel .btn-primary {
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 4px;
}


/*----/review css end------*/

.password-box {
    position: relative;
}

.password-box span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 9;
}


/*----/blog css start------*/


.custom-list,
.blog-side-bar .category-list.tags-list,
.list-inline {
    padding: 0 !important;
}

.custom-list li,
.blog-side-bar .category-list.tags-list li,
.list-inline li {
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
    text-align: justify;
    margin-bottom: 0.5rem;
}

.custom-list li:before,
.blog-side-bar .category-list.tags-list li:before,
.list-inline li:before {
    font-family: FontAwesome;
    content: "\F00C";
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 0.35rem;
    border-radius: 50%;
    color: #d66818;
}

.blog-banner {
    height: 350px;
}

.blog-banner .page-title-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.blog-banner .page-title-container h1 {
    font-size: 3.5rem;
    color: #fff;
    padding: 0 0.75rem;
}

@media (max-width: 899px) and (min-width: 320px) {
    .blog-banner {
        height: 300px;
    }

    .blog-banner .page-title-container h1 {
        font-size: 2.75rem;
    }

    .blog-banner .dropdown-item:focus,
    .blog-banner .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {
    .blog-banner .page-title-container h1 {
        font-size: 2.35rem;
    }

    .blog-banner .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .blog-banner .m-hide {
        display: none;
    }

    .blog-banner .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .blog-banner .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .blog-banner .modal-footer {
        padding: 1rem 0;
    }

    .blog-banner .color-select-box .color-option-box,
    .blog-banner .img-drop-down-container .service-box,
    .blog-banner .img-drop-down-container .side-box {
        display: block;
    }

    .blog-banner .btn {
        margin-bottom: 0.5rem;
    }

    .blog-banner .step-container.left-line::before {
        display: none;
    }
}

.blog-container {
    font-family: "AvenirLTStd-Roman", "Roboto", "Conv_TheSans_Plain", sans-serif;
}

.blog-container .blog-img img {
    width: 100%;
}

.blog-container .blog-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.blog-wrapper {
    padding: 1rem 0;
}

.blog-wrapper .table td,
.blog-wrapper .table th {
    border: none !important;
}

.blog-wrapper table.table-hover tbody tr:hover {
    background: transparent !important;
}

@media (max-width: 899px) and (min-width: 320px) {
    .blog-wrapper {
        padding: 0.5rem 1.5rem;
    }

    .blog-wrapper .dropdown-item:focus,
    .blog-wrapper .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {
    .blog-wrapper {
        padding: 0.5rem 1.5rem;
    }

    .blog-wrapper .blog-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .blog-wrapper .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .blog-wrapper .m-hide {
        display: none;
    }

    .blog-wrapper .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .blog-wrapper .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .blog-wrapper .modal-footer {
        padding: 1rem 0;
    }

    .blog-wrapper .color-select-box .color-option-box,
    .blog-wrapper .img-drop-down-container .service-box,
    .blog-wrapper .img-drop-down-container .side-box {
        display: block;
    }

    .blog-wrapper .btn {
        margin-bottom: 0.5rem;
    }

    .blog-wrapper .step-container.left-line::before {
        display: none;
    }
}

.blog-title .blog-head {
    font-family: "Raleway", "Conv_TheSans_Plain", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 899px) and (min-width: 320px) {
    .blog-title .blog-head {
        font-size: 25px;
    }

    .blog-title .blog-head .dropdown-item:focus,
    .blog-title .blog-head .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {
    .blog-title .blog-head {
        font-size: 22px;
    }

    .blog-title .blog-head .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .blog-title .blog-head .m-hide {
        display: none;
    }

    .blog-title .blog-head .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .blog-title .blog-head .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .blog-title .blog-head .modal-footer {
        padding: 1rem 0;
    }

    .blog-title .blog-head .color-select-box .color-option-box,
    .blog-title .blog-head .img-drop-down-container .service-box,
    .blog-title .blog-head .img-drop-down-container .side-box {
        display: block;
    }

    .blog-title .blog-head .btn {
        margin-bottom: 0.5rem;
    }

    .blog-title .blog-head .step-container.left-line::before {
        display: none;
    }
}

.blog-description {
    padding-top: 10px;
}

.blog-description p {
    font-size: 18px !important;
    font-family: "AvenirLTStd-Roman", sans-serif;
    margin-bottom: 0.5rem;
}

.blog-description p span {
    font-size: 18px !important;
    font-family: "AvenirLTStd-Roman", sans-serif;
}

.list-inline {
    list-style: none;
    margin-bottom: 0;
}

.list-inline li {
    display: inline-block;
    padding-left: 0;
    margin: 0 0.75rem 0 0;
    font-size: 0.78rem;
}

.list-inline li .fa {
    color: #e06002;
}

.list-inline li:before {
    display: none;
}

.blog-details {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 0 0.5rem;
    margin: 0 0.3rem;
    border-bottom: 1px solid #e2e2e2;
}

.shadow-box {
    border: 1px solid #e2e2e2;
    padding: 0.3rem;
    margin-bottom: 1.75rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.shadow-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f1f1f1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.shadow-box:active:before,
.shadow-box:focus:before,
.shadow-box:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.read-more-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.blog-read-more {
    border-radius: 2rem !important;
    font-size: 0.8rem !important;
    padding: 0.5rem 1rem !important;
}

.blog-share-list li {
    margin-left: 1rem;
    margin-right: 0;
}

.blog-share-list li .fa {
    font-size: 1.2rem;
}

.blog-share-list li .fa-facebook {
    color: #3b5998;
}

.blog-share-list li .fa-twitter {
    color: #03baeb;
}

.blog-share-list li .fa-linkedin {
    color: #227ab5;
}

.blog-share-list li .fa-pinterest {
    color: #bc2a8d;
}

@media (max-width: 425px) {
    .blog-share-list li {
        margin-left: 5px;
    }

    .blog-share-list .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .blog-share-list .m-hide {
        display: none;
    }

    .blog-share-list .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .blog-share-list .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .blog-share-list .modal-footer {
        padding: 1rem 0;
    }

    .blog-share-list .color-select-box .color-option-box,
    .blog-share-list .img-drop-down-container .service-box,
    .blog-share-list .img-drop-down-container .side-box {
        display: block;
    }

    .blog-share-list .btn {
        margin-bottom: 0.5rem;
    }

    .blog-share-list .step-container.left-line::before {
        display: none;
    }
}

.blog-side-bar {
    height: 100%;
    padding: 0 2rem;
    border-left: 1px solid #dee2e6;
}

.blog-side-bar .widget-title {
    color: #585858;
    font-size: 1.1rem;
    padding: 0.75rem 0.75rem;
    background: #f1f1f1;
    position: relative;
    border: 1px solid #e8e7e7;
    letter-spacing: 4px;
    font-family: "Avenir-Roman", "Roboto", "Conv_TheSans_Plain", sans-serif;
}

.blog-side-bar .widget-title:before {
    content: "";
    position: absolute;
    background: #dee2e6;
    height: 1px;
    width: 100%;
    left: -33px;
    top: 20px;
    z-index: -1;
}

.blog-side-bar .category-list-box {
    padding: 0;
    margin-bottom: 2rem;
}

.blog-side-bar .category-list-box .category-list {
    list-style: none;
    padding-left: 1rem;
}

.blog-side-bar .category-list-box .category-list li {
    position: relative;
}

.blog-side-bar .category-list-box .category-list li a {
    font-size: 1rem;
    padding: 0.3rem 1rem;
    display: block;
    color: #585858;
}

.blog-side-bar .category-list-box .category-list li a:hover {
    color: #015AA8;
}

.blog-side-bar .category-list-box .category-list li:before {
    content: " ";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0px;
    top: 0.75rem;
    border-radius: 50%;
    background-color: #d66818;
}

.blog-side-bar .blog-search-form {
    position: relative;
}

.blog-side-bar .blog-search-form .form-control {
    border: 1px solid #dee2e6;
    padding-right: 2rem;
}

.blog-side-bar .blog-search-form .blog-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #f37920;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 0.75rem;
}

.blog-side-bar .recent-list {
    padding-left: 0;
}

.blog-side-bar .recent-list li:before {
    display: none !important;
}

.blog-side-bar .recent-list a {
    font-size: 0.94rem;
    color: #585858;
}

.blog-side-bar .recent-list p {
    font-size: 0.75rem;
    margin-top: 0.3rem;
}

.blog-side-bar .recent-list p span {
    margin-right: 0.35rem;
}

.blog-side-bar .recent-list img {
    width: 100%;
}

.blog-side-bar .recent-list-box {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 0 0.5rem;
    margin: 0;
}

.blog-side-bar .category-list.tags-list li {
    display: inline-block;
    padding-left: 0;
}

.blog-side-bar .category-list.tags-list li:before {
    display: none;
}

.blog-side-bar .category-list.tags-list li a {
    font-size: 0.75rem;
    padding: 0.3rem 1rem;
    display: block;
    color: #585858;
    background: #f1f1f1;
    margin: 0 0 0.5rem;
    border: 1px solid #d6d3d3;
}

.blog-side-bar .category-list.tags-list li a:hover {
    background: #f37920;
    color: #fff;
    border: 1px solid #f37920;
}

@media (max-width: 899px) and (min-width: 320px) {
    .blog-side-bar {
        padding: 0 0;
        border-left: none;
    }

    .blog-side-bar .widget-title {
        text-align: center;
        padding: 0.5rem 0.5rem;
        font-size: 1rem;
    }

    .blog-side-bar .widget-title:before {
        display: none;
    }

    .blog-side-bar .category-list-box .category-list li a {
        font-size: 0.85rem;
    }

    .blog-side-bar .category-list.tags-list li a {
        padding: 0.23rem 0.5rem;
        font-size: 0.75rem;
    }

    .blog-side-bar .dropdown-item:focus,
    .blog-side-bar .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

.single-blog-box .single-blog-img.blog-img {
    height: 400px !important;
}

.single-blog-box .single-blog-img.blog-img img {
    width: 100%;
}

.single-blog-box h4 {
    font-size: 1rem;
    line-height: 1.7;
    text-transform: initial;
}

.single-blog-box h3 {
    font-size: 1.3rem;
    text-transform: initial;
}

.single-blog-box .blog-description p {
    margin-bottom: 8px;
}

.single-blog-box .form-container {
    margin-top: 1.5rem;
}

@media (max-width: 425px) {
    .single-blog-box .single-blog-img.blog-img {
        height: 275px !important;
    }

    .single-blog-box .form.application-form {
        margin-bottom: 1.5rem;
    }

    .single-blog-box .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .single-blog-box .m-hide {
        display: none;
    }

    .single-blog-box .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .single-blog-box .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .single-blog-box .modal-footer {
        padding: 1rem 0;
    }

    .single-blog-box .color-select-box .color-option-box,
    .single-blog-box .img-drop-down-container .service-box,
    .single-blog-box .img-drop-down-container .side-box {
        display: block;
    }

    .single-blog-box .btn {
        margin-bottom: 0.5rem;
    }

    .single-blog-box .step-container.left-line::before {
        display: none;
    }
}


.inner-blog-wrapper {
    -o-box-shadow: 4px 4px 5px -4px #050505;
    box-shadow: 4px 4px 5px -4px #050505;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    background: #f4f5f7;
    min-height: 560px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: box-shadow ease-in-out 2s;
    transition: box-shadow ease-in-out 2s;
}

.inner-blog-wrapper .list-inline.blog-details-list li {
    font-size: 0.7rem;
}

.inner-blog-wrapper .list-inline.blog-details-list li .fa {
    font-size: 0.85rem;
}

.inner-blog-wrapper .list-inline.blog-share-list li .fa {
    font-size: 0.85rem;
}

.inner-blog-wrapper .blog-details {
    margin-bottom: 15px;
}

.inner-blog-wrapper .blog-description {
    padding: 0;
}

.inner-blog-wrapper .blog-read-more {
    position: absolute;
    bottom: 20px;
}

.inner-blog-wrapper:hover {
    box-shadow: inset 0 0 5px 0 #d0d0d0;
    -moz-box-shadow: inset 0 0 5px 0 #d0d0d0;
    -webkit-box-shadow: inset 0 0 5px 0 #d0d0d0;
}

@media (max-width: 425px) {
    .inner-blog-wrapper .blog-read-more {
        position: static;
    }

    .inner-blog-wrapper .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .inner-blog-wrapper .m-hide {
        display: none;
    }

    .inner-blog-wrapper .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .inner-blog-wrapper .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .inner-blog-wrapper .modal-footer {
        padding: 1rem 0;
    }

    .inner-blog-wrapper .color-select-box .color-option-box,
    .inner-blog-wrapper .img-drop-down-container .service-box,
    .inner-blog-wrapper .img-drop-down-container .side-box {
        display: block;
    }

    .inner-blog-wrapper .btn {
        margin-bottom: 0.5rem;
    }

    .inner-blog-wrapper .step-container.left-line::before {
        display: none;
    }
}

.new-design-blog-img {
    float: left;
    width: 450px;
    padding: 5px 0 0;
    margin-right: 30px;
    margin-bottom: 15px;
}

.new-design-blog-img img {
    width: 100%;
}

@media (max-width: 899px) and (min-width: 320px) {
    .new-design-blog-img {
        float: none;
        width: 100%;
    }

    .new-design-blog-img .dropdown-item:focus,
    .new-design-blog-img .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

/*----/blog css end------*/



.no-content-box {
    padding: 10px;
    margin: 50px 40px 50px 40px;
}

.no-content-box img {
    margin-bottom: 40px;
    opacity: 0.75;
    width: 200px;
    -webkit-filter: grayscale(1) contrast(0);
    filter: grayscale(1) contrast(0);
}

@media (max-width: 425px) {
    .no-content-box {
        margin: 5px 5px 5px 5px;
    }

    .no-content-box .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .no-content-box .m-hide {
        display: none;
    }

    .no-content-box .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .no-content-box .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .no-content-box .modal-footer {
        padding: 1rem 0;
    }

    .no-content-box .color-select-box .color-option-box,
    .no-content-box .img-drop-down-container .service-box,
    .no-content-box .img-drop-down-container .side-box {
        display: block;
    }

    .no-content-box .btn {
        margin-bottom: 0.5rem;
    }

    .no-content-box .step-container.left-line::before {
        display: none;
    }
}


/*----/profile page css start------*/
.nav-tabs.zeej-tabs .nav-item {
    width: 16.667%;
}

.nav-tabs.zeej-tabs .nav-item a.tabs__link {
    text-align: center;
    border: 1px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    border-right: none;
    padding: 1rem 1rem 1rem 1rem;
    background: #f5f5f5;
    color: #585858;
    font-family: "Avenir-BookOblique", "Roboto", "Conv_TheSans_Plain", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.nav-tabs.zeej-tabs .nav-item a.tabs__link:active,
.nav-tabs.zeej-tabs .nav-item a.tabs__link.active {
    background: #585858;
    color: #fff !important;
    border-color: #585858;
}

@media (max-width: 1199px) and (min-width: 900px) {
    .nav-tabs.zeej-tabs .nav-item a.tabs__link {
        font-size: 15px;
    }
}

.nav-tabs.zeej-tabs .nav-item:last-child a {
    border-right: 1px solid #dee2e6;
}

@media (max-width: 899px) and (min-width: 320px) {
    .nav-tabs.zeej-tabs {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        padding-top: 10px !important;
        flex-wrap: nowrap !important;
    }

    .nav-tabs.zeej-tabs .nav-item {
        width: 20%;
        -webkit-box-flex: 1;
        flex: auto 0 0;
    }

    .nav-tabs.zeej-tabs .nav-item a.tabs__link {
        padding: 0.75rem 0.5rem 0.75rem 0.5rem;
        font-size: 0.875rem;
    }

    .nav-tabs.zeej-tabs .dropdown-item:focus,
    .nav-tabs.zeej-tabs .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {
    .nav-tabs.zeej-tabs .nav-item {
        width: auto;
    }

    .nav-tabs.zeej-tabs .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .nav-tabs.zeej-tabs .m-hide {
        display: none;
    }

    .nav-tabs.zeej-tabs .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .nav-tabs.zeej-tabs .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .nav-tabs.zeej-tabs .modal-footer {
        padding: 1rem 0;
    }

    .nav-tabs.zeej-tabs .color-select-box .color-option-box,
    .nav-tabs.zeej-tabs .img-drop-down-container .service-box,
    .nav-tabs.zeej-tabs .img-drop-down-container .side-box {
        display: block;
    }

    .nav-tabs.zeej-tabs .btn {
        margin-bottom: 0.5rem;
    }

    .nav-tabs.zeej-tabs .step-container.left-line::before {
        display: none;
    }
}

.upload-design-tabs {
    margin-top: 20px;
}

.upload-design-tabs .nav-tabs.zeej-tabs .nav-item {
    width: 15%;
    margin: 0 15px 15px 0;
    border: none;
}

.upload-design-tabs .nav-tabs.zeej-tabs .nav-item a.tabs__link {
    border-radius: 3px;
    position: relative;
}

.upload-design-tabs .nav-tabs.zeej-tabs .nav-item a.tabs__link img {
    -webkit-filter: grayscale(1) contrast(0);
    filter: grayscale(1) contrast(0);
    opacity: 0.75;
}

.upload-design-tabs .nav-tabs.zeej-tabs .nav-item a.tabs__link:active,
.upload-design-tabs .nav-tabs.zeej-tabs .nav-item a.tabs__link.active {
    background: #8e8b8b;
    color: #fff !important;
    border-color: #8e8b8b;
}

.upload-design-tabs .nav-tabs.zeej-tabs .nav-item a.tabs__link:active strong,
.upload-design-tabs .nav-tabs.zeej-tabs .nav-item a.tabs__link.active strong {
    color: #ffffff;
}

.upload-design-tabs .nav-tabs.zeej-tabs .nav-item a.tabs__link:active img,
.upload-design-tabs .nav-tabs.zeej-tabs .nav-item a.tabs__link.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.upload-design-tabs .nav-tabs.zeej-tabs .nav-item a.tabs__link:active::after,
.upload-design-tabs .nav-tabs.zeej-tabs .nav-item a.tabs__link.active::after {
    border-left: 0px solid transparent;
    border-top: 21px solid #8e8b8b;
    bottom: -17px;
    content: "";
    position: absolute;
    right: auto;
    border-right: 3px solid #8e8b8b;
    left: 48%;
}

.upload-design-tabs .nav-tabs.zeej-tabs .icon-container img {
    width: 60px;
}

.upload-design-tabs .nav-tabs.zeej-tabs strong {
    font-size: 14px;
    color: #a4a4a4;
}

.upload-design-tabs .tab-name,
.upload-design-tabs h4 {
    text-transform: none;
}

.upload-design-tabs .design-preview-box {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0 0;
    margin-bottom: 0.5rem;
}

.upload-design-tabs .design-preview-box .design-preview-img {
    height: 180px;
    overflow: hidden;
    border: 1px solid #979797;
    background: #f2f2f2;
    border-radius: 3px;
}

.upload-design-tabs .design-preview-box .design-preview-img img {
    width: 100%;
}

.upload-design-tabs .design-link-box {
    color: #585858;
    margin-top: 5px;
}

.upload-design-tabs .design-info-box .design-title {
    height: 2.3rem;
    width: 50%;
}

.upload-design-tabs .custom-btn-outline.upload-button {
    line-height: 1;
    width: 14rem;
}

.upload-design-tabs #design_file_upload h4 {
    font-size: 18px;
    font-family: "Avenir-Heavy", "Roboto", sans-serif;
}

@media (max-width: 899px) and (min-width: 320px) {
    .upload-design-tabs .nav-tabs.zeej-tabs .nav-item {
        width: 25%;
    }

    .upload-design-tabs .dropdown-item:focus,
    .upload-design-tabs .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {
    .upload-design-tabs .nav-tabs.zeej-tabs .nav-item {
        width: 42%;
    }

    .upload-design-tabs .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .upload-design-tabs .m-hide {
        display: none;
    }

    .upload-design-tabs .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .upload-design-tabs .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .upload-design-tabs .modal-footer {
        padding: 1rem 0;
    }

    .upload-design-tabs .color-select-box .color-option-box,
    .upload-design-tabs .img-drop-down-container .service-box,
    .upload-design-tabs .img-drop-down-container .side-box {
        display: block;
    }

    .upload-design-tabs .btn {
        margin-bottom: 0.5rem;
    }

    .upload-design-tabs .step-container.left-line::before {
        display: none;
    }
}

.tab-content {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
}

.tag-side-bar {
    padding: 20px 0 0 0;
}

.upload-option-box {
    -o-box-shadow: 0px 2px 7px -2px #848282;
    box-shadow: 0px 2px 7px -2px #848282;
    margin: 10px 10px 0.5rem 10px;
    padding: 20px 20px 10px 20px;
    text-align: center;
    cursor: pointer;
}

.upload-option-box strong {
    font-size: 16px;
}

.upload-option-box a,
.upload-option-box a:hover {
    color: #585858;
}

.upload-option-box p {
    font-size: 12px;
}

.upload-option-box p.yellow-text {
    font-size: 14px;
    margin: 30px 0px 0px 0px;
}

#upload_design .icon-container img {
    width: 100px;
    margin-bottom: 15px;
    webkit-filter: grayscale(1);
    -webkit-filter: grayscale(1) contrast(0);
    filter: grayscale(1) contrast(0);
}

#upload_design .upload-option-box {
    -o-box-shadow: 0px 3px 3px 0px #828282;
    box-shadow: 0px 3px 3px 0px #828282;
}

#upload_design .upload-option-box:hover {
    background: #f5f5f5;
    -o-box-shadow: 0px 1px 2px 0px #afafaf;
    box-shadow: 0px 1px 2px 0px #afafaf;
}

.select-product-box .no-content-box img {
    width: 130px;
}

.select-product-box .no-content-box .home-page-subhead {
    color: #585858;
    font-size: 18px;
}

.select-product-box .success-status {
    float: right;
}

/*----/profile page css end------*/



.tag-side-bar {
    border-right: 1px solid #dee2e6;
    height: 100%;
}

@media (max-width: 1199px) and (min-width: 900px) {
    .tag-side-bar {
        border-right: none;
    }

    .tag-side-bar .custom-control {
        display: inline-block;
        margin-right: 1rem;
    }
}

@media (max-width: 899px) and (min-width: 320px) {
    .tag-side-bar {
        border-right: none;
    }

    .tag-side-bar .custom-control {
        display: inline-block;
        margin-right: 1rem;
        width: 20%;
    }

    .tag-side-bar .dropdown-item:focus,
    .tag-side-bar .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {
    .tag-side-bar {
        border-right: none;
    }

    .tag-side-bar .custom-control {
        margin-right: 0;
        width: 49%;
    }

    .tag-side-bar .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .tag-side-bar .m-hide {
        display: none;
    }

    .tag-side-bar .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .tag-side-bar .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .tag-side-bar .modal-footer {
        padding: 1rem 0;
    }

    .tag-side-bar .color-select-box .color-option-box,
    .tag-side-bar .img-drop-down-container .service-box,
    .tag-side-bar .img-drop-down-container .side-box {
        display: block;
    }

    .tag-side-bar .btn {
        margin-bottom: 0.5rem;
    }

    .tag-side-bar .step-container.left-line::before {
        display: none;
    }
}



.custom-btn-outline {
    border: 1px solid #585858;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    color: #585858 !important;
    font-weight: 600;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.product-tag {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
    color: #585858 !important;
    font-weight: 500;
    font-size: 11px;
}

@media (max-width: 899px) and (min-width: 320px) {
    .product-tag {
        display: inline-block;
        margin-bottom: 0.3rem !important;
    }

    .product-tag .dropdown-item:focus,
    .product-tag .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

.product-img-box,
.product-box {
    float: left;
    margin: 0.7rem 0 0.7rem 0;
}

.product-img-box img,
.product-box img {
    width: 100px;
}

@media (max-width: 899px) and (min-width: 320px) {

    .product-img-box,
    .product-box {
        width: 49%;
    }

    .product-img-box .dropdown-item:focus,
    .product-box .dropdown-item:focus,
    .product-img-box .dropdown-item:hover,
    .product-box .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {

    .product-img-box,
    .product-box {
        margin: 0.7rem 0.75rem 0.7rem 0;
        width: 100%;
        float: none;
    }

    .product-img-box .justify-content-end,
    .product-box .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .product-img-box .m-hide,
    .product-box .m-hide {
        display: none;
    }

    .product-img-box .vue-tabs .nav-tabs-wrapper,
    .product-box .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .product-img-box .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs,
    .product-box .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .product-img-box .modal-footer,
    .product-box .modal-footer {
        padding: 1rem 0;
    }

    .product-img-box .color-select-box .color-option-box,
    .product-box .color-select-box .color-option-box,
    .product-img-box .img-drop-down-container .service-box,
    .product-img-box .img-drop-down-container .side-box,
    .product-box .img-drop-down-container .service-box,
    .product-box .img-drop-down-container .side-box {
        display: block;
    }

    .product-img-box .btn,
    .product-box .btn {
        margin-bottom: 0.5rem;
    }

    .product-img-box .step-container.left-line::before,
    .product-box .step-container.left-line::before {
        display: none;
    }
}

.product-box p strong {
    margin-left: 0;
}

@media (max-width: 1199px) and (min-width: 900px) {

    #my_designs_content .table-responsive a.custom-btn-outline,
    #shipping_address_content .table-responsive a.custom-btn-outline {
        font-size: 0.775rem;
        display: inline-block;
        padding: 5px 7px 5px 7px;
    }
}

@media (max-width: 899px) and (min-width: 320px) {

    #my_designs_content .table-responsive,
    #shipping_address_content .table-responsive {
        overflow-x: hidden !important;
    }

    #my_designs_content .table-responsive .table.data-box-table td,
    #shipping_address_content .table-responsive .table.data-box-table td {
        display: block;
        width: 100% !important;
    }

    #my_designs_content .table-responsive .table.data-box-table thead,
    #shipping_address_content .table-responsive .table.data-box-table thead {
        display: none;
    }

    #my_designs_content .table-responsive .dropdown-item:focus,
    #my_designs_content .table-responsive .dropdown-item:hover,
    #shipping_address_content .table-responsive .dropdown-item:focus,
    #shipping_address_content .table-responsive .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {

    #my_designs_content .table-responsive .data-box .custom-btn-outline,
    #shipping_address_content .table-responsive .data-box .custom-btn-outline {
        margin-right: 0rem;
    }

    #my_designs_content .table-responsive .justify-content-end,
    #shipping_address_content .table-responsive .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    #my_designs_content .table-responsive .m-hide,
    #shipping_address_content .table-responsive .m-hide {
        display: none;
    }

    #my_designs_content .table-responsive .vue-tabs .nav-tabs-wrapper,
    #shipping_address_content .table-responsive .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    #my_designs_content .table-responsive .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs,
    #shipping_address_content .table-responsive .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    #my_designs_content .table-responsive .modal-footer,
    #shipping_address_content .table-responsive .modal-footer {
        padding: 1rem 0;
    }

    #my_designs_content .table-responsive .color-select-box .color-option-box,
    #my_designs_content .table-responsive .img-drop-down-container .service-box,
    #my_designs_content .table-responsive .img-drop-down-container .side-box,
    #shipping_address_content .table-responsive .color-select-box .color-option-box,
    #shipping_address_content .table-responsive .img-drop-down-container .service-box,
    #shipping_address_content .table-responsive .img-drop-down-container .side-box {
        display: block;
    }

    #my_designs_content .table-responsive .btn,
    #shipping_address_content .table-responsive .btn {
        margin-bottom: 0.5rem;
    }

    #my_designs_content .table-responsive .step-container.left-line::before,
    #shipping_address_content .table-responsive .step-container.left-line::before {
        display: none;
    }
}

#my_designs_content .text-nowrap,
#shipping_address_content .text-nowrap {
    white-space: normal !important;
}

#my_designs_content .custom-control-label::before,
#my_designs_content .custom-control-label::after {
    left: -2px;
}


.table.data-box-table {
    margin-top: 15px;
}

.table.data-box-table th {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
}

.table.data-box-table td {
    border: none;
    padding: 10px 0 0 0;
}

.table.data-box-table td a .svg-inline--fa {
    font-size: 20px;
    color: #585858;
}

@media (max-width: 425px) {
    .table.data-box-table thead {
        display: none;
    }

    .table.data-box-table .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .table.data-box-table .m-hide {
        display: none;
    }

    .table.data-box-table .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .table.data-box-table .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .table.data-box-table .modal-footer {
        padding: 1rem 0;
    }

    .table.data-box-table .color-select-box .color-option-box,
    .table.data-box-table .img-drop-down-container .service-box,
    .table.data-box-table .img-drop-down-container .side-box {
        display: block;
    }

    .table.data-box-table .btn {
        margin-bottom: 0.5rem;
    }

    .table.data-box-table .step-container.left-line::before {
        display: none;
    }
}

.data-box {
    border: 1px solid #dee2e6;
    padding: 10px 20px 20px 20px;
    min-height: 90px;
}

.data-box td table td {
    padding: 0 !important;
}

@media (max-width: 425px) {
    .data-box .custom-btn-outline {
        display: inline-block;
        text-align: center;
        margin-top: 0.5rem;
    }

    .data-box .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .data-box .m-hide {
        display: none;
    }

    .data-box .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .data-box .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .data-box .modal-footer {
        padding: 1rem 0;
    }

    .data-box .color-select-box .color-option-box,
    .data-box .img-drop-down-container .service-box,
    .data-box .img-drop-down-container .side-box {
        display: block;
    }

    .data-box .btn {
        margin-bottom: 0.5rem;
    }

    .data-box .step-container.left-line::before {
        display: none;
    }
}

@media (max-width: 899px) and (min-width: 320px) {
    .data-box {
        width: 100%;
        padding: 0px 20px 10px 13px;
    }

    .data-box .custom-btn-outline {
        font-size: 0.775rem;
    }

    .data-box .dropdown-item:focus,
    .data-box .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}


.design-container {
    padding: 0 15px 0 5px;
}

.design-container img {
    width: 100%;
}

.design-container .data-box-heading {
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.design-container .data-box {
    margin-bottom: 10px;
    padding: 10px 0;
    background: #f1f1f1;
}

.design-container .custom-btn {
    padding: 3px 5px;
    margin-left: 5px;
    color: #4a4a4a;
    font-size: 18px;
}

.design-container .design-img-box {
    padding: 5px;
    background: #ffffff;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    margin: 0.25rem 0 0.25rem 0;
}

.design-container .product-tag {
    background: #ffffff;
    border: 1px solid #c5c5c5;
}

@media (max-width: 899px) and (min-width: 320px) {

    .design-container .design-img-box.product-img-box,
    .design-container .product-box {
        width: 100%;
    }
}

@media (max-width: 899px) and (min-width: 320px) and (max-width: 425px) {
    .design-container .product-box {
        margin: 0;
    }

    .design-container .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .design-container .m-hide {
        display: none;
    }

    .design-container .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .design-container .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .design-container .modal-footer {
        padding: 1rem 0;
    }

    .design-container .color-select-box .color-option-box,
    .design-container .img-drop-down-container .service-box,
    .design-container .img-drop-down-container .side-box {
        display: block;
    }

    .design-container .btn {
        margin-bottom: 0.5rem;
    }

    .design-container .step-container.left-line::before {
        display: none;
    }
}

@media (max-width: 899px) and (min-width: 320px) {

    .design-container .dropdown-item:focus,
    .design-container .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

/*-----order-history-table css------*/

.order-history-table .data-box-head h4 {
    margin-bottom: 0.3rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background: #f5f5f5;
}

.order-history-table .data-box {
    padding: 1rem 0 1rem 0;
    -o-box-shadow: 0px 0px 8px -3px #a7a4a4;
    box-shadow: 0px 0px 8px -3px #a7a4a4;
    margin: 0.7rem 0 1rem 0;
    position: relative;
}

.order-history-table .data-box .product-box ul li {
    line-height: 1.2;
}

.order-history-table .data-box .order-history-product {
    display: -webkit-box;
    display: flex;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.order-history-table .data-box .order-history-product a.custom-btn-outline {
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    margin-top: 0.875rem;
    display: inline-block;
}

.order-history-table .data-box .order-history-product .product-img-box,
.order-history-table .data-box .order-history-product .product-box {
    float: none;
}

.order-history-table .data-box .order-history-product:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.order-history-table .data-box table td {
    padding: 0 1rem 0 1rem;
}

.order-history-table .data-box .shipping-address {
    width: 100%;
}

.order-history-table .data-box .shipping-address span.address {
    display: block;
    line-height: 1.2;
}

.order-history-table .data-box .custom-note {
    margin-top: 0;
}

.order-history-table .data-box .custom-note a {
    font-size: 0.875rem;
}

.order-history-table .data-box .table-footer {
    padding: 0px 15px;
    margin-top: 10px;
}

.order-history-table .data-box .table-footer .data-content-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

.order-history-table .data-box .table-footer .data-content-box p {
    margin-bottom: 0;
}

.order-history-table .data-box .table-footer .data-content-box p a {
    font-size: 14px;
}

.order-history-table .data-box .table-footer .data-content-box p a.btn {
    text-decoration: none;
    margin-left: 1.5rem;
}

.order-history-table .order-status {
    padding: 0.275rem 1.5rem 0.275rem 1.5rem;
    border-radius: 2rem;
    margin-top: 0.5rem;
    display: inline-block;
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01rem;
    width: auto;
    text-align: center;
}

.order-history-table .under-process {
    color: #1a13ab;
    text-shadow: 0px 0px 2px #fadf00;
}

@media (max-width: 1199px) and (min-width: 900px) {
    .order-history-table .under-process {
        padding: 0.3rem 0.5rem 0.275rem 0.5rem;
    }
}

.order-history-table .delivered {
    color: #2f8603;
    text-shadow: 0px 0px 2px #6dfe72;
}

@media (max-width: 900px) and (min-width: 700px) {
    .order-history-table thead {
        display: none;
    }

    .order-history-table td {
        display: block;
        width: 100%;
    }

    .order-history-table .right-border {
        border-right: none !important;
    }

    .order-history-table .order-history-product {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .order-history-table .order-history-product a.custom-btn-outline {
        display: block !important;
        text-align: center;
    }

    .order-history-table .data-box .table-footer {
        position: static;
    }

    .order-history-table .data-box .table-footer .btn-deep-orange {
        padding: 0.35rem 1rem !important;
    }

    .order-history-table .data-box .order-history-data-table td {
        display: inline-block !important;
        width: 50% !important;
    }

    .order-history-table .data-box .order-history-data-table .product-img-box,
    .order-history-table .data-box .order-history-data-table .product-box {
        width: 100% !important;
    }

    .order-history-table .data-box .data-content-box {
        -webkit-box-pack: center !important;
        justify-content: center !important;
        margin-top: 20px;
        padding: 0 15px;
    }
}

@media (max-width: 425px) {
    .order-history-table thead {
        display: none;
    }

    .order-history-table td {
        display: block;
        width: 100%;
    }

    .order-history-table .data-box .table-footer {
        position: static;
    }

    .order-history-table .data-box .table-footer .data-content-box {
        -webkit-box-pack: center !important;
        justify-content: center !important;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        margin-top: 1.5rem;
    }

    .order-history-table .data-box .table-footer .data-content-box p a {
        font-size: 0.75rem;
    }

    .order-history-table .data-box .table-footer .data-content-box p a.btn {
        padding: 0.5rem;
        margin: 0;
    }

    .order-history-table .data-box .shipping-address p.text-uppercase {
        margin: 1rem 0 0.3rem 0;
        font-weight: 600;
        color: #585858;
    }

    .order-history-table .data-box .right-border {
        border-right: none !important;
    }

    .order-history-table .data-box .product-box {
        margin-left: 0;
    }

    .order-history-table .data-box .order-history-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .order-history-table .data-box .order-history-product a.custom-btn-outline {
        display: block !important;
        text-align: center;
    }

    .order-history-table .data-box .order-history-data-table td {
        display: block !important;
        width: 100% !important;
    }

    .order-history-table .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .order-history-table .m-hide {
        display: none;
    }

    .order-history-table .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .order-history-table .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .order-history-table .modal-footer {
        padding: 1rem 0;
    }

    .order-history-table .color-select-box .color-option-box,
    .order-history-table .img-drop-down-container .service-box,
    .order-history-table .img-drop-down-container .side-box {
        display: block;
    }

    .order-history-table .btn {
        margin-bottom: 0.5rem;
    }

    .order-history-table .step-container.left-line::before {
        display: none;
    }
}

.order-history-table .border-right {
    border-right: 1px solid #adadad !important;
}

.right-border {
    border-right: 1px solid #dee2e6 !important;
}


/*-----/order-history-table css------*/


.order-review-table thead {
    background: #efefef;
}

.order-review-table thead th {
    font-weight: 600;
    padding: 5px;
    color: #585858;
}

.order-review-table tr td {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.order-review-table tr td .order-history-product {
    display: flex;
    align-items: center;
}

.order-review-table .product-img-box,
.order-review-table .product-box {
    width: 20%;
}

.order-review-table .product-box {
    width: 77%;
}

@media (max-width: 425px) {

    .order-review-table .product-img-box,
    .order-review-table .product-box {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .order-review-table .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .order-review-table .m-hide {
        display: none;
    }

    .order-review-table .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .order-review-table .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .order-review-table .modal-footer {
        padding: 1rem 0;
    }

    .order-review-table .color-select-box .color-option-box,
    .order-review-table .img-drop-down-container .service-box,
    .order-review-table .img-drop-down-container .side-box {
        display: block;
    }

    .order-review-table .btn {
        margin-bottom: 0.5rem;
    }

    .order-review-table .step-container.left-line::before {
        display: none;
    }
}


.contacts-table,
table.urgency-table {
    border: 1px solid #ccc8c8 !important;
}

.contacts-table tr td,
table.urgency-table tr td,
.contacts-table tr th,
table.urgency-table tr th {
    padding: 0.5rem !important;
    border: 1px solid #ccc8c8 !important;
}

.contacts-table tr th,
table.urgency-table tr th {
    font-weight: 600;
    background: #e8ebec;
}

.contacts-table .form-control,
table.urgency-table .form-control {
    height: 35px !important;
    margin-bottom: 0 !important;
}