@import url('css2.css');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

body,
div,
p,
li,
ul,
ol,
span,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

button:focus,
button:active,
.btn-check:focus + .btn {
    outline: none;
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

li,
ul,
ol {
    list-style: none;
}

button,
button:focus,
button:hover,
button:active {
    outline: none;
}

.container {
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}

.tham-but {
    background-color: #bb096e;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor:pointer;
}

.tham-drop-down {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #2f3034;
}

.form-impotant-message {
    background-color: #ffffff;
    padding: 15px 20px;
    margin-top: 15px;
}

.heading-keywords {
    margin-top: 30px;
}

.course-list-wrapper {
    padding-top: 30px;
}

.course-top-bar.border-bottom.row {
    border-bottom: 1px solid #ebebeb;
}

.but-login a {
    font-size: 16px;
    font-weight: 500;
    color: #2f3034;
}

.but-login {
    margin-left: 15px;
}

    .but-login a:hover {
        color: #000000;
    }

.header-warpper {
    padding: 15px 0px;
}

.header-sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.menu ul {
    display: flex;
    align-items: center;
}

.head-but {
    display: flex;
}

.menu-sec {
    display: flex;
    align-items: center;
}

.menu ul li {
    padding: 0px 10px;
}

    .menu ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #2f3034;
    }



