.header-bottom-area .navbar-collapse .main-menu li/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
    [ ## Heading ]
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## c ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet');
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    background-color: #ffffff;
    font-weight: 400;
    line-height: 1.5em;
    color: #0a0a0a;
    overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

a {
    display: inline-block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

blockquote {
    margin: 0 0 1.3em;
}

p {
    margin-bottom: 15px;
    line-height: 1.7em;
}
p:last-child {
    margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.exchange-area code {
    font-size: 20px;
}

code {
    color: #ff9f43;
    font-weight: 600;
}
code span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: none;
    cursor: pointer;
}

input,
textarea {
    padding: 12px 25px;
    width: 100%;
}

span {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

blockquote {
    background-color: #e5e5e5;
    padding: 40px;
    border-radius: 10px;
    font-weight: 500;
    font-style: italic;
    position: relative;
}
blockquote .quote-icon {
    position: absolute;
    top: 0;
    left: 5%;
    font-size: 120px;
    opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}
@media only screen and (max-width: 1199px) {
    .pt-80 {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .pt-80 {
        padding-top: 40px;
    }
}

.pt-100 {
    padding-top: 100px;
}
@media only screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-120 {
    padding-top: 120px;
}
@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 100px;
    }
}

.pt-150 {
    padding-top: 150px;
}
@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 100px;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .ptb-80 {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .ptb-80 {
        padding-top: 40px;
    }
}

.ptb-100 {
    padding: 100px 0;
}
@media only screen and (max-width: 991px) {
    .ptb-100 {
        padding: 80px 0;
    }
}

.ptb-120 {
    padding: 120px 0;
}
@media only screen and (max-width: 991px) {
    .ptb-120 {
        padding: 100px 0;
    }
}

.ptb-150 {
    padding: 150px 0;
}
@media only screen and (max-width: 991px) {
    .ptb-150 {
        padding: 100px 0;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-10-none {
    margin-top: -10px;
}

.mt-20-none {
    margin-top: -20px;
}

.mt-30-none {
    margin-top: -30px;
}

.mt-40-none {
    margin-top: -40px;
}

.mt-50-none {
    margin-top: -50px;
}

.mt-60-none {
    margin-top: -60px;
}

.mt-80-none {
    margin-top: -80px;
}

.mt-100-none {
    margin-top: -100px;
}

.mt-120-none {
    margin-top: -120px;
}

.mt-150-none {
    margin-top: -150px;
}

.mb-10-none {
    margin-bottom: -10px;
}

.mb-20-none {
    margin-bottom: -20px;
}

.mb-30-none {
    margin-bottom: -30px;
}

.mb-40-none {
    margin-bottom: -40px;
}

.mb-50-none {
    margin-bottom: -50px;
}

.mb-60-none {
    margin-bottom: -60px;
}

.mb-80-none {
    margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
    .mb-80-none {
        margin-bottom: -40px;
    }
}

.mb-100-none {
    margin-bottom: -100px;
}

.mb-120-none {
    margin-bottom: -120px;
}

.mb-150-none {
    margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.bg--success {
    background-color: #28c76f;
}

.bg--danger {
    background-color: #d63384 !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2;
}

.bg--dark {
    background-color: #10163a;
}

.bg--base {
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    ) !important;
}

.text--primary {
    color: #7367f0;
}

.text--secondary {
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.text--success {
    color: #28c76f;
}

.text-danger {
    color: #d63384 !important;
}

.text--danger {
    color: #d63384;
}

.text--warning {
    color: #ff9f43;
}

.text--info {
    color: #1e9ff2;
}

.text--dark {
    color: #10163a;
}

.text--base {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border--primary {
    border: #7367f0;
}

.border--secondary {
    border: 1px solid
        linear-gradient(
            90.88deg,
            var(--primary-color) 0%,
            var(--secondary-color) 100%
        );
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163a;
}

.border--base {
    border: 1px solid #e5e5e5 !important;
}

.section--bg {
    background-color: #fcfcfc !important;
}

.bg--gray {
    background-color: #fcfcfc;
}

.border--rounded {
    border-radius: 3px !important;
}

.border--capsule {
    border-radius: 100px;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar {
    height: 20px;
    width: 6px;
    background: #2d2835;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 10px;
}

*::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

.chat-container::-webkit-scrollbar {
    height: 20px;
    width: 6px;
    background: #f1f1f1;
    border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.chat-container::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scroll {
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 40px;
    right: -80px;
    border-radius: 100%;
    background: radial-gradient(
        circle farthest-corner at 10% 20%,
        #1370d9 0%,
        #255e9f 81.3%
    );
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 0px #888;
    box-shadow: 0 0 5px 0px #888;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.scroll i {
    margin-top: 10px;
    text-shadow: 0 0 2px #fff;
}

.scroll:hover i {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes rotate {
    from {
        margin-top: 15px;
    }
    to {
        margin-top: 5px;
    }
}

@keyframes rotate {
    from {
        margin-top: 15px;
    }
    to {
        margin-top: 5px;
    }
}
.visible {
    right: 30px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    z-index: 999;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
}
@media only screen and (max-width: 420px) {
    .table-wrapper {
        padding: 15px;
    }
}

.custom-table {
    width: 100%;
    white-space: nowrap;
}
.custom-table thead tr {
    border-bottom: 1px solid #dfdfdf;
}
.custom-table thead tr th {
    border: none;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    padding: 12px 15px;
}
.custom-table tbody tr {
    border-bottom: 1px solid #dfdfdf;
}
.custom-table tbody tr td {
    border: none;
    font-weight: 500;
    color: #0a0a0a;
    font-size: 14px;
    padding: 12px 15px;
}
.custom-table tbody tr td button,
.custom-table tbody tr td input[type="submit"],
.custom-table tbody tr td input[type="reset"],
.custom-table tbody tr td input[type="button"],
.custom-table tbody tr td .btn--base {
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 8px;
}
.custom-table tbody tr td .btn--success {
    padding: 7px 18px;
    font-size: 14px;
    border-radius: 8px;
    color: #ffffff;
}

.custom-table tbody tr td:last-child {
    text-align: end;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
    display: none;
}

.swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    z-index: 3;
}
.swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-image: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    width: 25px;
    border-radius: 10px;
}

.slider-next,
.slider-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    color: #0a0a0a;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    cursor: pointer;
    margin-top: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-next:hover,
.slider-prev:hover {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-next {
    margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pagination .page-item {
    text-align: center;
    padding: 3px;
}
.pagination .page-item a,
.pagination .page-item span {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #dfdfdf;
    color: #000000;
    padding: 0;
    font-weight: 600;
    line-height: 30px;
    display: block;
    margin: 0;
}
.pagination .page-item.disabled span {
    border-radius: 8px;
    background: transparent;
    border: 1px solid #dfdfdf;
    color: #000000;
}
.pagination .page-item .page-link {
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-color: transparent;
    color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
    margin: 0;
    border: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
    padding: 30px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 15px;
    border: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-tabs .nav-link .icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 30%;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 20px;
}
.nav-tabs .nav-link.active {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border: none;
    color: #000000;
}
.nav-tabs .nav-link:nth-of-type(1n) .icon {
    background-color: #7367f0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(115, 103, 240, 0.3);
    box-shadow: 0 2px 10px 0 rgba(115, 103, 240, 0.3);
}
.nav-tabs .nav-link:nth-of-type(2n) .icon {
    background-color: #28c76f;
    -webkit-box-shadow: 0 2px 10px 0 rgba(40, 199, 111, 0.3);
    box-shadow: 0 2px 10px 0 rgba(40, 199, 111, 0.3);
}
.nav-tabs .nav-link:nth-of-type(3n) .icon {
    background-color: #107be9;
    -webkit-box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
    box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
}
.nav-tabs .nav-link:not(:last-child) {
    margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
    .nav-tabs .nav-link:not(:last-child) {
        margin-right: 5px;
    }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.custom-card .card-body {
    background: #fcfcfc;
    padding: 30px;
    border-radius: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
}
@media only screen and (max-width: 575px) {
    .custom-card .card-body {
        padding: 20px;
    }
}
.custom-card button,
.custom-card input[type="submit"],
.custom-card input[type="reset"],
.custom-card input[type="button"],
.custom-card .btn--base {
    padding: 12px 30px;
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
    background: #fcfcfc;
    border-radius: 10px;
}
.modal-content .close {
    border-radius: 3px;
}

.modal-header {
    border-color: #60648d;
}
.modal-header .btn-close {
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    background-image: none;
    position: relative;
    opacity: 1;
}
.modal-header .btn-close i {
    position: absolute;
    top: 8px;
    left: 9px;
    color: white;
}

.modal-footer {
    border-color: #60648d;
}
.modal-footer button,
.modal-footer input[type="submit"],
.modal-footer input[type="reset"],
.modal-footer input[type="button"] {
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 8px;
    color: #ffffff !important;
}

.nice-select .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #ffffff;
}

.nice-select .list::-webkit-scrollbar {
    width: 2px;
    background-color: #ffffff;
}

.nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar {
    height: 20px;
    width: 3px;
    background: #f1f1f1;
    border-radius: 10px;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 50px;
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 35px;
}
@media only screen and (max-width: 991px) {
    h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 420px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 26px;
}
@media only screen and (max-width: 991px) {
    h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 420px) {
    h3 {
        font-size: 16px;
    }
}

h4 {
    font-size: 20px;
}
@media only screen and (max-width: 991px) {
    h4 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 420px) {
    h4 {
        font-size: 15px;
    }
}

h5 {
    font-size: 14px;
}
@media only screen and (max-width: 575px) {
    h5 {
        font-size: 14px;
    }
}

h6 {
    font-size: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

.section-header {
    margin-bottom: 40px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .section-header {
        margin-bottom: 30px;
    }
}
.section-header .section-sub-title {
    font-size: 11px;
    padding: 5px 10px;
    background-color: #fcfcfc;
    text-transform: uppercase;
    border-radius: 7px;
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    margin-bottom: 20px;
    font-weight: 600;
}
.section-header .section-title {
    margin-bottom: 0;
    text-transform: capitalize;
}
.section-header .section-title span {
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}
.section-header p {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
    color: #ffffff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn-rounded {
    border-radius: 3px;
}

.btn-capsule {
    border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
    background-color: #7367f0;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--success {
    background-color: #28c76f;
}

.btn--danger {
    background-color: #dc3545;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 30px;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--dark {
    background-color: #10163a;
}

.badge--primary::before {
    background-color: #7367f0;
}

.badge--secondary::before {
    background-color: #868e96;
}

.badge--success::before {
    background-color: #28c76f;
}

.badge--danger::before {
    background-color: #d63384;
}

.badge--warning::before {
    background-color: #ff9f43;
}

.badge--info::before {
    background-color: #1e9ff2;
}

.badge--dark::before {
    background-color: #10163a;
}

.border--primary {
    border: 1px solid #7367f0;
}

.border--secondary {
    border: 1px solid #868e96;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163a;
}

.badge {
    position: relative;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    background-color: transparent;
    padding-left: 15px;
    color: #0a0a0a;
}
.badge::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.btn--base {
    position: relative;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    overflow: hidden; /* Ensure overflow is hidden to contain the animation */
    -webkit-transition: background-position 0.3s ease;
    transition: background-position 0.3s ease; /* Smooth transition for background position */
}
.btn--base i {
    font-size: 16px;
    position: relative;
    top: 1px;
}
.btn--base.active {
    background: transparent;
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}
.btn--base.active:focus,
.btn--base.active:hover {
    color: #ffffff;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}
.btn--base:focus,
.btn--base:hover {
    color: #ffffff;
    background-size: 200% auto; /* Increase background size to cover more area */
    -webkit-animation: waveAnimation 0.6s linear infinite alternate;
    animation: waveAnimation 0.6s linear infinite alternate; /* Apply wave animation on hover (faster) */
}
@-webkit-keyframes waveAnimation {
    from {
        background-position: 0% center; /* Start position of the background */
    }
    to {
        background-position: 200% center; /* End position of the background */
    }
}
@keyframes waveAnimation {
    from {
        background-position: 0% center; /* Start position of the background */
    }
    to {
        background-position: 200% center; /* End position of the background */
    }
}
@media only screen and (max-width: 991px) {
    .btn--base {
        padding: 10px 25px;
        font-size: 13px;
    }
}

.prmium--btn {
    background-color: #627afe;
    width: 100%;
    border-radius: 15px;
    padding: 8px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.prmium--btn:hover {
    background-color: #4e62d6;
}

.gold--btn {
    background-color: #44cdd2;
    width: 100%;
    border-radius: 15px;
    padding: 8px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.gold--btn:hover {
    background-color: #3ab1b6;
}

.Diamond--btn {
    background-color: #ff5e5e;
    width: 100%;
    border-radius: 15px;
    padding: 8px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.Diamond--btn:hover {
    background-color: #d84545;
}

.discount--gold {
    background: #71cdcf;
    color: #fbffff;
    width: 98px;
    padding: 6px 8px;
    border-radius: 10px;
}

.discount--Platinum {
    background: #627afe;
    color: #fbffff;
    width: 98px;
    padding: 6px 8px;
    border-radius: 10px;
}

.discount--Diamond {
    background: #ff5e5e;
    color: #f0eded;
    width: 98px;
    padding: 6px 8px;
    border-radius: 10px;
}

.info-btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    display: none;
}
@media only screen and (max-width: 991px) {
    .info-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.chat-cross-btn {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ea5455;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    display: none;
}
@media only screen and (max-width: 991px) {
    .chat-cross-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
}

input,
textarea {
    padding: 12px 20px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(111, 108, 108, 0.518);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(111, 108, 108, 0.518);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(111, 108, 108, 0.518);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(111, 108, 108, 0.518);
}
input::placeholder,
textarea::placeholder {
    color: rgba(111, 108, 108, 0.518);
}

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 118px;
}

input,
select,
textarea {
    border: 1px solid #dfdfdf;
    vertical-align: baseline;
    font-size: 100%;
    color: #ffffff;
}

label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #000000;
}
label span {
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
    outline: none;
    cursor: pointer;
}

option {
    background-color: #fcfcfc;
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.input-group-append input {
    border-radius: 5px 0 0 5px;
    border: 1px solid #dfdfdf;
    border-right: none;
    background-color: #ffffff;
}

.input-group-text {
    border: none;
    font-size: 16px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
    height: 45px;
    border-radius: 0 15px 15px 0;
    font-weight: 500;
}

.custom-check-group {
    display: block;
    margin-bottom: 12px;
}
.custom-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom-check-group input:checked + label::before {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border: 1px solid #dfdfdf;
}
.custom-check-group input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-check-group label {
    position: relative;
    cursor: pointer;
}
.custom-check-group label::before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -2px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-control {
    border: 1px solid #dfdfdf;
    font-size: 14px;
    height: 50px;
    color: #0a0a0a;
}
.form-control:focus {
    color: #0a0a0a;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dfdfdf;
}
.form-control::-webkit-input-placeholder {
    color: #0a0a0a;
}
.form-control::-moz-placeholder {
    color: #0a0a0a;
}
.form-control:-ms-input-placeholder {
    color: #0a0a0a;
}
.form-control::-ms-input-placeholder {
    color: #0a0a0a;
}
.form-control::placeholder {
    color: #0a0a0a;
}

.form--control {
    background-color: transparent;
    border: 1px solid #dfdfdf;
    height: 45px;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    color: #000000;
    font-weight: 600;
}
.form--control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #0a0a0a;
    border: 1px solid var(--secondary-color);
    background-color: transparent;
}
.form--control::-webkit-input-placeholder {
    color: rgba(10, 10, 10, 0.4);
}
.form--control::-moz-placeholder {
    color: rgba(10, 10, 10, 0.4);
}
.form--control:-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.4);
}
.form--control::-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.4);
}
.form--control::placeholder {
    color: rgba(10, 10, 10, 0.4);
}
.form--control:disabled {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.fileholder.active {
    border: 2px dashed #5a5278;
}

.fileholder-drag-drop-title {
    color: #c4c5cf;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
    fill: #5a5278;
}

.fileholder-basic-loading-circle.one {
    border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.two {
    border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.three {
    border: 2px solid #5a5278;
}

.file-holder-wrapper {
    width: auto;
    border-radius: 5px !important;
}
.file-holder-wrapper input {
    border-radius: 5px !important;
}

.fileholder.active {
    border: 2px dashed
        linear-gradient(
            90.88deg,
            var(--primary-color) 0%,
            var(--secondary-color) 100%
        );
}

.fileholder-drag-drop-title {
    color: #0a0a0a;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
    fill: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.fileholder-basic-loading-circle.one {
    border: 2px solid
        linear-gradient(
            90.88deg,
            var(--primary-color) 0%,
            var(--secondary-color) 100%
        );
}

.fileholder-basic-loading-circle.two {
    border: 2px solid
        linear-gradient(
            90.88deg,
            var(--primary-color) 0%,
            var(--secondary-color) 100%
        );
}

.fileholder-basic-loading-circle.three {
    border: 2px solid
        linear-gradient(
            90.88deg,
            var(--primary-color) 0%,
            var(--secondary-color) 100%
        );
}

.radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -3px -7px;
}
.radio-wrapper .radio-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 3px 7px;
}
.radio-wrapper .radio-item img {
    width: 60px;
    margin-right: 5px;
}

.radio-item [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-item [type="radio"]:checked + label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    color: #000000;
    width: 100%;
    text-align: center;
}

.radio-item [type="radio"]:not(:checked) + label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.257);
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    color: #0a0a0a;
    width: 100%;
    text-align: center;
}

.nice-select {
    background-color: transparent;
    height: 45px;
    line-height: 45px;
    border: 1px solid #dfdfdf !important;
    float: unset;
    padding: 0 25px;
    color: #000000 !important;
    font-weight: 600;
}
.nice-select:focus {
    border: 1px solid var(--secondary-color) !important;
}
.nice-select .option.disabled {
    color: #000000;
}
.nice-select .list {
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    left: auto;
    right: 0;
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    z-index: 9;
}
.nice-select .option {
    -webkit-transition: unset;
    transition: unset;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-image: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
}

.select2-container {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
}

.selection {
    width: 100%;
}

.select2-selection--single {
    width: 100%;
    height: 45px !important;
    outline: none;
    background-color: transparent !important;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px;
    border-radius: 5px !important;
    vertical-align: top;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-selection--single span {
    margin: 0;
    width: 100%;
    color: #0a0a0a;
    line-height: initial;
    font-weight: 600;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 22px;
    right: 7px;
    width: 20px;
}

.select2-search {
    background-color: #fcfcfc;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: var(--primary-color);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #dfdfdf transparent transparent transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #f3f3f3;
    color: #000000;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #0a0a0a transparent;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #0a0a0a !important;
}

.select2-container--default .select2-results > .select2-results__options {
    background-color: #f3f3f3 !important;
}

.submit-btn {
    padding: 12px 20px;
    color: #ffffff;
    background: #fcfcfc;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 991px) {
    .submit-btn {
        padding: 10px 20px;
    }
}

input:focus {
    border: 1px solid rgba(255, 255, 255, 0.396);
}

.forgot-password .forgot-password-area {
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    padding: 40px;
    border-radius: 10px;
}
@media only screen and (max-width: 575px) {
    .forgot-password .forgot-password-area {
        padding: 20px;
    }
}

.verification-otp .verification-otp-area {
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    padding: 40px;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .verification-otp .verification-otp-area {
        padding: 20px;
    }
}
.verification-otp .verification-otp-area .verification-otp-content p {
    font-size: 14px;
}
.verification-otp .verification-otp-area .account-item a {
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.new-password .new-password-area {
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    padding: 40px;
    border-radius: 10px;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media only screen and (max-width: 1199px) {
    .body-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

.body-overlay.show {
    visibility: visible;
    opacity: 1;
}

.otp-verification .account-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 375px) {
    .otp-verification .account-form .form-group {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.otp-verification .account-form .form-group input {
    margin: 10px;
    border-radius: 3px;
    background-color: #fcfcfc;
}
@media only screen and (max-width: 520px) {
    .otp-verification .account-form .form-group input {
        margin: 3px;
    }
}

.otp {
    width: 55px;
    height: 50px;
    text-align: center;
    padding: 0;
    border-radius: 5px;
}
@media only screen and (max-width: 520px) {
    .otp {
        width: 45px;
        height: 45px;
    }
}
@media only screen and (max-width: 375px) {
    .otp {
        width: 40px;
        height: 40px;
    }
}

.otp:focus {
    border: 2px solid
        linear-gradient(
            90.88deg,
            var(--primary-color) 0%,
            var(--secondary-color) 100%
        );
}

.otp.required {
    border: 3px solid #ea5455;
}

#time {
    color: #ea5455;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.vendor-bg {
    background-size: cover;
    background-position: top !important;
    background-repeat: no-repeat !important;
}

.bg-overlay-base {
    position: relative;
    z-index: 2;
}

.bg-overlay-base:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.bg-overlay-banner {
    position: relative;
    z-index: 2;
}
.bg-overlay-banner:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.bg-overlay-vendor {
    position: relative;
    z-index: 2;
}

.bg-overlay-vendor:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
@media only screen and (max-width: 991px) {
    .bg-overlay-vendor:after {
        opacity: 0.7;
    }
}

.bg-overlay-account {
    position: relative;
    z-index: 2;
}

.bg-overlay-account:after {
    content: "";
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.bg-overlay-footer {
    position: relative;
    z-index: 2;
}

.bg-overlay-footer:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.bg-overlay-card {
    position: relative;
    z-index: 2;
}

.bg-overlay-card:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

@-webkit-keyframes scroll-down {
    0%,
    100% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scroll-down {
    0%,
    100% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes scroll-ver {
    0%,
    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes scroll-ver {
    0%,
    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}
@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}
@keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
::-moz-selection {
    background-color: var(--secondary-color);
    color: #ffffff;
}
::selection {
    background-color: var(--secondary-color);
    color: #ffffff;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 35px;
    height: 35px;
    padding: 7px;
    line-height: 1;
    font-weight: 600;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(-50000%);
    transform: translateY(-50000%);
}

.scrollToTop small {
    display: block;
    text-transform: uppercase;
    font-size: 8px;
}

.scrollToTop.active {
    bottom: 30px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.header-area {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 570px) {
    .header-area {
        display: block;
    }
}

.social-icons li {
    padding: 0px 10px;
}

.contact .item {
    padding: 0px 10px;
    font-size: 16px;
}

.navber-section {
    background-color: #ffffff;
}
.navber-section .search input {
    padding: 10px;
    border-radius: 60px;
    margin-top: 5px;
    border: 1px solid #dfdfdf;
    width: 200px;
    height: 40px;
    font-size: 16px;
}
.navber-section .search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.navber-section .search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.navber-section .search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.navber-section .search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.navber-section .search input::placeholder {
    color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.navber-section .search button,
.navber-section .search input[type="button"],
.navber-section .search input[type="reset"],
.navber-section .search input[type="submit"] {
    padding: 5px 15px;
    border-radius: 50px;
    margin-left: 5px;
    margin-top: 5px;
    color: #ffffff;
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}
.navber-section .search button:hover,
.navber-section .search input[type="button"]:hover,
.navber-section .search input[type="reset"]:hover,
.navber-section .search input[type="submit"]:hover {
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header {
    background-color: transparent;
    width: 100%;
    z-index: 9;
}

.header-section.header-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
    margin-top: 0;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}
.header-section.header-fixed .header-top-area {
    display: none !important;
}
.header-section.header-fixed .header-bottom-area {
    background-color: #fcfcfc;
    border-bottom: 1px solid #efefef;
}

.header-bottom-area {
    position: relative;
    background: #fcfcfc;
    border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 1199px) {
    .header-bottom-area {
        background-color: #ededed;
        padding: 10px;
    }
}
.header-bottom-area .navbar-expand-lg {
    background-color: transparent;
}
@media (max-width: 1199px) {
    .header-bottom-area .navbar-collapse {
        background-color: transparent !important;
        padding: 0 !important;
    }
    .header-bottom-area .navbar-collapse .main-menu {
        padding: 15px 0;
    }
    .header-bottom-area .menu_has_children .sub-menu {
        display: none !important;
    }
    .header-bottom-area .menu_has_children .sub-menu li {
        width: 100%;
    }
    .header-bottom-area
        .navbar-collapse
        .main-menu
        .menu_has_children.show
        .sub-menu,
    .header-bottom-area
        .navbar-collapse
        .main-menu
        .menu_has_children.show
        .sub-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}
.header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding: 10px;
}
@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-right: 15px !important;
    }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 12px;
    margin-left: 5px;
}
@media (max-width: 991px) {
    .header-bottom-area
        .navbar-collapse
        .main-menu
        li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}
.header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    padding: 16px 0;
    font-weight: 600;
    font-size: 14px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    display: inline-block;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}
@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        font-size: 14px !important;
    }
}
.header-bottom-area .navbar-collapse .main-menu li a::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover::after {
    width: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li a.active {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-bottom-area .navbar-collapse .main-menu li a.active::after {
    width: 100%;
}
@media (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        padding: 12px 15px !important;
    }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 60px;
    left: 0px;
    padding: 10px 5px;
    width: 180px;
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    display: block;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10;
}
@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        width: 180px;
    }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
    margin-right: 0;
    padding-right: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    width: 100%;
    font-size: 12px;
    padding: 5px 15px;
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
    display: none;
}
@media (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.site-logo {
    max-width: 180px;
}
@media only screen and (max-width: 1199px) {
    .site-logo {
        max-width: 130px;
    }
}

.header-action {
    margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
    .header-action {
        margin-left: 12px;
    }
}
.header-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1199px) {
    .header-action a {
        display: inline-block;
    }
}

.language-select {
    background: transparent;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 30px;
    width: 125px;
}
@media only screen and (max-width: 1199px) {
    .language-select {
        margin-left: 12px;
        margin-bottom: 30px;
    }
}
.language-select .nice-select {
    height: 45px !important;
    line-height: 45px !important;
}
.language-select .nice-select .list {
    height: auto;
}

@media only screen and (max-width: 1199px) {
    .header-link {
        display: none;
    }
}
.header-link a {
    color: #ffffff;
}
.header-link a i {
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    margin-right: 5px;
    font-size: 16px;
}
.header-link a + a {
    margin-left: 20px;
}

.header-social li {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
}
.header-social li + li {
    margin-left: 15px;
}

.notification-icon {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #0a0a0a;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    font-size: 20px;
}
.notification-icon i {
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
    font-size: 14px;
    border: 1px solid rgba(117, 117, 117, 0.9333333333);
}

.show_hide_password {
    position: relative;
}
.show_hide_password .show-pass {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 14px;
    cursor: pointer;
}
.show_hide_password .show-pass.two {
    top: 50px;
}

.account-form .show_hide_password {
    position: relative;
}
.account-form .show_hide_password .show-pass {
    position: absolute;
    top: 14px;
    right: 30px;
    font-size: 14px;
}
.account-form .show_hide_password-2 {
    position: relative;
}
.account-form .show_hide_password-2 .show-pass {
    position: absolute;
    top: 14px;
    right: 30px;
    font-size: 14px;
}

.forgot-password-content p {
    font-size: 13px;
}

.register-form-input {
    padding-top: 20px;
}

.account-select-item .account-type .list {
    height: auto;
    overflow-y: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.4352941176);
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
    padding-top: 250px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
    .banner-section {
        padding-top: 250px;
        padding-bottom: 300px;
    }
}
@media only screen and (max-width: 768px) {
    .banner-section {
        padding-top: 60px;
        padding-bottom: 250px;
    }
}
@media only screen and (max-width: 580px) {
    .banner-section {
        padding-top: 40px;
        padding-bottom: 200px;
    }
}
.banner-section .banner-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-section .banner-btn .btn {
    margin: 8px !important;
}
.banner-section .banner-content {
    position: relative;
}
.banner-section .banner-content p {
    font-weight: 500;
}
@media only screen and (max-width: 1680px) {
    .banner-section .banner-content {
        margin-left: 100px;
    }
}
@media only screen and (max-width: 1399px) {
    .banner-section .banner-content .title {
        font-size: 32px;
        font-weight: 700;
    }
}
@media only screen and (max-width: 991px) {
    .banner-section .banner-content {
        margin-left: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .banner-section .banner-content {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 520px) {
    .banner-section .banner-content .title {
        font-size: 30px;
        font-weight: 700;
    }
}
@media only screen and (max-width: 480px) {
    .banner-section .banner-content .title {
        font-size: 26px;
        font-weight: 700;
    }
}
@media only screen and (max-width: 375px) {
    .banner-section .banner-content .title {
        font-size: 20px;
        font-weight: 700;
    }
}
.banner-section .banner-content .banner-element {
    position: absolute;
    bottom: -200px;
    left: 127px;
    width: 400px;
    -webkit-animation: scroll-ver 2s cubic-bezier(0.75, 0.02, 0.31, 0.87)
        infinite;
    animation: scroll-ver 2s cubic-bezier(0.75, 0.02, 0.31, 0.87) infinite;
}
@media only screen and (max-width: 1399px) {
    .banner-section .banner-content .banner-element {
        bottom: -170px;
        left: 10px;
        width: 400px;
    }
}
@media only screen and (max-width: 768px) {
    .banner-section .banner-content .banner-element {
        width: 300px;
        left: 25px;
        bottom: -140px;
    }
}
@media only screen and (max-width: 420px) {
    .banner-section .banner-content .banner-element {
        width: 260px;
        left: 20px;
        bottom: -140px;
    }
}
@media only screen and (max-width: 375px) {
    .banner-section .banner-content .banner-element {
        width: 250px;
        left: 0px;
        bottom: -140px;
    }
}
.banner-section .banner-content .banner-element img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-bottom-area {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 1399px) {
    .banner-bottom-area {
        margin-top: -80px;
    }
}
@media only screen and (max-width: 580px) {
    .banner-bottom-area {
        margin-top: 40px;
    }
}
.banner-bottom-area .banner-bottom-wedget {
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.banner-bottom-area .banner-bottom-wedget .title {
    font-size: 20px;
}
.banner-bottom-area .banner-bottom-wedget p {
    font-size: 14px;
}
.banner-bottom-area .banner-bottom-wedget .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px !important;
    margin: 0 auto;
}
.banner-bottom-area .banner-bottom-wedget .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-flotting-item {
    position: relative;
    z-index: 2;
    background: #fcfcfc;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid #dfdfdf;
    padding: 30px;
    border-radius: 15px;
}

.banner-flotting-item .banner-flotting-item-form {
    margin: -5px;
}
.banner-flotting-item .flotting-item-inputdata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner-flotting-item .banner-flotting-item-form .form-group {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    margin: 5px;
}

@media only screen and (max-width: 1199px) {
    .banner-flotting-item .banner-flotting-item-form .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }
}
@media only screen and (max-width: 991px) {
    .banner-flotting-item .banner-flotting-item-form .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}
@media only screen and (max-width: 767px) {
    .banner-flotting-item .banner-flotting-item-form .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.banner-flotting-item .banner-flotting-item-form .form-group.single {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
}

.banner-flotting-item .banner-flotting-item-form .form-group.btn-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
}

.banner-flotting-item .banner-flotting-item-form .form-group .search-btn {
    padding: 11px 25px;
}

.banner-flotting-item .banner-flotting-item-form .form-group input {
    caret-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.banner-flotting-item .banner-flotting-item-form .dr-name i {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 12px;
}

.banner-flotting-item .banner-flotting-item-form .dr-name input {
    padding-left: 40px;
}

.vendor-banner {
    padding-top: 160px;
    padding-bottom: 160px;
}
@media only screen and (max-width: 991px) {
    .vendor-banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 580px) {
    .vendor-banner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 425px) {
    .vendor-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.vendor-banner .vendor-banner-content .banner-title span {
    font-weight: 700;
}
.vendor-banner .vendor-banner-content .banner-btn {
    margin-top: 30px;
}
.vendor-banner .vendor-banner-content .banner-btn .btn--base {
    padding-top: 4px;
}
.vendor-banner .vendor-banner-content .banner-btn i {
    font-size: 30px;
    position: relative;
    top: 4px;
    -webkit-animation: scroll-ver 1s linear infinite;
    animation: scroll-ver 1s linear infinite;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section .footer-area {
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer-section {
    background-position: bottom !important;
    background-color: black;
    color: #fff;
}

.footer-section .footer-area .footer-logo {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footer-section .footer-area .footer-social-icon {
    margin-bottom: 20px;
}

.footer-section .footer-area .footer-social-icon a {
    color: #ffffff;
    font-size: 16px;
    margin: 10px 8px 8px 0px;
}

.footer-section .footer-area .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.footer-section .footer-area .footer-content {
    margin-bottom: 40px;
    color: #0a0a0a;
}

.footer-section .footer-area .copyright-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
    color: #fff;
}

.footer-section .footer-area .copyright-area span {
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .footer-section .footer-area .copyright-area {
        display: block;
        text-align: center;
        font-size: 14px;
    }
}
@media only screen and (max-width: 375px) {
    .footer-section .footer-area .copyright-area {
        font-size: 12px;
    }
}
.footer-section .footer-area .copyright-area .page-link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .footer-section .footer-area .copyright-area .page-link-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer-section .footer-area .copyright-area .page-link-item li {
    margin-left: 20px;
    list-style-type: none;
    color: #000000;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .footer-section .footer-area .copyright-area .page-link-item li {
        margin-left: 0px;
        margin-right: 20px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-section .footer-area .footer-content {
        text-align: justify;
        font-size: 14px;
    }
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.testimonial-section {
    overflow: hidden;
}

.testimonial-section .client-img .img-1 {
    width: 70px;
    height: 70px;
}

.testimonial-section .client-img img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

@media (min-width: 1320px) {
    .testimonial-section .container {
        padding-right: calc((100vw - 1176px) / 2);
        max-width: calc(1320px + (100vw - 1320px) / 2);
        left: calc((100vw - 1320px) / 4);
        position: relative;
        overflow: hidden;
    }
}
.testimonial-slider .swiper-android .swiper-slide,
.testimonial-slider .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.testimonial-wrapper {
    padding: 40px;
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-right: 3px solid #dfdfdf;
    border-radius: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 520px) {
    .testimonial-wrapper {
        padding: 15px;
    }
}

.testimonial-wrapper .client-details {
    width: 100%;
}
.testimonial-wrapper .client-details .client-img {
    width: 70px;
    height: 70px;
}

.testimonial-wrapper .client-details img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-wrapper .client-details p {
    font-size: 14px;
    margin: 0px;
    color: #ffffff !important;
}

.testimonial-thumb {
    position: relative;
    width: 168px;
}

.testimonial-thumb img {
    border-radius: 1.25rem;
}

.testimonial-thumb .testimonial-quote {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border: 5px solid #dfdfdf;
    border-radius: 50%;
    text-align: center;
}

.testimonial-thumb .testimonial-quote .fill-white {
    fill: #ffffff;
}

.testimonial-section {
    margin-left: 30px;
}

@media only screen and (max-width: 991px) {
    .testimonial-section {
        width: 100%;
        padding-left: 0;
    }
}
.testimonial-section .testimonial-ratings {
    margin-bottom: 15px;
}

.testimonial-section .testimonial-ratings i {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-section .testimonial-user-content .title span {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-wrapper::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #2744d3;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.testimonial-wrapper::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #2744d3;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-container {
    padding: 5px !important;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .custom-container {
        max-width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.section-tag i {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-tag span {
    background-color: rgba(99, 125, 254, 0.2039215686);
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 1px solid transparent;
    margin-bottom: 30px;
}

section {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
section .section-tag span {
    border: 1px solid transparent;
    padding: 6px 10px;
    border-radius: 5px;
}
section:hover .section-tag span {
    border: 1px solid #dfdfdf;
}

.feature-section .feature-section-area {
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
}
@media only screen and (max-width: 575px) {
    .feature-section .feature-section-area {
        padding: 30px 20px 30px 20px;
    }
}
.feature-section .feature-section-area .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7450980392);
    padding: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 0px 50px 50px 0px;
    width: 100%;
    height: 100%;
    width: 88%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 1px solid transparent;
}
.feature-section .feature-section-area .feature-item:hover {
    border: 1px solid #dfdfdf;
}
@media only screen and (max-width: 767px) {
    .feature-section .feature-section-area .feature-item {
        display: block;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        border-radius: 0px 10px 50px 0px;
    }
}
.feature-section .feature-section-area .feature-item:nth-child(2) {
    width: 91%;
    margin-left: 30px;
    margin-right: auto;
}
.feature-section .feature-section-area .feature-item:nth-child(3) {
    width: 93%;
    margin-left: auto;
    margin-right: 30px;
}
.feature-section .feature-section-area .feature-item:nth-child(4) {
    width: 93%;
    margin-left: auto;
}
.feature-section .feature-section-area .feature-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 225px);
    padding-left: 20px;
}
@media only screen and (max-width: 767px) {
    .feature-section .feature-section-area .feature-details {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .feature-section .feature-section-area .feature-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.feature-section .feature-section-area .feature-details .icon {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    padding: 20px;
    font-size: 40px;
    border-radius: 50%;
    color: #ffffff;
    margin-left: 10px;
}
@media only screen and (max-width: 575px) {
    .feature-section .feature-section-area .feature-details .icon {
        margin-bottom: 10px;
    }
}
.feature-section .feature-section-area .feature-details .icon i {
    -webkit-animation: scale-up-one 2s cubic-bezier(0.75, 0.02, 0.31, 0.87)
        infinite;
    animation: scale-up-one 2s cubic-bezier(0.75, 0.02, 0.31, 0.87) infinite;
}
.feature-section .feature-section-area .feature-details .content {
    text-align: left;
}
.feature-section .feature-section-area .feature-sirial {
    width: 225px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .feature-section .feature-section-area .feature-sirial {
        width: 100%;
    }
}
.feature-section .feature-section-area .feature-sirial label {
    height: 100%;
    padding: 10px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
}
.feature-section .feature-section-area .feature-sirial .sirial-number {
    font-size: 28px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .feature-section .feature-section-area .feature-sirial .sirial-number {
        margin-top: 15px;
    }
}

.project-plan {
    background-color: #ffffff;
}

.project-plan .plan-slider {
    position: relative;
    overflow: hidden;
}

.project-plan .plan-slider a {
    text-align: center;
}

.project-plan .plan-slider a:hover .plan-item {
    background-color: rgba(99, 125, 254, 0.2039215686);
}
.project-plan .plan-slider a:hover .plan-item i {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project-plan .plan-slider .plan-item p {
    margin-top: 20px;
}

.project-plan .plan-slider .swiper-slide .plan-item {
    width: 80px;
    height: 80px;
    line-height: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 15px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    margin: 0 auto;
}
.project-plan .plan-slider .swiper-slide .plan-item i {
    font-size: 40px;
}

.plan-slider .slider-prev,
.plan-slider .slider-next {
    position: absolute;
    top: 0%;
    left: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 2;
}

@media only screen and (max-width: 575px) {
    .plan-slider .slider-prev,
    .plan-slider .slider-next {
        display: none;
    }
}
.plan-slider .slider-next {
    left: auto;
    right: 0px;
    margin-left: 0;
}

.how-work-section {
    overflow: hidden;
}

.steps-content .step-listing .content {
    background-color: #fcfcfc;
    -webkit-box-shadow: 2px 2px 10px 2px #ddd;
    box-shadow: 2px 2px 10px 2px #ddd;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow: hidden;
    position: relative;
}
.steps-content .step-listing .content span {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    padding-bottom: 5px;
}

.steps-content .step-listing .content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.steps-content .step-listing .content::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    left: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.steps-content .step-listing .content:hover {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    color: #ffffff;
}
.steps-content .step-listing .content:hover .title {
    color: #ffffff;
}
.steps-content .step-listing .content:hover span {
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.steps-content .step-listing .content:hover::before {
    width: 100%;
    right: auto;
    left: 0;
    color: #ffffff;
}

.overview-details-area {
    background-color: #fcfcfc;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #dfdfdf;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.overview-details-area:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background-color: rgba(29, 53, 169, 0.1058823529);
}

.overview-details-area .odo-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.overview-details-area .odo-area h5 {
    font-size: 22px;
    font-weight: 700;
}

.overview-details-area .overview-details {
    text-align: center;
    font-size: 14px;
}

.overview-details-area .overview-details .title {
    text-align: center;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-btn .app-icon {
    padding-right: 10px;
    color: #fff;
    font-size: 25px;
}

.app-btn-wrapper {
    margin: -8px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
    .app-btn-wrapper {
        margin-top: 0px;
    }
}
.app-btn-wrapper .app-btn {
    position: relative;
    background-image: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 18px;
    width: 230px;
    margin: 8px;
}

.app-btn-wrapper .app-btn span {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
}

.app-btn-wrapper .app-btn .title {
    margin-bottom: 0;
    color: #ffffff;
}

.app-btn-wrapper .app-btn .icon {
    width: 35px;
    height: 35px;
    margin-left: auto;
}

.app-btn-wrapper .app-btn .app-qr {
    position: absolute;
    top: 65px;
    left: 0;
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 575px) {
    .app-btn-wrapper .app-btn .app-qr {
        display: none;
    }
}
.app-btn-wrapper .app-btn:hover .app-qr {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.app-btn-wrapper .app-qr {
    z-index: 9;
}

.doctor-list-section {
    overflow: hidden;
}
.doctor-list-section .doctor-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media only screen and (max-width: 1199px) {
    .doctor-list-section .doctor-card {
        padding: 20px;
    }
}
@media only screen and (max-width: 469px) {
    .doctor-list-section .doctor-card {
        display: block;
    }
}
.doctor-list-section .doctor-card:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.doctor-list-section .doctor-card .doctor-thumb {
    width: 200px;
    height: 150px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media only screen and (max-width: 469px) {
    .doctor-list-section .doctor-card .doctor-thumb {
        width: 100%;
        height: 250px;
    }
}
@media only screen and (max-width: 420px) {
    .doctor-list-section .doctor-card .doctor-thumb {
        width: 100%;
        height: 200px;
    }
}
.doctor-list-section .doctor-card .doctor-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.doctor-list-section .doctor-card .doctor-details {
    padding-left: 20px;
    font-size: 14px;
}
@media only screen and (max-width: 469px) {
    .doctor-list-section .doctor-card .doctor-details {
        padding-left: 10px;
        padding-top: 15px;
    }
    .doctor-list-section .doctor-card .doctor-details .title {
        font-size: 16px;
    }
}
.doctor-list-section .doctor-card .doctor-details p {
    margin-bottom: 0px !important;
}
.doctor-list-section .doctor-card .doctor-details i {
    font-size: 20px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.doctor-list-section .doctor-card .doctor-details .booking-btn {
    padding-top: 5px;
}
.doctor-list-section .doctor-card .doctor-details .booking-btn .btn {
    font-size: 12px;
}

.about-section .about-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-section .about-list i {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    padding: 5px 10px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 6px;
    margin-right: 10px;
}
.about-section .about-img img {
    border-radius: 10px;
}

.faq-section {
    overflow: hidden;
}

.faq-wrapper {
    margin-bottom: -20px;
}

.faq-wrapper .faq-header {
    margin-bottom: 30px;
}

.faq-wrapper .faq-item {
    background-color: #fcfcfc;
    border-radius: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.faq-wrapper .faq-item .faq-title {
    padding: 12px 20px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-title {
        font-size: 16px;
    }
}
.faq-wrapper .faq-item .faq-title .title {
    width: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 0;
}

.faq-wrapper .faq-item .faq-content {
    padding: 20px;
    border-top: 1px solid #dfdfdf;
    display: none;
}

@media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-content {
        margin-top: 15px;
    }
}
.faq-wrapper .faq-item .faq-content p {
    font-size: 14px;
}

.faq-wrapper .faq-item .right-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 50%;
    position: relative;
}

.faq-wrapper .faq-item .right-icon::before,
.faq-wrapper .faq-item .right-icon::after {
    position: absolute;
    content: "";
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-wrapper .faq-item .right-icon::before {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
}

.faq-wrapper .faq-item .right-icon::after {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
}

.faq-wrapper .faq-item.active .faq-content {
    display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.contact-section .contact-area {
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border: 1px solid #dfdfdf;
    width: calc(100% - 200px);
    border-radius: 10px;
}
@media only screen and (max-width: 991px) {
    .contact-section .contact-area {
        width: 100%;
    }
}
.contact-section .contact-area .contact-form-area {
    position: relative;
    padding: 30px;
}
.contact-section .contact-area .contact-system {
    background-color: #eff0ff;
    position: absolute;
    top: 10px;
    right: -50%;
}
@media only screen and (max-width: 1399px) {
    .contact-section .contact-area .contact-system {
        right: -60%;
    }
}
@media only screen and (max-width: 1199px) {
    .contact-section .contact-area .contact-system {
        right: -70%;
    }
}
@media only screen and (max-width: 991px) {
    .contact-section .contact-area .contact-system {
        display: none;
    }
}
.contact-section .contact-area .contact-system .contact-system-area {
    padding: 15px 20px;
    border-radius: 10px;
}
.contact-section .contact-area .contact-system .contact-widget {
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
}
.contact-section
    .contact-area
    .contact-system
    .contact-widget
    .contact-item-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}
.contact-section
    .contact-area
    .contact-system
    .contact-widget
    .contact-item-icon
    img {
    width: 100%;
    height: 100%;
}
.contact-section
    .contact-area
    .contact-system
    .contact-widget
    .contact-item-content {
    font-size: 14px;
}
.contact-section
    .contact-area
    .contact-system
    .contact-widget
    .contact-item-content
    .title {
    font-size: 16px;
}

.contact-system-two {
    display: none;
}
@media only screen and (max-width: 991px) {
    .contact-system-two {
        display: block;
        margin-top: 60px;
    }
    .contact-system-two .contact-widget {
        background-color: #fcfcfc;
        padding: 15px;
        border-radius: 10px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
        height: 100%;
    }
    .contact-system-two .contact-widget .contact-item-icon {
        margin-bottom: 15px;
    }
}

.location-map iframe {
    width: 100% !important;
    height: 300px !important;
    border-radius: 10px;
}

.register-form {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.register-form .register-header-top {
    text-align: center;
    padding-bottom: 20px;
}

.register-form .register-header-top .title {
    color: #000000;
}

.register-form .login-header-top {
    text-align: center;
    padding-bottom: 20px;
}

.register-form .login-header-top .title {
    color: #000000;
}

.register-form .login-form {
    background-color: #fcfcfc;
}

.login-form input {
    color: #000000 !important;
    font-weight: 600;
}

.login-form input::-webkit-input-placeholder {
    color: #7c7c7c !important;
    font-weight: 500;
}

.register-section label {
    color: #000000;
}

.login-form .custom-check-group {
    margin-bottom: 0;
}

.register-section .register-form .login-form {
    padding: 40px;
    border-radius: 15px;
}

@media only screen and (max-width: 570px) {
    .register-section .register-form .login-form {
        padding: 30px 15px;
    }
}
.register-section .register-form .login-form .login-button {
    width: 50%;
    margin-right: 5px;
}

.register-section .register-form .login-form .register-button {
    width: 50%;
    margin-left: 5px;
}

.register-section .register-form .login-form .form-hader button,
.register-section .register-form .login-form .form-hader input[type="button"],
.register-section .register-form .login-form .form-hader input[type="reset"],
.register-section .register-form .login-form .form-hader input[type="submit"] {
    background-color: rgba(9, 5, 43, 0.757);
    color: #ffffff;
    padding: 12px 16px;
    width: 100%;
    border-radius: 5px;
}

.register-section .register-form .login-form .form-hader button.active,
.register-section
    .register-form
    .login-form
    .form-hader
    input.active[type="button"],
.register-section
    .register-form
    .login-form
    .form-hader
    input.active[type="reset"],
.register-section
    .register-form
    .login-form
    .form-hader
    input.active[type="submit"] {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.register-section .register-form .show_hide_password .show-pass {
    top: 48px;
}

.register-section .show_hide_password-2 input {
    position: relative;
}

.register-section .show_hide_password-2 .show-pass-2 {
    position: absolute;
    top: 46px !important;
    right: 26px;
    font-size: 13px;
}

.appointment-area {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
}
@media only screen and (max-width: 375px) {
    .appointment-area {
        padding: 15px;
    }
}

.appointment-area .list-wrapper .preview-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgb(206, 206, 206);
    padding-top: 8px;
    padding-bottom: 6px;
}

.appointment-area .list-wrapper .preview-area .preview-item {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}

@media only screen and (max-width: 420px) {
    .appointment-area .list-wrapper .preview-area .preview-item {
        font-size: 12px;
        font-weight: 400;
    }
}
.appointment-area .list-wrapper .preview-area .preview-details {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

@media only screen and (max-width: 420px) {
    .appointment-area .list-wrapper .preview-area .preview-details {
        font-size: 12px;
        font-weight: 400;
    }
}
.appointment-area .doctor-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media only screen and (max-width: 1199px) {
    .appointment-area .doctor-card {
        padding: 20px;
    }
}
@media only screen and (max-width: 469px) {
    .appointment-area .doctor-card {
        display: block;
    }
}
.appointment-area .doctor-card .doctor-thumb {
    width: 300px;
    height: 200px;
}
@media only screen and (max-width: 469px) {
    .appointment-area .doctor-card .doctor-thumb {
        width: 100%;
        height: 250px;
    }
}
@media only screen and (max-width: 420px) {
    .appointment-area .doctor-card .doctor-thumb {
        width: 100%;
        height: 200px;
    }
}
.appointment-area .doctor-card .doctor-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.appointment-area .doctor-card .doctor-details {
    padding-left: 20px;
    font-size: 14px;
}
@media only screen and (max-width: 469px) {
    .appointment-area .doctor-card .doctor-details {
        padding-left: 10px;
        padding-top: 15px;
    }
    .appointment-area .doctor-card .doctor-details .title {
        font-size: 16px;
    }
}
.appointment-area .doctor-card .doctor-details p {
    margin-bottom: 5px !important;
}
.appointment-area .doctor-card .doctor-details i {
    font-size: 20px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.appointment-area .doctor-card .doctor-details .booking-btn {
    padding-top: 5px;
}
.appointment-area .doctor-card .doctor-details .booking-btn .btn {
    font-size: 12px;
}
.appointment-area .nice-select-hight .list {
    height: auto !important;
}
.appointment-area .age-select {
    position: relative;
}
.appointment-area .age-select input {
    padding-right: 105px;
}
.appointment-area .age-select .age-type {
    position: absolute;
    top: 31px;
    right: 12px;
    width: 100px;
}
.appointment-area .age-select .age-type .nice-select {
    border-radius: 0px 5px 5px 0px !important;
    background-color: var(--secondary-color);
}
@media only screen and (max-width: 991px) {
    .appointment-area .age-select .age-type {
        top: 31px;
    }
}
.appointment-area .age-select .nice-select .current {
    color: #ffffff;
}
.appointment-area .age-select .nice-select .list {
    height: auto;
}

.appointment-preview .booking-area {
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    padding: 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 375px) {
    .appointment-preview .booking-area {
        padding: 15px;
    }
}
@media only screen and (max-width: 375px) {
    .appointment-preview .booking-area .list-wrapper .list {
        font-size: 15px;
    }
}
.appointment-preview .booking-area .list-wrapper .list li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1019607843);
    padding-top: 12px;
}

.appointment-preview .booking-area .list-wrapper .list span {
    float: right;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.appointment-area .list-wrapper .preview-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding-top: 8px;
    padding-bottom: 6px;
}

.appointment-area .list-wrapper .preview-area .preview-item {
    color: #ffffff;
    font-weight: 600;
}

@media only screen and (max-width: 420px) {
    .appointment-area .list-wrapper .preview-area .preview-item {
        font-size: 14px;
        font-weight: 400;
    }
}
.appointment-area .list-wrapper .preview-area .preview-details {
    font-size: 14px;
}

@media only screen and (max-width: 420px) {
    .appointment-area .list-wrapper .preview-area .preview-details {
        font-size: 12px;
        font-weight: 300;
    }
}
.booking-area .list-wrapper .preview-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 8px;
    padding-bottom: 6px;
}

.booking-area .list-wrapper .preview-area .preview-item {
    color: #0a0a0a;
    font-weight: 600;
    font-size: 14px;
}

@media only screen and (max-width: 420px) {
    .booking-area .list-wrapper .preview-area .preview-item {
        font-size: 12px;
        font-weight: 500;
    }
}
.booking-area .list-wrapper .preview-area .preview-details {
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 420px) {
    .booking-area .list-wrapper .preview-area .preview-details {
        font-size: 12px;
        font-weight: 500;
    }
}
.appointment-preview .payment-type-select {
    padding-top: 20px;
}
.appointment-preview .select-payment-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
}
.appointment-preview .select-payment-option .form-check {
    margin-left: 15px;
}
.appointment-preview .select-payment-option .form-check label {
    font-size: 16px;
}
.appointment-preview .form-check .form-check-input {
    padding: 0px;
}
.appointment-preview .payment-page-area .radio-item {
    padding: 5px;
    width: 31%;
}
@media only screen and (max-width: 467px) {
    .appointment-preview .payment-page-area .radio-item {
        padding: 0px;
        width: 50%;
    }
}
.appointment-preview .radio-wrapper .radio-item img {
    width: 30px !important;
    height: 30px !important;
}
.appointment-preview .payment-page-area .radio-item.action {
    width: 31%;
}
.appointment-preview .payment-page-area .radio-item label {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 121, 207, 0.3960784314);
    cursor: pointer;
    font-size: 15px;
}

.appointment-preview .radio-item [type="radio"]:not(:checked) + label {
    border: 1px solid #d7d7d7;
}

.dashboard-card-area .dasboard-card-item {
    background-color: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dashboard-card-area .dasboard-card-item .title {
    font-weight: 600;
}
.dashboard-card-area .dasboard-card-item .card-icon {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}
.dashboard-card-area .dasboard-card-item .card-icon i {
    font-size: 30px;
}

.status-btn a {
    background-color: #cb0317;
    color: #ffffff;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 12px;
}
.status-btn .service-btn {
    background-color: green;
}

.btn-cancel {
    background-color: #dc3545 !important;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
}

.btn-done {
    background-color: #28a745 !important;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
}

.btn-edit {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    ) !important;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
}

.custom-table thead tr th:last-child {
    text-align: right;
}

.page-link:hover {
    border: 1px solid #dfdfdf !important;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    ) !important;
}

.search-btn {
    padding: 11px 25px;
}

.investigation-item-area .investigation-item {
    padding: 10px 20px;
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    text-align: center;
}
.investigation-item-area .investigation-item .title {
    font-size: 15px;
}
.investigation-item-area .investigation-item .price {
    font-weight: 600;
    font-size: 14px;
}
.investigation-item-area .investigation-item .price-cut {
    font-weight: 600;
    font-size: 14px;
    text-decoration: line-through;
    color: rgba(173, 2, 2, 0.66);
}

.branch-item-area .branch-item {
    padding: 20px;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 20px;
    height: 100%;
}
.branch-item-area .branch-item .icon-wrapper {
    margin-top: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.branch-item-area .branch-item .icon-area {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border: 5px solid #dfdfdf;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    margin-bottom: 10px;
}
.branch-item-area .branch-item .icon-area i {
    font-size: 30px;
}

.home-service-section .booking-area {
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
}

.booking-area .age-select {
    position: relative;
}
.booking-area .age-select input {
    padding-right: 105px;
}
.booking-area .age-select .age-type {
    position: absolute;
    top: 31px;
    right: 10px;
    border-radius: 0px 5px 5px 0px;
    background-color: var(--secondary-color);
    width: 100px;
}
@media only screen and (max-width: 991px) {
    .booking-area .age-select .age-type {
        top: 31px;
    }
}
.booking-area .age-select .nice-select .current {
    color: #ffffff;
}
.booking-area .age-select .nice-select .list {
    height: auto;
}
.booking-area .home-check-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px;
}
.booking-area .home-check-wrapper {
    margin-right: 15px;
}
.booking-area .nice-select .list {
    height: auto;
}

.vendor-feature .feature-content {
    list-style-type: auto;
}
.vendor-feature .feature-content .heading {
    font-size: 22px;
    font-weight: 600;
}
.vendor-feature .feature-content .feature-listing {
    list-style-type: disc;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.required-content-area {
    background-color: #fcfcfc;
    padding: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 10px;
}
.required-content-area .required-content .title {
    margin-bottom: 10px;
}

.required-content-area {
    height: 100%;
}
.required-content-area .icon {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 35px;
    padding: 10px;
    font-size: 25px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 15px;
}

.dashboard-chart {
    background-color: #fcfcfc;
    padding: 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 10px;
}

.booking-request-list {
    background-color: #fcfcfc;
    padding: 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 10px;
}
@media only screen and (max-width: 600px) {
    .booking-request-list {
        padding: 15px;
    }
}
.booking-request-list .custom-table thead tr th:last-child {
    text-align: center;
}
.booking-request-list .custom-table tbody tr td:last-child {
    text-align: center;
}

.hospital-deparment-list {
    background-color: #fcfcfc;
    padding: 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 10px;
}

.table-responsive .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.table-responsive .switch-field label {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.906);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-bottom: 0px !important;
    margin-right: -1px;
    border: 1px solid rgba(210, 210, 210, 0.7411764706);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 100px;
}

.table-responsive .switch-field label:hover {
    cursor: pointer;
}

.table-responsive .switch-field input:checked + label {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
}

.table-responsive .switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.table-responsive .switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.table-responsive .switch-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-align: center;
}

.modal-body input {
    font-size: 14px;
    font-weight: 500;
}
.modal-body .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.modal-body .switch-field label {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.906);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 12px 16px;
    margin-bottom: 0px !important;
    margin-right: -1px;
    border: 1px solid rgba(210, 210, 210, 0.7411764706);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 100%;
}
.modal-body .switch-field label:hover {
    cursor: pointer;
}
.modal-body .switch-field input:checked + label {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
}
.modal-body .switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}
.modal-body .switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}
.modal-body .switch-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-align: center;
}

.hospital-branch-list {
    background-color: #fcfcfc;
    padding: 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 10px;
}

.dr-profile {
    width: 35px;
    height: 35px;
}
.dr-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfdfdf;
    min-height: 45px !important;
    font-size: 14px;
    color: #000000;
    border-radius: 5px;
    padding: 2px 10px;
    width: 100%;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: 1px solid var(--secondary-color);
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: transparent;
}

.select2-container--default .select2-results > .select2-results__options {
    background-color: rgba(36, 33, 33, 0.6784313725);
}

.select2-container--default textarea {
    height: 45px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    display: none !important;
}

.add-new-doctor {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
}
.add-new-doctor .add-doctor-details {
    margin-top: 40px;
}

.hospital-investigation {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
}

.price-input-fild {
    position: relative;
}
.price-input-fild .currency {
    position: absolute;
    top: 35px;
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
    padding: 8px 12px;
}

.search-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
.search-history .search-input {
    width: 400px;
}
@media only screen and (max-width: 768px) {
    .search-history .search-input {
        width: 300px;
    }
}
@media only screen and (max-width: 480px) {
    .search-history .search-input {
        width: 100%;
    }
}
.search-history .search-input input {
    border-radius: 5px 0px 0px 5px;
    font-size: 12px;
}
.search-history .search-input::-webkit-input-placeholder {
    font-size: 12px;
}
.search-history .search-input::-moz-placeholder {
    font-size: 12px;
}
.search-history .search-input:-ms-input-placeholder {
    font-size: 12px;
}
.search-history .search-input::-ms-input-placeholder {
    font-size: 12px;
}
.search-history .search-input::placeholder {
    font-size: 12px;
}
.search-history .search-btn {
    border-radius: 0px 5px 5px 0px;
    font-size: 12px;
    padding: 12px 15px;
}
.search-history .search-btn i {
    font-size: 14px;
}
@media only screen and (max-width: 480px) {
    .search-history span {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .custom-table tbody tr td {
        font-size: 12px;
    }
}
.custom-table thead tr th:last-child {
    text-align: left;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog-section .blog-item {
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 10px;
}

.blog-section .blog-item .blog-img {
    width: 100%;
    height: 100%;
}

.blog-section .blog-item .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}

@media only screen and (max-width: 768px) {
    .blog-section .blog-item .blog-img img {
        border-radius: 10px 10px 0px 0px;
    }
}
.blog-section .blog-item .blog-content {
    padding: 20px;
}

.blog-section .blog-item .blog-content .title {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.blog-section .blog-item .blog-content:hover .title {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-section .blog-item .blog-content .blog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-section .blog-item .blog-content .blog-btn .blog-date {
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-section .blog-item .blog-content .blog-btn .blog-date i {
    font-size: 20px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 420px) {
    .blog-section .blog-item .blog-content .blog-btn .blog-date {
        font-size: 14px;
    }
}
.blog-details-section .blog-item {
    background-color: #fcfcfc;
    border-radius: 10px;
}

.blog-details-section .blog-item .blog-content {
    padding: 20px;
}

.blog-details-section .blog-item .blog-thumb {
    height: 500px;
    width: 100%;
}

.blog-details-section .blog-item .blog-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-list {
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-list li {
    position: relative;
    font-weight: 400;
    padding-left: 35px;
    padding-bottom: 15px;
}

.blog-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f00c";
    font-family: "Line Awesome Free";
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-image: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
}

.blog-tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px dashed #dfdfdf;
    padding-top: 20px;
    margin-top: 30px;
}

.blog-tag-wrapper span {
    font-weight: 600;
    margin-right: 10px;
}

.blog-tag-wrapper .blog-footer-tag li {
    display: inline-block;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    padding: 3px 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
}

.blog-tag-wrapper .blog-footer-tag li + li {
    margin-left: 10px;
}

.blog-comment-area {
    margin-top: 30px;
}

.blog-comment-area .title {
    margin-bottom: 0 !important;
}

.blog-sidebar {
    position: sticky;
    top: 0;
}

.widget-box {
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    padding: 30px;
    border-radius: 5px;
}

@media only screen and (max-width: 991px) {
    .widget-box {
        padding: 20px;
    }
}
.widget-box .widget-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.widget-box .widget-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    width: 3px;
    height: 20px;
    background-image: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

@media only screen and (max-width: 991px) {
    .widget-box .widget-title::before {
        left: -20px;
    }
}
.category-widget-box .category-list {
    margin-bottom: -15px;
}

.category-widget-box .category-list li {
    padding: 7px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.category-widget-box .category-list li a {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.category-widget-box .category-list li a:hover {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.category-widget-box .category-list li span {
    float: right;
}

.popular-widget-box {
    margin-bottom: -20px;
}

.single-popular-item {
    margin-bottom: 30px;
}

.single-popular-item .popular-item-thumb {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.single-popular-item .popular-item-thumb a {
    display: block;
    height: 100%;
}

.single-popular-item .popular-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-popular-item .popular-item-content {
    width: calc(100% - 90px);
    padding-left: 20px;
}

.single-popular-item .popular-item-content .title {
    margin-bottom: 0;
}

.single-popular-item .popular-item-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-popular-item .popular-item-content .title a:hover {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-popular-item .popular-item-content span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.tag-widget-box .tag-list {
    margin: -5px;
}

.tag-widget-box .tag-list li {
    display: inline-block;
    border: 1px solid #dfdfdf;
    color: #000000;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    padding: 3px 15px;
    margin: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.tag-widget-box .tag-list li:hover {
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
    [ ## dashboard ]
--------------------------------------------------------------*/
.page-wrapper {
    min-height: 100vh;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar {
    width: 250px;
    position: fixed;
    border-radius: 5px;
    padding: 20px 10px;
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fcfcfc;
    opacity: 0.5;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}
.sidebar.active {
    width: 60px;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active {
        width: 250px;
        left: 0;
    }
}
.sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active .sidebar-menu .sidebar-menu-item a {
        padding: 12px 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 0;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
        margin-right: 10px;
    }
}
.sidebar.active .menu-title {
    display: none;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active .menu-title {
        display: block;
    }
}
.sidebar.active .sidebar-doc-box {
    display: none;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active .sidebar-doc-box {
        display: block;
    }
}
.sidebar:hover {
    width: 250px;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    display: block;
}
.sidebar:hover .menu-title {
    display: inline-block;
}
.sidebar:hover .sidebar-doc-box {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar-inner {
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sidebar-logo::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(224, 225, 226, 0)),
        color-stop(47.22%, rgb(224, 225, 226)),
        color-stop(94.44%, rgba(224, 225, 226, 0.157))
    );
    background: linear-gradient(
        90deg,
        rgba(224, 225, 226, 0) 0%,
        rgb(224, 225, 226) 47.22%,
        rgba(224, 225, 226, 0.157) 94.44%
    );
}
.sidebar-logo .sidebar-main-logo {
    max-width: 130px;
}
.sidebar-logo .sidebar-menu-bar {
    font-size: 14px;
    color: #0a0a0a;
    background-color: transparent;
    display: none;
}

.sidebar-menu-wrapper {
    padding-top: 15px;
}

.sidebar-menu-header {
    position: relative;
    letter-spacing: 0.05em;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 20px;
}
.sidebar-menu-header::before {
    content: "--";
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar-item-badge {
    margin-left: auto;
}

.sidebar-user-icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.sidebar-menu .sidebar-menu-item {
    position: relative;
    margin-bottom: 5px;
    border-radius: 15px;
    font-size: 13px;
}
.sidebar-menu .sidebar-menu-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 2px;
    height: 0;
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    font-weight: 500;
    padding: 12px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
    position: relative;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
    position: absolute;
    top: 18px;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    color: #0a0a0a;
    font-weight: 700;
    content: "\f105";
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu {
    position: relative;
    display: none;
    z-index: 1;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
    display: block;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
    letter-spacing: normal;
    color: #0a0a0a;
    font-weight: 400;
    margin-top: 0;
    padding-left: 2px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
    padding: 10px 20px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
    display: none;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
    letter-spacing: 1px;
}
.sidebar-menu
    .sidebar-menu-item
    .sidebar-submenu
    .sidebar-menu-item
    a
    .menu-icon {
    font-size: 18px;
    margin-right: 8px;
}
.sidebar-menu .sidebar-menu-item:hover {
    letter-spacing: 0.2px;
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    font-weight: 600;
}
.sidebar-menu .sidebar-menu-item.active {
    background-color: rgba(53, 75, 185, 0.2);
}
.sidebar-menu .sidebar-menu-item.active::after {
    height: 30px;
}
.sidebar-menu .sidebar-menu-item.active a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a.active {
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    font-weight: 700;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a:hover {
    letter-spacing: 1px;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a::before {
    display: none;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a
    .menu-icon {
    width: auto;
    height: auto;
    display: block;
    background-color: transparent;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    margin-left: auto;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    padding: 0 !important;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    font-size: 0.8em;
    border: none;
    margin-bottom: 0;
    border-radius: 50%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: inline-block;
}

.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    margin-left: auto;
}

.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    padding: 0 !important;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: rgba(255, 255, 255, 0.947);
    font-size: 0.8em;
    border: none;
    margin-bottom: 0;
    border-radius: 50%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: inline-block;
}

.sidebar-doc-box {
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 15px;
    min-height: 210px;
    min-width: 218px;
}
.sidebar-doc-box::after {
    border-radius: 10px;
}
.sidebar-doc-box .sidebar-doc-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}
.sidebar-doc-box .sidebar-doc-content .title {
    margin-bottom: 2px;
}
.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
    padding: 14px 40px;
    font-size: 14px;
}

.main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
}

.navbar-wrapper {
    padding: 20px 0;
    margin-left: 250px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-wrapper.active {
    margin-left: 85px;
}
@media only screen and (max-width: 1199px) {
    .navbar-wrapper.active {
        margin-left: 0;
    }
}
.navbar-wrapper.active .dashboard-title-part {
    padding: 0 10px 0 0px;
}
@media only screen and (max-width: 1199px) {
    .navbar-wrapper.active .dashboard-title-part {
        padding: 0 20px 0 0px;
    }
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .navbar-wrapper {
        margin-left: 0;
    }
}

.dashboard-title-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 30px;
}
@media only screen and (max-width: 1199px) {
    .dashboard-title-part {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .dashboard-title-part {
        display: block;
    }
}
.dashboard-title-part .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-title-part .left .icon {
    margin-right: 10px;
}
.dashboard-title-part .left .icon button,
.dashboard-title-part .left .icon input[type="button"],
.dashboard-title-part .left .icon input[type="reset"],
.dashboard-title-part .left .icon input[type="submit"] {
    font-size: 14px;
    color: #000000;
    background-color: transparent;
}
.dashboard-title-part .title {
    margin-bottom: 0;
}
.dashboard-title-part p {
    font-size: 12px;
    font-weight: 500;
}
.dashboard-title-part .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -8px;
}
@media only screen and (max-width: 767px) {
    .dashboard-title-part .right {
        padding-top: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.dashboard-path {
    font-size: 15px;
}
.dashboard-path .main-path {
    color: #000000;
    font-weight: 600;
}

.header-search-wrapper {
    width: 350px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin: 8px;
}
@media only screen and (max-width: 767px) {
    .header-search-wrapper {
        width: 100%;
    }
}
.header-search-wrapper input {
    height: 40px;
    padding-left: 35px;
    padding-right: 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
}
.header-search-wrapper input:focus {
    background-color: transparent;
}
.header-search-wrapper input::-webkit-input-placeholder {
    color: rgba(10, 10, 10, 0.5);
}
.header-search-wrapper input::-moz-placeholder {
    color: rgba(10, 10, 10, 0.5);
}
.header-search-wrapper input:-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.5);
}
.header-search-wrapper input::-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.5);
}
.header-search-wrapper input::placeholder {
    color: rgba(10, 10, 10, 0.5);
}
.header-search-wrapper span {
    position: absolute;
    font-size: 16px;
    line-height: 38px;
    color: rgba(10, 10, 10, 0.3);
    left: 10px;
    top: 1px;
}

.header-user-wrapper {
    margin: 8px;
}
.header-user-wrapper .header-user-thumb a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    margin-top: 7px;
    overflow: hidden;
}
.header-user-wrapper .header-user-thumb a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.body-wrapper {
    padding-left: 270px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.body-wrapper.active {
    padding-left: 85px;
    padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
    .body-wrapper.active {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .body-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dashboard-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.dashboard-header-wrapper .title {
    margin-bottom: 0;
}
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a,
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button,
.dashboard-header-wrapper
    .dashboard-btn-wrapper
    .dashboard-btn
    input[type="button"],
.dashboard-header-wrapper
    .dashboard-btn-wrapper
    .dashboard-btn
    input[type="reset"],
.dashboard-header-wrapper
    .dashboard-btn-wrapper
    .dashboard-btn
    input[type="submit"] {
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 8px;
}

.dashbord-item {
    background: #fcfcfc;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dashbord-item .dashboard-content .sub-title {
    margin-bottom: 5px;
}
.dashbord-item .dashboard-content .title {
    margin-bottom: 0;
}
.dashbord-item .dashboard-icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 15px;
    font-size: 24px;
    overflow: hidden;
}
.dashbord-item .dashboard-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.chart-wrapper {
    background: #ffffff;
    padding: 30px 10px;
    border-radius: 20px;
}
.chart-wrapper line {
    stroke: #dfdfdf;
}
.chart-wrapper .dashboard-header-wrapper {
    padding: 0 20px;
    margin-bottom: 0;
}

.apexcharts-legend-text {
    color: #ffffff !important;
}

.apexcharts-yaxis text {
    fill: #ffffff !important;
}

.apexcharts-grid line {
    stroke: #dfdfdf !important;
}

.apexcharts-graphical line {
    stroke: #dfdfdf !important;
}

.apexcharts-xaxis-texts-g text {
    fill: #ffffff !important;
}

.chart-area-footer {
    border-color: #dfdfdf;
}

.dashboard-list-wrapper .dashboard-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.dashboard-list-wrapper
    .dashboard-list-item.sent:hover
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon,
.dashboard-list-wrapper
    .dashboard-list-item.sent.active
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon {
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}
.dashboard-list-wrapper
    .dashboard-list-item.receive:hover
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon,
.dashboard-list-wrapper
    .dashboard-list-item.receive.active
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon {
    background-color: #28c76f;
}

.dashboard-list-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title {
    margin-bottom: 5px;
}

.dashboard-list-right {
    text-align: right;
}
.dashboard-list-right .main-money {
    font-size: 16px;
}
.dashboard-list-right .exchange-money {
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 1px;
}

.dashboard-list-item-wrapper {
    background-color: #fcfcfc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dashboard-list-item-wrapper:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.dashboard-list-item-wrapper .dashboard-list-item {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
}
.dashboard-list-item-wrapper .preview-list-wrapper {
    display: none;
    margin-top: 20px;
    background: rgba(144, 144, 144, 0.0509803922);
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
    border-bottom: 1px solid rgb(221, 221, 221);
}
.dashboard-list-item-wrapper
    .preview-list-wrapper
    .preview-list-item
    .preview-list-user-wrapper
    .preview-list-user-icon {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #dfdfdf;
}

.preview-list-wrapper {
    border-radius: 15px;
    overflow: hidden;
}
.preview-list-wrapper .preview-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(148, 146, 146, 0.424);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
}
@media only screen and (max-width: 380px) {
    .preview-list-wrapper .preview-list-item {
        font-size: 14px;
    }
}
.preview-list-wrapper .preview-list-item .last {
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (max-width: 575px) {
    .preview-list-wrapper .preview-list-item .last {
        font-size: 14px;
    }
}

.preview-list-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.preview-list-user-wrapper .preview-list-user-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid
        linear-gradient(
            90.88deg,
            var(--primary-color) 0%,
            var(--secondary-color) 100%
        );
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.preview-list-user-wrapper .preview-list-user-content {
    padding-left: 20px;
}

.preview-list-right {
    text-align: right;
}
.preview-list-right .close-btn {
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
}

.note-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.support-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}
@media only screen and (max-width: 991px) {
    .support-card {
        display: block;
    }
}

.card-header-user-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-header-user-area .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid #dfdfdf;
}
.card-header-user-area .card-header-user-content {
    padding-left: 15px;
}
.card-header-user-area .card-header-user-content .title {
    margin-bottom: 0;
}
.card-header-user-area .card-header-user-content .sub-title {
    font-size: 12px;
    font-weight: 500;
}

.support-card-wrapper {
    width: calc(100% - 500px);
    background-color: #ffffff;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .support-card-wrapper {
        width: 100%;
    }
}
.support-card-wrapper .card-header {
    background-color: #fcfcfc;
    border-radius: 10px 10px 0 0;
}
.border_right {
    border-right: 1px solid #dfdfdf;
}

.chat-container {
    position: relative;
    border-right: 1px solid #dfdfdf;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-y: auto;
    max-height: 69vh;
    min-height: 69vh;
    padding: 30px 15px;
}
@media only screen and (max-width: 1600px) {
    .chat-container {
        max-height: 64vh;
        min-height: 64vh;
    }
}
@media only screen and (max-width: 767px) {
    .chat-container {
        max-height: 60vh;
        min-height: 60vh;
    }
}
.chat-container .media > * {
    margin: 0 10px;
}
.chat-container .media {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    max-width: 80%;
}
@media only screen and (max-width: 575px) {
    .chat-container .media {
        max-width: 100%;
    }
}
.chat-container .media.media-chat-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
}
.chat-container .media.media-chat-reverse .media-body p {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
}
.chat-container .media.media-chat-reverse .media-body p::before {
    left: auto;
    right: -10px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.chat-container .media .media-body p {
    position: relative;
    padding: 20px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    font-size: 13px;
    border-radius: 10px;
    color: #ffffff;
}
.chat-container .media .media-body p::before {
    position: absolute;
    content: "";
    top: 20px;
    left: -10px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    width: 12px;
    height: 17px;
}
.chat-container .media .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid #dfdfdf;
}

.chat-form .publisher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    background-color: #f1f1f1;
    border-top: 1px solid #dfdfdf;
    border-radius: 0 0 10px 10px;
}

.chat-form .publisher .chatbox-message-part {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-form .publisher .chatbox-message-part textarea {
    min-height: 20px !important;
    border-radius: 10px;
    background-color: #ffffff;
}

.chat-form .publisher .chatbox-message-part {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-form .publisher .publisher-input::-webkit-input-placeholder {
    color: rgb(150, 150, 150);
    font-size: 14px;
}

.chat-form .publisher .publisher-input::-moz-placeholder {
    color: rgb(150, 150, 150);
    font-size: 14px;
}

.chat-form .publisher .publisher-input:-ms-input-placeholder {
    color: rgb(150, 150, 150);
    font-size: 14px;
}

.chat-form .publisher .publisher-input::-ms-input-placeholder {
    color: rgb(150, 150, 150);
    font-size: 14px;
}

.chat-form .publisher .publisher-input::placeholder {
    color: rgb(150, 150, 150);
    font-size: 14px;
}

.chat-form .publisher .chatbox-send-part {
    width: 45px;
}

.chat-form .publisher .chatbox-send-part .chat-submit-btn {
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
}

.chat-form .publisher .publisher-btn {
    width: 45px;
    height: 45px;
    background-color: #e6eaf8;
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.chat-form .publisher .file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px;
}

.chat-form .publisher .file-group label {
    margin-bottom: 0;
    color: #000000;
    cursor: pointer;
}

.support-profile-wrapper {
    background-color: #ffffff;
    width: 500px;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
    .support-profile-wrapper {
        position: fixed;
        right: -600px;
        top: 0;
        height: 100vh;
    }
}
@media only screen and (max-width: 575px) {
    .support-profile-wrapper {
        width: 100%;
    }
}
.support-profile-wrapper.active {
    right: 0;
}
.support-profile-wrapper .support-profile-header {
    padding: 20px;
    background-color: #e6eaf8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.support-profile-wrapper .support-profile-header label {
    margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
    padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
    padding-top: 15px;
    font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span,
.support-profile-wrapper .support-profile-list li p {
    float: right;
    font-weight: 500;
}
@media only screen and (max-width: 575px) {
    .support-profile-wrapper .support-profile-list li span,
    .support-profile-wrapper .support-profile-list li p {
        float: left;
    }
}
.support-profile-wrapper .support-profile-list li p {
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 15px;
}

.profile-body-wrapper {
    padding: 0 !important;
}

.profile-form-area {
    padding: 30px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
    display: block;
    position: relative;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
    width: 100%;
    height: 250px;
    border-radius: 0;
}
.profile-settings-wrapper
    .preview-thumb.profile-wallpaper
    .avatar-preview
    .profilePicPreview {
    width: 100%;
    height: 250px;
    border-radius: 20px 20px 0 0;
    border: none;
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    position: relative;
}

.profile-thumb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 1.5rem;
}
@media only screen and (max-width: 575px) {
    .profile-thumb-content {
        display: block;
        margin-top: 60px;
    }
}
.profile-thumb-content .profile-thumb {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    margin-top: -100px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #fcfcfc;
    background-size: cover;
    background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
    width: 35px;
    height: 35px;
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.profile-thumb-content .profile-content {
    padding-top: 10px;
}
.profile-thumb-content .profile-content .username {
    font-size: 18px;
}
.profile-thumb-content .profile-content .user-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px -10px;
}
.profile-thumb-content .profile-content .user-info-list li {
    margin: 5px 10px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-thumb-content .profile-content .user-info-list li i {
    font-size: 18px;
    margin-right: 5px;
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
}

.pdf-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pdf-area.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.play-store-thumb {
    width: 193px;
    height: 193px;
    margin: 0 auto;
}
.play-store-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-notification-wrapper {
    position: relative;
}

.notification-wrapper {
    position: absolute;
    top: 47px;
    right: 0;
    width: 280px;
    height: 320px;
    overflow-y: auto;
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    z-index: 9;
    padding: 15px;
    text-align: left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
    .notification-wrapper {
        width: 250px;
    }
}
@media only screen and (max-width: 375px) {
    .notification-wrapper {
        right: -30px;
    }
}
.notification-wrapper.active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.notification-wrapper .notification-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.notification-wrapper .notification-header .title {
    margin-bottom: 0;
}
.notification-wrapper .notification-header .sub-title {
    font-size: 12px;
}
.notification-wrapper .notification-list {
    margin-bottom: -15px;
}
.notification-wrapper .notification-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    padding-bottom: 15px;
}
.notification-wrapper .notification-list li .thumb {
    width: 25px;
    height: 25px;
}
.notification-wrapper .notification-list li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.notification-wrapper .notification-list li .content {
    width: calc(100% - 25px);
    padding-left: 10px;
}
.notification-wrapper .notification-list li .content .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.notification-wrapper .notification-list li .content .title {
    margin-bottom: 0;
    width: 120px;
}
.notification-wrapper .notification-list li .content .time {
    color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    font-weight: 600;
}
.notification-wrapper .notification-footer {
    font-size: 12px;
}

.exchange-area {
    background-color: #f7f7f7;
    padding: 30px 80px;
    border-radius: 15px;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .exchange-area {
        padding: 30px 15px;
    }
}

.transfer-section .transfer-item {
    background: #fcfcfc;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    padding: 20px 30px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 20px;
}
.transfer-section .transfer-item:hover {
    background: #090139;
    -webkit-box-shadow: 0 0 10px rgb(0, 0, 0);
    box-shadow: 0 0 10px rgb(0, 0, 0);
}
.transfer-section .transfer-item .transfer-name {
    padding-top: 15px;
}
.transfer-section .transfer-item .transfer-icon img {
    width: 100px;
}

.card-content .card-details {
    padding: 15px;
    font-size: 28px;
}

.modal-body .form-group input {
    position: relative;
}
.modal-body .form-group .currency {
    position: absolute;
    right: 12px;
    background-color: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    color: #ffffff;
    padding: 6px 20px;
    top: 38px;
    border: none;
    border-radius: 0px 15px 15px 0px;
}

.support-card-wrapper {
    width: calc(100% - 500px);
    background-color: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .support-card-wrapper {
        width: 100%;
    }
}
.support-card-wrapper .card-header {
    background-color: #fcfcfc;
    border-radius: 10px 0px 0 0;
}

.review-area {
    background-color: #fcfcfc;
    padding: 40px;
    border-radius: 20px;
}

.payment-information .form-group {
    background-color: #fcfcfc;
    padding: 40px;
    border-radius: 20px;
}
.payment-information .form-group .logo {
    width: 200px;
}

.fileholder-underline {
    text-decoration: underline;
    cursor: pointer;
    position: relative !important;
}

.support-profile-wrapper {
    background-color: #ffffff;
    width: 500px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
    .support-profile-wrapper {
        position: fixed;
        right: -600px;
        top: 0;
        height: 100vh;
    }
}
@media only screen and (max-width: 575px) {
    .support-profile-wrapper {
        width: 100%;
    }
}
.support-profile-wrapper.active {
    right: 0;
}
.support-profile-wrapper .support-profile-header {
    padding: 17px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #dfdfdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.support-profile-wrapper .support-profile-header label {
    margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
    padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
    padding-top: 15px;
    font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span,
.support-profile-wrapper .support-profile-list li p {
    float: right;
    font-weight: 500;
}
@media only screen and (max-width: 575px) {
    .support-profile-wrapper .support-profile-list li span,
    .support-profile-wrapper .support-profile-list li p {
        float: left;
    }
}
.support-profile-wrapper .support-profile-list li p {
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 15px;
}

.chart-area .chart-wrapper {
    background-color: #fcfcfc;
}

.select2-selection--single {
    border: 1px solid #dfdfdf !important;
}

.tow-fa-security .card-body {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 10px;
}

.show_hide_password {
    position: relative;
}
.show_hide_password input {
    padding-right: 47px;
}
.show_hide_password .show-pass {
    position: absolute;
    top: 47px;
}

.show_hide_password-2 {
    position: relative;
}
.show_hide_password-2 input {
    padding-right: 47px;
}
.show_hide_password-2 .show-pass {
    position: absolute;
    top: 47px;
    right: 30px;
    font-size: 14px;
}

.show_hide_password-3 {
    position: relative;
}
.show_hide_password-3 input {
    padding-right: 47px;
}
.show_hide_password-3 .show-pass {
    position: absolute;
    top: 47px;
    right: 30px;
    font-size: 14px;
}

.sidebar-menu .sidebar-menu-item {
    position: relative;
}

.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    position: absolute;
    right: 5px;
}

.sidebar.active .sidebar-item-badge {
    top: -2px;
    right: 0px;
}

.sidebar.active:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    right: 5px;
    top: 14px;
}

.view-btn .custom-btn {
    background-color: rgba(32, 52, 153, 0.8235294118);
    font-size: 11px;
    padding: 0px 8px;
    border-radius: 4px;
    color: #ffffff;
}

/*-------------------------------------------------
    [ ## cookie block ]
*/
.cookie-main-wrapper {
    background-color: rgb(31, 41, 55);
    padding: 20px 30px;
    border-radius: 20px;
    position: fixed;
    bottom: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper {
        display: block;
        width: 90%;
    }
}
.cookie-main-wrapper .cookie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-content {
        width: unset;
    }
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content {
        width: 100%;
        display: block;
    }
}
.cookie-main-wrapper .cookie-content svg {
    width: 40px;
    height: auto;
    fill: rgb(125, 211, 252);
    margin-right: 15px;
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content svg {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.cookie-main-wrapper .cookie-content p {
    width: calc(100% - 40px);
    color: rgb(255, 255, 255);
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
.cookie-main-wrapper .cookie-content p a {
    text-underline-offset: 2px;
    text-decoration-style: dotted;
    text-decoration-line: underline;
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content p {
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-btn-area {
        margin-top: 20px;
    }
}
.cookie-main-wrapper .cookie-btn-area button,
.cookie-main-wrapper .cookie-btn-area input[type="button"],
.cookie-main-wrapper .cookie-btn-area input[type="reset"],
.cookie-main-wrapper .cookie-btn-area input[type="submit"] {
    color: rgb(255, 255, 255);
    padding: 0.5rem 0.75rem;
    background-color: rgb(55, 65, 81);
    border-radius: 0.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* new css  */
input,
select,
textarea {
    border: 1px solid #eeeeee;
    vertical-align: baseline;
    font-size: 100%;
    color: #343a40;
}

.tow-fa-security .card-body {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
    position: relative;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.toggle-container .switch-toggles::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 35px;
    background: #cb0317;
    right: -1px;
    top: 0;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
.toggle-container .switch-toggles .switch {
    position: relative;
    width: 50%;
    line-height: 35px;
    float: left;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    font-weight: 600;
    border-radius: 5px;
    color: #6e768e;
    margin-bottom: 0;
}
.toggle-container .switch-toggles .switch:nth-child(odd) {
    color: #ffffff;
}
.toggle-container .switch-toggles.active::after {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    right: 50%;
    border-radius: 5px 0 0 5px;
}
.toggle-container .switch-toggles.active .switch {
    color: #6e768e;
}
.toggle-container .switch-toggles.active .switch:nth-child(even) {
    color: #ffffff;
}
.input-group .phone-code {
    height: 45px !important;
    border-radius: 5px 0px 0px 5px !important;
}

.add-schedule .schedule-add-btn {
    float: right;
}
.add-schedule .make-schedule {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.add-schedule .schedule-remove {
    position: relative;
    top: 15px;
    margin-left: 20px;
}
.btn--danger {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
}

#scheduleTime {
    color: red;
}

.withdraw-form .input-form input {
    position: relative;
    padding-right: 60px;
}
.withdraw-form .input-form .custom-currency {
    position: absolute;
    top: 31px;
    right: 0px;
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    padding: 12px 12px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0px 5px 5px 0px;
}

.dash-payment-item-wrapper {
    background-color: #fcfcfc;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    padding: 30px;
    border-radius: 10px;
}

.dash-payment-title-area {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.dash-payment-title-area .title {
    margin-bottom: 0px;
    font-size: 22px;
}

.dash-payment-badge {
    background: linear-gradient(
        90.88deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    padding: 10px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    margin-right: 10px;
}

.booking-request-details {
    background-color: #fcfcfc;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
    border-radius: 10px;
}
.btn-accept {
    background-color: #198754 !important;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
}

.chart-main {
    background-color: var(--secondary-color);
}

.rtl {
    direction: rtl;
}
.rtl .about-section .about-list i {
    margin-left: 10px;
    margin-right: 0px;
}
.rtl .contact-section .contact-area .contact-system {
    left: -50%;
    right: auto;
}
@media only screen and (max-width: 1399px) {
    .rtl .contact-section .contact-area .contact-system {
        left: -60%;
    }
}
@media only screen and (max-width: 1199px) {
    .rtl .contact-section .contact-area .contact-system {
        left: -70%;
    }
}
@media only screen and (max-width: 991px) {
    .rtl .contact-section .contact-area .contact-system {
        display: none;
    }
}
.rtl .doctor-list-section .doctor-card .doctor-details {
    padding-right: 20px;
}
.rtl .booking-area .age-select .age-type {
    left: 10px;
    right: auto;
    border-radius: 5px 0px 0px 5px;
}
.rtl .appointment-area .doctor-card .doctor-details {
    padding-left: 0px;
    padding-right: 20px;
}
.rtl .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    top: -5px;
}
.rtl .search-history .search-btn {
    border-radius: 5px 0px 0px 5px;
}
.rtl .chat-container .media.media-chat-reverse .media-body p::before {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    left: -10px;
    right: auto;
}
.rtl .chat-container .media .media-body p::before {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    right: -10px;
    right: auto;
}
.rtl .la-arrow-right,
.rtl .la-chevron-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .feature-section .featuare-content-area .feature-list li i {
    margin-right: 0px;
    margin-left: 10px;
}
.rtl .work-content {
    margin-right: 30px;
    margin-left: 0px;
}
.rtl .tri-right.left-top:after {
    left: auto;
    right: -20px;
}
.rtl .app-btn .app-icon {
    padding-left: 10px;
    padding-right: 0;
}
.rtl .app-btn-wrapper .app-btn .icon {
    margin-right: auto;
    margin-left: 0;
}
.rtl .footer-section .footer-widget-heading h3::before {
    left: auto;
    right: 0px;
}
.rtl .navbar-expand-lg .navbar-toggler {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.rtl .header-bottom-area .navbar-collapse .main-menu li {
    padding-left: 40px;
    padding-right: 0px;
}
.rtl .header-bottom-area .navbar-collapse .main-menu {
    margin-right: auto !important;
}
.rtl .custom-check-group label::before {
    margin-left: 8px;
    margin-right: 0;
}
.rtl .footer-top-area .footer-social li + li {
    margin-right: 20px;
    margin-left: 0;
}
.rtl .appointment-preview .booking-area .list-wrapper .list span {
    float: left;
}
.rtl .radio-wrapper .radio-item img {
    margin-left: 5px;
    margin-right: 0px;
}
.rtl .blog-section .blog-item .blog-img img {
    border-radius: 0px 10px 10px 0px;
}
.rtl .category-widget-box .category-list li span {
    float: left;
}
.rtl .single-popular-item .popular-item-content {
    padding-right: 15px;
    padding-left: 0px;
}
.rtl .blog-list li::before {
    right: 0;
    left: auto;
}
.rtl .blog-list li {
    padding-right: 35px;
    padding-left: 0px;
}
.rtl .blog-tag-wrapper .blog-footer-tag li + li {
    margin-right: 10px;
    margin-left: 0;
}
.rtl .blog-tag-wrapper span {
    margin-left: 10px;
    margin-right: 0px;
}
.rtl .contact-widget-item-wrapper .contact-widget-item .contact-widget-content {
    padding-right: 10px;
    padding-left: 0px;
}
.rtl .register-section .register-form .login-form .login-button {
    margin-left: 5px;
    margin-right: 0px;
}
.rtl .register-section .register-form .login-form .register-button {
    margin-right: 5px;
    margin-left: 0px;
}
.rtl .show-pass {
    left: 26px;
    right: auto !important;
}
.rtl .show_hide_password input {
    padding-left: 40px;
    padding-right: 25px;
}
.rtl .show-pass-2 {
    left: 26px;
    right: auto !important;
}
.rtl .show_hide_password-2 input {
    padding-left: 40px;
    padding-right: 25px;
}
.rtl .show-pass-3 {
    left: 26px;
    right: auto !important;
}
.rtl .show_hide_password-3 input {
    padding-left: 40px;
    padding-right: 25px;
}
.rtl .sidebar {
    right: 0;
}
@media only screen and (max-width: 1199px) {
    .rtl .sidebar {
        right: -300px;
    }
}
@media only screen and (max-width: 1199px) {
    .rtl .sidebar.active {
        right: 0px;
    }
}
.rtl .body-wrapper {
    padding-right: 285px;
    padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
    .rtl .body-wrapper {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 520px) {
    .rtl .body-wrapper {
        padding-left: 8px;
    }
}
.rtl .body-wrapper.active {
    padding-right: 85px;
    padding-left: 10px;
}
.rtl .navbar-wrapper {
    margin-right: 250px;
    margin-left: 0px;
}
@media only screen and (max-width: 1199px) {
    .rtl .navbar-wrapper {
        margin-right: 0;
    }
}
.rtl .navbar-wrapper.active {
    margin-right: 85px;
}
@media only screen and (max-width: 1199px) {
    .rtl .navbar-wrapper.active {
        margin-right: 65px;
    }
}
.rtl .notification-wrapper {
    left: 0;
    right: auto;
}
.rtl .notification-wrapper .notification-list li .content {
    padding-right: 10px;
}
.rtl .dashboard-list-user-wrapper .dashboard-list-user-content {
    padding-right: 20px;
}
.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
    margin-left: 10px;
    margin-right: 0px;
}
.rtl .preview-list-user-wrapper .preview-list-user-content {
    padding-right: 20px;
    padding-left: 0px;
}
.rtl .dashboard-title-part .left .icon {
    margin-left: 10px;
    margin-right: 0px;
}
.rtl
    .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.rtl .profile-thumb-content .profile-content {
    padding-right: 10px;
    padding-left: 0px;
}
.rtl .profile-thumb-content .profile-content .user-info-list li i {
    margin-left: 6px;
    margin-right: 0px;
}
.rtl .custom-check-group label::before {
    margin-left: 10px;
    margin-right: 0;
}
.rtl .custom-check-group input:checked + label::after {
    right: 7px;
    top: 5px;
}
.rtl .chat-container .media.media-chat-reverse {
    margin-right: auto;
    margin-left: 0;
}
.rtl .card-header-user-area .card-header-user-content {
    padding-right: 15px;
    padding-left: 0px;
}
.rtl .driver-requirements .driver-requirements .requirements-list li {
    margin-right: 40px;
    margin-left: 0px;
}
.rtl .kyc-preview .kyc-title i {
    margin-left: 10px;
    margin-right: 0;
}
.rtl .withdraw-form .input-form .custom-currency {
    left: 0;
    right: auto;
    border-radius: 5px 0px 0px 5px;
}
.rtl .withdraw-form .input-form input {
    padding-left: 60px;
    padding-right: 25px;
}
.rtl .feature-section .feature-section-area .feature-details {
    padding-right: 20px;
}
.rtl .feature-section .feature-section-area .feature-details .icon {
    margin-left: 0px;
    margin-right: 10px;
}

.row-cross-btn {
    background-color: #dc3545 !important;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
    color: #ffffff !important;
}

.top-bar {
    background: #d6e2ff54; /* light blue */
    color: #fff;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.top-left {
    display: flex;
    gap: 10px;
}

.top-btn {
    background: #2563eb;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

.top-btn:hover {
    background: #1e40af;
}

.top-right {
    display: flex;
    gap: 12px;
}

.social-icon {
    color: #344fe7;
    font-size: 15px;
    transition: color 0.3s;
    margin: 0 5px;
}

.social-icon:hover {
    color: #38bdf8;
}

.footer-logo .social-icon {
    color: #fff;
}

/* Mobile Responsive */
@media (min-width: 768px) and (max-width: 991px) {
    .top-bar {
        display: none;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

.location i,
.location p,
.location a {
    float: left;
    font-size: 16px;
    color: #283da5;
    align-self: center;
}
.flex {
    display: flex;
}
