#header-main .header-content > .right-content > ul li img {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

body {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.mobile-dashboard #accordion .collapse {
    display: none;
}
.footer-bottom-main .footer-content ul {
    gap: 20px !important;
    align-items: flex-end!important;
}
.mobile-dashboard #accordion .collapse.show {
    display: block;
}
#help-sum-main .row:nth-child(4) .col-50 {
    width: 50%;
}
.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li>.drop-down>li ul.sub-menu {
    display: none;
    width: 100%;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li.active>.drop-down>li.active .sub-menu {
    display: inline-block;
}
* {
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    list-style: none;
    outline: none;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin: 0 -15px;
}

.col-20 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}


.col-25 {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.col-33 {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.col-50 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-100 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}


/* .slick-slide {
    width: 240px !important;
} */

.work-slider-main>div .slick-track .slick-slide {
    width: 240px !important;
    display: inline-block !important;
    max-width: 100% !important;
}

.work-slider-main>div .slick-track .slick-slide > div {
    width: 100% !important;
    max-width: 100% !important;
    display: inline-block;
}

.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: 30px;
    margin: 0 !important;
}

h3 {
    font-size: 24px;
    margin: 0 !important;
}

h4 {
    font-size: 17px;
    margin: 0 !important;
}

h5 {
    font-size: 20px;
    margin: 0 !important;
}

a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    transition: linear all 0.5s;
}

button {
    cursor: pointer !important;
}

.fa {
    font-size: 15px;
    transition: all linear 0.5s;
}

input,
a,
small,
sup,
sup,
strong {
    display: inline-block;
}

small {
    margin-bottom: 5px;
}