.sticky-header {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box {
    position: relative;
    border-radius: 2px;
    padding-top: 15px;
    /* margin-bottom: 15px; */
    width: 100%;
}

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.c12 {
    max-width: 100%;
}

.scc {
    padding: 5px;
}
.c6 {
    max-width: 50%;
}

.px1, .pr1 {
    padding-right: 15px !important;
}

.px1, .pl1 {
    padding-left: 15px !important;
}

/*****************************************foram sec**********************************************/

.text-center {
    text-align: center;
}

.section-title .title {
    font-size: 32px;
    font-weight: 600;
    color: #bb096e;
    line-height: 1.2;
}

    .section-title .title span::before {
        position: absolute;
        content: "";
        width: 103%;
        height: 22px;
        background-color: #ffd24d;
        border-radius: 50px;
        z-index: -1;
        top: 12px;
        left: -5px;
    }

    .section-title .title span {
        position: relative;
        z-index: 1;
    }

.post-ad-form-outer {
    border: 1px solid #cccccc;
    padding: 15px 20px;
    margin: 20px 0px;
    background-color: #fbfbfb;
    border-radius: 10px;
}



.form-width {
    width: 900px;
    margin: 0 auto;
}

.width-100 {
    width: 100%;
}

.width-50 {
    width: 49%;
    flex: 0 0 auto;
}

.width-25 {
    width: 24%;
}

.width-70 {
    width: 70%;
}

.width-30 {
    width: 30%;
}

.width-14 {
    width: 11%;
}

.form-label h4 {
    font-size: 14px;
    color: #bb096e;
    font-weight: 500;
    margin-top: 10px;
}

.form-control {
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666666;
    background-color: #ffffff;
    padding: 13px 15px;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 3px;
    width:100%;
}

.advanced-search .column-count {
    display: inline-block;
    margin-top: 15px;
}

.advanced-search input {
    width: fit-content;
}

.form-impotant-message p,
.i-agree-to-Pibilo ol li {
    color: #bb096e;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.i-agree-to-Pibilo ol li {
    list-style: circle !important;
}

.i-agree-to-Pibilo ol {
    margin: 10px 20px;
}

.i-agree-to-Pibilo a {
    color: #000000;
    text-decoration: underline;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column-count {
    column-count: 3;
    margin-top: 10px;
}



.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    top: 2px;
}

.service-row {
    display: flex;
    align-items: center;
}

.extra-fee {
    padding-left: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #666666;
}

.price-table-row {
    column-count: 3;
    margin: 10px 0px;
}

.extra-fee-input-bx {
    border: 1px solid #ccc;
    padding: 10px 10px;
    background-color: #fff;
}

input.extra-fee-input-bx {
    outline: none;
}

.form-separate-box .widget-title {
    font-size: 18px;
    font-weight: 500;
    background-color: #fdf3d7;
    padding: 5px 10px;
    color: #bb096e;
    margin-top: 15px;
    margin-bottom: 10px;
}

.Important-dot {
    list-style: outside;
    margin: 10px 15px;
    color: #bb096e;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.upload__btn {
    display: inline-block;
    font-weight: 400;
    color: #9f9f9f;
    min-width: 116px;
    padding: 5px 10px;
    transition: all 0.3s ease;
    border: 2px solid;
    border-color: #000000;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}

input.upload__inputfile {
    display: none;
}

img {
    max-width: 100%;
}

.images-width img {
    width: 20%;
}

.images-width p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.width-fit {
    width: -webkit-fill-available;
    width: -moz-available;
}

.btn-primary {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 38px;
    padding: 0px 15px;
    border: none;
}

/**********************************************footer sec***************************************************/


.footer-widget {
    color: #d9d9d9;
}

    .footer-widget p {
        color: #bb096e;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        margin-top: 10px;
    }

.widget-link .link li {
    margin: 10px;
}

    .widget-link .link li a {
        line-height: 28px;
        font-weight: 500;
        font-size: 16px;
        color: #bb096e;
    }

        .widget-link .link li a:hover {
            color: #000000;
        }

.widget-link ul {
    margin-top: 52px;
}

.widget-info .social li a {
    border: 1px solid rgb(102, 102, 102);
    text-align: center;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    padding: 10px;
    margin: 10px;
}

.social li a img {
    height: 20px;
}

.widget-info .social {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    gap:15px;
}

    .widget-info .social li a:hover {
        background-color: #000000;
        border-color: #000000;
    }

.social-boder {
    border-top: 0.5px solid #ccc;
}

.footer-copyright {
    padding: 25px 0;
}

.copyright-sec {
    text-align: center;
    background-color: #000;
    padding: 10px 0px;
    color: #fff;
}

.back-btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000000;
    border: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .back-btn:hover {
        background-color: #bb096e;
        color: #ffffff;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.07);
        box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.07);
    }

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 400;
    color: #9f9f9f;
    text-align: center;
    min-width: 116px;
    padding: 5px 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #ffffff;
    border-color: #000000;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}

    .upload__btn:hover {
        background-color: unset;
        color: #000000;
        transition: all 0.3s ease;
    }

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

    .upload__img-close:after {
        content: "✖";
        font-size: 14px;
        color: white;
    }

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.upload__btn p img {
    height: 40px;
    margin-right: 5px;
}

/************************************uk massage page****************************************/

.btn-warning {
    background-color: #bb096e;
    border-color: #ffc107;
    color: #bb096e;
}

.keywords .keywords-item {
    margin: 0;
    min-width: 100px;
}

.btn {
    display: inline-block;
    overflow: hidden;
    background-color: #bb096e;
    border-color: transparent;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    padding: 0px 15px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    vertical-align: top;
    margin-top:4px;
}

.advanced-Search-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tham-but:hover, .btn:hover {
    background-color: #000000;
    color:#ffffff;
}

.content-center {
    align-items: center;
    background-color: #fbfbfb;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 15px;
}

.cmn-ck-bx-list {
    margin-bottom: 15px;
}

.advanced-search {
    display: none;
}

.sidebar-wrap-02 {
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 35px 40px;
    margin-top: 50px;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
}

.widget-checkbox {
    margin-top: 18px;
}

    .widget-checkbox .checkbox-list li {
        min-height: auto;
        margin-bottom: 0;
        margin-top: 18px;
    }

.form-check label {
    margin-bottom: 0;
}

.sidebar-widget-02 + .sidebar-widget-02 {
    margin-top: 22px;
}

.widget-checkbox .rating .rating-on::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "FontAwesome";
    color: #fda000;
    font-size: 14px;
    letter-spacing: 2px;
}

.widget-checkbox .rating .rating-on {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

/*.course-image a img{
    max-width: min-content;
}*/

.widget-checkbox .rating {
    position: relative;
    display: inline-block;
}

.sort-by-bx ul {
    display: flex;
    align-items: center;
}

.course-top-text h4 {
    font-size: 18px;
    color: #bb096e;
}

.course-top-inner {
    display: flex;
    align-items: center;
}


.form-check {
    margin: 10px 0px;
}

.price-table-cell input {
    width: 90% !important;
}

.form-check input {
    width: 10% !important;
}

.course-top-bar .label {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    margin-right: 10px;
}

.course-top-inner select#sort-by-select {
    height: 2.5rem;
    padding: 0.3125rem 0.625rem;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
}

