/***************************************/
/*          Default css Start         */
/*************************************/

/*@font-face {
    font-family: 'Gill Sans Bold';
    src: url('fonts/Gill Sans Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gill Sans Medium';
    src: url('fonts/Gill Sans Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {2
    font-family: 'Gill Sans';
    src: url('fonts/Gill Sans.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}*/

@import url('https://fonts.cdnfonts.com/css/gill-sans-2');




html {
    box-sizing: border-box;
    font-family: 'Gill Sans', sans-serif;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
ul {
    list-style: none;
    padding: 0px !important;
    margin: 0px;
}
a {
    text-decoration: none !important;
}
@media(min-width: 1800px) {
    .container {
        max-width: 1600px;
    }
}

.card {
    border-radius: 0;
    border: none;
}

.card-body {
    padding: var(--bs-card-spacer-y) 0;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Gill Sans', sans-serif;
    color: #000000;
}

p {
    font-family: 'Gill Sans', sans-serif;
}

.form-control {
    border-radius: 0;
    height: 42px;
    font-weight: 500 !important;
}

    .form-control:focus {
        outline: none;
        border: 2px solid #4285F4 !important;
    }

.box-shadow-0 {
    box-shadow: none !important;
}

.btn_1 {
    background: #4285F4;
    color: #fff;
    padding: 8px 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

    .btn_1:hover,
    .btn_1:active,
    .btn_1:visited {
        background: #2966F5;
        color: #fff;
    }

.btn_2 {
    background: #4285F4;
    color: #fff;
    padding: 10px 20px;
    min-width: 125px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
}

    .btn_2:hover,
    .btn_2:active,
    .btn_2:visited {
        background: #2966F5;
        color: #fff;
    }

.btn_3 {
    background: #A5A5A5;
    color: #fff;
    padding: 8px 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 0;
}

    .btn_3:hover,
    .btn_3:active,
    .btn_3:visited {
        background: #8e8c8c;
        color: #fff;
    }

.btn_4 {
    background: #4285F4;
    color: #fff;
    padding: 8px 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    min-width: 120px;
}

    .btn_4:hover,
    .btn_4:active,
    .btn_4:visited {
        background: #2966F5;
        color: #fff;
    }

.btn_5 {
    background: #4285F4;
    color: #fff;
    padding: 8px 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 0;
}

    .btn_5:hover,
    .btn_5:active,
    .btn_5:visited {
        background: #31b655;
        color: #fff;
    }

.btn_6 {
    background: #4285F4;
    color: #fff;
    padding: 8px 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 0;
}

    .btn_6:hover,
    .btn_6:active,
    .btn_6:visited {
        background: #3276e4;
        color: #fff;
    }

h1.h1_heading {
    color: #002046;
    font-size: 55px;
    font-weight: 500;
}

h2.title {
    font-size: 40px;
    font-weight: 700;
    color: #002046;
    width: fit-content;
    margin: 0 auto;
}

h3.sub_heading {
    font-size: 30px;
    font-weight: 600;
}

h4.image_heading {
    font-size: 26px;
    font-weight: 600;
}

p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}

.table-bordered tbody td {
    vertical-align: middle;
    border: none;
}

.table > tbody {
    border: 1px solid #CCC;
}

.public-private-btn .btn-group {
    border-radius: 0;
}

    .public-private-btn .btn-group .btn {
        padding: 2.5px 12px;
        border-radius: 0;
    }

.btn-group .btn-primary {
    background-color: #140B77;
}

.public-private-btn {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

    .public-private-btn .btn_2 {
        border: 0;
        margin: 0;
    }

.input-group-lg input::placeholder {
    font-size: 20px;
}

.bg-light-clr {
    background-color: #fff !important;
}

.input-group-lg .form-control,
.input-group-lg .input-group-text {
    border-radius: 0;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #d3d3d3;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #b3b3b3;
    transform: translateY(-50%);
}

/*************************************/
/*          Default css end         */
/***********************************/


/**************************************/
/*          Header css start         */
/************************************/
/*header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 2px 4px -4px black;
    -moz-box-shadow: 0 2px 4px -4px black;
    box-shadow: 0 2px 4px -4px black;
    background: #fff;
    z-index: 111111;
    transition: all ease .4s;
}*/

header section {
    background-color: #270D84;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

    header section .container div a img[alt="phone"] {
        margin-bottom: .25rem;
    }

    header section div.container {
        display: flex;
        justify-content: space-between;
    }

        header section div.container a {
            color: #fff;
        }

.header-social-icons a {
    margin-left: 1rem;
}

header nav.navbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

header .navbar .nav-item .nav-link {
    font-family: 'Gill Sans', sans-serif;
    color: #1D1D1D;
    font-size: 17px;
    font-weight: 500;
}

header .navbar-nav {
    padding-left: 0px;
}

header .navbar ul.d-flex li.nav-item {
    margin-left: 1.5rem;
}

header .navbar-nav li {
    padding: 0 10px;
}

header nav.navbar {
    background-color: #FFF;
    /*border-bottom: 1px solid #dedede;*/
    transition: all ease .4s;
}

/*header .navbar .nav-item .nav-link:hover {
    color: #4285F4;
}*/

header.fixed-header section {
    opacity: 0;
    height: 0;
    padding: 0;
    transition: all ease .4s;
}

.sticky {
    position: sticky;
    top: 0;
}

.mobile-login-cart {
    display: none;
}

.navbar-brand {
    margin-right: 0;
}

    /************************************/
    /*          Header css end         */
    /**********************************/
    /**************************************/
    /*          Footer css start         */
    /************************************/
    footer {
    /*background-image: url('../images/footer-bg.png');*/
    /*padding-top: 30px;*/
    ackground-color: #fff;
    border-top: 1px solid #E6E6E6;
}

        footer ul li a {
            font-family: 'Gill Sans', sans-serif;
            line-height: 1.75rem;
            color: #909090;
            transition: all ease .4s;
            left: 0px;
            position: relative;
            font-weight: 500;
            text-decoration: none;
        }
        footer ul li p {
            margin-top: 10px;
            color: #000;
            font-size: 20px;
            letter-spacing: 1px;
            font-weight: 600;
            text-align: center;
        }
  /*      footer ul li a:hover {
            color: #909090;
            left: 5px;
            opacity: 0.8;
            position: relative;
        }*/

    footer img.footer-logo {
        width: 180px;
        height: auto;
        margin-bottom: 25px;
    }
        footer img.footer-logo {
            width: 180px;
            height: auto;
            margin-bottom: 25px;
            margin-top: 30px;
        }

    footer .col-lg-3 h5 {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        padding-bottom: 3px;
        border-bottom: 2px solid #000;
        width: fit-content;
    }

    footer .col-lg-3 a img {
        margin-right: 8px;
        margin-top: 10px;
        width: 30px;
        height: 30px;
    }
        footer .col-lg-3 ul li a img {
            width: 100%;
            height: 135px;
            margin: 0;
        }
    footer .copyrights {
        padding: 15px;
        text-align: center;
        border-top: none;
        margin-top: 15px;
        font-weight: 300;
    }

        footer .copyrights p {
            color: #909090;
        }

/************************************/
/*          Footer css end         */
/**********************************/

/**********************************/
/*    COMMON CSS STARTS   */
/*********************************/

section.banner-section {
    background-image: url('../../img/banner-img.png');
    height: 400px;
    background-position: top;
}

    section.banner-section .user-section {
        position: relative;
        top: 30px;
        padding-left: 50px;
    }

        section.banner-section .user-section .user_img_cls {
            z-index: 10;
            margin-bottom: -30px;
            position: relative;
            width: 280px;
            height: 280px;
            overflow: hidden;
            background: #fff;
        }

            section.banner-section .user-section .user_img_cls .upload_img_icon {
                position: absolute;
                right: 5px;
                bottom: 0;
                width: 40px;
                height: 40px;
                overflow: hidden;
            }

                section.banner-section .user-section .user_img_cls .upload_img_icon img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 0.61;
                }

                section.banner-section .user-section .user_img_cls .upload_img_icon input {
                    opacity: 0;
                    position: relative;
                    z-index: 1;
                }

            section.banner-section .user-section .user_img_cls > img {
                width: 280px;
                height: 280px;
                object-fit: cover;
                object-position: center;
                border: 5px solid #fff;
            }

    section.banner-section .user-details {
        background-color: #F2F2F2;
        padding: 55px 15px 15px;
        min-width: 330px;
        position: absolute;
        left: 25px;
        top: 230px;
        z-index: 5;
        text-align: center;
    }

        section.banner-section .user-details h4 {
            margin-bottom: .25rem;
        }

        section.banner-section .user-details p {
            line-height: 2.5rem;
            color: #707070;
        }

            section.banner-section .user-details p span {
                text-decoration: underline;
                padding-left: 5px;
            }









/**********************************/
/*    COMMON CSS ENDS     */
/*********************************/

/**********************************/
/*    main content css Start     */
/*********************************/

.main-content .nav-pills {
    margin: 30px 0;
}

    .main-content .nav-pills .nav-link {
        background-color: #D20F3B;
        margin-left: 8px;
        margin-top: 8px;
        min-width: 99px;
        text-align: center;
        color: #fff;
        border-radius: 0;
    }

.main-content .basic-details {
    border: 1px solid #CBCBCB;
    padding: 30px;
    background-color: #FBFBFB;
}

.tab-content .tab-pane {
    margin-bottom: 30px;
}

.main-content #v-pills-tab .nav-link {
    background-color: #FBFBFB;
    color: #000;
    margin-left: 0;
    text-align: left;
}

    .main-content #v-pills-tab .nav-link.active {
        background-color: #140B77;
        color: #fff;
        margin-left: 0;
        text-align: left;
    }

    .main-content #v-pills-tab .nav-link span {
        padding-left: 10px;
    }

