/*--------------------------------------------------------------
>>> 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
	[ ## Preloader ]
	[ ## 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: 18px;
    background-color: white;
    font-weight: 400;
    line-height: 1.5em;
    color: black;
    overflow-x: hidden;
}

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;
    color: #1e9ff2;
}

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: #000000;
    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;
}

.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;
}

.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: #d52027;
}

.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: #d52027 !important;
}

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

.text--secondary {
    color: #d52027;
}

.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 {
    color: #d52027 !important;
}

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

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

.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: rgba(255, 255, 255, 0.063) !important;
}

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

.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 ]
*/

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

html::-webkit-scrollbar-thumb {
    background: #d52027;
    border-radius: 10px;
}

html::-webkit-scrollbar-corner {
    background: #d52027;
    border-radius: 10px;
}

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

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

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


/*-------------------------------------------------
    [ ## scrollToTop ]
*/

.scroll {
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 40px;
    right: -80px;
    border-radius: 100%;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, #efdcd4 0%, #d52027 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: #1b2058;
    padding: 30px;
    border-radius: 15px;
}

.custom-table {
    width: 100%;
    white-space: nowrap;
}

.custom-table thead tr {
    border-bottom: 1px solid rgba(174, 163, 215, 0.5019607843);
}

.custom-table thead tr th {
    border: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 15px;
}

.custom-table tbody tr {
    border-bottom: 1px solid rgba(138, 126, 184, 0.5019607843);
}

.custom-table tbody tr td {
    border: none;
    font-weight: 500;
    color: black;
    font-size: 14px;
    padding: 12px 15px;
}

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

.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;
}


/*-------------------------------------------------
    [ ## 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: 60px;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(50, 138, 241, 0.2);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d52027;
    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 #353a68;
    border-radius: 50%;
    color: black;
    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-color: #d52027;
    color: #ffffff;
}

.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;
}

.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 #353a68;
    color: rgba(235, 235, 235, 0.9411764706);
    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 #353a68;
    color: rgba(235, 235, 235, 0.9411764706);
}

.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-color: #d52027;
    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: rgba(235, 235, 235, 0.9411764706);
}

.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: #1b2058;
    padding: 30px;
    border-radius: 20px;
}

@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{
    background: #808080ba;
}
.modal-content {
    background: white;
    border-radius: 10px;
}

.modal-content .close {
    border-radius: 3px;
}

.modal-header {
    border-color: rgba(96, 100, 141, 0.6235294118);
}

.modal-header .btn-close {
    background-color: #d52027;
    background-image: none;
    position: relative;
}
#paymentModal .modal-dialog{
    margin-top:50px;
}
#addBalanceModal .modal-dialog{
    margin-top:50px;
}
#InvoiceModal .modal-dialog{
    margin-top:50px;
}
#AboutModal .modal-dialog{
    margin-top:50px;
}
.modal-header .btn-close i {
    position: absolute;
    top: 8px;
    left: 8px;
    color: white;
}

.modal-footer {
    border-color: rgba(96, 100, 141, 0.6235294118);
}

.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;
}


/*-------------------------------------------------
    [ ## Heading ]
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3em;
    color: black;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 65px;
}

@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;
    }
}

h3 {
    font-size: 22px;
}

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

h4 {
    font-size: 18px;
}

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

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: #000000;
    text-transform: uppercase;
    border-radius: 7px;
    color: #d52027;
    margin-bottom: 20px;
    font-weight: 600;
}

.section-header .section-title {
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-header .section-title span {
    color: #d52027;
}

.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: #d63384;
}

.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: black;
}

.badge::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.btn--base {
    position: relative;
    background: #d52027;
    border-radius: 15px;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn--base i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.btn--base.active {
    background: transparent;
    color: #d52027;
}

.btn--base.active:focus,
.btn--base.active:hover {
    color: #ffffff;
    background: #d52027;
}

.btn--base:focus,
.btn--base:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 20px rgb(213 32 39 / 40%);
    box-shadow: 0 10px 20px rgb(213 32 39 / 40%);
}

@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: #d52027;
    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(235, 235, 235, 0.9411764706);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(235, 235, 235, 0.9411764706);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(235, 235, 235, 0.9411764706);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(235, 235, 235, 0.9411764706);
}

input::placeholder,
textarea::placeholder {
    color: rgba(235, 235, 235, 0.9411764706);
}

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

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

label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

label span {
    color: #d52027;
}


/*-------------------------------------------------
    [ ## Forms ]
*/

select {
    outline: none;
    cursor: pointer;
}

option {
    color: rgba(235, 235, 235, 0.9411764706);
}

.input-group {
    margin-bottom: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.input-group .nice-select {
    width: auto;
    padding: 0 30px 0 15px;
    background-color: rgba(41, 18, 133, 0.5019607843) !important;
    color: #ffffff !important;
    line-height: 45px;
}

.input-group .nice-select::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(50, 138, 241, 0.2);
}

.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 #353a68;
    border-right: none;
    background-color: #ffffff;
}

.input-group-text {
    border: none;
    font-size: 16px;
    background: #d52027;
    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-color: #d52027;
    border: 1px solid #d52027;
}

.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;
    border: 1px solid #353a68;
    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-group span {
    position: absolute;
}

.form-control {
    border: 1px solid #353a68;
    font-size: 14px;
    height: 50px;
    color: black;
}

.form-control:focus {
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #353a68;
}

.form-control::-webkit-input-placeholder {
    color: black;
}

.form-control::-moz-placeholder {
    color: black;
}

.form-control:-ms-input-placeholder {
    color: black;
}

.form-control::-ms-input-placeholder {
    color: black;
}

.form-control::placeholder {
    color: black;
}

.form--control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 45px;
    font-size: 14px;
    color: black;
    border-radius: 15px;
    padding: 10px 25px;
    width: 100%;
}

.form--control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black;
    border: 1px solid rgba(238, 235, 235, 0.4392156863);
    background-color: rgba(255, 255, 255, 0.05);
}