.single-course-list {
    background-color: #fbfbfb;
    margin: 50px 0px;
    border: 1px solid #bb096e;
    border-radius: 10px;
    padding: 20px;
}

.course-sec-image {
    padding-right: 25px;
    position: relative;
}

.service-img {
    max-height: 235px;
    overflow: hidden;
    border-radius: 10px;
}

.course-content {
    position: relative;
}

.heart-sec {
    bottom: -14%;
    right: 0%;
    position: absolute;
    background-color: #000000;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    padding: 6px;
    display: flex;
    justify-content: center;
}

.featured-but {
    margin-top: -65px;
    position: absolute;
    display: flex;
    right: 0;
}

    .featured-but a button {
        width: 140px !important;
    }

.featured-but-them {
    display: none;
}

.breadcrumbs__crumb a {
    color: #000;
    font-size: 14px;
}

    .breadcrumbs__crumb a:hover {
        color: #000000;
    }

.crumb-last a {
    display: inline;
    padding: 0 0.3125rem 0 0;
    color: #000000;
}

.breadcrumbs__crumb--home {
    display: inline;
    padding: 0 0.3125rem 0 0;
}

li.breadcrumbs__crumb.crumb-last {
    font-weight: 500;
}

.breadcrumbs {
    display: flex;
}

.breadcrumbs__crumb--home {
    display: inline;
    padding: 0 0.3125rem 0 0;
}

.single-course-list .course-content .title {
    margin-top: 5px;
}

    .single-course-list .course-content .title a {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 5px;
        color: #bb096e;
    }

.single-course-list:hover .course-content .title a {
    color: #000000;
}