.main-content .nav-pills .nav-link.active,
.main-content .nav-pills .nav-link:hover {
    background-color: #140B77;
    color: #fff;
}

/**********************************/
/*    main content css end     */
/*********************************/

/**********************************/
/*       secure css start        */
/*********************************/

section.banner-section .user-details.user-details-new {
    max-width: 330px;
}

    section.banner-section .user-details.user-details-new h4 {
        margin-bottom: 5px;
    }

    section.banner-section .user-details.user-details-new p {
        line-height: 1.5rem;
    }

.user-section .user-details p:last-child {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.main-content.secure {
    background-color: #fff;
}

.list-view-button,
.grid-view-button {
    padding-top: .25rem;
}

.grid-view-button {
    padding-left: 1.25rem;
}

.main-content .filters {
    background-color: #EAEAEA;
    padding: 20px 20px 9px 20px;
    margin: 20px 0;
}

.product-grid.manage .card .card-body .w-75 {
    width: 66.5% !important;
}

.product-grid .card .card-body .w-25 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    width: 30% !important;
}

.product-grid .card .card-body h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.product-grid .card .card-body p {
    line-height: 2rem;
    color: #101010;
}

.product-grid .card .card-body .badge {
    border-radius: 0;
    padding-top: 0;
    margin-bottom: 10px;
    vertical-align: baseline;
    margin-right: 0;
    height: 26px;
    background-color: #140B77;
}

.product-grid .card {
    border: 1px solid #BCBCBC;
    margin-bottom: 30px;
}

    .product-grid .card .card-body img {
        position: relative;
        left: -5px;
        width: 25px;
        height: 28px;
        top: -2px;
    }

.product-grid .card-body {
    padding-left: 15px;
}

.product-grid .card .card-img-top {
    border-radius: 0;
}

.product-grid.manage .card-body {
    padding: 12px;
}

/**********************************/
/*       secure css end          */
/*********************************/

/**********************************/
/*      message css start        */
/*********************************/

.date-section {
    display: flex;
    justify-content: end;
    align-items: center;
}

.message-area {
    overflow: hidden;
    border: 1px solid #CBCBCB;
    margin-top: 30px;
    margin-bottom: 30px;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 350px;
    float: left;
    padding: 15px;
    background-color: #FBFBFB;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
    padding: 15px;
    background-color: #FBFBFB;
}

    .chatbox .modal-dialog,
    .chatlist .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .chat-area .form-control:focus {
        outline: 0;
        box-shadow: inherit;
    }

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

    .chat-area .nav-tabs .nav-item {
        width: 100%;
    }

    .chat-area .nav-tabs .nav-link {
        width: 100%;
        color: #180660;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        text-transform: capitalize;
        margin-top: 5px;
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .chat-area .nav-tabs .nav-item.show .nav-link,
        .chat-area .nav-tabs .nav-link.active {
            color: #222;
            background-color: #fff;
            border-color: transparent transparent #000;
        }

        .chat-area .nav-tabs .nav-link:focus,
        .chat-area .nav-tabs .nav-link:hover {
            border-color: transparent transparent #000;
            isolation: isolate;
        }

.circle-user {
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 50px;
    background-color: #E2EDDB;
}

.chat-list .circle-user p {
    color: #759A40;
    font-weight: 600;
}

.chat-list h3 {
    color: #7B8793;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list small {
    color: #AFBBC6;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.date-section small {
    color: #7B8793;
    font-weight: 400;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 40px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-count small {
    padding: 5px;
    background-color: #D20F3B;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: .75rem;
    text-align: center;
}

.msg-head {
    display: none;
}

    .msg-head h3 {
        color: #222;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .msg-head p {
        color: #343434;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        text-transform: capitalize;
        margin-bottom: 0;
    }

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .moreoption .navbar {
        padding: 0;
    }

    .moreoption li .nav-link {
        color: #222;
        font-size: 16px;
    }

    .moreoption .dropdown-toggle::after {
        display: none;
    }

    .moreoption .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: auto;
        right: 0;
        margin-top: 0.125rem;
    }

.msg-body ul {
    overflow: hidden;
}

    .msg-body ul li {
        list-style: none;
        margin: 15px 0;
    }

.sender-msgs div:last-child {
    position: relative;
    left: 55px;
}

.sender-msg {
    display: flex;
}

    .sender-msg div:last-child {
        position: absolute;
        left: 55px;
    }

.msg-body ul li.sender .sender-msg-typing p {
    background-color: #DBE5ED;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

    .msg-body ul li.sender p {
        color: #000;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        padding: 15px;
        background: #fff;
        display: inline-block;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 0;
        min-height: 50px;
    }

        .msg-body ul li.sender p b {
            display: block;
            color: #180660;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 500;
        }

.replay-msg {
    display: flex;
    justify-content: end;
}

    .replay-msg div:first-child {
        position: absolute;
        right: 55px;
    }

    .replay-msg div:last-child {
        position: relative;
    }

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

    .msg-body ul li.repaly p {
        color: #fff;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        padding: 15px;
        background: #AFBBC6;
        display: inline-block;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-bottom: 0;
    }

        .msg-body ul li.repaly p b {
            display: block;
            color: #061061;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 500;
        }

    .msg-body ul li.repaly:after {
        display: block;
        content: '';
        clear: both;
    }

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

    .send-box .input-group .form-control-lg {
        border-right: none;
        border-radius: 0 !important;
        width: 75%;
    }

    .send-box .input-group .input-group-text {
        background-color: #fff;
        border-left: none;
        border-right: none;
    }

        .send-box .input-group .input-group-text:last-child {
            border-right: 1px solid #ccc;
            border-radius: 0;
        }

        .send-box .input-group .input-group-text img {
            width: 18px;
            height: 18px;
        }

        .send-box .input-group .input-group-text:last-child img {
            width: 30px;
            height: 30px;
        }

    .send-box form {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .send-box .form-control {
        display: block;
        width: 85%;
        padding: 0.375rem 0.75rem;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #222;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .send-box button {
        border: none;
        background: #3867d6;
        padding: 0.375rem 5px;
        color: #fff;
        border-radius: 0.25rem;
        font-size: 14px;
        font-weight: 400;
        width: 24%;
        margin-left: 1%;
    }

        .send-box button i {
            margin-right: 5px;
        }

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

    .send-btns .button-wrapper span.label {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        cursor: pointer;
        color: #343945;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 13px;
    }

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

    .add-apoint a {
        text-decoration: none;
        background: #F6F7FA;
        border-radius: 8px;
        padding: 8px 8px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2;
        color: #343945;
    }

        .add-apoint a svg {
            margin-right: 5px;
        }

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem !important;
    font-size: 1.25rem !important;
    border-radius: 0.5rem !important;
}

/**********************************/
/*      message css end           */
/*********************************/


/**********************************/
/*      sales css start           */
/*********************************/

.filter-details {
    background-color: #EAEAEA;
    padding: 15px;
    ;
}

    .filter-details h5 {
        margin-bottom: 0;
    }

    .filter-details .col-lg-5 {
        display: flex;
        align-items: center;
    }

.paginate_button.first,
.dataTables_info,
.paginate_button.last {
    display: none !important;
}


.paginate_button {
    margin: 20px 10px;
    border: 1px solid #d3d3d3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #D20F3B;
    color: #fff !important;
}

.sales-section {
    margin: 30px 0;
}

table.dataTable.stripe > tbody > tr.even > *,
table.dataTable.display > tbody > tr.even > * {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 2%);
}

/**********************************/
/*      sales css end            */
/*********************************/

/**********************************/
/*      earnings css start       */
/*********************************/

.earnings-section .col-lg-3 p.amount {
    color: #B3B8BD;
    margin-bottom: 10px;
    font-size: .875rem;
    margin-top: 20px;
}

.earnings-section .col-lg-3 h5 {
    border-bottom: 2px solid #D2D2D2;
    line-height: 3rem;
}

.earnings-section .col-lg-3 h3 {
    margin-bottom: 0;
}

.earnings-section .col-lg-3 small:last-child {
    color: #508FF4;
}

.graphs-sections {
    margin-top: 20px;
    border-bottom: 2px solid #D2D2D2;
    line-height: 3rem;
}

    .graphs-sections h4 {
        margin-bottom: 0;
    }

    .graphs-sections .nav-tabs .nav-link.active {
        border: none;
        color: #000;
        font-weight: 600;
    }

    .graphs-sections .nav-tabs .nav-link {
        color: #000;
    }

    .graphs-sections .nav-tabs {
        border: none;
    }

/**********************************/
/*      earnings css end          */
/*********************************/

/**********************************/
/*      verify css start         */
/*********************************/
.verfy-content {
    position: absolute;
    top: 40%;
    left: 41%;
    text-align: center;
}

    .verfy-content h4,
    .verfy-content p,
    .verfy-content small {
        color: #fff;
        margin-top: 12px;
    }

/**********************************/
/*      verify css end            */
/*********************************/

/**********************************/
/*      user details css start    */
/*********************************/
/* .user-old-toggle-password{
    position: absolute;
    right: 105px;
    top: 41.5%;
    color: #b3b3b3;
    transform: translateY(-50%);
  }
  .user-new-toggle-password {
    position: absolute;
    right: 105px;
    top: 53.5%;
    color: #b3b3b3;
    transform: translateY(-50%);
  }
  .user-confirm-toggle-password {
    position: absolute;
    right: 105px;
    top: 65.5%;
    color: #b3b3b3;
    transform: translateY(-50%);
  } */


table#downloadtbl thead tr th {
    border-top: 1px solid #E6E6E6;
}