:root {
    --gar-main-color: radial-gradient(at 75% 80%, #00cc00 0%, #00cc00 40%, #0033ff 100%);
    --main-color: #99e069;
    --second-color: #2077e9;
}

.btn-main {
    background: var(--gar-main-color) !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    text-transform: capitalize;
    transition: all linear 0.5s !important;
}

.btn-main:hover {
    background: #333 !important;
    color: #fff;
    transition: all linear 0.5s !important;
}

/*------- #header-main css start ------*/

#header-main {
    width: 100%;
    display: inline-block;
    background: linear-gradient(-180deg, #fff, #fff, #eef3fc);
    padding: 8px;
    position: sticky;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    overflow-x: clip;
}

.header-content .right-content ul li img.profile-img {
    width: 50px;
    border-radius: 50%;
}

.header-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-main .header-content .logo a img {
    width: 110px !important;
}

.header-content ul li:last-child a {
    padding-right: 0;
}

.header-content .right-content ul li.search-bar {
    display: none;
}

.header-content .left-content {
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-content .left-content .menu-bar {
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-content .left-content .menu-bar a img {
    width: 100px;
}

.header-content .left-content .menu-bar .fa {
    color: #333;
}

.header-content .left-content .menu-bar h2 {
    font-size: 20px;
    margin: 0;
    line-height: 16px;
    color: #333;

}

.header-content .left-content .menu-bar h2 span {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.header-content .left-content .search-bar {
    width: 300px;
    border-radius: 5px;
    background-color: #eef3fc;
    position: relative;
    height: 40px;
    padding: 0 15px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header-content .left-content .search-bar .fa-times {
    display: none;
    font-size: 20px;
    padding: 5px;
    color: #870707;
    border-radius: 5px;
    background-color: #fff;
    margin-left: 5px;
}

.header-content .left-content .search-bar input {
    width: 80%;
    height: 100%;
    background-color: transparent;
}


.header-content .left-content .search-bar .fa-search {
    color: #333;
    font-weight: normal;
}

.header-content .left-content .bar-bi {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 19px;
}

.header-content .left-content .bar-bi span {
    width: 15px;
    height: 1px;
    background-color: #333;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

.header-content .left-content .bar-bi span:nth-child(2) {
    top: 7px;
    left: 0;
}

.header-content .left-content .bar-bi span:nth-child(3) {
    top: 12px;
    left: 0;
}

.header-content .left-content .bar-bi span::after {
    width: 3px;
    height: 3px;
    border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 2px;
    content: "'";
    transform: translateY(-50%);
    overflow: hidden;
}

.header-content .left-content .bar-bi span:nth-child(2):after {
    left: 3px;
}


.header-content .right-content {
    width: auto;
}


.header-content>.right-content>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-content .right-content ul li a .full-screen {
    width: 20px;
}


.header-content>.right-content>ul>li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-content .right-content ul li a strong {
    display: block;
}

.header-content .right-content ul li a .fa-bell-o {
    position: relative;
}

.header-content .right-content ul li a .fa-bell-o::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -4px;
    border: 1px solid #ab0c0c;
    width: 5px;
    height: 5px;
    background-color: #dd2255;
    border-radius: 50%;
}


.header-content .right-content ul li a .fa-commenting-o {
    position: relative;
}

.header-content .right-content ul li a .fa-commenting-o::after {
    content: '9+';
    position: absolute;
    top: -16px;
    right: -14px;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 2px;
}

.header-fixed {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 111;
    animation: animate 0.5s linear;
}



@keyframes animate {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

/*------- #header-main css end ------*/

/*------- profile css start ------*/
.profile-main {
    position: absolute;
    top: 68px;
    right: 0;
    width: 350px;
    padding: 0 15px 15px 15px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 0px 13px 3px #f6eded;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
#profile-main .profile-img-content .cir-cover-img img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
}

.profile-main.active {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    animation: frofile-animation .5s linear;
}


@keyframes frofile-animation {
    0% {
        right: -100px;

    }

    100% {
        right: 0;
    }
}

.profile-main>ul {
    display: inline-block;
    width: 100%;
}

.profile-main>ul>li {
    position: relative;
}

.profile-main>ul>li>ul.drop-down {
    position: absolute;
    top: 20px;
    left: -190px;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 13px 3px #f6eded;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all linear;
    width: 175px;
}

.profile-main>ul>li:hover>ul.drop-down {
    opacity: 1;
    visibility: visible;
    transition: linear all 0.5s;
}

.profile-main>ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    transition: linear all .5s;
    border-radius: 30px !important;
}

.dashboard-main>.right-content>.heading-bottom {
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0dede;
}

.dashboard-main .right-content .right-main>.heading-main {
    display: flex;
    /*align-items: center;*/
    
    justify-content: space-around;
    margin-bottom: 30px;
}

.dashboard-main .right-content .right-main>.heading-main>.right-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.dashboard-main .right-content .right-main>.heading-main>.right-content>.left-content p {
    font-size: 16px;
}

.dashboard-main .right-content .right-main>.heading-main>.right-content>div {
    display: flex;
    gap: 20px;
}

.dashboard-main .right-content .right-main>.heading-main>.right-content>div>ul {
    display: flex;
    gap: 30px;
}

.dashboard-main .right-content .right-main>.heading-main>.right-content>div>ul li a {
    border-radius: 30px !important;
    padding: 10px 20px;
    background:var(--gar-main-color) !important;
    color: #fff;
    font-size: 14px;
}

.dashboard-main .right-content .right-main>.heading-main>.right-content>div>ul li {
    position: relative;
}

.right-main.mt-0 {
    margin-top: 0 !important;
}

.dashboard-main>.right-content>.heading-bottom>ul:nth-child(2)>li {
    display: flex;
    gap: 25px;
    align-items: center;
}

.dashboard-main>.right-content>.heading-bottom>ul {
    display: flex;
    align-items: center;
    gap: 35px;
}

.email-main .fa {
    font-size: 15px !important;
}

.dashboard-main>.right-content>.heading-bottom>ul.nav-iconbar>li>ul {
    display: none;
}

.dashboard-main>.right-content>.heading-bottom>ul li a .fa {
    color: #005dc7;
    font-size: 15px;
}

.dashboard-main>.right-content>.heading-bottom>ul.nav-iconbar li:nth-child(2) input {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.dashboard-main>.right-content>.heading-bottom>ul.nav-iconbar>li>div {
    position: relative;
}

.dashboard-main>.right-content>.heading-bottom>ul.nav-iconbar>li>div .fa {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 15px;
}

.dashboard-main>.right-content>.heading-bottom>ul.nav-iconbar li:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile-main>ul li:last-child a {
    margin-bottom: 0;
}

.profile-main>ul li a>label {
    display: flex;
    align-items: center;
}

.profile-main>ul li a>label .fa {
    margin-left: 15px;
}

.profile-main>ul li a img {
    width: 20px;
    border-radius: 50%;
}

.profile-main>.profile-header-content {
    width: 100vw;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    background:var(--gar-main-color) !important;
    position: relative;
    left: -15px;
    padding: 15px;
    top: -1px;
    color: #fff;
}

.profile-main a:hover {
    background: var(--gar-main-color) !important;
    color: #fff;
    transition: all linear .5s;
}

.profile-main>.profile-header-content>img {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
}

.profile-main>.profile-header-content>a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.profile-main>a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 5px;
    position: relative;
}

.signin-content .left-content .form-group .country-dropDown {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.signin-content .left-content .form-group {
    position: relative;
}

.signin-content .left-content .form-group .country-dropDown select {
    border: none !important;
    outline: none;
    appearance: none;
}

.signin-content .left-content .form-group #mobile {
    padding-left: 50px;
}

.profile-main>.menu-list>li.active>a {
    background: linear-gradient(45deg, #f26f99, #fae0e0);
    color: #fff;
    transition: 0.5s;
}

.profile-main>a label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-main>.my-dashboard-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-main>.my-dashboard-content>a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 10px 20px;
}

.profile-main>.my-dashboard-content>a label {
    display: flex;
    align-items: center;
}

.profile-main>.my-dashboard-content>a img {
    width: 30px;
    border-radius: 50%;
}

/*------- profile css end ------*/

/*------- dashboard  css start ------*/

.dashboard-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}


/*------- sitebar css start ------*/

.dashboard-main .site-bar {
    width: 20%;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 2222;
    overflow-y: scroll;
    height: 100%;
    position: fixed;
    padding: 90px 0 20px 0;
    top: 0;
    left: 0;
}

.profile-main>ul>li .my-dashboard-content {
    width: 100%;
}

.dashboard-main.show-bar .site-bar {
    display: none;
    animation: sitebar-animation 0.5s linear;
}

@keyframes sitebar-animation {
    0% {
        left: -20%;
        transition: all linear 0.5s;

    }

    100% {
        left: 0%;
        transform: all linear 0.2s;
    }
}

.dashboard-main .site-bar .heading-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.dashboard-main .site-bar .heading-main:first-child {
    flex-direction: column;
}

.dashboard-main .site-bar .heading-main>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dashboard-main .site-bar .heading-main>.sitebar-profile {
    display: inline-block;
    text-align: center;
    padding: 25px 0 0 0;
    display: none;
}

.dashboard-main .site-bar .heading-main>.sitebar-profile.active {
    display: unset;
}

.dashboard-main .site-bar .heading-main>.sitebar-profile img {
    width: 70px;
    height: 70px;
    padding: 0px;
    margin-bottom: 10px;
}

.dashboard-main .site-bar .heading-main h2 {
    font-size: 17px;
    color: #333;
    text-transform: capitalize;
}

.dashboard-main .site-bar .heading-main img {
    border: 1px solid #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 6px 0 0 0;
}

.dashboard-main>.site-bar>.site-bar-content {
    width: 100%;
    display: inline-block;
    padding: 0 15px 0 0;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link {
    width: 100%;
    display: inline-block;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li a strong {
    border: 1px solid #333;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li a strong::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.email-main>.right-content>table td a {
    font-size: 16px;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li a span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li a span img {
    width: 18px;
    object-fit: contain;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li a span .circle-img {
    border-radius: 50%;
    width: 25px;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li {
    border-radius: 0 30px 30px 0;
    transition: 0.5s;
    margin-bottom: 5px;
    position: relative;
}

/* .dashboard-main > .site-bar > .site-bar-content > .menu-link > ul > li > .drop-down > li {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
} */

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li>.drop-down {
    position: relative;
    z-index: 11;
    width: 100%;
    display: none;
    background: #fff;
    padding-right: 10px;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li.active>a>.fa {
    transform: rotate(90deg);
    transition: linear all 0.5s;

}

/* .dashboard-main > .site-bar > .site-bar-content > .menu-link>ul>li.active>a>.fa {
    transition: linear all 0.2s;
} */

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li>.drop-down>li a {
    padding: 10px;
    margin-bottom: 10px;
    /* color: #fff; */
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li.active>.drop-down {
    display: inline-block;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li>.drop-down>li:hover a {
    background: var(--gar-main-color) !important;
    transition: all linear 0.5s;
    color: #fff;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li.active>a {
    background: var(--gar-main-color) !important;
    transition: linear all 0.5s;
    z-index: 2222;
    color: #fff !important;
    position: relative;
    border-bottom-right-radius: 30px;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li.active>.drop-down>li {
    margin-top: 10px;
}


/* .dashboard-main > .site-bar > .site-bar-content > .menu-link>ul>li.active {
    background: radial-gradient(at 20% 20%, #f5b225 0%, #f5b225 40%, #eceae6 100%);
} */

/* .dashboard-main > .site-bar > .site-bar-content > .menu-link > ul > li.active > a {
    margin-bottom: 10px;
} */

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li:hover>a {
    background: var(--gar-main-color) !important;
    transition: all linear 0.5s;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li.fi-active {
    background: var(--gar-main-color) !important;
    transition: all linear 0.5s;
}

/* .dashboard-main > .site-bar > .site-bar-content > .menu-link>ul>li.fi-active {
    background: linear-gradient(45deg, #f26f99, #fae0e0);
    transition: all linear 0.5s;
} */
/* 
.dashboard-main > .site-bar > .site-bar-content > .menu-link>ul>li.fi-active {
    background: radial-gradient(at 20% 20%, #dfc58f 0%, #ebbb1f 40%, #eceae6 100%);
    transition: all linear 0.5s;
} */

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li.fi-active a {
    color: #fff;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li:hover a strong::after {
    border-color: #fff;
    transition: all linear 0.5s;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li.active a strong::after {
    border-color: #fff;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li:hover a strong {
    border-color: #fff;
    transition: all linear .5s;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li.active a strong {
    border-color: #fff;
    transition: all linear 0.5s;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link>ul>li:hover>a {
    color: #fff;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li:hover a span .img-bluer1 {
    filter: invert();
    transition: all linear 0.5s;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li.active a span .img-bluer1 {
    filter: invert();
    transition: all linear 0.5s;
}

.dashboard-main>.site-bar>.site-bar-content>.menu-link ul li:hover a span .img-bluer {
    filter: none;
}

/*------- sitebar css end ------*/

/*------- dashboard right content css start ------*/

.dashboard-main>.right-content {
    width: calc(100% - 20%);
    transition: all linear 0.5s;
    position: relative;
    left: 20%;
}

.dashboard-main.show-bar>.right-content {
    width: 100%;
    left: 0;
    transition: all linear 0.3s;
}

.dashboard-main .right-content .right-main {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.dashboard-main .right-content .right-main .work-process {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
    align-items: center;
    margin-left: 70px;
}

.dashboard-main .right-content .right-main .work-process .work-process-left {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
}

.right-main .work-process .star-img {
    width: 40px;
    height: 40px;
    background: var(--gar-main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.right-main .work-process .star-img a {
    color:#fff;
}

.right-main .work-process .prosess-work {
    width: 100%;
}

.right-main .work-process .prosess-work span {
    display: block;
}

.right-main .work-process .prosess-work .pros-line {
    width: 100%;
    height: 5px;
    border-radius: 30px;
    background-color: #cecece;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}

.right-main .work-process .work-comp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-main .work-process .work-comp .fa {
    display: block;
}

.dashboard-main .right-content .right-main .work-process .work-compl {
    width: auto;
    display: flex;
    gap: 40px;
}

.dashboard-main .right-content .right-main .work-process .work-compl .work-in-process {
    width: auto;
    text-align: center;
}


.dashboard-main .right-content .right-main .work-process .work-compl .work-in-process strong {
    display: block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 36px;
}

.dashboard-main .right-content .right-main .work-process .work-compl .work-in-process img {
    width: 40px;
    object-fit: contain;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    background: var(--gar-main-color);
}

.right-main .work-process .work-comp .work-in-process strong {
    display: block;
}

.right-main .work-process .prosess-work .pros-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background-color: #333;
    height: 100%;
}


.right-content>.heading-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e8ebf2;
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
}

.right-content>.heading-content .left-content {
    width: auto;
}

.right-content>.heading-content .left-content input {
    background-color: transparent;
}

.right-content>.heading-content .right-content {
    width: auto;
    display: flex;
    gap: 15px;
}

.right-content>.heading-content .right-content input {
    background-color: transparent;
}

.right-content>.heading-content .right-content a img {
    width: 18px;
    vertical-align: middle;
}


.site-bar .heading-main .bar-bi {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 19px;
}

.site-bar .heading-main .bar-bi span {
    width: 15px;
    height: 1px;
    background-color: #333;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
}

.site-bar .heading-main .bar-bi span:nth-child(2) {
    top: 7px;
    left: 0;
}

.site-bar .heading-main .bar-bi span:nth-child(3) {
    top: 12px;
    left: 0;
}

.site-bar .heading-main .bar-bi span::after {
    width: 3px;
    height: 3px;
    border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 2px;
    content: "'";
    transform: translateY(-50%);
    overflow: hidden;
}

.site-bar .heading-main .bar-bi span:nth-child(2):after {
    left: 3px;
}

.dashboard-main .right-content .right-main .work-process .work-compl .work-in-process .fa-trophy {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background: var(--gar-main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-main .right-content .right-main .work-process .work-compl .work-in-process .award-img {
    background: var(--gar-main-color);
}

/* ---------Maxartkiller css strat ------------*/

.dashboard-main .right-content .right-main .heading-main {
    margin-top: 0;
    position: relative;
}

.dashboard-main .right-content .right-main .heading-main h1 {
    font-weight: 400;
    font-size: 20px;
    color: #333;
}

.dashboard-main .right-content .right-main>.heading-main p {
    font-size: 18px;
    font-weight: 300;
    color: #02020233;
}

.overlayer-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #48424236;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

.overlayer-main.active {
    opacity: 1;
    visibility: visible;
}


.work-slider-main {
    width: 100%;
    display: flex;
    margin: 30px 0;
}

.work-slider-main>div {
    max-width: 100%;
    width: 100%;
}

.work-slider-main .work-slider-content {
    width: 100%;
    display: inline-block;
}

.work-slider-main .work-slider-content>div {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.work-slider-main>div .slick-track {
    display: flex;
    gap: 20px;
    transform-box: inherit !important;
}

.work-slider-main .work-slider-content>div+p {
    font-style: normal;
    color: #333;
    font-weight: 500;
}

.work-slider-main .work-slider-content>div+p span {
    background: var(--gar-main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.work-slider-main .work-slider-content h4 {
    color: #333;
}

.work-slider-main .work-slider-content h4 {
    background: var(--gar-main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 400;
}

.grad-text {
    background: var(--gar-main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.work-slider-main .work-slider-content p {
    font-size: 16px;
    color: #969494;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
}

.work-slider-main .work-slider-content p span {
    font-style: normal;
}

.work-slider-main .work-slider-content a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 30px;
    gap: 17px;
    background: var(--gar-main-color);
    color: #ffff;
    width: 100% !important;
    transform: inherit !important;
}

.work-slider-main .work-slider-content a img {
    width: 25px;
    border-radius: 50%;
}


.col-25.mb30 {
    margin-bottom: 30px;
}

#help-sum-main {
    width: 100%;
    display: inline-block;
    padding-bottom: 30px;
}

#help-sum-main .col-25 {
    width: 25% !important;
}


#help-sum-main .box-main {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 4px #dcdcdc;
    padding: 20px;
}

#help-sum-main .box-main .box-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
    flex-wrap: wrap;
}

#help-sum-main .box-main .box-text strong {
    font-weight: 400;
}
#help-sum-main .box-main .fa img {
    width: 20px;
    object-fit: contain;
}
#help-sum-main .box-main .fa {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid rgb(1, 94, 194);
    border-left-color: #65d21c;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 93, 199, 0.15);
    color: rgb(1, 94, 194);
    position: relative;
    overflow: hidden;
}

#help-sum-main .box-main .fa::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 85%;
    border-radius: 50%;
    height: 85%;
    border: 3px solid #fff;
}


/* The sort summary may help you (home page card css stard) */


#finance-card-main {
    width: 100%;
    display: inline-block;
}

#finance-card-main .col-25 {
    width: 25% !important;
}


.finance-card-main .card-box-main .Finance-card {
    position: relative;
    background: linear-gradient(-180deg, #fff, #eef3fc, #eef3fc);
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 0 4px #afaaaa;
    border-radius: 15px;
}

.finance-card-main .card-box-main .card-img {
    width: 100%;
}

.finance-card-main .Network-main .top-content>div:nth-child(1) .fa {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fceef2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dd2255;
    position: relative;
    border: 3px solid transparent;
    border-right-color: #dd2255;
    border-top-color: #dd2255;
}

.finance-card-main .Network-main .top-content>div:nth-child(1) .fa::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
}

.finance-card-main .card-box-main .card-img img {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
}

.finance-card-main .card-box-main .card-content {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    max-width: 100%;
}

.finance-card-main .card-box-main .Finance-card .heading-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.finance-card-main .card-box-main .Finance-card .heading-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.finance-card-main .card-box-main .Finance-card .card-content-main {
    width: 100%;
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    align-items: center;
    gap: 20px;
}

.finance-card-main .card-box-main .Finance-card .heading-content .fa {
    color: rgb(1, 94, 194);
    background-color: #eef3fc;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finance-card-main .card-box-main .Finance-card .heading-content .fa-square {
    background-color: rgba(235, 187, 31, 0.15);
    color: #ebbb1f;
}

.finance-card-main .card-box-main .Finance-card .heading-content .fa-user {
    background-color: rgba(235, 187, 31, 0.15);
    color: #ebbb1f;
}

.finance-card-main .Inventory-main {
    background: linear-gradient(-180deg, #fff, rgba(235, 187, 31, 0.15), rgba(235, 187, 31, 0.15)) !important;
}

.finance-card-main .Network-main {
    background: linear-gradient(-180deg, #fff, rgba(221, 34, 85, 0.15), rgba(221, 34, 85, 0.15)) !important;
}

.finance-card-main .Inventory-main .card-bottom .bottom-content {
    background-color: #fbf3d4 !important;
}

.finance-card-main .Inventory-main .card-bottom .bottom-content a {
    color: #ebbb1f !important;
}

.finance-card-main .Network-main .card-bottom .bottom-content {
    background-color: #f3c6d4 !important;
}

.finance-card-main .Network-main .card-bottom .bottom-content a {
    color: #dd2255 !important;
}


.finance-card-main .card-box-main .Finance-card .heading-content img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(221, 34, 85, 0.15)
}

.finance-card-main .card-box-main .Finance-card .card-content-main .left-content {
    padding: 10px;
    background-color: #ebbb1f;
    border-radius: 5px;
}

.finance-card-main .card-box-main .Finance-card .card-content-main .left-content p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}

.finance-card-main .card-box-main .Finance-card .card-content-main .prosess-work {
    width: 100%;
}

.finance-card-main .Inventory-main .top-content .fa {
    margin-bottom: 10px;
}

.finance-card-main .Inventory-main .card-bottom {
    background-color: transparent !important;
    margin-bottom: 55px !important;
}

.finance-card-main .Inventory-main .card-bottom .top-content .fa {
    color: #2e9c65 !important;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
}

.finance-card-main .Inventory-main .card-bottom .top-content .fa-truck {
    color: #ebbb1f !important;
}

.finance-card-main .card-box-main .Finance-card .card-content-main .pros-line {
    width: 100%;
    background-color: #ebbb1f;
    height: 5px;
    border-radius: 30px;
    margin: 5px 0;
}

.finance-card-main .card-box-main .Finance-card .card-content-main .left-content strong {
    color: #fff;
}

.finance-card-main .card-box-main .Finance-card:nth-child(2) {
    background: linear-gradient(-180deg, #fff, rgba(235, 187, 31, 0.15), rgba(235, 187, 31, 0.15));
    position: relative;
}

.finance-card-main .card-box-main .Finance-card:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 53px;
    background-color: #fbf3d4;
}

.finance-card-main .Network-main .top-content>div {
    width: 100%;
    display: flex;
}

.finance-card-main .Network-main .top-content>div:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
}

.finance-card-main .Network-main .top-content {
    display: inline-block !important;
    width: 100%;
}

.finance-card-main .Network-main .top-content .top-bo-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fceef2;
    padding: 0 15px;
}

.finance-card-main .Network-main .top-content>div:nth-child(1) strong {
    font-weight: 400;
}

.finance-card-main .Inventory-main .top-content strong {
    display: block;
    font-size: 25px;
}


.finance-card-main .Inventory-main .top-content {
    justify-content: space-between !important;
}

.finance-card-main .card-bottom .bottom-content {
    width: 100%;
    display: flex;
    margin-top: 0;
    justify-content: center;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0;
    background-color: #d2e3f6;
}

.finance-card-main .card-bottom .bottom-content a {
    display: flex;
    gap: 10px;
    color: rgb(1, 94, 194);
    transition: 0.5s;
    align-items: center;

}

.finance-card-main .card-bottom .bottom-content a:hover {
    color: #333;
    transition: 0.5s;
}

.finance-card-main .box-main .heading-content .fa {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    background-color: rgba(235, 187, 31, 0.15);
    border-radius: 5px;
    justify-content: center;
    color: #ebbb1f;
}


.finance-card-main .Finance-card:nth-child(3) .heading-content img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(221, 34, 85, 0.15);
}

.finance-card-main .Finance-card:nth-child(3) {
    background: linear-gradient(-180deg, #fff, rgba(221, 34, 85, 0.15), rgba(221, 34, 85, 0.15));
}

.finance-card-main .Finance-card:nth-child(3)::after {
    background-color: #f3c6d4;
}

.finance-card-main .card-bottom p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}


.box-main.Finance-card.Network-main .card-bottom {
    background-color: transparent !important;
    padding: 0 !important;
}

.Network-main .card-bottom .top-content {
    background-color: #fff;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}

.Network-main .card-bottom>img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    margin-top: 20px;
}

.finance-card-main .Social .car-img {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.finance-card-main .Social .car-img img {
    object-fit: cover;
    height: 80px;
    border-radius: 5px;
}

.finance-card-main .Social .Buy-now-main>div {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 10px 0;
}

.finance-card-main .Social .car-img strong {
    margin: 5px 0 10px 0;
    font-size: 18px;
}

.finance-card-main .Social .car-img p {
    font-size: 14px;
}


.finance-card-main .Social .card-bottom .img-content {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
}

.finance-card-main .Social .card-bottom .img-content img {
    width: auto;
    border-radius: 5px;
    height: 50px;
}

.finance-card-main .Social .card-bottom {
    display: inline-block !important;
}

.finance-card-main .Social .card-bottom .top-content {
    display: inline-block !important;
}

.finance-card-main .Social .card-bottom .top-content>div:nth-child(2) {
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
}

.finance-card-main .Social .card-bottom .top-content>div:nth-child(2)>div {
    display: flex;
    gap: 20px;
}

.finance-card-main .Social .card-bottom .top-content>div:nth-child(2) button {
    padding: 5px 10px;
}

.finance-card-main .Social .card-bottom .img-content p {
    margin: 0 !important;
    font-size: 14px !important;
}

.finance-card-main .Inventory-main .prosess-work p {
    font-size: 14px;
}

.finance-card-main .Finance-card .card-bottom {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 15px 10px 15px;
    margin-bottom: 50px;
}


.finance-card-main .Social .card-bottom {
    background: radial-gradient(at 10% 10%, #91c9a8 0%, #2e9c65 40%, #013b17 100%) !important;
    color: #fff;
}


.finance-card-main .Finance-card .card-bottom .top-content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

.finance-card-main .Finance-main .card-bottom {
    margin-bottom: 98px !important;
}

.finance-card-main .Finance-card .card-bottom .top-content .fa {
    width: 40px;
    height: 40px;
    background-color: #eef3fc;
    color: rgb(1, 94, 194);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}


/* #Impo-News-main sec. css start*/

#Impo-News-main {
    width: 100%;
    display: inline-block;
}

#Impo-News-main .heading-main {
    text-align: center;
    margin-bottom: 25px;
}

.imp-box-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.imp-box-main .img-box-content {
    width: 33.33%;
    box-shadow: 0 0 4px #c0baba;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.imp-box-main .img-box-content>div:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.imp-box-main .img-box-content>div:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease all 0.5s;
    vertical-align: top;
}

.imp-box-main .img-box-content>div:nth-child(1) .fa {
    color: #15215a;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dcdee6;
    height: 40px;
    border-radius: 5px;
}

.imp-box-main .img-box-content:nth-child(1)>div:nth-child(2)>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.imp-box-main .img-box-content>div:nth-child(2)>div button {
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    transition: ease all 0.5s;
}

.imp-box-main .img-box-content>div:nth-child(2)>div button:hover {
    background-color: #fff;
    color: #333;
    transition: ease all 0.5s;
}

.imp-box-main .img-box-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.imp-box-main .img-box-content>div:nth-child(3) {
    padding: 10px;
}

.imp-box-main .img-box-content>div:nth-child(3) h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.imp-box-main .img-box-content:nth-child(1)>div:nth-child(2) {
    position: relative;
}

.imp-box-main .img-box-content>div:nth-child(2)>div a {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all 0.5s;
}

.imp-box-main .img-box-content>div:nth-child(2)>div a:hover {
    background-color: #fff;
    color: #333;
}

.imp-box-main .img-box-content>div:nth-child(3) p {
    font-weight: 500;
    line-height: 24px;
    color: #333333;
}

.imp-box-main .img-box-content:nth-child(2) {
    box-shadow: inherit;
}

.imp-box-main .img-box-content:nth-child(2) div:nth-child(1)>div {
    width: 192px;
    background-color: #15215a;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    padding: 10px;
    transition: ease all 0.5s;
}

.imp-box-main .img-box-content:nth-child(2) div:nth-child(1)>div button:hover {
    background-color: #fff;
    color: #333;
    transition: ease all 0.5s;
}

.imp-box-main .img-box-content:nth-child(2) div button {
    padding: 10px;
    background-color: transparent;
    border: 2px dotted #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}


.imp-box-main .img-box-content:nth-child(2) h2 {
    font-size: 29px;
    margin-bottom: 10px;
}

.imp-box-main .img-box-content:nth-child(2) p {
    margin-bottom: 10px;
}

.imp-box-main .img-box-content:nth-child(2)>div:nth-child(1) {
    background-image: url(../images/se-img1.jpg);
    background-size: cover;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 4px #c0baba;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}

.imp-box-main .img-box-content:nth-child(2)>div:nth-child(2) {
    background-image: url(../images/car-img.jpg);
    background-size: cover;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 4px #c0baba;
    background-repeat: no-repeat;
}

.imp-box-main .img-box-content:nth-child(2)>div:nth-child(2)>div {
    width: 215px;
    background-color: #15215a;
    text-align: center;
    padding: 20px 40px 20px 20px;
    color: #fff;
    border-radius: 15px 66px 65px 15px;
}

.imp-box-main .img-box-content:nth-child(2)>div:nth-child(2)>div>button {
    border-style: dotted;
    border-width: 2px;
    font-size: 16px;
    font-weight: 500;
    transition: ease all 0.5s;
}

.imp-box-main .img-box-content:nth-child(3) img {
    width: 50%;
    height: 100%;
}

.imp-box-main .img-box-content:nth-child(3) img:hover {
    transform: scale(1.1);
    transition: ease all 0.5s;
}

.imp-box-main .img-box-content:nth-child(3) div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 67px);
}

.imp-box-main .img-box-content:nth-child(3) div:nth-child(2)>div:nth-child(1) {
    width: 50%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.imp-box-main .img-box-content:nth-child(3) div:nth-child(2)>div:nth-child(2) {
    width: 50%;
    height: 100%;
}

.imp-box-main .img-box-content:nth-child(3) div:nth-child(2)>div:nth-child(2)>img {
    height: 100%;
    object-fit: cover;
    transition: ease all 0.5s;
}

.imp-box-main .img-box-content:nth-child(3) div:nth-child(2)>div:nth-child(2)>div {
    width: 100%;
    height: 50%;
    overflow: hidden;
}

#Impo-News-main .heading-main h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

#Impo-News-main .heading-main p {
    color: #969494;
}

#Impo-News-main .heading-main h2 span {
    background: var(--gar-main-color) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* #Impo-News-main sec. css end*/

/* ------------------footer css start here -------------*/
#footer-main {
    width: 100%;
    display: inline-block;
    background: var(--gar-main-color) !important;
    border-radius: 15px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 100px;
}

.dashboard-main.show-bar .footer-bottom-main {
    width: 100%;
    transition: all linear 0.3s;
}

#footer-main::after {
    background: linear-gradient(180deg, #fff, #3333, #3333, #fff8f8);
    content: "";
    position: absolute;
    bottom: -89px;
    left: -135px;
    width: 125%;
    height: 99px;
    z-index: -1;
}

.footer-top-content {
    width: 100%;
    padding: 50px 30px 40px 30px;
    display: flex;
    gap: 80px;
    justify-content: space-between;
    border-radius: 20px;
}

.footer-top-content .left-content {
    width: 361px;
}

.footer-top-content .left-content h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

/* .footer-top-content .left-content h2 span {
    background: linear-gradient(to right, #dd0093 0%, #3f22c3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.footer-top-content .left-content h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.footer-top-content .left-content p {
    color: #fff;
}

.footer-top-content .right-content {
    width: auto;
    display: flex;
    gap: 44px;
}

.footer-top-content .right-content .link-content {
    width: auto;
}

.footer-top-content .right-content .link-content h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.footer-top-content .right-content .link-content h3 label {
    font-size: 16px;
    font-weight: 400;
}

/* .footer-top-content .right-content .link-content h3 span {
    background: linear-gradient(to right, #dd0093 0%, #3f22c3 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
} */


.footer-top-content .right-content .link-content.adress-content a {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.footer-top-content .right-content .link-content.adress-content a img {
    width: 90px;
    object-fit: contain;
}

.footer-top-content .right-content .link-content .comp-link {
    width: auto;
    color: #fff;
}

.footer-top-content .right-content .link-content .comp-link a {
    color: #fff;
}

.footer-top-content .right-content .link-content .comp-link {
    width: auto;
    color: #fff;
}

.footer-top-content .right-content .link-content .comp-link a {
    color: #fff;
}

.footer-top-content .right-content .link-content ul li a {
    color: #fff;
    padding: 10px 0;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: start;
}

.footer-top-content .right-content .link-content ul li a:hover {
    color: #e8f1ff;
    transition: 0.5s;
}

.footer-top-content .right-content .link-content .comp-link .timing-content {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-top-content .right-content .link-content .comp-link>p {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-top-content .right-content .link-content .comp-link .fa {
    font-size: 20px;
}

.footer-top-content .right-content .link-content .fa.fa-heart {
    color: #920000;
}

.footer-midile-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    gap: 30px;
}

.footer-midile-content .fa,
.footer-bottom-main .fa {
    font-size: 25px;
}

.footer-top-content .right-content .adress-content .fa {
    font-size: 25px !important;
}



.footer-midile-content .social-links {
    width: auto;
}


.footer-midile-content .social-links ul {
    width: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}


.footer-midile-content .social-links ul li a {
    font-size: 24px;
    color: #fff;
    transition: 0.5s;
}

.footer-midile-content .social-links ul li a:hover {
    color: #333;
    transition: 0.5s;
}

.footer-midile-content .software-links {
    width: auto;
    text-align: center;
}

.footer-midile-content .software-links {
    display: flex;
    width: auto;
    text-align: center;
    gap: 40px;
}


.footer-midile-content .software-links a {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 24px;
    transition: 0.5s;
}

.footer-midile-content .software-links a:hover {
    color: #333;
    transition: 0.5s;
}

.footer-midile-content .software-links a p {
    font-size: 16px;
}

.footer-bottom-main {
    width: calc(100% - 20%);
    display: inline-block;
    padding: 15px 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 22;
    box-shadow: 0 0 8px #afaeae;
    background-color: #fff;
    transition: all linear 0.5s;
}

.footer-bottom-main .footer-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom-main .footer-content ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-bottom-main .footer-content ul li a {
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.footer-bottom-main .footer-content ul li:nth-child(3) a {
    background:var(--gar-main-color) !important;
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    display: inline-grid!important ;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -8px;
    color:#fff;
}


.footer-bottom-main .footer-content ul li:nth-child(3) a img {
    filter: invert(1);
}

/* ------------------footer css end here -------------*/

/* --profile-main-page-css- start-- */
#profile-main .profile-img-content {
    position: relative;
}

#profile-main .profile-img-content>img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    position: relative;
    vertical-align: top;
    margin-bottom: 100px;
}

#profile-main .profile-img-content>.profile-cover {
    padding: 10px 15px;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333333;
    background-color: #fff;
}

#profile-main .profile-img-content>.profile-cover input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

#profile-main button {
    cursor: pointer;
}
.dashboard-main>.right-content .top-slider-main .slick-slide {
    overflow: hidden;
    vertical-align: top;
}
#profile-main .profile-img-content .cir-cover-img {
    width: 113px;
    height: 113px;
    border-radius: 50%;
    position: absolute;
    top: 125px;
    left: 50%;
    z-index: 1;
    box-shadow: 0 0 15px #c0baba;
    transform: translateX(-50%);
   object-fit: cover;
    overflow: hidden;
}

#profile-main .profile-img-content .cir-cover-img img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

#profile-main .profile-img-content .cir-cover-img .fa-camera {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #15215a;
    color: #fff;
    position: absolute;
    display: flex;
    bottom: 10px;
    right: 0;
    align-items: center;
    justify-content: center;
}

#profile-main .profile-img-content .cir-cover-img .fa-camera:hover {
    background-color: #333;
    transition: linear all 0.5s;
}

#profile-main .profile-img-content .profile-content {
    margin-top: 100px;
}

.profile-tabs {
    width: auto;
}

.profile-tabs ul#tabs-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.profile-tabs ul#tabs-nav li a {
    padding: 10px 20px;
    border-radius: 10px !important;
    background: var(--gar-main-color) !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.profile-tabs ul#tabs-nav li.active a {
    background-color: #333333;
}

.profile-tabs .crm-p-image input {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}

.profile-tabs .crm-p-image label {
    display: block;
}

.profile-tabs .crm-p-image {
    width: 49%;
    float: left;
}

.profile-tabs div#tab1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
}


.profile-tabs .crm-p-image:nth-child(1) {
    width: 100%;
}

.profile-tabs .crm-p-image:nth-child(1) input {
    border-color: transparent;
    padding: 0;
}

.profile-tabs .crm-p-image button {
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    background: var(--gar-main-color) !important;
}

.profile-tabs .crm-p-image>div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.profile-tabs .crm-p-image>div input {
    width: auto;
}

.profile-tabs .crm-p-image>p {
    margin-bottom: 10px;
}

.profile-tabs #tab2 .crm-p-image {
    width: 100%;
    margin-bottom: 15px;
}

.profile-tabs #tab2 .crm-p-image:nth-child(1) input {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}

.profile-tabs #tab3 .crm-p-image {
    width: 100%;
    margin-bottom: 15px;
}

.profile-tabs #tab3 .crm-p-image:nth-child(1) input {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}


.about-exp-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.about-exp-main .left-content {
    width: 32%;
}

.about-exp-main .left-content .about-content {
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 4px #c0baba;
    border-radius: 15px;
    padding-bottom: 5px;
}

.about-exp-main .left-content .about-content .heading-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.about-exp-main .left-content .about-content .heading-main .fa {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8ebf2;
    border-radius: 5px;
}

.about-exp-main .left-content .about-content .heading-main h4 {
    margin-bottom: 5px;
}

.about-exp-main .left-content .about-content p {
    margin-bottom: 10px;
    color: #969494;
}

.about-exp-main .left-content .about-content .heading-main>div>p {
    margin-bottom: 0;
}

.about-exp-main .left-content .about-content .contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.about-exp-main .left-content .about-content .contact-info a>small {
    margin-bottom: 5px;
    color: #969494;
}

.about-exp-main .left-content .about-content>a {
    margin-bottom: 15px;
}

.about-exp-main .left-content .connection-content {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 0 4px #c0baba;
    border-radius: 15px;
}

.about-exp-main .left-content .connection-content>.heading-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 10px;
    flex-wrap: wrap;
}

.about-exp-main .left-content .connection-content .heading-content>.left-content {
    display: flex;
    align-items: center;
    gap: 20px;
    width: auto;
}

.about-exp-main .left-content .connection-content .heading-content>.left-content .fa {
    width: 40px;
    height: 40px;
    background-color: #eef3fc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #2e9c65;
    justify-content: center;
}

.about-exp-main .left-content .connection-content .heading-content>.left-content p {
    font-size: 14px;
}

.about-exp-main .left-content .connection-content .midile-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
}

.about-exp-main .left-content .connection-content .midile-content>div {
    width: 100px;
}

.about-exp-main .left-content .connection-content .midile-content>div img {
    width: 100%;
    object-fit: cover;
    height: 110px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.about-exp-main .left-content .business-content {
    width: 100%;
    box-shadow: 0 0 4px #c0baba;
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
}

.about-exp-main .left-content .business-content>.heading-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(-180deg, #fff, #f0f1f5);
}

.about-exp-main .left-content .business-content>.heading-top>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-exp-main .left-content .business-content>.heading-top>div .fa {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #ebbb1f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.about-exp-main .left-content .business-content .heading-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #d6d8e1;
}

.about-exp-main .left-content .business-content .heading-bottom a {
    padding: 5px 10px;
    background-color: #15215a;
    border-radius: 30px;
    color: #fff;
}

.about-exp-main .left-content .business-content .heading-bottom a:hover {
    background-color: #333;
    transition: linear all 0.5s;
}

.about-exp-main .left-content .business-content .heading-bottom small {
    color: #969494;
    margin-bottom: 0;
}

.about-exp-main>.right-content {
    width: 65%;
}

.about-exp-main .right-content>div {
    padding: 20px;
    box-shadow: 0 0 4px #c0baba;
    margin-bottom: 30px;
    border-radius: 15px;
}

.about-exp-main .right-content .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}


.about-exp-main .right-content .header-main>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-exp-main .right-content .header-main>div .fa {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8ebf2;
    border-radius: 5px;
}

.about-exp-main .right-content .header-main>div .fa-heart {
    background-color: rgba(221, 34, 85, 0.15) !important;
    color: #dd2255;
}

.about-exp-main .right-content .header-main>div .fa-check-circle-o {
    background-color: rgba(235, 187, 31, 0.15) !important;
    color: #ebbb1f;
}

.about-exp-main>.right-content .heading-content {
    display: flex;
    align-items: start;
    gap: 30px;
    margin-bottom: 20px;
}

.about-exp-main .right-content .heading-content>img {
    width: 40px;
}

.about-exp-main .right-content>div>.header-main {
    margin-bottom: 25px;
}

.about-exp-main .right-content .heading-content>div h4 a {
    font-size: 17px;
    font-weight: bold;
    color: #15215a;
}

.about-exp-main .right-content .heading-content>div p:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #969494;

}

.about-exp-main .right-content .header-main>div>div p {
    margin-top: 5px;
    color: #969494;
}

.about-exp-main .right-content>div>.header-main a {
    display: flex;
    gap: 10px;
    color: #969494;
    align-items: center;
}

.about-exp-main .right-content>div>div:last-child {
    margin-bottom: 0;
}

.about-exp-main .right-content>div>.header-main a>span {
    font-size: 20px;
}

.about-exp-main .right-content .heading-content>div h4 span {
    color: #969494;
}

.about-exp-main .right-content>div:nth-child(4) {
    margin-bottom: 0;
}

.about-exp-main .right-content>div:nth-child(4) img {
    width: 60px;
    border-radius: 50%;
}

.about-exp-main .right-content>div:nth-child(4) .heading-content>div p:nth-child(3) {
    background: linear-gradient(to right, #f5b225 0%, #f5b225 40%, #eceae6 100%);
    -webkit-background-clip: text;
    font-size: 20px;
    font-weight: 400;
    -webkit-text-fill-color: transparent;
}

/* --profile-main-page-css-end-- */


/*********************logout-css-start********************/


.logout-main {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 322888223;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 4px #c0baba;
    border-radius: 15px;
    padding: 20px;
    background-color: #fff;
    max-width: 400px;
    opacity: 0;
    visibility: hidden;
    transition: linear all 0.5s;
}

.logout-main.active {
    opacity: 1;
    visibility: visible;
}

.logout-main>button {
    background-color: transparent;
    margin: 0 auto;
}

.logout-main .block-btn {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.logout-main h2 {
    font-size: 24px;
}

.logout-main p {
    margin-bottom: 20px;
}

.logout-main .block-btn>button {
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.logout-main .block-btn>button:nth-child(1) {
    color: #44000a;
    background-color: transparent;
}

.logout-main .block-btn>button:nth-child(2),
button:nth-child(2) a {
    color: #fff !important;
    background-color: #44000a;
}

/*********************logout-css-end********************/

/* login css start */


#header-main .header-content .logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}

#header-main .header-content .logo a p {
    color: #969494;
    margin: 0 !important;
}

#header-main .header-content .logo a img {
    width: 40px;
}

#header-main .header-content .install-btn a {
    display: flex;
    align-items: center;
    gap: 5px;
}

#header-main .header-content .install-btn span {
    color: #969494;
}