.form--control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.form--control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.form--control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.form--control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.form--control::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.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: 400px;
}

@media only screen and (max-width: 575px) {
    .file-holder-wrapper {
        width: 100%;
    }
}

.fileholder.active {
    border: 2px dashed #8a8dab;
}

.fileholder-drag-drop-title {
    color: black;
}

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

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

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

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

.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;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #d52027;
    background-color: #d52027;
    border-radius: 8px;
    padding: 20px 25px;
    display: inline-block;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.radio-item [type=radio]:not(:checked)+label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px 25px;
    display: inline-block;
    color: black;
    width: 100%;
    text-align: center;
}

.nice-select {
    height: 45px;
    line-height: 45px;
    float: unset;
    padding: 0 25px;
    color: rgba(0, 0, 0, 0.5) !important;
}

.nice-select .list {
    color: rgba(22, 13, 60, 0.9490196078);
    left: auto;
    right: 0;
    width: 100%;
    /* height: 130px; */
    /* overflow-y: scroll; */
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #d52027;
}

.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: transparent !important;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px;
    border-radius: 5px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #353a68 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-selection--single span {
    margin: 0;
    width: 100%;
    color: black;
    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-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: black transparent transparent transparent;
}

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

.submit-btn {
    padding: 12px 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.063);
    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);
}


/*-------------------------------------------------
    [ ## Overlay Element ]
*/

.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}

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

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

.bg-overlay-base:after {
    content: "";
    position: absolute;
    /* background-color: #07012f; */
    opacity: 0.6;
    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 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 ]
--------------------------------------------------------------*/


/*-------------------------------------------------
    [ ## Preloader ]
*/


/*-------------------------------------------------
  [ ## Header ]
*/

.header-top {
    background-color: #d52027;
    height: 40px;
    padding-top: 5px;
}

.header-top .header-area {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 570px) {
    .header-top .header-area {
        /* display: block; */
    }
}

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

.header-top .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 #353a68;
    width: 200px;
    height: 40px;
    font-size: 16px;
}

.navber-section .search input::-webkit-input-placeholder {
    color: #d0cbcb;
    font-size: 14px;
}

.navber-section .search input::-moz-placeholder {
    color: #d0cbcb;
    font-size: 14px;
}

.navber-section .search input:-ms-input-placeholder {
    color: #d0cbcb;
    font-size: 14px;
}

.navber-section .search input::-ms-input-placeholder {
    color: #d0cbcb;
    font-size: 14px;
}

.navber-section .search input::placeholder {
    color: #d0cbcb;
    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: #d52027;
}

.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: #276cbb;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
}

.header-client {
    position: fixed;
}

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

.header-section.header-fixed {
    position: fixed;
    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: white;
    border-bottom: 1px solid #bcbcbc;
}

.header-bottom-area {
    position: relative;
    background: transparent;
}

.header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
        background-color: white !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: 991px) {
    .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-right: 40px;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-right: 22px !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: 30px 0;
    font-weight: 600;
    font-size: 16px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: black;
    display: inline-block;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}