table#downloadtbl tbody tr td:last-child {
    text-align: center;
}

.user-details {
    padding: 30px 0 50px;
    background-color: #FBFBFB;
    border: 1px solid #C9C9C9;
}

    .user-details .nav-pills .nav-link.active,
    .user-details .nav-pills .show > .nav-link {
        text-align: left;
    }

    .user-details .nav-pills .nav-link.active {
        background-color: #E6E6E6;
        color: #000;
    }

    .user-details .nav-pills .nav-link {
        text-align: left;
        color: #000;
        border-bottom: 1px solid #E6E6E6;
        border-radius: 0;
    }

        .user-details .nav-pills .nav-link:first-child {
            margin-top: 30px;
        }

    .user-details .col-lg-2 h5 {
        margin-bottom: 15px;
        font-weight: 600;
    }

.download-table table thead tr th {
    background-color: #fff;
    color: #000;
    padding: 20px;
}

.download-table table tbody tr td {
    padding: 0 20px;
}

    .download-table table thead tr th:nth-child(2),
    .download-table table tbody tr td:nth-child(2) {
        text-align: center;
    }

#v-payment-home p {
    margin: 25px 0;
}

#v-payment-home .form-check span img {
    margin-left: 10px;
    margin-right: 10px;
}

.user-details h5 {
    font-weight: 600;
    margin-bottom: 1rem;
}

#v-download-history .download-table table thead tr th {
    background-color: #FBFBFB;
}

.chatlist .modal-dialog-scrollable .modal-body {
    overflow: hidden !important;
}


/**********************************/
/*      user css end            */
/*********************************/

section.banner-section .user-section.artist-banner {
    position: relative;
    top: 200px;
    text-align: center;
    padding-left: 0px;
}

.user-artist-details {
    position: relative;
    top: 25px;
}

    .user-artist-details p {
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-top: 10px;
    }

section.banner-section .user-section.artist-banner.artist-img-details {
    top: 170px;
}

section.main-content.artist .btn-section {
    margin: 45px 0;
}

.cart-like-section {
    text-align: end;
    flex-direction: row !important;
    padding-right: 0;
}

    .cart-like-section img {
        margin-left: 10px;
    }

.product-grid .card .card-body p.price {
    color: #D20F3B;
    font-weight: 600;
}

.product-grid .col-lg-3 {
    padding-left: 0px;
    padding-right: 15px;
}

.dashboard-index .dashboard-index-grid.product-grid .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.product-grid .owl-stage-outer {
    padding: 0;
}


.artist-product-banner .input-group span {
    background-color: #D20F3B;
    color: #fff;
    border: none;
}

.artist-product-banner h2 {
    color: #fff;
    margin-bottom: 25px;
}

.artist-prodcut-details p {
    margin-bottom: 15px;
}

.artist-prodcut-details .row {
    margin-bottom: 10px;
}

    .artist-prodcut-details .row label {
        font-weight: 600;
    }

.artist-prodcut-details h4 {
    font-weight: 700;
}

.artist-product-section .col-lg-12 {
    margin: 80px 0;
}

.artist-product-section .col-sm-12 h4 {
    margin-bottom: 30px;
}

.price-txt,
.price-txt .form-control-plaintext {
    color: #D20F3B;
}