#Dashboard-login-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-image: url(../images/login-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 15px;
    height: 100vh;
}

.dashboard-input-left {
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
}

.dashboard-input-left .logo {
    width: 100%;
    margin: 0 0 17px 0;
}

.dashboard-input-left .logo a {
    display: inline-block;
}

.dashboard-input-left .login-input-details {
    width: 100%;
}

.dashboard-input-left .login-input-details h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.dashboard-input-left .login-input-details p {
    font-size: 16px;
    color: #fff;
    margin: 8px 0 34px 0;
}

.dashboard-input-left .login-input-details .input-group {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 16px 0;
}

.dashboard-input-left .login-input-details .input-group.mb {
    margin-bottom: 12px;
}

.dashboard-input-left .login-input-details .input-group input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    padding: 0 20px;
}

.dashboard-input-left .login-input-details .input-group input::placeholder {
    font-size: 16px;
    color: #BDBDBD;
}

.dashboard-input-left .login-input-details .input-group input[type="checkbox"] {
    width: 26px;
    height: 26px;
    display: inline-block;
    accent-color: #f26f99;
}

.dashboard-input-left .login-input-details .input-group label {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 11px;
}

.dashboard-input-left .login-input-details .login-btn {
    width: 100%;
    margin: 0 0 26px;
}