.single-course-list .course-content p {
    margin-top: 10px;
    line-height: 26px;
    display: inline;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word; /* Important for long words! */
}
.single-course-list.row.advert-list-row {
    border-radius: 11px;
    padding: 0;
    position: relative;
}

    .single-course-list.row.advert-list-row .course-image.width-30 {
        width: 20%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .single-course-list.row.advert-list-row .course-sec-image {
        padding: 0px;
        height: 100%;
    }

    .single-course-list.row.advert-list-row .service-img {
        max-height: 100%;
        overflow: hidden;
        border-radius: 0;
        height: 100%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        .single-course-list.row.advert-list-row .service-img img {
            height: 100%;
        }

    .single-course-list.row.advert-list-row .width-70 {
        width: 100%;
        margin-top: 0px;
        padding-left: 22%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
.inner-img.row .width-25 {
    width: 23%;
}

.inner-img.row {
    padding: 0 10px;
}

.call {
    margin: 10px 0px;
    width: 204px;
}
.advert-cat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
    .advert-cat span {
        display: flex;
        align-items: center;
        column-gap: 5px;
    }

.featured-btn {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 2px 10px;
    border: 1px solid #000000;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #bb096e;
}

    .featured-btn:hover {
        background-color: #000000;
        color: #ffffff;
    }


.btn-outline-dark {
    border-color: #343a40;
    color: #343a40;
    background-color: transparent;
}

.provision-but {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content:space-between;
}

    .provision-but .Message a {
        margin-left: 20px;
    }

.advert-list-row .call {
    display: flex;
    width: 50%;
    justify-content: end;
    column-gap: 10px;
    padding-right: 20px;
}
    .advert-list-row .call a {
        display: flex;
        column-gap: 0px;
        align-items: center;
    }

.course-sec-image a img {
    width: 100%;
}

.course-image {
    position: relative;
    height: fit-content;
}

.inner-img {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    bottom: 14px;
}

.photos-numbers {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.heart-sec img {
    filter: brightness(0) invert(1);
}

    .heart-sec img:hover {
        filter: url();
    }

    .heart-sec img:active {
        filter: url();
    }

.inner-img img {
    border-radius: 10px !important;
}

.photos-numbers img {
    width: auto !important;
    height: 20px;
    padding-right: 5px;
}

.course-content {
    margin-top: 30px;
}

.align-items-end {
    align-items: flex-end !important;
}



.page-pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.pagination a {
    color: black;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 2px;
}

    .pagination a.active {
        background-color: #000000;
        color: white;
    }

    .pagination a:hover:not(.active) {
        background-color: #ddd;
    }

.provision-but a {
    display: flex;
    align-items: center;
}

    .provision-but a img {
        margin-right: 10px;
    }

.justify-content {
    display: flex;
    justify-content: center;
}

.color-text {
    color: #fff;
}

.form-control:focus, .extra-fee-input-bx:focus {
    background-color: #ffffff;
    border: 1px solid #000000;
}

.text-link {
    color: #bb096e;
    border-bottom: 1px solid #000000;
}

    .text-link:hover {
        color: #000000;
    }

.top-search-bx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: -7px;
    margin-left: -7px;
}

    .top-search-bx .keywords {
        padding-left: 7px;
        padding-right: 7px;
    }

.btn-outline-dark:hover {
    color: #000000;
    background-color: #fff;
    border: 3px solid #000000;
}

.single-course-list:hover {
    border: 1px solid #000000;
    background-color: #ffffff;
}

.cmn-none {
    display: none;
}

select.form-select.form-control {
    width: 100%;
}

.advanced-Search-item select.form-select.form-control {
    width: auto;
}

.course-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-inline {
    display: inline;
}
/************************************add */

.breadcrumbs {
    display: flex;
}

.crumb--last {
    display: inline;
    padding: 0 0.3125rem 0 0;
    color: #000000;
}

.breadcrumbs__crumb--home {
    display: inline;
    padding: 0 0.3125rem 0 0;
}

li.breadcrumbs__crumb.breadcrumbs__crumb--home::after {
    content: ">";
    padding-left: 0.3125rem;
    color: #000000;
}

.course-details-banner-content .course-details-meta .label span {
    color: #000000;
}

.course-details-banner-content .course-details-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
}

.owl-carousel button.owl-dot {
    background: #e1e1e1;
    margin: 10px 4px;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    height: 12px;
    width: 12px;
    border-radius: 100%;
}

    .owl-carousel button.owl-dot.active {
        background: #000000;
    }

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.services-slider img {
    border-radius: 10px;
}

.services-slider {
    padding: 15px 30px;
    border-radius: 10px;
    background-color: #fdfaf1;
    margin-top: 20px;
}

.table > :not(caption) > * > * {
    padding: 10px 15px;
    text-align: left;
}

.table > thead {
    vertical-align: bottom;
}

.border {
    border: 1px solid #dee2e6 !important;
    width: 100%;
}

.course-lessons {
    margin-top: 30px;
}

.table-borderless {
    margin: 10px 0px;
}

.description p {
    margin-top: 10px !important;
    color: #666666;
    line-height: 28px;
}

.course-overview {
    padding-top: 30px;
}

.description-info {
    display: flex;
    padding: 40px 0 20px 0;
    border-bottom: 1px solid;
    justify-content: space-between;
}

.description-bottom {
    float: right;
    font-size: 15px;
    color: #000;
}

    .description-bottom p a {
        color: #000;
    }

.sidebar-widget {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 15px;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
}

.sidebar-widget .widget-tags {
    padding-top: 15px;
}

    .sidebar-widget .widget-tags ul {
        display: flex;
        justify-content: space-between;
    }

        .sidebar-widget .widget-tags ul li a {
            font-size: 14px;
            font-weight: 400;
            color: #666666;
            height: 32px;
            line-height: 32px;
            padding: 10px 22px;
            border-radius: 4px;
            background-color: #f9f9f9;
        }

.sidebar-details-video-description {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 12%);
}

    .sidebar-details-video-description .sidebar-description {
        padding: 30px;
    }

    .sidebar-details-video-description .sidebar-description {
        padding: 30px;
    }

        .sidebar-details-video-description .sidebar-description .btn {
            margin-top: 20px;
            width: -webkit-fill-available;
            width: -moz-available;
            display: flex;
            justify-content: center;
            align-items: center;
            height: auto;
            line-height: 40px;
        }

.similar-ads-btn a {
    margin-top: 12px;
    display: block;
}

.sidebar-details-video-description .sidebar-description .price .sale-price {
    font-size: 24px;
    font-weight: 700;
    color: #bb096e;
}

.sidebar-description .btn-outline-primary {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    height: auto;
}

.btn-hover-heading-color:hover {
    background-color: #bb096e;
    border-color: #bb096e;
    color: #ffffff;
}

.btn-hover-heading-color img {
    filter: brightness(0) invert(1);
    margin-right: 5px;
}

.btn-outline-primary:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-outline-primary img {
    margin-right: 5px;
}


.btn-outline-primary:hover img {
    filter: brightness(0) invert(1);
}


.sidebar-details-course {
    margin-top: 60px;
    padding: 30px;
    width: auto;
}

.sidebar-details-courses li {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

.sidebar-course-item .item-image img {
    width: 100px;
    height: 100px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}


.sidebar-course-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

.sidebar-course-item .item-content .price {
    font-weight: 400;
    font-size: 16px;
    color: #838383;
    display: block;
    margin-top: 5px;
}

.sidebar-details-video-description {
    margin-left: 20px;
}

.sidebar-details-course {
    margin-left: 20px;
}

.Service-warpper {
    margin-top: 50px;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px;
}

.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}

    .gallery-item:hover {
        opacity: 1;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 9;
}

.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}

    .lightbox-content img {
        border-radius: 7px;
        box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}