/* border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    overflow: hidden;
    display: flex
}

#border-pagination {
    margin: 0 10px 0 auto;
    padding: 0;
    text-align: center
}

    #border-pagination li {
        display: inline;
    }

        #border-pagination li a {
            display: block;
            text-decoration: none;
            color: #000;
            padding: 5px 14px;
            border: 1px solid #ddd;
            float: left;
            margin-left: 3px;
            margin-right: 3px;
        }

        #border-pagination li a {
            -webkit-transition: background-color 0.4s;
            transition: background-color 0.4s
        }

            #border-pagination li a.active,
            #border-pagination li a:hover:not(.active) {
                background-color: #D20F3B;
                color: #fff;
            }


.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-left: 10px;
}

.banner-slider .slider.slider-nav {
    max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}

.banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden;
}

.slider-banner-image {
    height: 610px;
}

.slider-nav .slick-slide .thumbnail-image .thumbImg img {
    max-height: 130px;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}

    .slider-banner-image img,
    .slider-nav .slick-slide.thumbnail-image .thumbImg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}

.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}

.slider-nav .slick-slide {
    text-align: center;
}

    .slider-nav .slick-slide span {
        font-size: 14px;
        display: block;
        padding: 5px 0 15px;
    }

.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.slick-prev {
    top: 0;
}

.slick-next {
    bottom: 0;
    background-color: #fff;
}

.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
    height: 0;
}

.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
    height: 0;
}

.slider-section {
    margin: 40px 0;
}

.price-cart label,
.price-cart .form-control-plaintext {
    font-size: 1.25rem;
    color: #D20F3B;
}

.product-points ul {
    padding-left: 15px;
}

    .product-points ul li {
        margin-bottom: .5rem;
        list-style-image: url('../images/svg/points-ul.svg');
    }

.artist-prodcut-details .row {
    margin-bottom: 0;
}

.product-desgin-details span {
    padding: 12px;
    border-radius: 0;
    margin: 5px 5px 5px 0;
    background-color: #E6E6E6 !important;
    color: #101010;
}

.banner-section-bottom {
    background-color: #140B77;
    background-image: none !important;
}

    .banner-section-bottom .banner-section-bottom-content {
        display: flex;
        justify-content: space-between;
        height: 100%;
        margin: 0 auto;
    }

    .banner-section-bottom .col-lg-7 {
        display: flex;
        align-items: center;
        color: #fff;
    }

        .banner-section-bottom .col-lg-7 p {
            font-size: 1.25rem;
        }

.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

    span.img-text:hover {
        color: #2caae1;
    }

/* section.banner-section.banner-section-bottom .user-details{
    left: 125px;
  } */
/* section.banner-section.banner-section-bottom .user-section{
    padding-left: 150px;
  } */

.artist-product-banner .input-group span.dashboard-index-search {
    background-color: #34A853;
    border-radius: 0;
}

    .artist-product-banner .input-group span.dashboard-index-search a {
        color: #fff;
    }

.share-icons-cart img {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    margin-right: 5px;
}

.product-points {
    margin-bottom: 15px;
}

/**********************************/
/*      dashboard css start        */
/*********************************/

.dashboard-index .col-lg-3 {
    padding: 0;
}

.dashboard-index .gallery-img-1 {
    background-color: #daeaea;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-index .gallery-img-2 {
    background-color: #cec6d3;
    text-align: center;
}

.dashboard-index .card .card-body .rated-img img {
    position: absolute;
    left: 10px;
    width: 110px;
    height: 120px;
    /* top: 250px; */
    bottom: 70px;
}

.dashboard-index .product-grid .card .card-body .img-start img {
    position: static;
    width: 18px;
}

.dashboard-index .card .card-body .img-start {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 25%;
}

.dashboard-index .card .card-body {
    padding: 10px;
}

.top-rated-section .card .card-body {
    min-height: 135px;
}

.dashboard-index .card .card-body h6 {
    font-weight: 600;
    text-align: left;
}

.dashboard-index .col-lg-3.artwork-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid #dee2e6;
}

    .dashboard-index .col-lg-3.artwork-section h5 {
        font-weight: bold;
    }

    .dashboard-index .col-lg-3.artwork-section p {
        color: #7B7B7B;
    }

.top-rated-section {
    background-color: #F2F2F2;
    padding: 30px 0 55px;
}

    .top-rated-section h4 {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

.product-grid.dashboard-index-grid .card .card-body p.price {
    color: #34A853;
}

.dashboard-index-grid .col-sm-6 {
    width: 50%;
}

.signup-section {
    background-image: url('../images/dashboard-singup.png');
}

    .signup-section h4,
    .signup-section h3 {
        font-weight: 600;
    }

.signup-div {
    background-color: #fff;
    padding: 50px 100px;
}

    .signup-div a.col-3 {
        color: #000;
    }

    .signup-div h4 {
        margin-bottom: 15px;
    }

.subscribe {
    margin: 85px 0;
}

.latest-carousel .card .card-body p {
    text-align: left;
}

.latest-carousel .card .card-body {
    padding: 15px;
}

.product-grid-tabs .latest-carousel .card .card-body {
    padding: 15px 0 15px 15px;
}

.latest-carousel .card .card-body h6 {
    margin-bottom: 5px;
    text-align: left;
}

.dashboard-index .container .container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.rating-stars span {
    padding-top: .25rem;
    padding-left: .5rem;
    text-decoration: underline;
}


/**********************************/
/*      dashboard css end        */
/*********************************/

/**********************************/
/*      login css start          */
/*********************************/
.order-login-1 .form-validate {
    margin: 0;
    width: 100%;
    justify-content: space-between;
}

input[type="password"]:focus {
    z-index: 0 !important;
}

.home-link {
    text-align: end;
    /* margin-bottom: 20px; */
    position: relative;
    /* right: -35px; */
    top: -50px;
}

    .home-link a {
        color: #000;
        font-weight: 600;
    }

.login-section .copyrights-login {
    position: absolute;
    bottom: 25px;
    /* width: 50%; */
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: end;
    z-index: -9;
}

    .login-section .copyrights-login p {
        color: rgba(0, 0, 0, .5);
        font-size: 14px;
    }

.login-page {
    overflow: hidden;
}

    .login-page .login-section {
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

        .login-page .login-section .col-md-6 {
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }

.login-left-sub-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login-left-sub-section h4 {
        font-weight: 700;
    }

    .login-left-sub-section a {
        color: #000;
        font-weight: 500;
        margin-right: 10px;
        line-height: 3rem;
    }

        .login-left-sub-section a.create-account {
            color: #587FFF;
        }

    .login-left-sub-section h6 {
        margin: 10px 0 15px;
        font-weight: 600;
    }

    .login-left-sub-section form {
        width: 100%;
    }

.share-icons img {
    width: 40px;
    margin-right: 10px;
}

.col-md-6.order-login-2 img {
    width: 100vw;
    height: 100vh;
}

.login-right-sub-section {
    display: flex;
    align-items: center;
}

/**********************************/
/*      login css end          */
/*********************************/

/**********************************/
/*      verification css start   */
/*********************************/
.verification {
    background: url(../images/back.png) center no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
    padding: 100px 0;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.detail {
    color: #fff;
    text-align: center;
}

    .detail h3 {
        font-size: 35px;
    }

    .detail h5 {
        font-size: 18px;
        margin: 20px 0;
    }

    .detail h4 {
        font-size: 22px;
        margin-bottom: 45px;
    }

/**********************************/
/*      verification css end     */
/*********************************/

.container.main-section.artist-product-section {
    padding: 50px 15px;
}

.slider-c {
    padding: 100px 0 10px;
    background-color: #E6E6E6;
}

    .slider-c .owl-carousel .item {
        text-align: left;
    }

.heading-top {
    color: #000;
}

    .heading-top span {
        color: #D20F3B;
    }

.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

button.owl-prev {
    left: -40px;
    position: absolute;
}

    button.owl-prev span {
        font-size: 25px;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(0, 0, 0, .5);
        border-radius: 100px;
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 3px;
    }

button.owl-next {
    right: -40px;
    position: absolute;
}

    button.owl-next span {
        font-size: 25px;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(0, 0, 0, .5);
        border-radius: 100px;
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 3px;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}


#back_to_top {
    display: inline-block;
    background-color: #d20f3b;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    border: 1px solid #fff;
    /* outline: 4px solid #d20f3b; */
    cursor: pointer;
    padding: 20px;
}


    #back_to_top::after {
        content: "\f106";
        font-family: FontAwesome;
        font-weight: 600;
        /* font-style: normal; */
        font-size: 24px;
        color: #fff;
        /* z-index: 111; */
        padding-bottom: 3px;
    }

    #back_to_top.show {
        opacity: 1;
        visibility: visible;
    }

/* image upload start */