.dashboard-input-left .login-input-details .login-btn a {
    color: #fff;
}

.dashboard-input-left .login-input-details .login-btn button {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(45deg, #f26f99, #fae0e0);
}

.login-img-right {
    width: 50%;
}

/* plan-css-start */

.dashboard-main .right-content .right-main .plan-heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dashboard-main .right-content .right-main .plan-heading .work-process {
    width: auto;
}

.dashboard-main .right-content .right-main .plan-heading img.award-img {
    background: var(--gar-main-color) !important;
}

.about-exp-main .left-content .about-content img {
    width: 160px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.plan-main .left-content .about-content>div {
    cursor: pointer;
}

.plan-main .left-content .about-content {
    text-align: center;
}

.plan-main .left-content .about-content>div>a {
    background: radial-gradient(at 20% 20%, #f5b225 0%, #f5b225 40%, #eceae6 100%);
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 30px;
}

.plan-main .left-content .about-content>div:nth-child(2)>a {
    background: radial-gradient(at 20% 20%, #f5b225 0%, #f5b225 40%, #eceae6 100%);
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 30px;
}

.plan-main .about-content a>.fa {
    margin-right: 10px;
}

.about-exp-main.plan-main .card-content p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan-main .left-content .box-main.Finance-card {
    width: 100% !important;
}

.about-exp-main.plan-main .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.about-exp-main.plan-main .header-main>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-exp-main.plan-main .plan-card .header-main>div>.fa {
    width: 40px;
    color: #2e9c65;
    height: 40px;
    border-radius: 5px;
    background-color: #eef3fc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-main>.left-content {
    width: 25%;
}

.plan-main>.right-content {
    width: 73%;
}

.plan-card .slick-slide {
    padding: 10px;
}

.plan-slider img {
    height: 160px;
    width: 100% !important;
}

.plan-main .heading-content {
    width: 100%;
}

.plan-main .heading-content>.left-content {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 4px #c0baba;
    width: 23%;
    background-color: #fff;
}

.plan-main .heading-content>.left-content img {
    width: 100%;
    position: relative;
    height: 80px;
    object-fit: cover;
}

.plan-main .heading-content>.left-content>div>p {
    margin-top: 0 !important;
}

.plan-main .heading-content>.left-content img:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 4px #c0baba;
}

.plan-main .heading-content>.left-content>div {
    margin-top: 40px;
    text-align: center;
}

.plan-main .heading-content .left-content>div h3 {
    font-weight: 600;
}

.plan-main .heading-content>.left-content strong {
    font-size: 24px;
    background-color: #edeef2;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.plan-main .heading-content>.right-content {
    width: 75%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.plan-main .heading-content>.right-content>.left-content {
    box-shadow: inherit !important;
    padding: 0;
    width: auto;
}

.plan-main .heading-content>.right-content>.right-content {
    width: 277px;
    box-shadow: inherit;
    padding: 0;
}

.plan-main .heading-content>.right-content>.right-content>a>strong {
    margin-left: 2px;
    color: #333;
}

.plan-main .heading-content>.right-content>.right-content>a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #969494;
}

.plan-main .heading-content>.right-content>.right-content>a>.fa {
    margin-right: 15px;
}

.plan-main .heading-content>.right-content>.right-content>a:last-child {
    padding: 5px 10px;
    border: 1px solid rgb(1, 94, 194);
    display: inline-block;
    border-radius: 5px;
    margin: 15px 0 0 0;
    color: rgb(1, 94, 194);
}

.plan-main .heading-content>.right-content>.right-content>a:last-child:hover {
    background-color: #15215a;
    color: #fff;
}

.plan-main .heading-content>.right-content>.left-content>ul>li>a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #969494;
    justify-content: start;
}

.plan-main .heading-content>.right-content>.left-content>ul>li:last-child>a {
    color: rgb(1, 94, 194);
}

.plan-main .heading-content>.right-content>.left-content>ul>li:last-child>a:hover {
    color: #333;
}

.plan-main>.right-content>div>.header-main {
    margin-top: 0;
}

.plan-main .heading-content>.right-content>.left-content>ul>li>a>img {
    width: 20px;
}


.plan-main>.right-content>div>.header-main>div>div>p {
    margin-top: 0 !important;
}

.plan-main .header-main>div>.fa {
    color: #2e9c65;
    background-color: #eef3fc !important;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content {
    display: inline-block;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(1) {
    width: 100%;
    margin-bottom: 25px;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(2)>div {
    width: 50%;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(1) h3 {
    margin-bottom: 10px;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(1) h4 {
    color: #969494;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(2)>.right-content>div {
    box-shadow: inherit !important;
    padding: 0;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(2)>div>p {
    margin-bottom: 25px;
    max-width: 94%;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(2)>div>div {
    margin-bottom: 15px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(2)>div>div img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(221, 34, 85, 0.15);
    padding: 5px;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(2)>div>div:nth-child(4) img {
    background-color: #eef3fc;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(2)>div a {
    padding: 10px 15px;
    border: 1px solid rgb(1, 94, 194);
    color: rgb(1, 94, 194);
    border-radius: 30px;
    width: 100px;
    display: block;
    margin: 0 auto;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(2)>div a:hover {
    background-color: #15215a;
    color: #ffff;
    transition: all linear 0.5s;
}

.plan-main>.right-content>div:nth-child(3)>.heading-content>div:nth-child(2)>.right-content>div .fa {
    border-radius: 5px;
    background: #e8ebf2;
    padding: 10px;
}

.plan-main>.right-content>div:nth-child(4) {
    box-shadow: inherit !important;
    padding: 0;
}

.plan-main>.right-content>div:nth-child(4)>.heading-content>.left-content {
    width: 33.33%;
    padding: 20px;
    text-align: center;
}

.plan-main>.right-content>div:nth-child(4)>.heading-content>.left-content .fa {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    background-color: #e8ebf2;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #15215a;
    margin: 0 auto;
    margin-bottom: 25px;
}

.plan-main>.right-content>div:nth-child(4)>.heading-content>.left-content h2 {
    margin-bottom: 10px;
}

.plan-main>.right-content>div:nth-child(4)>.heading-content>.left-content p {
    margin: 10px 0;
}

.plan-main>.right-content>div:nth-child(4)>.heading-content>.left-content a {
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #15215a;
    margin-top: 10px;
}

.plan-main>.right-content>div:nth-child(4)>.heading-content>.left-content a:hover {
    background-color: #15215a;
    transition: all linear 0.5s;
    color: #fff;
}

.dashboard-main .right-content .right-main .planpoup {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 30px;
}

.dashboard-main .right-content .right-main .planpoup>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.dashboard-main .right-content .right-main .planpoup>div .left-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.dashboard-main .right-content .right-main .planpoup {
    width: 100%;
    display: inline-block;
    box-shadow: 0 0 4px #c0baba;
    border-radius: 15px;
}

.dashboard-main .right-content .right-main .planpoup>div .fa {
    color: #ebbb1f;
}

.dashboard-main .right-content .right-main .planpoup>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-30deg, #ebbb1f1c, #f5f0e62e);
}

.dashboard-main .right-content .right-main .planpoup>div .left-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.dashboard-main .right-content .right-main .planpoup>div:nth-child(2) {
    background-color: #ebbb1f1c;
}

.dashboard-main .right-content .right-main .planpoup>div:nth-child(2) a {
    padding: 10px 15px;
    background-color: #ebbb1f;
    border-radius: 5px;
    color: #fff;
    width: 112px;
}

.dashboard-main .right-content .right-main .planpoup>div:nth-child(2) a:hover {
    transition: 0.5s all linear;
    background-color: #333;
}



/* plan-css-end */


/*----- setting-css-start---- */


.setting-main {
    width: 100%;
    display: inline-block;
}

.dashboard-main .right-content .setting-main .heading-main {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.dashboard-main .right-content .setting-main .heading-main h4 {
    padding-bottom: 14px;
    border-bottom: 1px solid #cac8c8;
    position: relative;
}

.dashboard-main .right-content .setting-main .heading-main h4::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #15215a;
}

.setting-main {
    width: 100%;
    margin-top: 70px;
    display: inline-block;
}

.setting-main .setting-details>div:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.setting-main .setting-details>div:nth-child(2) input {
    border-bottom: 1px solid #cac8c8;
    height: 40px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    box-shadow: 0 2px 1px #c0baba12;
}

.setting-main .setting-details:nth-child(1)>div:nth-child(2) {
    flex-wrap: nowrap;
}



.setting-main .setting-details>div:nth-child(2)>div {
    width: 32%;
}

.setting-main {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}

.setting-main .btn-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.setting-main .btn-main button {
    padding: 10px 15px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
}

.setting-main .btn-main button:hover {
    background-color: #333;
    color: #fff;
    transition: linear all 0.5s;
}

.setting-main .btn-main .sub-btn {
    background-color: #15215a;
    color: #fff;
}

.right-content>.heading-content h5 {
    font-weight: bold;
    text-transform: capitalize;
}

.right-content>.heading-content p {
    color: #969495;
}

.setting-main .btn-main .can-btn {
    background-color: transparent;
}

.plan-main>.right-content>div:nth-child(2) {
    background: linear-gradient(180deg, #fae0e00a, #f26f991a, #f26f992e);
    padding: 0;
    overflow: hidden;
}

.plan-main>.right-content>div:nth-child(2)>.header-main {
    padding: 10px;
    margin-bottom: 0;
    background-color: #fff;
}

.plan-main>.right-content>div:nth-child(2)>.heading-content {
    padding: 20px;
}

/*----- setting-css-start---- */

/* ----------statement css start---------- */
.dashboard-main .right-content .right-main .statement-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

.dashboard-main .right-main .statement-content .left-content {
    width: 70%;
    overflow: hidden;
    box-shadow: 0 0 4px #c0baba;
    border-radius: 15px;
    padding-top: 20px;
}

.dashboard-main .right-main .statement-content .right-content {
    width: 28%;
    box-shadow: 0 0 4px #c0baba;
    padding: 20px;
    border-radius: 15px;
}

.dashboard-main .right-main .statement-content .left-content>div {
    padding: 0 20px;
}

.dashboard-main .right-content .right-main .statement-content h5 {
    margin-bottom: 25px;
}

.dashboard-main .right-content .right-main .statement-content .left-content p {
    margin-bottom: 10px;
}

.dashboard-main .right-main .statement-content .left-content>div small {
    font-size: 16px;
    margin-left: 5px;
    font-weight: 600;
}

.dashboard-main .right-main .statement-content .left-content>div>div:nth-child(2) h3 {
    color: #2e9c65;
}

.dashboard-main .right-main .statement-content .left-content>div>div:nth-child(4) h3 {
    color: #dd2255;
}

.dashboard-main .right-main .statement-content .left-content>div p {
    color: #969494;
}

.dashboard-main .right-main .statement-content .left-content>div:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px 20px 20px 20px;
}

.dashboard-main .right-main .statement-content .left-content>div:last-child {
    background-color: #e8ebf2;
    padding: 20px;
}

.dashboard-main .right-main .statement-content .left-content>div:last-child p {
    margin-bottom: 0;
}

.dashboard-main .right-main .statement-content .right-content>div {
    width: 100%;
    display: inline-block;
}

.dashboard-main .right-main .statement-content .right-content>div select {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    appearance: none;
    text-transform: capitalize;
    background-color: #eef3fc;
}

.dashboard-main .right-main .statement-content .right-content>div>div:nth-child(1) {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dashboard-main .right-main .statement-content .right-content>div>div:nth-child(1):after {
    content: "\f107 ";
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: 'fontAwesome';
    transform: translateY(-50%);
}

.dashboard-main .right-main .statement-content .right-content>div>div:nth-child(3) {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0 20px 0;
}


.dashboard-main .right-main .statement-content .right-content>div>div:nth-child(3) button:nth-child(2) {
    background-color: #2e9c65;
    box-shadow: 0px 4px 8px #2e9c6557;
}

.dashboard-main .right-main .statement-content .right-content>div>div:nth-child(3) {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px 0 20px 0;
}


.dashboard-main .right-main .statement-content .right-content>div>div:nth-child(3) button:nth-child(1) {
    background-color: #dd2255;
    box-shadow: 0px 4px 8px #dd225538;
}

.dashboard-main .right-main .statement-content .right-content>div>div:nth-child(3) button:nth-child(2) {
    background-color: #2e9c65;
}

.dashboard-main .right-main .statement-content .right-content>div>div:last-child button {
    background-color: #15215a;
    box-shadow: 0px 4px 8px #15215a6e;
}

.dashboard-main .right-main .statement-content .right-content>div>div:last-child {
    float: right;
}

.dashboard-main .right-main .statement-content>.right-content button {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.dashboard-main .right-main .statement-content>.right-content button:hover {
    background-color: #15215a !important;
    transition: all linear 0.5s;
}

.dashboard-main .right-main .statement-content .right-content>div p {
    margin-top: 15px;
}

.dashboard-main .right-main .btn-group>ul {
    display: flex;
    gap: 10px;
    margin: 25px 0 15px 0;
}

.dashboard-main .right-main .btn-group>ul li a {
    padding: 10px;
    border-radius: 5px;
    color: #005dc7;
}

.dashboard-main .right-main .btn-group>ul li a:hover {
    background-color: #005dc7;
    transition: all linear 0.5s;
    color: #fff;
}

.dashboard-main .right-main .btn-group>ul li:first-child a {
    background-color: #005dc7;
    color: #fff;
}

.dashboard-main .order-statement>.heading-main {
    margin-top: 0 !important;
    padding: 10px;
}

.dashboard-main .order-statement>.heading-main h5 {
    margin-bottom: 5px;
}

.dashboard-main .right-content .right-main .order-statement {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 4px #c0baba;
}


.order-statement .table thead th,
tbody td {
    padding: 10px;
}

/* ----------statement css end---------- */

/* ----------Email css start---------- */


.email-main {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
}


.email-main>.Emai-in-sidebar {
    width: 23%;
    background-color: #eef3fc;
    padding-top: 15px;
}

.email-main>.right-content {
    box-shadow: inherit !important;
    width: calc(100% - 23%);
}

.dashboard-main.show-bar .site-bar.Emai-in-sidebar {
    display: inline-block !important;
    animation: inherit !important;
}

.email-main .right-content table.table tr td:first-child .fa:nth-child(2) {
    margin: 0 20px;
}

.email-main .right-content table.table tr td:first-child input {
    width: 15px;
    display: inline-block;
    height: 15px;
}

.email-main>.right-content>table.table>tbody>tr td {
    padding: 10px 15px;
}

.email-main>.right-content>table.table>tbody>tr td:last-child {
    text-align: right;
}


.email-main .Emai-in-sidebar .site-bar-content .menu-link ul li.btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
    padding: 10px 15px;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link ul>li a img {
    width: 30px;
    border-radius: 50%;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link ul>li span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-main .Emai-in-sidebar .site-bar-content>.menu-link ul>li a {
    padding: 10px;
    margin-bottom: 5px;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link ul li.btn-group>div {
    display: flex;
    gap: 20px;
    align-items: center;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link ul li.btn-group>div>input {
    padding: 5px;
    width: 149px;
    background-color: transparent;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link>ul>div>li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-bottom: 1px solid #e4e4e4;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link>ul>div>li small {
    display: flex;
    gap: 2px;
    align-items: center;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link>ul>div>li small .fa {
    font-size: 12px !important;
}

.email-main .Emai-in-sidebar .site-bar-content>.menu-link>ul>div {
    height: 322px;
    overflow: auto;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link>ul>div>li img {
    width: 30px;
    border-radius: 50%;
    object-fit: contain;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link ul li.btn-group button {
    padding: 7px 15px;
    border-radius: 5px;
    color: #969494;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: 1px solid #dcdbdb;
}


.email-main .right-content table.table tr:hover {
    box-shadow: 0 1px 4px #ccc7c7;
    transition: all linear 0.5s;
}

.email-main .right-content table.table tr:nth-child(even) .fa:last-child {
    color: #ebbb1f;
}

.email-main .right-content table.table tr {
    box-shadow: 0 1px 4px transparent;
    transition: all linear 0.5s;
}

.email-main .Emai-in-sidebar .Email-btn {
    border-radius: 5px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.email-main .Emai-in-sidebar .Email-btn button {
    background-color: #15215a;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    align-items: center;
}

.email-main .Emai-in-sidebar .Email-btn button:hover {
    background-color: #333;
    transition: all linear 0.5s;
}

.email-main .Emai-in-sidebar .site-bar-content {
    padding: 0;
}


.email-main .Emai-in-sidebar .site-bar-content .menu-link ul>li.active,
li.active>a {
    background: #cfe0e485 !important;
    color: #333 !important;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link ul>li.active a span .img-bluer1 {
    filter: inherit !important;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link ul>li.active .fa {
    transform: rotate(0) !important;
}

.email-main>.Emai-in-sidebar>.site-bar-content>.menu-link>ul>li,
li>a {
    border-radius: inherit !important;
    color: #333;
    width: 100%;
    display: flow;
    justify-content: space-between;
}

.header-content>.right-content>ul>li.active-profile>a {
    display: inline-block;
}

.dashboard-main>.right-content>.heading-bottom>ul:nth-child(2)>li>a {
    width: auto;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link ul>li:hover {
    background: transparent !important;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link ul>li:hover>a {
    background: #cfe0e485 !important;
    transition: all linear 0.5s;
    color: #333;
}

.email-main .Emai-in-sidebar .site-bar-content .menu-link ul li:hover a span .img-bluer1 {
    filter: inherit !important;
}


/* ----------Email css end---------- */


/* support-css-start */

#support-main .top-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f0f0;
    margin-bottom: 20px;
}

#support-main .bottom-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#support-main .bottom-content table .close-btn {
    margin-left: 15px;
}

#support-main .bottom-content table thead th {
    padding: 10px;
}


#support-main .bottom-content table,
th,
td {
    border: 1px solid #f4f0f0;
}

#support-main .bottom-content>.botttom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #f4f0f0;
}

#support-main .bottom-content>.botttom-content span {
    border-radius: 5px;
    background: radial-gradient(at 20% 20%, #f5b225 0%, #f5b225 40%, #eceae6 100%) !important;
    color: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
}

.dashboard-main .site-bar .heading-main>div>.logo-img {
    width: 90px;
    border-radius: inherit;
    height: auto;
    border: none;
}

#help-sum-main .help-sum-content .box-main .box-text strong {
    font-weight: 400;
}


/* support-css-end */

/* poup-css-start */

#main-poup {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%;
}

#main-poup .modalPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 35%;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background-image: url(../images/load-po-img.png);
    background-repeat: no-repeat;
    height: 200px;
    background-position: top;
    background-size: 100% 100%;
}

#main-poup .buttonStyle .fa {
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
}

#main-poup .modalContent {
    padding: 20px;
}

#main-poup .modalContent p {
    margin: 10px 0 15px 0;
}

#main-poup .buttonStyle {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 5px;
    position: absolute;
    top: -35px;
    left: 0;
    background: transparent;
    color: #d30b0b !important;
}

#main-poup .returnToProfile {
    text-align: center;
    margin: 3em;
}

#main-poup .returnToProfile a,
#main-poup .returnToProfile a:visited {
    color: #ddd;
}

#main-poup .returnToProfile a:hover {
    color: #fff;
}

/* poup-css-end */

/* singin-css-start */

#signin-main {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}

#signin-main .signin-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.signin-content .left-content .form-group label {
    display: block;
}

.signin-content .left-content .form-group input {
    width: 100%;
    border: 1px solid #e6e2e2;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
}

.signin-content .left-content .check-content {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    gap: 10px;
}

.signin-content .left-content img {
    width: 130px;
}

.signin-content .left-content {
    width: 40%;
    padding: 40px 0;
}

.signin-content .left-content .social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.signin-content .left-content .form-group label {
    text-align: left;
    text-transform: capitalize;
}

.signin-content .left-content .social-icons a .fa {
    width: 100%;
    height: 100%;
    background-color: #0e76a8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.signin-content .left-content .social-icons a .fa-facebook {
    background-color: #3b5998 !important;
}

.signin-content .left-content .social-icons a .fa-google-plus {
    background-color: #CC3333 !important;
}

.signin-content .left-content .social-icons {
    display: flex;
    gap: 20px;
    margin: 10px 0 30px 0;
    justify-content: center;
}

.signin-content .left-content>div {
    text-align: center;
}

.signin-content .left-content h2 {
    margin: 20px 0 20px 0 !important;
}

.signin-content .right-content {
    background-image: url(../images/sign-img1.png);
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.singIn-main .signin-content .right-content {
    height: 100vh;
}

.signin-content .right-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3000ef91;
}

.signin-content .right-content .right-text {
    position: relative;
    color: #fff;
    z-index: 1;
}

.signin-content .right-content .right-text p {
    margin: 20px 0;
}

#signin-main .singup-poup-main {
    position: absolute;
    top: -10%;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 4px #c6c6c6;
    padding: 20px !important;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

#signin-main .singup-poup-main.active {
    opacity: 1;
    visibility: visible;
    transition: all linear 0.5s;
    top: 20%;
}

#signin-main .singup-poup-main img {
    width: 120px;
}

#signin-main .singup-poup-main>div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#signin-main .singup-poup-main h3 {
    margin-bottom: 20px !important;
}

#signin-main .singup-poup-main p {
    margin-bottom: 10px;
}

#signin-main .singup-poup-main>div:last-child {
    margin-top: 20px;
}

.overlayer-signInUp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background-color: #1f1e1e52;
    opacity: 0;
    visibility: hidden;
}