.header-bottom-area .navbar-collapse .main-menu li a::after {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d52027;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover {
    color: #d52027;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover::after {
    width: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li a.active {
    color: #d52027;
}

.header-bottom-area .navbar-collapse .main-menu li a.active::after {
    width: 100%;
}

@media (max-width: 991px) {
    .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: rgba(255, 255, 255, 0.063);
    border: 1px solid #353a68;
    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: 991px) {
    .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: #d52027;
}

.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: 991px) {
    .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: 160px;
}

@media only screen and (max-width: 991px) {
    .site-logo {
        max-width: 120px;
    }
}

.header-action {
    margin-left: 40px;
}

@media only screen and (max-width: 991px) {
    .header-action {
        margin-left: 12px;
    }
}

.language-select {
    background: transparent;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .language-select {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .header-link {
        display: none;
    }
}

.header-link a {
    color: #ffffff;
}

.header-link a i {
    color: #d52027;
    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: black;
    border: 1px solid #353a68;
    border-radius: 10px;
    font-size: 20px;
}

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

.navbar-toggler span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: #d52027;
    color: #ffffff;
    font-size: 14px;
}

.account {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleY(0);
    transform: translate(-50%, -50%) scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: 11;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.account.active {
    -webkit-transform: translate(-50%, -50%) scaleY(1);
    transform: translate(-50%, -50%) scaleY(1);
}

@media only screen and (max-width: 575px) {
    .account {
        top: 53%;
    }
}

.account .account-wrapper {
    position: relative;
    width: 430px;
    height: auto;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 8px;
    display: none;
    box-shadow: 8px 10px 39px -5px rgba(0, 0, 0, 0.75) !important;
    -webkit-box-shadow: 8px 10px 39px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 8px 10px 39px -5px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 470px) {
    .account .account-wrapper {
        width: 400px;
    }
}

@media only screen and (max-width: 435px) {
    .account .account-wrapper {
        width: 370px;
    }
}

@media only screen and (max-width: 400px) {
    .account .account-wrapper {
        width: 350px;
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 380px) {
    .account .account-wrapper {
        width: 320px;
    }
}

@media only screen and (max-width: 350px) {
    .account .account-wrapper {
        width: 300px;
        padding: 15px;
    }
}

@media only screen and (max-width: 330px) {
    .account .account-wrapper {
        width: 290px;
        padding: 15px;
    }
}

.account .account-wrapper.change-form {
    display: block;
}

.account .account-wrapper .account-cross-btn {
    position: absolute;
    top: -15px;
    right: -10px;
    background-color: #d52027;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.account .account-wrapper .account-cross-btn:hover::after,
.account .account-wrapper .account-cross-btn:hover::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.account .account-wrapper .account-cross-btn::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 11.2px;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.account .account-wrapper .account-cross-btn::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 11.3px;
    top: 48%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.account .account-wrapper .account-logo {
    margin-bottom: 30px;
}

.account .account-wrapper p {
    font-size: 12px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form input {
    border: 1px solid rgb(8 7 7 / 15%) !important;
}

.account .account-wrapper .account-form input:focus {
    border-color: #d52027 !important;
}

.account .account-wrapper .account-form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.account .account-wrapper .account-form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.account .account-wrapper .account-form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.account .account-wrapper .account-form input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.account .account-wrapper .account-form input::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.account .account-wrapper .account-form .forgot-item a {
    color: rgba(50, 138, 241, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account .account-wrapper .account-form .forgot-item a:hover {
    color: #d52027;
}

.account .account-wrapper .account-form .or-area {
    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;
    padding: 0 20px;
    gap: 37px;
}

.account .account-wrapper .account-form .or-area .or-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.account .account-wrapper .account-form .or-area .or-line {
    height: 1px;
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.account .account-wrapper .account-form .account-item {
    color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form .account-item a {
    color: rgba(50, 138, 241, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account .account-wrapper .account-form .account-item a:hover {
    color: #d52027;
}

.account .account-wrapper .account-form .account-form-btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.account .account-wrapper .account-form .account-form-btn a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: rgba(50, 138, 241, 0.1);
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    margin: 8px;
    fill: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account .account-wrapper .account-form .account-form-btn a.facebook:hover {
    background-color: #3b5998;
}

.account .account-wrapper .account-form .account-form-btn a.google:hover {
    background-color: #DB4437;
}

.account .account-wrapper .account-form .account-form-btn a.apple:hover {
    background-color: #000000;
}

.account .account-wrapper .account-form .custom-check-group label {
    color: rgba(255, 255, 255, 0.5);
}

.custom-check-group a {
    color: #0d6efd !important;
}

.custom-check-group label {
    font-size: 15px!important;
}

.custom-check-group {
    margin-top: 14px;
}

.account .account-wrapper .account-form .custom-check-group label a {
    color: rgba(50, 138, 241, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.account .account-wrapper .account-form .custom-check-group label a:hover {
    color: #d52027;
}

.show_hide_password {
    position: relative;
}

.show-pass {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/

.baner-section .baner-content .title {
    margin-bottom: 20px;
}

.baner-section .baner-content .baner-btn {
    margin-top: 40px;
}

.about-baner {
    background-color: rgba(255, 255, 255, 0.063);
}

.about-baner .baner-left {
    padding-top: 100px;
}

.about-baner .baner-left Span {
    color: #d52027;
}

.about-baner .baner-right {
    padding-top: 50px;
}

.about-baner .baner-right img {
    border-radius: 15px;
}

.service-baner {
    margin-top: 120px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.service-baner .baner-left {
    color: #ffffff;
}

.service-baner .baner-left .title {
    color: #ffffff;
}

.login-baner {
    margin-top: 120px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.login-baner .baner-title {
    color: #ffffff;
}

.login-baner .baner-title .title {
    color: #ffffff;
}

.register-baner {
    margin-top: 120px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.register-baner .baner-title {
    color: #ffffff;
}

.register-baner .baner-title .title {
    color: #ffffff;
}


/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/

.footer-section {
    background-color: rgba(255, 255, 255, 0.063);
    position: relative;
    z-index: 1;
}

.footer-section .footer-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-widget-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .footer-widget-wrapper .footer-widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}

@media only screen and (max-width: 575px) {
    .footer-widget-wrapper .footer-widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.footer-widget-wrapper .footer-widget .widget-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-list {
    margin-bottom: -15px;
}

.footer-list li {
    padding-bottom: 15px;
}

.footer-list li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.footer-list li a::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d52027;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-list li a:hover {
    color: #d52027;
}

.footer-list li a:hover::after {
    width: 100%;
}

.footer-social li {
    display: inline-block;
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    .footer-social li {
        font-size: 14px;
    }
}

.footer-social li+li {
    margin-left: 20px;
}

.footer-bottom-area {
    border-top: 1px solid #606272;
    padding-top: 40px;
    margin-top: 40px;
    text-align: center;
}

.footer-logo {
    margin-bottom: 20px;
}

.copyright-area {
    margin-bottom: 20px;
}

.copyright-area p {
    margin-bottom: 0;
}

.copyright-area p span {
    color: #d52027;
    font-weight: 500;
}

.futter-logo {
    width: 200px;
    padding-bottom: 30px;
}

.social-area .footer-social a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 24px;
    color: #d52027;
}

.social-area .footer-social a:hover {
    color: #276cbb;
}


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/


/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/


/*-------------------------------------------------
    [ ## Testimonial ]
*/

.testimonial-section {
    overflow: hidden;
}

@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: rgba(255, 255, 255, 0.063);
    -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: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial-wrapper .client-title {
    text-align: right;
}

.testimonial-wrapper .client-title p {
    font-size: 14px;
}

.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: #d52027;
    border: 5px solid #000000;
    border-radius: 50%;
    text-align: center;
}

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

.testimonial-content {
    width: calc(100% - 168px);
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .testimonial-content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.testimonial-content .testimonial-ratings {
    margin-bottom: 15px;
}

.testimonial-content .testimonial-ratings i {
    color: #feb240;
}

.testimonial-content p {
    font-size: 18px;
}

.testimonial-content .testimonial-user-content .title span {
    color: #d52027;
}


/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/

.presenting-section {
    position: relative;
    z-index: 1;
}

.presenting-section .presenting-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -11;
}

.presenting-section .presenting-thumb {
    background-color: rgba(255, 255, 255, 0.063);
    padding: 35px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 300px;
    border: 2px solid #d52027;
}

.presenting-section .presenting-thumb::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #d52027;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.presenting-section .presenting-thumb:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.presenting-section .presenting-thumb:hover::after {
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .presenting-section .presenting-thumb {
        margin: 15px;
    }
}

.presenting-section .presenting-thumb .item-icon {
    font-size: 60px;
}

.presenting-section .presenting-thumb .thumb-title {
    padding-top: 30px;
}

@media only screen and (max-width: 768px) {
    .home-about .about-us {
        margin-top: 20px;
    }
}

.home-about .about-us .choose-item {
    padding-top: 10px;
}

.home-about .about-us .choose-item .item-icon {
    font-size: 40px;
    color: #d52027;
}

.home-about .about-us .choose-item .content {
    padding-left: 10px;
}

.home-about .about-us .choose-item .content .title {
    margin-bottom: 0px;
}

.your-gols .gols-area {
    padding-top: 50px;
}

.your-gols .your-gols-img img {
    border-radius: 15px;
    width: 100%;
}

.statistics-section {
    position: relative;
}

.statistics-section .statistics-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.statistics-section .counter {
    border-left: 1px solid #d52027;
}

.statistics-section .counter .las {
    font-size: 50px;
    padding: 10px;
    color: #d52027;
}

.goals-setting .gols-setting {
    padding-top: 50px;
}

.goals-setting .setting-item .item-icon {
    position: relative;
    top: 5px;
    background-color: #d52027;
    width: 20px;
    height: 20px;
    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;
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 10px;
}

.service-section {
    position: relative;
    z-index: 1;
}

.service-section .service-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*.service-section .service-item {*/
/*    background-color: rgba(255, 255, 255, 0.063);*/
/*    margin: 15px;*/
/*    padding: 20px;*/
/*    border-radius: 10px;*/
/*    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);*/
/*}*/
.service-section .service-item {
    background-color: white;
    border: 2px solid #d52027;
    margin: 15px;
    padding: 40px 20px;
    border-radius: 10px;
    /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75); */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.75); */
}
.service-section .service-item .service-containt {
    margin-left: 15px;
}

.service-section .service-item .service-containt p {
    padding-left: 10px;
    border-left: 1px solid #d52027;
}

.bank-security {
    background-color: rgba(255, 255, 255, 0.063);
}

.bank-security .online-securety {
    margin-top: 15px;
}

.bank-security .online-securety .security-content {
    padding-left: 15px;
}

.app-section .app-area {
    width: 70%;
}

@media only screen and (max-width: 991px) {
    .app-section .app-area {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .app-section .app-area {
        width: 70%;
        margin-left: 50px;
    }
}

.loan-section {
    position: relative;
    z-index: 1;
}

.loan-section .loan-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.loan-section .item {
    background-color: rgba(255, 255, 255, 0.063);
    margin: 15px;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.loan-section .item::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #d52027;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.loan-section .item:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.loan-section .item:hover::after {
    height: 100%;
}

.loan-section .item .loan-icon {
    font-size: 50px;
}

.loan-section .business-loan {
    margin-top: 100px;
    padding: 0px 20px;
}

.loan-section .serviceArea {
    padding-top: 100px;
}

.smart-banking {
    background-color: rgba(255, 255, 255, 0.063);
}

.smart-banking .smart-banking-content {
    padding-top: 50px;
}

.smart-banking .smart-banking-step .step-icon {
    position: relative;
    top: 5px;
    background-color: #d52027;
    width: 20px;
    height: 20px;
    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;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 10px;
}

.about-shoping .shoping-area .shoping-step .step-icon {
    position: relative;
    top: 5px;
    background-color: #d52027;
    width: 25px;
    height: 25px;
    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;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 10px;
}

.about-shoping .shoping-img img {
    border-radius: 10px;
}

.corporate-section .corporate-area .item {
    list-style-type: disclosure-closed;
    padding-left: 20px;
}

.support-contact {
    background-color: rgba(255, 255, 255, 0.063);
    position: relative;
    z-index: 1;
}

.support-contact .support-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.support-contact .support-img img {
    border-radius: 10px;
}

.bank-working {
    position: relative;
    z-index: 1;
}

.bank-working .bank-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bank-working .working-item {
    padding-top: 30px;
}

.bank-working .working-item .item-icon {
    color: #d52027;
    padding-top: 3px;
}

.bank-working .working-item .item-name {
    padding-left: 10px;
}

.loan-service .left-side img {
    width: 100%;
    border-radius: 10px;
}

.loan-service .right-side .content-title {
    font-weight: 600;
}

.loan-service .right-side .exprence {
    padding-left: 15px;
}

.loan-service .right-side .exprence li {
    list-style-type: disc;
    padding: 4px;
}

.process-section .account-area {
    background-color: rgba(255, 255, 255, 0.063);
    padding: 18px;
    -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: 8px;
}

.process-section .account-area .account-tipe {
    width: 100px;
}

.process-section .account-area .account-title {
    padding-top: 35px;
}

.contact-section {
    background-color: rgba(255, 255, 255, 0.063);
}

.contact-section .contact-form-area span {
    color: #d52027;
}

.contact-section .contact-img img {
    width: 100%;
    border-radius: 10px;
}

.location-section .location-img {
    width: 90%;
}

.location-section .location-img img {
    border-radius: 15px;
}

.location-section .location-content {
    padding-top: 50px;
}

.location-section .contact-widget-box .contact-icon {
    font-size: 34px;
}

.location-section .contact-widget-box .contact-containt {
    padding-left: 15px;
}

.login-section .login-from {
    background: linear-gradient(150deg, #126dd5 0, #074c9a) no-repeat;
    padding: 60px;
    border-radius: 15px;
}

.login-section .login-from .form-title {
    color: #ffffff;
}

.login-section .login-from .form-title .title {
    color: #ffffff;
}

.login-section .login-from .socal-area {
    padding-top: 10px;
}

.login-section .login-from .socal-area .g-icon {
    background-color: #dd4b39;
    padding: 8px;
    border-radius: 6px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.login-section .login-from .socal-area .g-icon:hover {
    background-color: #cc402d;
}

.login-section .login-from .socal-area .f-icon {
    background-color: #1479c6;
    padding: 8px;
    border-radius: 6px;
    color: #ffffff;
    margin: 0px 15px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.login-section .login-from .socal-area .f-icon:hover {
    background-color: #176eb1;
}

.login-section .login-from .socal-area .t-icon {
    background-color: #55acee;
    padding: 8px;
    border-radius: 6px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.login-section .login-from .socal-area .t-icon:hover {
    background-color: #3791d6;
}

.login-section .login-from .or {
    text-align: center;
    color: #ffffff;
}

.login-section .login-from .create-form .email-area input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #353a68;
}

.login-section .login-from .create-form .email-area input::-webkit-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.login-section .login-from .create-form .email-area input::-moz-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.login-section .login-from .create-form .email-area input:-ms-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.login-section .login-from .create-form .email-area input::-ms-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.login-section .login-from .create-form .email-area input::placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.login-section .login-from .create-form .pass-area {
    position: relative;
}

.login-section .login-from .create-form .pass-area span {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #ffffff;
}

.login-section .login-from .create-form .pass-area input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #353a68;
}

.login-section .login-from .create-form .pass-area input::-webkit-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.login-section .login-from .create-form .pass-area input::-moz-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.login-section .login-from .create-form .pass-area input:-ms-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.login-section .login-from .create-form .pass-area input::-ms-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.login-section .login-from .create-form .pass-area input::placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.login-section .login-from .create-form .forget-pass .btn {
    color: #ffffff;
}

.login-section .right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.063);
    padding: 60px;
    border-radius: 15px;
}

.login-section .right-area .right-content {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.login-section .right-area .right-content span {
    color: #d52027;
}

.register-section .login-from {
    background: linear-gradient(150deg, #126dd5 0, #074c9a) no-repeat;
    padding: 60px;
    border-radius: 15px;
}

.register-section .login-from .form-title {
    color: #ffffff;
}

.register-section .login-from .form-title .title {
    color: #ffffff;
}

.register-section .login-from .socal-area {
    padding-top: 10px;
}

.register-section .login-from .socal-area .g-icon {
    background-color: #dd4b39;
    padding: 8px;
    border-radius: 6px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.register-section .login-from .socal-area .g-icon:hover {
    background-color: #cc402d;
}

.register-section .login-from .socal-area .f-icon {
    background-color: #1479c6;
    padding: 8px;
    border-radius: 6px;
    color: #ffffff;
    margin: 0px 15px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.register-section .login-from .socal-area .f-icon:hover {
    background-color: #176eb1;
}

.register-section .login-from .socal-area .t-icon {
    background-color: #55acee;
    padding: 8px;
    border-radius: 6px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.register-section .login-from .socal-area .t-icon:hover {
    background-color: #3791d6;
}

.register-section .login-from .or {
    text-align: center;
    color: #ffffff;
}

.register-section .login-from .create-form .email-area input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #353a68;
}

.register-section .login-from .create-form .email-area input::-webkit-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.register-section .login-from .create-form .email-area input::-moz-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.register-section .login-from .create-form .email-area input:-ms-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.register-section .login-from .create-form .email-area input::-ms-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.register-section .login-from .create-form .email-area input::placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.register-section .login-from .create-form .pass-area {
    position: relative;
}

.register-section .login-from .create-form .pass-area span {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #ffffff;
}

.register-section .login-from .create-form .pass-area input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #353a68;
}

.register-section .login-from .create-form .pass-area input::-webkit-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.register-section .login-from .create-form .pass-area input::-moz-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.register-section .login-from .create-form .pass-area input:-ms-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.register-section .login-from .create-form .pass-area input::-ms-input-placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.register-section .login-from .create-form .pass-area input::placeholder {
    color: #d0cbcb;
    font-size: 16px;
}

.register-section .login-from .create-form .forget-pass .btn {
    color: #ffffff;
}

.register-section .right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.063);
    padding: 60px;
    border-radius: 15px;
}

.register-section .right-area .right-content {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.account-form-btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-form-btn a {
    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;
    text-align: center;
    background-color: #d52027;
    border-radius: 50%;
    margin: 8px;
    font-size: 26px;
    color: #ffffff;
}

.account-form-btn a.facebook {
    background-color: #3a5795;
}

.account-form-btn a.google {
    background-color: #4285f4;
}

.account-form-btn a.apple {
    background-color: #000000;
}

.account-form-btn a.whatsapp {
    background-color: #4AC157;
}

.account-form-btn a.messenger {
    background-color: #009BF2;
}

.account-form-btn a svg {
    fill: #ffffff;
}

.account-footer p {
    font-size: 14px;
}


/*-------------------------------------------------
    [ ### dashboard block ]
*/

.page-wrapper {
    position: relative;
    min-height: 80vh;
    margin-top: 35px;
}

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

.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 {
    width: 250px;
    font-size: 14px;
    position: fixed;
    background: rgba(255, 255, 255, 0.063);
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    margin: 16px 0px 16px 16px;
    padding: 10px;
    top: 30px;
    left: 0;
    height: calc(100vh - 60px);
    z-index: 9;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



@media only screen and (max-width: 1199px) {
    .sidebar.active {
        left: 0;
    }
}
@media only screen and (min-width: 820px) {
    .sidebar.active {
        width: 60px;
    }
    .sidebar.active .sidebar-menu .sidebar-menu-item a {
        padding: 12px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
        margin-right: 0;
    }
    .sidebar.active .menu-title {
        display: none;
    }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    display: none;
}

.sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-submenu .nav-item a span {
    display: none;
}



.sidebar.active .sidebar-doc-box {
    display: none;
}

.sidebar .sidebar-menu .sidebar-menu-item .sidebar-submenu .nav-item i {
    color: #d52027;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-radius: 10px;
}

.sidebar .sidebar-menu .sidebar-menu-item .sidebar-submenu .nav-item a span {
    display: block;
    padding-left: 10px;
}

.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 .sidebar-menu .sidebar-menu-item .sidebar-submenu .nav-item i {
    color: #d52027;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-radius: 10px;
}

.sidebar:hover .sidebar-menu .sidebar-menu-item .sidebar-submenu .nav-item a span {
    display: block;
    padding-left: 10px;
}

.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-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: black;
    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-menu .sidebar-menu-item {
    position: relative;
    margin-bottom: 5px;
    border-radius: 15px;
}

.sidebar-menu .sidebar-menu-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 2px;
    height: 0;
    background-color: #d52027;
    -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: rgba(235, 235, 235, 0.9411764706); */
    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-color: rgb(155 13 13 / 10%);
    color: #d52027;
    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: black;
    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: black;
    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 .sidebar-submenu .nav-item.active a {
    color: #d52027;
}

.sidebar-menu .sidebar-menu-item:hover {
    letter-spacing: 1px;
    color: #d52027;
    font-weight: 600;
}

.sidebar-menu .sidebar-menu-item.active {
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-menu .sidebar-menu-item.active::after {
    height: 30px;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-item-badge span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.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-color: #d52027;
    color: #ffffff;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
    color: #d52027;
    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 {
    line-height: 20px !important;
    padding: 0 !important;
    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 span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-doc-box {
    background-color: rgba(41, 18, 133, 0.5019607843);
    border-radius: 15px;
    padding: 15px;
    min-height: 170px;
    min-width: 218px;
}

.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: #d52027;
    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: calc(100vh - 65px);*/
}

.navbar-wrapper {
    padding: 20px 0;
    margin-left: 250px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-wrapper.active {
    margin-left: 85px;
}

.navbar-wrapper.active .dashboard-title-part {
    padding: 0 10px 0 0;
}

.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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 0 35px;
}

@media only screen and (max-width: 1199px) {
    .dashboard-title-part {
        padding: 0 20px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .dashboard-title-part {
        display: flex;
    }
}

.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: #d52027;
    background-color: rgb(155 13 13 / 10%);
    border-radius: 8px;
}

.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;
    padding: 0px 20px;
    border-radius: 47px;
    box-shadow: 0px 3px 0px 0px #d52027;
    border: 2px solid #d52027;
}

@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 {
    font-weight: 600;
    margin-top: 2px;
}

.header-search-wrapper {
    width: 350px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #353a68;
    border-radius: 10px;
    margin: 8px;
}

@media only screen and (max-width: 767px) {
    .header-search-wrapper {
        width: 100%;
    }
    .dashboard-path .user-name {
        display: none;
    }
}

.header-search-wrapper input {
    border: none;
    height: 40px;
    padding-left: 35px;
    padding-right: 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.header-search-wrapper input:focus {
    background-color: transparent;
    border: none;
}

.header-search-wrapper input::-webkit-input-placeholder {
    color: rgba(235, 235, 235, 0.3);
}

.header-search-wrapper input::-moz-placeholder {
    color: rgba(235, 235, 235, 0.3);
}

.header-search-wrapper input:-ms-input-placeholder {
    color: rgba(235, 235, 235, 0.3);
}

.header-search-wrapper input::-ms-input-placeholder {
    color: rgba(235, 235, 235, 0.3);
}

.header-search-wrapper input::placeholder {
    color: rgba(235, 235, 235, 0.3);
}

.header-search-wrapper span {
    position: absolute;
    font-size: 16px;
    line-height: 38px;
    color: rgba(235, 235, 235, 0.3);
    left: 10px;
    top: 1px;
}

/*.header-user-wrapper {*/
/*    margin: 8px;*/
/*}*/

.header-user-wrapper .header-user-thumb {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    overflow: hidden;
}

.header-user-wrapper .header-user-thumb img {
    width: 90%;
    height: 90%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 3px;
    margin-top: 2px;
}

.body-wrapper {
    padding-left: 285px;
    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 {
        padding-left: 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: rgba(255, 255, 255, 0.063);
    /*-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;
    height:90px;
    border: 2px solid #d52027;
}

.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: #d52027;
    border-radius: 15px;
    font-size: 24px;
    overflow: hidden;
    color: white;
}

.dashbord-item .dashboard-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.chart-wrapper {
    background: #07012f;
    padding: 30px 10px;
    border-radius: 20px;
}

.chart-wrapper line {
    stroke: #353a68;
}

.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: #353a68 !important;
}

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

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

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

.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: #7c7377;
}

.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: rgb(213 32 39);
    color: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.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: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*box-shadow: 0 0 5px rgb(255 0 49);*/
    border: 2px solid #d52027;
}

.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: rgb(228 228 228);
    overflow-x: auto;
}

.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
    color: black;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.preview-list-wrapper {
    background: linear-gradient(127.09deg, rgba(29, 35, 74, 0.94) 19.41%, rgba(16, 22, 56, 0.49) 76.65%);
    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;
}

.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 #d52027;
    color: #d52027;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.preview-list-user-wrapper .preview-list-user-content {
    padding-right: 9px;
}

.preview-list-right {
    text-align: right;
}

.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;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid #353a68;
}

.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: #07012f;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .support-card-wrapper {
        width: 100%;
    }
}

.support-card-wrapper .card-header {
    background-color: rgba(255, 255, 255, 0.063);
    border-radius: 10px 10px 0 0;
}

.chat-container {
    position: relative;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-y: auto;
    max-height: 640px;
    min-height: 640px;
    padding: 30px 15px;
}

@media only screen and (max-width: 1800px) {
    .chat-container .chat-container {
        max-height: 455px;
        min-height: 455px;
    }
}

@media only screen and (max-width: 1600px) {
    .chat-container .chat-container {
        max-height: 450px;
        min-height: 455px;
    }
}

@media only screen and (max-width: 1440px) {
    .chat-container .chat-container {
        max-height: 400px;
        min-height: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .chat-container .chat-container {
        max-height: 370px;
        min-height: 370px;
    }
}

.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-color: #d52027;
    color: #ffffff;
}

.chat-container .media.media-chat-reverse .media-body p::before {
    left: auto;
    right: -10px;
    background-color: #d52027;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.chat-container .media .media-body p {
    position: relative;
    padding: 20px;
    background-color: #000000;
    font-size: 13px;
    border-radius: 10px;
    color: rgba(235, 235, 235, 0.9411764706);
}

.chat-container .media .media-body p::before {
    position: absolute;
    content: "";
    top: 20px;
    left: -10px;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: #000000;
    width: 12px;
    height: 17px;
}

.chat-container .media .avatar {
    width: 40px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid #353a68;
}

.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: rgba(41, 18, 133, 0.5019607843);
    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 .publisher-input {
    font-weight: 500;
    font-size: 14px;
    border: none;
    outline: none !important;
    background-color: #07012f;
    border-radius: 99px;
}

.chat-form .publisher .publisher-input::-webkit-input-placeholder {
    color: rgba(235, 235, 235, 0.3);
}

.chat-form .publisher .publisher-input::-moz-placeholder {
    color: rgba(235, 235, 235, 0.3);
}

.chat-form .publisher .publisher-input:-ms-input-placeholder {
    color: rgba(235, 235, 235, 0.3);
}

.chat-form .publisher .publisher-input::-ms-input-placeholder {
    color: rgba(235, 235, 235, 0.3);
}

.chat-form .publisher .publisher-input::placeholder {
    color: rgba(235, 235, 235, 0.3);
}

.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-color: #d52027;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
}

.chat-form .publisher .publisher-btn {
    width: 45px;
    height: 45px;
    background-color: #07012f;
    color: rgba(235, 235, 235, 0.9411764706);
    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;
    cursor: pointer;
}

.support-profile-wrapper {
    background-color: #07012f;
    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: 20px;
    background-color: rgba(255, 255, 255, 0.063);
    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: #d52027;
    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 #353a68;
    background-color: #000000;
    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: #d52027;
    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 {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

@media only screen and (max-width: 575px) {
    .profile-thumb-content .profile-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.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: #d52027;
}

.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;
    background-color: rgba(255, 255, 255, 0.063);
    border: 1px solid #353a68;
    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;
    }
}

.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;
    border-radius: 50%;
    overflow: hidden;
}

.notification-wrapper .notification-list li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.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;
}

.notification-wrapper .notification-list li .content .time {
    color: #d52027;
    font-weight: 600;
}

.notification-wrapper .notification-footer {
    font-size: 12px;
}

.exchange-area {
    background-color: #000000;
    padding: 30px 80px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .exchange-area {
        padding: 30px 15px;
    }
}

.transfer-section {
    margin-top: 150px;
}

.transfer-section .form--control {
    border: 1px solid rgb(8 7 7 / 15%) !important;
}

.transfer-section .transfer-item {
    background: rgba(255, 255, 255, 0.063);
    /*-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;
    margin-top: 20px;
    width: 100%;
    border: 2px solid #d52027;
}

.transfer-section .transfer-item .transfer-name {
    text-align: center;
    padding-top: 5px;
}

.transfer-icon {
    width: 64px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

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

.modal .btn-close {
    opacity: 1;
}

.modal-body .form-group input {
    position: relative;
}

.modal-body .form-group .currency {
    position: absolute;
    right: 12px;
    background-color: #d52027;
    color: #ffffff;
    padding: 6px 20px;
    top: 38px;
    border: none;
    border-radius: 0px 15px 15px 0px;
}

.support-card-wrapper {
    width: calc(100% - 500px);
    background-color: #07012f;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .support-card-wrapper {
        width: 100%;
    }
}

.support-card-wrapper .card-header {
    background-color: rgba(41, 18, 133, 0.5019607843);
    border-radius: 10px 10px 0 0;
}

.review-area {
    background-color: rgba(255, 255, 255, 0.063);
    padding: 40px;
    border-radius: 20px;
}

.review-area .previw-item {
    border-bottom: 1px solid #353a68;
    padding-top: 2px;
}

.payment-information .form-group {
    background-color: rgba(255, 255, 255, 0.063);
    padding: 40px;
    border-radius: 20px;
}

.payment-information .form-group .logo {
    width: 200px;
}

.payment-information .form-group .charges {
    font-size: 14px;
    list-style-type: disc;
    padding: 10px 15px;
}

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

.show_hide_password {
    position: relative;
}

.show_hide_password .show-password {
    position: absolute;
    bottom: 8px;
    right: 30px;
    font-size: 14px;
}

.show_hide_password-2 {
    position: relative;
}

.show_hide_password-2 .show-password {
    position: absolute;
    bottom: 8px;
    right: 30px;
    font-size: 14px;
}

.show_hide_password-3 {
    position: relative;
}

.show_hide_password-3 .show-password {
    position: absolute;
    bottom: 8px;
    right: 30px;
    font-size: 14px;
}

.forgot-password .account-wrapper {
    background-color: rgba(255, 255, 255, 0.062745098);
    padding: 40px;
    border-radius: 10px;
}

.forgot-password .account-wrapper .forgot-password-content p {
    font-size: 14px;
}

.verification-otp .verification-otp-area {
    background-color: rgba(255, 255, 255, 0.063);
    padding: 40px;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .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: #d52027;
}

.new-password .new-password-area {
    background-color: rgba(255, 255, 255, 0.063);
    padding: 40px;
    border-radius: 10px;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(13, 20, 34, 0.8);
    z-index: 10;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

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

.body-overlay-t {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    z-index: 10;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.body-overlay-t.active {
    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;
}

.otp-verification .account-form .form-group input {
    margin: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.063);
}

.otp {
    width: 55px;
    height: 50px;
    text-align: center;
    padding: 0;
    border-radius: 5px;
}

.otp:focus {
    border: 2px solid #d52027;
}

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

#time {
    color: #ea5455;
}


/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/


/*-------------------------------------------------
    [ ### blog block ]
*/

.blog-item .blog-thumb {
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-item .blog-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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

.blog-item .blog-content .title {
    margin-bottom: 20px;
    line-height: 1.8em;
}

.blog-item .blog-content .title a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-item .blog-content .title a:hover {
    color: #d52027;
}

.blog-item:hover .blog-thumb img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

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

.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-color: #d52027;
    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 #353a68;
    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: #d52027;
    padding: 3px 10px;
    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;
}

.site-logo-img {
    /*height: 50px;*/
}

.text-dark {
    color: black;
}



.post-slide {
    margin: 20px 10px;
    border-left: 8px solid #d52027;
    border-bottom: 8px solid #d52027;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.post-slide .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.0);
    transition: all 0.40s linear 0s;
}

.post-slide:hover .post-img:before {
    background: rgba(0, 0, 0, 0.6);
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
}

.post-slide .post-info {
    width: 75%;
    position: absolute;
    bottom: -100%;
    left: 12.5%;
    background: #d52027;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom 0.40s ease-in-out 0s;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.post-slide:hover .post-info {
    bottom: 0;
}

.post-slide .category {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-slide .category li,
.post-slide .post-date {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.post-slide .category li:after {
    content: " /";
}

.post-slide .category li:last-child:after {
    content: "";
}

.post-slide .category li a {
    color: #fff;
    transition: all 0.40s linear;
}

.post-slide .category li a:hover {
    color: #555;
    text-decoration: none;
}

.post-slide .post-review {
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
    border-radius: 20px;
}

.post-slide .icons img {
    width: 100%;
    height: auto;
}

.post-slide .post-title {
    margin: 0 0 25px 0;
}

.post-slide .post-title a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #d52027;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.30s linear 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #555;
}

.post-slide .post-description {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

.post-slide .read {
    font-size: 13px;
    color: #555;
    display: block;
    text-align: right;
    text-transform: uppercase;
}

.post-slide .read:hover {
    text-decoration: none;
    color: #d52027;
}

.iframe-shop {
    width: 100%;
    height: 600px;
}

.thumbnail-rate {
    /*background: white;*/
    padding: 40px 60px;
    margin-bottom: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*-webkit-box-shadow: 1px 0px 14px 9px rgba(146, 145, 145, 0.25);*/
    /*-moz-box-shadow: 1px 0px 14px 9px rgba(146, 145, 145, 0.25);*/
    /*box-shadow: 1px 0px 14px 9px rgba(146, 145, 145, 0.25)*/
}

.thumbnail-rate table tr,
th,
td {
    margin: 10px !important;
    padding: 10px !important;
}

.thumbnail-rate thead {
    border-bottom: 1px solid;
}

.font-m-b {
    font-weight: bold;
}

.form-result {
    font-size: 18px;
    margin-top: 20px;
}

.tariffs-section {
    padding: 0px 20px;
}

.tariffs {
    margin-top: 100px
}

.weight-input {
    height: 45px;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 1px solid #d52027;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.account-form .error-text {
    color: red !important;
    display: none;
    margin-bottom: 0 !important;
    font-size: 13px !important;
}

.transfer-section .form--control:focus {
    border-color: #d52027 !important;
}

.transfer-item .show-pass {
    top: 54px
}

.transfer-item .footer {
    margin-top: 10px
}

.transfer-item .error-text {
    display: block;
    color: red !important;
    margin-bottom: 0 !important;
    font-size: 13px !important
}

#growls-default {
    display: none !important;
}

.account-mobile {
    display: none;
    position: absolute;
    right: 50px;
    top: 4px;
}

.account-mobile .btn--base {
    height: 32px;
    text-align: center;
    padding-top: 3px;
}

@media only screen and (max-width: 767px) {
    /* .header .header-top {
        display: none
    }
    .header {
        padding-top: 12px;
    } */
    .email-item {
        display: none;
    }
    .account-desktop {
        display: none;
    }
    .account-mobile {
        display: block;
        
    }
}

.title-client-page {
    color: #d52027;
}

.body-wrapper .transfer-section {
    margin-top: 0px
}

.preview-list-right a {
    color: rgba(50, 138, 241, 0.7);
}

.order-table .custom-check-group {
    margin-top: 0px;
    margin-bottom: 0px;
}
.account-checkup{
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
}
.order-table label {
    margin-bottom: 0px !important;
}

.modal-backdrop {
    z-index: 1 !important;
    background: white !important;
}
.modal-content {
    box-shadow: -4px 4px 28px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: -4px 4px 28px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 4px 28px 1px rgba(0, 0, 0, 0.75);
}
.footer-client{
    padding-left:270px;
}
.mob-section{
    display:none;
}
@media only screen and (max-width: 820px) {
    .footer-client{
        padding-left:0;
    }
    .mob-section{
        display:block;
    }
    .desktop-section{
        display:none;
    }
    .order-header{
        margin-bottom: 10px;
    }
    .thumbnail-rate table{
        font-size:16px;
    }
}
.orders-form .order-item{
    background: #d52027;
    padding: 25px 31px 50px 30px;
    color: white;
    border-radius: 10px;
}
.new-link{
    background: radial-gradient(circle farthest-corner at 10% 20%, #efdcd4 0%, #d52027 81.3%);
    padding: 15px 110px;
    border-radius: 15px;
    font-size: 20px;
}
.create-order-footer{
    display:flex; 
    justify-content: center;
}
.orders-form input::placeholder, textarea::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}
.btn-del{
    margin-top: 14px;
    padding: 2px 9px;
    background-color: #f8f8f8;
    border: #ff0000;
    border-radius: 7px;
    float: right;
    font-size: 20px;
    color: #d52027;
}
.orders-form .btn--base{
    padding: 10px 50px;
}
.text--orange{
    color: #d52027;
}
.text--white{
    color: white;
}
.thumbnail-rate {
    /*border: 3px solid #d52027;*/
    /*background: radial-gradient(circle farthest-corner at 38% 72%, #efdcd4 1%, #d52027 126.3%);*/
    /*box-shadow: -4px 6px 0px 2px rgb(255 0 49);*/
}
.row.tariff-list {
    border: 2px solid #d52027;
    margin-bottom: 23px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 11px 11px;
    font-size: 15px;
    background: white;
}
.tariff-list label{
    color: #7b7b93;
    margin-bottom: -3px;
}
.gradient-footer {
    background: linear-gradient(180deg, #FFFFFF 2.08%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 90px;
    position: absolute;
    z-index: 2;
}
.service-shops .transfer-icon{
    width:100%;
    height:150px;
    display: flex;
    align-items: center;
}
.shops-text{
    margin-top:30px;
}
.service-shops .transfer-section{
    margin-top: -20px;
}