.avatar-upload {
    position: relative;
    width: fit-content;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 5px;
        z-index: 1;
        bottom: 0;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

    .avatar-upload .avatar-preview {
        width: 150px;
        height: 150px;
        position: relative;
        /* border-radius: 100%; */
        /* border: 6px solid #f8f8f8; */
        /* box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1); */
        cursor: pointer;
    }

    .avatar-upload .avatar-edit input + label {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-bottom: 0;
        border-radius: 100%;
        background: #ffffff;
        border: 1px solid transparent;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        font-weight: normal;
        transition: all 0.2s ease-in-out;
        position: relative;
        display: none;
        background: url('/img/svg/pencil-fill.svg');
        background-repeat: no-repeat;
        background-position: center;
    }

        .avatar-upload .avatar-edit input + label:hover {
            background: #f1f1f1;
            border-color: #d6d6d6;
            background: url('/img/svg/pencil-fill.svg');
            background-repeat: no-repeat;
            background-position: center;
        }

        .avatar-upload .avatar-edit input + label:after {
            /* content: "\f040";
    font-family: "FontAwesome"; */
            background: url('/img/svg/pencil-fill.svg');
            background-repeat: no-repeat;
            background-position: center;
            color: #757575;
            position: absolute;
            top: 50%;
            left: 50%;
            right: 0;
            text-align: center;
            margin: auto;
            /*transform: translate(0%, -70%);*/
            transform: translate(-50%, -50%);
        }

    .avatar-upload .avatar-preview > div {
        width: 100%;
        height: 100%;
        /* border-radius: 100%; */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .avatar-upload:hover .avatar-edit input + label {
        display: block;
    }

.basic-details .avatar-upload .avatar-preview {
    width: 300px;
    height: 300px;
    position: relative;
    cursor: pointer;
}

.secure-update-new .avatar-upload .avatar-preview {
    width: 300px;
    height: 300px;
    position: relative;
    cursor: pointer;
}

.basic-details .avatar-upload .avatar-edit input + label:after {
    font-size: 20px;
}

.basic-details .avatar-upload .avatar-edit input + label {
    width: 50px;
    height: 50px;
    right: 10px;
}

.latest-carousel {
    display: inline-flex;
    padding: 0;
    margin: 0;
}


.manage .avatar-upload .avatar-preview {
    width: 300px;
    height: 300px;
    position: relative;
    cursor: pointer;
}

.manage .avatar-upload .avatar-edit input + label:after {
    font-size: 20px;
}

.manage .avatar-upload .avatar-edit input + label {
    width: 50px;
    height: 50px;
    right: 10px;
}

/* image upload end */


#v-pills-messages .chat-area {
    border: 1px solid #d3d3d3;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 20px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single:focus-visible {
    border: none;
}

.product-details .row {
    margin: 0;
}

    .product-details .row .col-form-label {
        margin: 0;
    }

    .product-details .row .col-sm-3 {
        padding-left: 0;
        padding-bottom: 0;
    }

.box-image {
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #d3d3d3;
}

.product-form .row {
    margin-bottom: 20px;
}

.product-form .col-form-label {
    font-weight: 500;
    font-size: 15px;
    color: #3d3d3d;
}

.product-form .row .col-md-7,
.product-form .row .col-md-5 {
    padding: 20px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #ced4da;
}

.product-edit-btn {
    display: flex;
    justify-content: end;
    padding-bottom: 20px;
    margin: 0;
}

#nav-manage .avatar-upload {
    width: 100%;
    justify-content: center;
    display: flex;
}

#nav-manage .latest-carousel .item.col-lg-3.col-md-6 {
    margin-bottom: 20px;
}

#nav-manage .latest-carousel .card .card-body {
    justify-content: center;
    display: flex;
    flex-direction: column;
}


/*page loader css starts*/
.page-loader .loader-logo img {
    width: 175px;
}

.page-loader #dots {
    position: absolute;
}

.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: #ffffffde;
}

    .page-loader .loader-parent-div img {
        width: 100%;
    }

    .page-loader .loader-parent-div {
        width: 150px;
        height: 150px;
        margin: auto;
        position: relative;
    }

    .page-loader .count_percentage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .page-loader .count_percentage span {
            font-size: 18px;
            color: #000;
            font-weight: 600;
        }

/*page loader css ends*/

section {
    padding: 50px 0px;
}

label {
    font-family: 'Gill Sans', sans-serif;
    margin: 15px 0;
    color: #3d3d3d;
    font-weight: 500;
}

.p_left {
    padding-left: 100px;
}
.navbar-brand img {
    width: 70%;
}
.bdyBgClr {
    background-color: #fff;
}

.slideBnr {
    width: 100%;
    position: relative;
    display: none;
}

    .slideBnr .carousel-caption {
        position: absolute;
        left: inherit;
        right: inherit;
        bottom: inherit;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 40px;
        width: 700px;
        border-radius: 5px;
        min-height: 270px;
        text-align: left;
    }
/*.bannerContent {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 45px 70px 45px 45px;
    max-width: 700px;
    border-radius: 5px;
}*/
.Left_topContent {
    top: 80px !important;
    left: 10% !important;
}

.Right_TopContent {
    top: 80px !important;
    right: 10% !important;
}

.Left_BottomContent {
    left: 10% !important;
    bottom: 80px !important;
}

.Right_BottomContent {
    right: 10% !important;
    bottom: 80px !important;
}

.slideBnr .carousel-caption h2 {
    font-family: 'Gill Sans', sans-serif;
    font-size: 54px;
    margin-bottom: 10px;
    font-weight: 500;
}

.slideBnr .carousel-caption p {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}

.slideBnr .carousel-caption a {
    font-family: 'Gill Sans', sans-serif;
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 500;
}

.carousel-indicators {
    display: none;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 150px;
}

.btn {
    background: #4285F4 !important;
    color: #fff !important;
    padding: 10px 20px;
    min-width: 125px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.modalWidth03 {
    max-width: 50% !important;
}
#CropImageCrearepage .croppie-container .cr-boundary {
    width: 640px !important;
    height: 450px !important;
}

.modal-body1 {
    height: 450px !important;
}
/*#CropImageCrearepage .croppie-container .cr-boundary img {
    width: 100% !important;
    height: 100% !important;
}*/
.cr-viewport {
    width: 270px !important;
    /*height: 215px !important;*/
}
.modal-footer {
    justify-content: center !important;
}
.croppie-container .cr-slider-wrap {
    width: 100% !important;
    margin-left: 20px !important;
}

.croppie-container .cr-resizer, .croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
    z-index: 0;
    width: 356px !important;
    height: 400px !important;
}
.croppie-container .cr-image img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    /* max-height: none; */
    /* max-width: none; */
    width: 100% !important;
    height: 100% !important;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.mt01 {
    margin-top: 10px;
    margin-right: 5px;
}
.image--cover {
    margin: 0px 20px 0px 20px !important;
}
.image--cover p {
    color: #000 !important;
}
.btnHeight {
    display:block;
    height: 44px !important;
    width: 200px !important;
}
.ftrHeight {
    min-height: 120px !important;
    margin-top: 35px;
}
.croppie-container .cr-slider-wrap {
    margin: 28px 0px 10px  140px !important;
}
header nav.navbar p {
    font-size: 13px;
    text-transform: capitalize;
}

.croppie-container .cr-slider-wrap {
    position: relative !important;
}
.modal-footer .plus {
    position: absolute !important;
    right: 100px !important;
    bottom: 80px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background-color: #4285F4 !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    cursor: pointer !important;
    border: 2px solid #4285F4 !important;
}
.modal-footer .minus {
    position: absolute !important;
    left: 100px !important;
    bottom: 80px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background-color: #4285F4 !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    cursor: pointer !important;
    border: 2px solid #4285F4 !important;
}