.lightbox-prev {
    left: 0;
}

.lightbox-next {
    right: 0;
}

    .lightbox-prev:hover,
    .lightbox-next:hover {
        opacity: .8;
    }


.offer-li {
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    padding-top: 10px;
    column-count: 3;
}

    .offer-li li {
        border: none;
        padding: 10px 0px;
        display: flex;
        align-items: center;
    }

        .offer-li li img {
            margin-right: 8px;
        }

.offer-warrper {
    margin: 0px;
}

/************************indax.page******************************/

.banner-lft h2 {
    font-size: 52px;
    line-height: normal
}
.banner-lft h1 {
    font-size: 40px;
    line-height:normal
}

.banner-lft p {
    color: #707070;
    line-height: 30px;
    margin-top: 10px;
}


.banner-lft span {
    color: #000000;
}

.slider-form {
    margin-top: 50px;
    background-color: #000;
    padding: 30px;
    border-radius: 5px;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-btn {
    height: 37px;
    padding:0 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.align-items {
    align-items: center;
}

.width-33 {
    width: 30%;
}

.category-wrapper {
    padding-top: 30px;
}

.single-category {
    position: relative;
    margin-top: 30px;
}

    .single-category .category-image a {
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        display: block;
    }

        .single-category .category-image a::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(62%, black));
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 62%);
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 62%);
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 62%);
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            opacity: 0.6;
            z-index: 1;
        }

        .single-category .category-image a img {
            width: 100%;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }




    .single-category .category-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: fit-content;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2;
    }

.text-center {
    text-align: center !important;
}

.single-category .category-content .category-title .title a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.category-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.single-category:hover .category-image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.section-padding {
    padding-top: 50px;
}

.location-image {
    position: relative;
}



.single-form.select-phone-bx input {
    width: -webkit-fill-available;
}

.location-title {
    position: absolute;
    bottom: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    width: -moz-available;
    border-radius: 5px;
    width: -webkit-fill-available;
    text-align: center;
    padding: 40px;
    margin: 0px 35px;
}

.sidebar-course-item .title a {
    color: #bb096e;
}

    .sidebar-course-item .title a:hover {
        color: #000000;
    }

.similar-ads-btn a {
    color: #666666;
    font-size: 16px;
}

    .similar-ads-btn a:hover {
        color: #000000;
    }