.overlayer-signInUp.active {
    opacity: 1;
    visibility: visible;
}

/* singin-css-end */

.dashboard-main .right-content .right-main>.heading-main>.right-content>div>ul li.active form#main-form {
    opacity: 1;
    visibility: visible;
}

form#main-form {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0 0 5px #b1abab;
    padding: 50px 20px 20px 20px;
    margin: 50px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 10px;
    border-radius: 10px;
    z-index: 1;
    left: 0;
    background-color: #fff;
}

form#main-form .fa-times {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #cc0606;
    font-size: 30px;
}

form#main-form .form-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
}

form#main-form .form-group input {
    width: 47.8%;
    padding: 10px;
    border: 1px solid #3333;
}

.comment-btn-main textarea {
    width: 100%;
    border: 1px solid #3333;
    padding: 10px;
    margin-bottom: 20px;
}


.comment-btn-main textarea {
    width: 100%;
    border: 1px solid #3333;
    padding: 10px;
}

.comment-btn-main {
    width: 100%;
    margin-top: 30px;
}

.comment-btn-main button {
    display: block;
}


















 @keyframes progress {
  0% { --percentage: 0; }
  100% { --percentage: var(--value); }
}

@property --percentage {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

[role="progressbar"] {
  --percentage: var(--value);
  --primary: #66a15a;
  --secondary: #adf;
  --size: 250px;
  animation: progress 2s 0.5s forwards;
  width: var(--size);
  aspect-ratio: 2 / 1;
  border-radius: 50% / 100% 100% 0 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 55px;
  margin-top:-40px;
}

[role="progressbar"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 0.75turn at 50% 100%, var(--primary) calc(var(--percentage) * 1% / 2), var(--secondary) calc(var(--percentage) * 1% / 2 + 0.1%));
  mask: radial-gradient(at 50% 100%, white 55%, transparent 55.5%);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(at 50% 100%, #0000 55%, #000 55.5%);
  -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
  counter-reset: percentage var(--value);
  /*content: counter(percentage) '%';*/
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--primary);
}


/*------- dashboard right content css end ------*/