.w_01 {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/* ============================================================================================ */

/* table */

/* ============================================================================================ */

.tablePnls {
    width: 100%;
    display: block;
}

    .tablePnls .thead-inverse th {
        background-color: #4285F4;
        font-size: 18px;
        color: #fff;
        text-align: center;
        font-weight: 500;
    }

    .tablePnls tr {
        border: 1px solid #d4d4d4;
    }

    .tablePnls th, .tablePnls td {
        text-align: center;
    }

    .tablePnls .photo {
        width: 250px;
        height: 150px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        border: 1px solid #c5c5c5;
    }

        .tablePnls .photo .fa-play {
            font-size: 25px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .tablePnls .photo img {
            /*object-fit: cover;
            object-position: center;*/
            width: 100%;
            height: 100%;
        }

    .tablePnls .contentBox {
        background-color: #e5e5e5;
        padding: 15px 10px;
        width: 250px;
        height: 150px;
        margin: 0 auto;
        text-align: center;
        word-wrap: break-word;
        /*overflow-x: hidden;
        overflow-y: scroll;*/
    }

        .tablePnls .contentBox p {
            font-size: 14px;
            color: #000;
            font-weight: 500;
        }

    .tablePnls .contentDtail {
        background-color: #e5e5e5;
        padding: 15px 10px;
        width: 250px;
        height: 150px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .tablePnls .contentDtail ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .tablePnls .contentDtail ul li {
                font-size: 14px;
                color: #000;
                font-weight: 500;
                padding-bottom: 5px;
                text-align: left;
            }

                .tablePnls .contentDtail ul li span {
                    width: 60px;
                    display: inline-block;
                }

    .tablePnls .table_con {
        width: 100%;
        padding-top: 0;
    }
    .tablePnls .fa-share-nodes {
        margin-right: 10px;
    }



.tablePnls .table_con a img {
    width: 25px;
    margin-right: 0px;
}

.switch-container {
    display: inline-block;
    margin: 20px 50px;
    position: relative;
    text-align: center;
}

.switch {
    background: #ff0000;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    position: relative;
    width: 50px;
    -webkit-transition: background .4s;
    transition: background .4s;
}

    .switch span {
        display: inline-block;
        background: #f9f9f9;
        box-shadow: 0 0 0 1px #333, 1px 1px 4px #000;
        box-sizing: border-box;
        border-radius: 50%;
        height: 20px;
        left: 5px;
        position: absolute;
        top: -3px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        width: 20px;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
    }

.switch-checkbox {
    display: none;
}

    .switch-checkbox:checked ~ .switch {
        background: green;
    }

        .switch-checkbox:checked ~ .switch span {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

.status,
.status-c {
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}

    .status:before,
    .status:after {
        left: -50%;
        position: absolute;
        right: -50%;
        -webkit-transition: -webkit-transform .4s, opacity .4s;
        transition: transform .4s, opacity .4s;
    }

    .status-c:before,
    .status-c:after {
        left: -50%;
        position: absolute;
        right: -50%;
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
    }

    /* Notchecked */
    .status:before,
    .status-c:before {
        content: attr(data-checked);
        opacity: 0;
    }

    .status:after,
    .status-c:after {
        content: attr(data-notchecked);
        opacity: 1;
        color: #ff0000;
    }

/* Checked */
.switch-checkbox:checked ~ .status:before,
.switch-checkbox:checked ~ .status-c:before {
    opacity: 1;
}

.switch-checkbox:checked ~ .status:after,
.switch-checkbox:checked ~ .status-c:after {
    opacity: 0;
}

/* Checked*/
.switch-checkbox:checked ~ .left:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    color: green;
}

.switch-checkbox:checked ~ .left:after {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
}
/* Notchecked */
.left:before {
    -webkit-transform: translateX(-5%);
    transform: translateX(25%);
}

.left:after {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.height08 {
    min-height: 400px !important;
}

.height09 {
    min-height: 270px !important;
}



/* ============================================================================================ */

/* edit_diary */

/* ============================================================================================ */
.btn01__ {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    min-width: 125px;
    text-align: center;
    color: #fff !important;
    background-color: #4285F4;
    border: 1px solid #4285F4;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    margin: 25px auto 0;
    border-radius: 7px;
    transition: all .4s ease;
    box-shadow: rgb(201 201 201 / 70%) 0px 4px 10px;
}
    .btn01__:hover {
        background: #2966F5 !important;
        border: 1px solid #2966F5;
    }
.edit_diary {
    width: 100%;
 /*   padding: 60px 0;*/
}

    .edit_diary h3 {
        margin: 0 0 25px;
        font-size: 32px;
        font-weight: 600;
        color: #000;
        width: 100%;
        padding: 50px 0 25px;
        border-bottom: 1px solid #909090;
    }

    .edit_diary #editor {
        font-family: 'Gill Sans', sans-serif;
        resize: vertical;
        overflow: auto;
        line-height: 1.5;
        background-color: #fcfcfc;
        background-image: none;
        border: 0;
        min-height: 350px;
        font-weight: 500;
        box-shadow: none;
        padding: 15px;
        margin: 0 auto;
        font-size: 15px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }

        .edit_diary #editor:focus {
            background-color: #f0f0f0;
            border-color: #38af5b;
            box-shadow: none;
            outline: 0 none;
        }

    .edit_diary .btn {
        font-family: 'Gill Sans', sans-serif;
        font-weight: 300;
        color: #000 !important;
        margin: 0;
        font-size: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: none;
        border-bottom: .15em solid black;
        padding: 0.65em 1.3em;
    }

    .edit_diary .btn-xs {
        font-size: .80em;
        padding: .25em .75em;
    }

    .edit_diary .btn-default {
        border-color: #d9d9d9;
        background-image: linear-gradient(#ffffff, #f2f2f2);
    }

        .edit_diary .btn-default:hover {
            background: linear-gradient(#f2f2f2, #e6e6e6);
        }

#editControls {
    background-color: #d5d5d5;
    padding: 10px;
}

#editparent {
    border: 1px solid #d5d5d5;
}

.btn01Cancel {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    min-width: 125px;
    text-align: center;
    color: #fff !important;
    background-color: #707070;
    border: 1px solid #707070;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    border-radius: 7px;
    transition: all .4s ease;
    box-shadow: rgb(201 201 201 / 70%) 0px 4px 10px;
}

.rSide {
    float: right;
}

/* ============================================================================================ */

/* crop */

/* ============================================================================================ */
.cropPanel {
    width: 100%;
    padding: 60px 0;
    display: inline-block;
    position: relative;
}

    /*:root {
  --color-1: rgb(240, 240, 240);
  --color-2: rgb(220, 220, 220);
  --color-3: rgb(200, 200, 200);
  --color-4: rgb(180, 180, 180);
  --color-success: rgb(140, 240, 140);
  --color-warning: rgb(240, 140, 140);
  --color-text: rgb(45, 49, 49);
  --color-shadow: rgba(50, 50, 50, 0.5);
  --color-crop-thumb: rgb(255, 243, 70);
  --color-slider-track: var(--color-4);
  --color-slider-thumb: rgb(250, 150, 150);
}*/

    .cropPanel .button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        min-width: 125px;
        border: none;
        box-shadow: none;
        background: #4285F4;
        border-radius: 7px;
        cursor: pointer;
        transition: 0.1s;
        outline: none;
        -webkit-appearance: none;
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 500;
    }

        .cropPanel .button.success {
            background-color: #34A853;
        }

        .cropPanel .button.warning {
            background-color: red;
        }

        .cropPanel .button:hover {
            opacity: 0.9;
        }

        .cropPanel .button.aspect-ratio {
            -webkit-appearance: listbox;
            padding-left: 5px;
        }

    /*.cropPanel .popup {
  background: var(--color-1);
  width: 70%;
  height: 640px;
  display: block;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.2s;
  transform: translateY(400px);
  position: absolute;
  padding: 10px;
  border-radius: 0.3em;
}*/

    .cropPanel .popup {
        background: #f0f0f0;
        width: 100%;
        height: 640px;
        display: block;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: 0.2s;
        transform: translateY(50px);
        /* position: absolute; */
        padding: 10px;
        border-radius: 0.3em;
    }

@media only screen and (max-width: 450px) {
    .cropPanel .popup {
        width: 90% !important;
    }
}

.cropPanel .popup.active {
    display: flex;
    /*  transform: translateY(90%);*/
}

.cropPanel .cropper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/*.cropPanel .file-input {
    display: none;
}*/

.cropPanel .file-button {
    border: none;
}

.cropPanel .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    cursor: move;
    overflow: hidden;
    border-radius: 0.3em;
    background-color: #000;
    box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.5);
    ;
}