.see-all {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    width: -webkit-fill-available;
    height: 87%;
    width: -moz-available;
    border-radius: 5px;
    text-align: center;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-section {
    text-align: left;
}


.Countries-content a {
    display: flex;
    align-items: center;
}

    .Countries-content a img {
        margin-right: 10px;
        width: 30%;
    }


.Countries-content a {
    margin: 25px 0px;
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .Countries-content a:hover {
        background-color: #FCDA69;
        color: #000;
    }


    .Countries-content a span {
        font-size: 18px;
        font-weight: 600;
        color: #bb096e;
        line-height: 1.3;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.Countries-sec {
    margin-top: 30px;
}

.contacts .single-form {
    margin-top: 20px;
}

.contacts .border-bottom {
    border-bottom: 1px solid #ebebeb !important;
}

.single-form {
    margin-top: 20px;
}

.contacts .single-form button.btn.btn-warning.btn-hover-heading-color {
    width: 150px;
    background: #000000;
    color: #fff;
}

.contacts {
    margin-top: 20px;
}

    .contacts .single-form input {
        border: none;
        padding: 10px 0;
        width: -webkit-fill-available;
        width: -moz-available;
    }



    .contacts .single-form textarea {
        width: 100%;
        border: none;
        padding: 10px 0px;
    }


    .contacts .single-form input:focus {
        outline: none;
    }

    .contacts .single-form textarea:focus {
        outline: none;
    }

.menu-sec .tham-but:hover {
    color: #ffffff;
}

.widget-tags ul li a:hover {
    background-color: #000000;
    color: #ffffff;
}

.sidebar-details-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.font12{
font-size:12px;
font-weight:normal;
}
.bottom-content {
    font-size: 13px;
    text-align: justify;
}
.bottom-content p {
    padding: 3px 0px;
}
.h2 {
    font-size: 15px;
    margin: 5px 0px;
}
.h3 {
    font-size: 14px;
    margin: 5px 0px;
}
.h5 {
    font-size: 16px;
    margin: 5px 0px;
}

/*******Write by css Babulal********/
* {
    box-sizing: border-box;
}
.logo img {
    max-width: 130px;
}
.main-container-section {
    display: inline-block;
    width: 100%;
    min-height: calc(100vh - 230px);
    padding: 40px 0;
}
.slider-form-row {
    display: flex;
    column-gap: 10px;
}
.banner-select {
    width: 45%;
}
.widget-info a {
    color: #000000;
    padding: 0 10px;
}
.widget-info .social li {
    background: #404040;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social li img {
    max-width: 20px;
}

.login-form form {
    display: block;
    box-shadow: 0px 4px 24px 0px #0000001A;
    background: #fff;
    border-radius: 8px;
    max-width: 580px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    box-sizing: border-box;
}
.login-form h1 {
    text-align: center;
    text-transform: capitalize;
    line-height: normal;
    margin: 0 0 20px;
}
.form-group {
    margin-bottom: 1rem;
}
.input-field {
    position: relative;
}
.captcha {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #dcdcdc;
    padding: 10px 15px;
    height: 41px;
    border-radius: 4px;
}
.form-group label {
    margin-bottom: 5px;
    display: block;
}
.remember-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.remember-row a {
    color: #bb096e;
    text-decoration: underline;
}
.login-form p {
    text-align: center;
}
.login-form p a {
    color: #bb096e;
    text-decoration: underline;
}
.login-form .tham-but {
    width: 100%;
    border: solid 1px #bb096e;
}
.show-pass {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #dcdcdc;
    padding: 10px 15px;
    height: 41px;
    border-radius: 4px;
    cursor: pointer;
}
span.text-danger.field-validation-error {
    color: #e70b0b;
}
#loading-bar-spinner .spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    position: fixed;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
    transform: translate(-50%, -50%);
}

.loader {
    width: 100%;
    position: fixed;
    top: 0px;
    height: 100vh;
    left: 0px;
    z-index: 9999999;
    background: rgba(0,0,0,0.3);
}

#loading-bar-spinner .spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #00873C !important;
    border-left-color: #00873C !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.field-validation-error span, span.text-danger, .text-danger {
    color: red !important;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
}
.single-form-country-code {
    display: flex;
}
.single-form-country-code select.form-select {
    width:100px !important;
}
.form-check.chakbox-pad {
    display: flex;
    gap: 5px;
    align-items: center;
}
.form-check input {
    width:1em !important;
    margin-top:0px;
}

.pb-advert-box {
    border: 1px solid #ddd1d1;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding: 10px;
    margin-bottom: 12px;
}

.pb-advert-right-detail {
    width: calc(100% - 200px);
}

.pb-advert-img img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.pb-advert-img {
    width: 190px;
    height: 160px;
    overflow: hidden;
}

.pb-advert-right-detail h4 {
    font-size: 14px;
    color: #bb096e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0 0 5px;
}

.pb-advert-right-detail p {
    margin: 0 0 13px;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}
.pb-thm-btn {
    background: #bb096e;
    border: solid 1px #bb096e;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    text-transform: capitalize;
}
    .pb-thm-btn.outer-line {
        background: transparent;
        color: #bb096e;
    }
.pb-advert-right-detail span {
    display: flex;
    align-items: center;
    column-gap: 7px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

    .pb-advert-right-detail span img {
        filter: brightness(0) saturate(100%) invert(39%) sepia(0%) saturate(0%) hue-rotate(193deg) brightness(96%) contrast(83%);
    }

.pb-advert-more-cta {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

    .pb-advert-more-cta .thm-btn {
        margin: 0;
        padding: 7px 10px;
        font-size: 15px;
        line-height: 22px;
    }

.pb-more-cta {
    background: transparent;
    border: solid 1px #F5F5F5;
    border-radius: 4px;
    width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb-more-dropdown-menu {
    position: relative;
}
.pb-viewmore-btn {
    background: #fff;
    border-radius: 8px;
    width: 130px;
    border: solid 1px #F5F5F5;
    text-align: left;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    display: none;
}
.pb-more-dropdown-menu:hover .pb-viewmore-btn {
    display: block;
}
.pb-viewmore-btn li {
    display: inline-block;
    width: 100%;
}
    .pb-viewmore-btn li a {
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: 500;
        column-gap: 10px;
        padding: 6px 15px;
        color: #4A4B51;
        border-bottom: solid 1px #eee;
    }
        .pb-viewmore-btn li a span {
            margin: 0;
        }
        .pb-viewmore-btn li a:last-child {
            border-bottom: none;
        }
        .pb-viewmore-btn li a span {
            display: flex;
        }
            .pb-viewmore-btn li a span img {
                max-width: 15px;
            }
.pb-advert-right-detail span img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(0%) saturate(0%) hue-rotate(193deg) brightness(96%) contrast(83%);
}
.pb-thm-btn-back {
    padding: 5px 15px !important;
    margin-right: 10px;
}
.modal-footer.pri-sec-buttons ul.cmn-ul-list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    padding: 20px 0;
}
.tnc-logo img {
    max-width: 150px;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
}
.warning-message-modal .modal-header {
    text-align: center;
}
.warning-message-modal .modal-body {
    text-align: center;
}
.warning-message-modal .modal-body hr.my-1 {
    display: none;
}
.modal-footer.pri-sec-buttons ul.cmn-ul-list .btn {
    padding: 13px 30px;
    height: auto;
    line-height: normal;
}
.warning-message-modal .modal-body span {
    margin-top: 15px;
    display: block;
}
.warning-message-modal .modal-body span a {
    color: #bb096e;
    font-weight: 500;
}
.filter-box-modal .custom-modal-content .modal-header {
    margin-bottom: 15px;
    font-size: 18px;
}
.modal.filter-box-modal {
    padding: 40px;
}
.modal.filter-box-modal .modal-footer.modal-footer-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-top: 25px;
}
.modal.filter-box-modal .modal-footer.modal-footer-filter .pb-thm-btn {
    min-width: 110px;
    padding: 13px 10px;
    line-height: normal;
    height: auto;
    margin: 0;
    text-align: center;
}
.pb-thm-btn:hover {
 background:#000;
 color:#fff;
 border-color:#000;
}

.heading-keywords .top-search-bx {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}
.heading-keywords .top-search-bx .keywords {
    width: 28%;
    padding: 0;
}
.keywords-btn a.btn {
    height: 38px;
    line-height: 34px;
    padding: 0 20px;
}
.but-login a {
    padding: 10px 15px;
}
.but-login a.tham-but {
    color: #fff;
}
#warningModal .close-modal {
    display: none;
}
/********modal css*********/

.custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.custom-modal-dialog {
    max-width: 620px;
    width: 100%;
    border-radius: 0px;
    position: relative;
}

.custom-modal-content {
    background: #ffffff;
    padding: 0px;
    border-radius: 10px;
}

.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.custom-modal {
    opacity: 0;
    visibility: hidden;
}

body.modal-open .custom-modal {
    opacity: 1;
    visibility: visible;
}

.custom-modal .custom-modal-dialog {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

body.modal-open .custom-modal .custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.custom-modal, body .custom-modal, body.modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .custom-modal .modal-header {
        padding: 15px 20px;
        background: #f5f5f5;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .custom-modal .modal-header h4 {
            margin: 0;
        }

.custom-modal-body {
    padding: 30px;
    min-height: 130px;
}

.modal-footer {
    border-top: solid 1px #eee;
    padding: 10px 20px;
    text-align: right;
}

.modal-open .custom-modal {
    z-index: 1111;
}
.dashboard-right-title {
    background: #FFFFFF;
    padding: 20px 0;
    border-radius: 4px;
    margin-bottom: 10px;
}
.publish-plan-sec .sidebar-user-profile {
    padding: 0;
    padding-bottom: 15px;
}
.user-profile-img {
    background: #FF63C3;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.dashboard-right-title h4 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}
.publish-plan-sec .publish-points-list {
    margin-left: -10px;
    margin-right: -10px;
}
.publish-plan-sec .publish-points-bx {
    width: 33.33%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.publish-plan-sec .dashboard-col {
    display: inline-block;
    width: 100%;
}
.dashboard-col.active {
    border: solid 1px #FF63C3;
}
.dashboard-col .form-title {
    background: #F5F5F5;
    padding: 15px;
}
.publish-points-bx .form-title h4 {
    color: #5A4DCC;
}
.dashboard-col .form-body {
    padding: 20px;
    text-align: center;
}
.dashboard-col {
    width: 48%;
    border: solid 1px #E0DBDB;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    min-height: 240px;
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #3a4551;
    overflow-x: hidden;
    padding-top: 50px;
    transition: 0.5s;
}

    .sidenav .user-name-info h5 {
        color: #fff;
    }

    .sidenav .user-name-info span {
        color: #333333;
    }

    .sidenav .user-name-info h4 {
        color: #a31818;
        font-size: 18px;
    }

    .sidenav ul {
        padding: 0;
        margin: 0;
    }

        .sidenav ul li {
            display: inline-block;
            width: 100%;
        }

            .sidenav ul li a {
                color: #fff;
                padding: 15px 20px;
                display: inline-block;
                width: 100%;
                border-bottom: solid 1px #818589;
                box-sizing: border-box;
            }

    .sidenav .closebtn {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 40px;
        color: #fff;
    }

    .sidenav.main {
        display: none;
    }

    .sidenav .sidebar-user-profile {
        border-bottom: solid 1px #6944ab;
        box-sizing: border-box;
        padding: 10px 16px;
        background-color: #ffff;
    }

    .sidenav ul li.logout-btn {
        border: none;
    }




.dashboard-grid-wrapper {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    width: 100%;
}

.add-form-section {
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
}
.form-title {
    border-radius: 6px 6px 0px 0px;
    border: 0.813px solid #F5F5F5;
    background: #F6F6F6;
    padding: 15px 20px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
}
.form-title h4 {
    color: #4A4B51;
    font-size: 20px;
    margin: 0;
    text-align:center;
}
.dashboard-grid-box .form-title h4 {
    width: 100%;
    text-align: center;
}
.add-form-section .form-body {
    padding: 20px;
}
.dashboard-publish-add label {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.456px;
}
.dashboard-publish-add label span {
    color: #4A4B51;
    text-align: right;
    font-size: 21.111px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.thm-btn {
    background: #bb096e;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all .15s ease-out;
    display:inline-block;
}
.dashboard-grid-wrapper {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    width: 100%;
}
.view-detail-btn .thm-btn.light-btn {
    border: 1px solid #bb096e;
    color: #bb096e;
    background-color: #ffffff;
}
.view-detail-btn {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    position: absolute;
    bottom: 20px;
}

.menu-icon img {
    display: inline-block;
    width: 29px;
}

.menu-icon {
    position: relative;
    
}