.cropPanel .thumb-box {
    /*width: 100%;
	height: 100%;*/
    width: 400px !important;
    height: 400px !important;
    position: relative;
    transition: 0.5s;
}

    .cropPanel .thumb-box rect {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(0%, 0%);
        /*  	transform: translate(-50%, -50%);*/
        width: 396px !important;
        height: 396px !important;
        fill: transparent;
        /* stroke-width: 2; */
        stroke: #fff;
        z-index: 0;
        /* stroke-dasharray: 10; */
        /* stroke-dashoffset: 0; */
        /* stroke-linecap: round; */
        /* animation: dash 1s linear infinite; */
        transition: 0.5s;
        rx: 5px;
    }

/*.cropPanel .thumb-box {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

    .cropPanel .thumb-box rect {
        width: 100%;
        height: 100%;
        fill: transparent;*/
        /* stroke-width: 2; */
        /*stroke: #fff;*/
        /* stroke-dasharray: 10; */
        /* stroke-dashoffset: 0; */
        /* stroke-linecap: round; */
        /* animation: dash 1s linear infinite; */
        /*transition: 0.5s;
        rx: 5px;
    }*/

@keyframes dash {
    25% {
        stroke: var(--color-1);
    }

    50% {
        stroke: var(--color-warning);
    }

    75% {
        stroke: var(--color-success);
    }

    to {
        stroke-dashoffset: 20;
    }
}

.cropPanel .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    display: none;
}

.cropPanel .action {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    /* align-content: space-between; */
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
    width: 100%;
}

    .cropPanel .action .container {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        width: 100%;
    }

        .cropPanel .action .container:nth-child(1) {
            flex-direction: row;
            justify-content: center;
            align-items: center;
            color: var(--color-4);
        }

        .cropPanel .action .container .button {
            width: 100%;
            margin-top: 10px;
        }

    .cropPanel .action .fa-minus-circle, .cropPanel .action .fa-plus-circle {
        font-size: 25px;
        color: #4285F4;
    }

.cropPanel .zoom-slider {
    width: 15%;
    background: transparent;
    cursor: pointer;
    margin: 30px 10px;
}

    .cropPanel .zoom-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: var(--color-slider-thumb);
        cursor: pointer;
        margin-top: -7px;
    }

    .cropPanel .zoom-slider::-moz-range-thumb {
        background: var(--color-slider-thumb);
        cursor: pointer;
        margin-top: -7px;
    }

    .cropPanel .zoom-slider::-ms-thumb {
        background: var(--color-slider-thumb);
        cursor: pointer;
        margin-top: -7px;
    }

    .cropPanel .zoom-slider:focus,
    .cropPanel .zoom-slider:focus::-webkit-slider-runnable-track,
    .cropPanel .zoom-slider:focus::-ms-fill-lower,
    .cropPanel .zoom-slider:focus::-ms-fill-upper {
        outline: none;
    }

    .cropPanel .zoom-slider::-webkit-slider-runnable-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        background: var(--color-slider-track);
        border-radius: 0.3em;
    }

    .cropPanel .zoom-slider::-moz-range-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        background: var(--color-slider-track);
        border-radius: 0.3em;
    }

    .cropPanel .zoom-slider::-ms-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        background: var(--color-slider-track);
        border-radius: 0.3em;
    }

    .cropPanel .zoom-slider::-ms-fill-lower {
        background: #2a6495;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px red;
    }

    .cropPanel .zoom-slider::-ms-fill-upper {
        background: #3071a9;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px red;
    }

.cropPanel .crop-result {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .cropPanel .crop-result .image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px;
    }

        .cropPanel .crop-result .image img {
            max-width: 400px;
            max-height: 400px;
            box-shadow: 0 0 3px rgb(100 100 100);
        }

    .cropPanel .crop-result .name {
        font-family: 'Gill Sans', sans-serif;
        display: none;
    }


/* ============================================================================================ */

/* market place */

/* ============================================================================================ */

.certificateSec {
    width: 100%;
    padding: 60px 0;
    display: block;
}

.certificateSec_top {
    width: 100%;
    display: block;
}

    .certificateSec_top h3 {
        font-size: 26px;
        font-weight: 600;
        color: #000;
        margin: 0 !important;
    }

    .certificateSec_top h6 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin: 0 !important;
        text-align: right;
    }

        .certificateSec_top h6 span {
            font-weight: 400;
            padding-left: 35px;
            line-height: 30px;
        }

.art_Name {
    display: flex;
    align-items: center;
    justify-content: left;
}

.certificateSec_top label {
    font-weight: 600;
    width: 190px;
}

.inputField {
    width: 100%;
    border: 1px solid #ced4da;
    font-size: 16px;
    color: #000;
    padding: 5px 10px;
    height: 45px;
    font-weight: 500;
    position: relative;
}

.certificateSec_mid {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    border: 2px solid #ced4da;
    display: block;
}

.slick-list {
    position: relative;
    display: block;
    overflow: inherit !important;
    margin: 0;
    padding: 0;
}

.module-gallery {
    width: 100%;
}

    .module-gallery .slider-wrapper {
        display: flex;
        overflow: hidden;
        max-height: 500px;
        position: relative;
        width: 45%;
        margin: 0 auto;
    }

.slider-preview .slick-slide img {
    width: 100%;
    height: 100%;
}

    .module-gallery .slider-thumb {
        max-width: 125px;
        margin-right: 25px;
    }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: none !important;
    margin: 0 0 15px;
}

.slider-thumb .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 150px;
}

        /*.module-gallery .slider-thumb li {
            max-height: 100px;
        }*/
        /* .module-gallery .slider-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */
        .module-gallery .slider-thumb .slick-prev,
        .module-gallery .slider-thumb .slick-next {
            z-index: 1;
            height: 1em;
            width: 100%;
            background-color: #000;
            opacity: 1;
            transition: opacity 300ms ease;
            font-size: 1.5em;
            color: #fff;
            
        }

            .module-gallery .slider-thumb .slick-prev:before,
            .module-gallery .slider-thumb .slick-next:before {
                content: '';
            }

            .module-gallery .slider-thumb .slick-prev:hover,
            .module-gallery .slider-thumb .slick-next:hover {
                opacity: 0.5;
            }

        .module-gallery .slider-thumb .slick-prev {
            left: unset;
            top: 0.5em;
        }

        .module-gallery .slider-thumb .slick-next {
            top: unset;
            right: unset;
            bottom: -0.5em;
        }

.slick-track .slick-track {
    display: none;
}
.slick-slide img {
    display: block;
    width: 100%;
}

/*@media (max-width: 767px) {
    .module-gallery .slider-wrapper {
        flex-direction: column-reverse;
    }

    .module-gallery .slider-thumb {
        max-width: 100%;
    }

        .module-gallery .slider-thumb .slick-prev,
        .module-gallery .slider-thumb .slick-next {
            top: 50%;
            width: 1em;
            height: 100%;
        }

        .module-gallery .slider-thumb .slick-prev {
            left: 0;
        }

            .module-gallery .slider-thumb .slick-prev .fa:before {
                content: "\f104";
            }

        .module-gallery .slider-thumb .slick-next {
            right: 0;
        }

            .module-gallery .slider-thumb .slick-next .fa:before {
                content: "\f105";
            }
}*/

.certificateSec_btm {
    width: 100%;
    margin-top: 50px;
    display: block;
}

.certificateSec_btmLft {
    width: 100%;
}

.certificateSec_btm label {
    font-weight: 500;
    font-size: 15px;
    margin: 0 !important;
}

/*.formGrp {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}*/

.formGrp {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.formGrpLft {
    width: 180px;
    display: inline-block;
}

.formGrpRgt {
    width: 74%;
    display: inline-block;
}

.certificateSec_btm select {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #000;
    padding: 5px 10px;
    height: 45px;
    font-weight: 400;
    position: relative;
}

.certificateSec_btm .dropdown-select {
    width: 100%;
    border: 1px solid #ced4da;
    font-size: 15px !important;
    color: #707070;
    padding: 5px 10px;
    height: 45px;
    font-weight: 500;
    position: relative;
}

    .certificateSec_btm .dropdown-select:focus {
        outline: none;
        border: 2px solid #4285F4 !important;
    }


    .dropdown-select:after {
        font-family: FontAwesome;
        content: "?";
        color: rgb(204, 204, 204);
        position: absolute;
        right: 14px;
        font-size: 18px !important;
        transition: all 0.5s ease 0s;
        top: 50%;
        transform: translateY(-50%);
    }

.select2-container--default .select2-selection--multiple {
    width: 100%;
    border: 1px solid #ced4da !important;
    font-size: 15px !important !important;
    color: #000 !important;
    padding: 5px 10px !important;
    min-height: 45px !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    position: relative !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
       margin-bottom: 5px !important;
    }
        .signBox {
    width: 70%;
    height: 130px;
    border: 1px solid #ccc;
}

.inputField02 {
    min-height: 470px;
    padding: 10px;
}

.certificateSec_btmrgt {
    width: 100%;
    display: flex;
    align-items: normal;
    margin-bottom: 20px;
}

.inputField:focus {
    outline: none;
    border: 2px solid #4285F4 !important;
}

    .certificateSec_btmrgt label {
        font-weight: 500;
        font-size: 15px;
        width: 210px;
    }

.btnRgt {
    float: right;
}

@media (max-width: 1600px) {
    .module-gallery .slider-wrapper {
        width: 50%;
    }
}

@media (max-width: 1440px) {
    .formGrpLft {
        width: 165px;
    }
    .module-gallery .slider-wrapper {
        width: 52%;
    }
    /*.module-gallery .slider-wrapper {
        display: flex;
        overflow: hidden;
        max-height: 450px;
    }*/
}

@media (max-width: 1380px) {
    .formGrpLft {
        width: 160px;
    }
    .module-gallery .slider-wrapper {
        width: 60%;
    }
}

@media (max-width: 1366px) {
    .formGrpLft {
        width: 145px;
    }
    .module-gallery .slider-wrapper {
        width: 61%;
    }
}

@media (max-width: 1024px) {
    .module-gallery .slider-wrapper {
        width: 73%;
    }
    #pdfBox .pdfBox01 {
        width: 500px !important;
    }
    
}
@media (max-width: 991px) {
    /*.module-gallery .slider-wrapper {
        display: flex;
        overflow: hidden;
        max-height: 360px;
    }*/
    .module-gallery .slider-wrapper {
        width: 100%;
    }
    .footer-third-column {
        margin-left: 0 !important;
    }

    .footer-second-column {
        margin: 0 !important;
    }

    .footer-first-column {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .module-gallery .slider-thumb {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .certificateSec_btm .col-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    /*.module-gallery .slider-wrapper {
        display: flex;
        overflow: hidden;
        max-height: 360px;
    }*/

    

    .module-gallery .slider-wrapper {
        flex-direction: column-reverse;
    }

    .module-gallery .slider-thumb {
        max-width: 100%;
        
    }

        .module-gallery .slider-thumb .slick-prev,
        .module-gallery .slider-thumb .slick-next {
            top: 50%;
            width: 1em;
            height: 100%;
        }

        .module-gallery .slider-thumb .slick-prev {
            left: 0;
        }

            .module-gallery .slider-thumb .slick-prev .fa:before {
                content: "\f104";
            }

        .module-gallery .slider-thumb .slick-next {
            right: 0;
        }

            .module-gallery .slider-thumb .slick-next .fa:before {
                content: "\f105";
            }

    .slider-thumb .slick-list {
        height: 100px !important;
    }

    .slider-thumb .slick-slide img {
        display: block;
        height: 100px !important;
        width: 150px;
    }

    .slick-vertical .slick-slide {
        margin: 0;
    }
    .module-gallery .slider-wrapper {
        display: flex;
        overflow: hidden;
        max-height: 500px;
    }
    .slick-slide img {
        display: block;
        height: 100%;
    }
    .module-gallery .slider-thumb {
        margin-right: 0;
        margin-top: 15px;
    }
    /*.slider-thumb .slick-list li {
        width: 150px;
        height: 100px;
        border: 1px solid red;
    }*/



}

@media (max-width: 480px) {
    .formGrp, .certificateSec_btmrgt {
        display: block;
    }

    .formGrpLft, .formGrpRgt {
        width: 100%;
    }

    .certificateSec_btm label {
        margin-bottom: 5px !important;
    }

    .cropPanel .action {
        display: block !important;
        text-align: center;
    }

    .cropPanel .thumb-box rect {
        transform: translate(8%, 7.5%);
        width: 270px !important;
        height: 270px !important;
    }

    .cropPanel .zoom-slider {
        width: 60%;
    }

    .cropPanel .popup {
        height: 620px;
    }

    .cropPanel .button {
        margin: 0 auto;
    }
    .cropPanel .action .fa-minus-circle, .cropPanel .action .fa-plus-circle {
        vertical-align: text-top;
    }
    .cropPanel .image-box {
        height: 400px;
    }
    #pdfBox .pdfBox01 {
        width: 400px !important;
    }
}

@media (max-width: 430px) {
    #pdfBox .pdfBox01 {
        width: 380px !important;
    }
}

@media (max-width: 390px) {
    .cropPanel .thumb-box rect {
        transform: translate(8%, 7.5%);
        width: 240px !important;
        height: 240px !important;
    }
    #pdfBox .pdfBox01 {
        width: 360px !important;
    }
}

@media (max-width: 384px) {
}

@media (max-width: 375px) {
    .cropPanel .thumb-box rect {
        transform: translate(8%, 7.5%);
        width: 220px !important;
        height: 220px !important;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1600px !important;
    }
}







.btn01_cancel {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    min-width: 125px;
    text-align: center;
    color: #fff !important;
    background-color: red;
    border: 1px solid red;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    margin: 25px 10px 0 0;
    border-radius: 7px;
    transition: all .4s ease;
    box-shadow: rgb(201 201 201 / 70%) 0px 4px 10px;
}

.tablePnls .photo .fa-download {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11;
    color: #4285F4;
}

.cell11 {
    width: 125px !important;
}
.cell12 {
    width: 62% !important;
}
.cell13 {
    width: 20% !important;
}
.cell14 {
    width: 5% !important;
}


.pdfBox01 {
    width: 250px;
    height: 400px !important;
    border: none !important;
}

#pdfBox iframe {
    width: 100% !important;
    height: 380px !important;
}

.col-form-label {
    font-weight: 500;
}
div:where(.swal2-container) .swal2-html-container {
    font-weight: 500 !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    min-width: 100px !important;
}

tbody, td, tfoot, th, thead, tr {
    font-weight: 500 !important;
}

.form-control {
    border: 1px solid #ced4da !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border-radius: 7px !important;
    background-color: #34A853 !important;
    min-width: 100px;
}
    div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
        box-shadow: none;
    }


.btn:hover {
    background: #2966F5 !important;
}

.greenBtn {
    background-color: #34A853 !important;
}

    .greenBtn:hover {
        background-color: #12c841 !important;
    }


.floating-button {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 16px;
    color: white !important;
    background-color: #909090 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.footer-first-column, .footer-second-column, .footer-third-column {
    max-width: 240px;
}

.footer-third-column {
    margin-left: auto;
}

.footer-second-column {
    margin: 0 auto;
}
.subscription-sec {
    min-height: calc(100vh - (95px + 253px));
}
