/*--------------------------------------------------------------
>>> 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: "Jost", sans-serif;
  font-size: 15px;
  background: #ffffff;
  font-weight: 400;
  line-height: 1.5em;
  color: #232323;
  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: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

code {
  color: #ff9f43;
  font-weight: 600;
}
code span {
  display: block;
  text-align: center;
  font-size: 20px;
}
.f-exchange-rate{
    padding-top: 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: #ffffff;
  padding: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 120px;
  opacity: 0.1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb-80 {
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-80 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 568px) {
  .ptb-80 {
    padding: 40px 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: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section--bg {
  background-color: rgba(250, 250, 250, 0.966) !important;
}

.bg--gray {
  background-color: rgba(250, 250, 250, 0.966);
}

.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: #999;
  border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

.custom-table {
  width: 100%;
  white-space: nowrap;
}
.custom-table thead tr {
  border-bottom: 1px solid #b0b0b0;
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table tbody tr {
  border-bottom: 1px solid #d7d7d7;
}
.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  color: #232323;
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table tbody tr td button, .custom-table tbody tr td input[type=submit], .custom-table tbody tr td input[type=reset], .custom-table tbody tr td input[type=button], .custom-table tbody tr td .btn--base {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
}
.custom-table tbody tr td .btn--success {
  padding: 7px 18px;
  font-size: 14px;
  border-radius: 8px;
  color: #ffffff;
}

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

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

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

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

.slider-next, .slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  color: #232323;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  cursor: pointer;
  margin-top: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  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 #d7d7d7;
  color: #000000;
  padding: 0;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 8px;
  background: transparent;
  border: 1px solid #d7d7d7;
  color: #000000;
}
.pagination .page-item .page-link {
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-color: transparent;
  color: #ffffff;
}

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

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-card .card-body {
  background: rgba(250, 250, 250, 0.966);
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 2px #ddd;
          box-shadow: 0px 0px 10px 2px #ddd;
}
@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .custom-card .card-body {
    padding: 10px;
  }
}
.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;
}
@media only screen and (max-width: 375px) {
  .custom-card button, .custom-card input[type=submit], .custom-card input[type=reset], .custom-card input[type=button], .custom-card .btn--base {
    padding: 12px 15px;
  }
}

.btn:hover {
    color: #ffffff;
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
  background: rgba(250, 250, 250, 0.966);
  border-radius: 10px;
}
.modal-content .close {
  border-radius: 3px;
}

.modal-header {
  border-color: 1px solid #d7d7d7;
}
.modal-header .btn-close {
  color: rgba(250, 250, 250, 0.966);
  position: relative;
  opacity: 1;
}
.modal-header .btn-close i {
  position: absolute;
  top: 8px;
  left: 9px;
  color: white;
}

.modal-footer .btn {
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 5px;
  color: #000000 !important;
  background-color: transparent;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.modal-footer .btn:hover {
  color: #ff0404 !important;
  border: 1px solid #ff0404;
}

.nice-select .list::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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: rgba(250, 250, 250, 0.966);
  text-transform: uppercase;
  border-radius: 7px;
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  margin-bottom: 20px;
  font-weight: 600;
}
.section-header .section-title {
  margin-bottom: 0;
  text-transform: capitalize;
}
.section-header .section-title span {
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.section-header p {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.btn--danger {
  background-color: #dc3545;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

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

.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;
  color: #232323;
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  position: relative;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -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: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.btn--base.active:focus, .btn--base.active:hover {
  color: #ffffff;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.btn--base:focus, .btn--base:hover {
  color: #ffffff;
  background-size: 200% auto;
  /* Increase background size to cover more area */
  -webkit-animation: waveAnimation 0.6s linear infinite alternate;
  animation: waveAnimation 0.6s linear infinite alternate;
  /* Apply wave animation on hover (faster) */
}
@-webkit-keyframes waveAnimation {
  from {
    background-position: 0% center;
    /* Start position of the background */
  }
  to {
    background-position: 200% center;
    /* End position of the background */
  }
}
@keyframes waveAnimation {
  from {
    background-position: 0% center;
    /* Start position of the background */
  }
  to {
    background-position: 200% center;
    /* End position of the background */
  }
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 25px;
    font-size: 13px;
  }
}

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

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

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

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

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

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

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

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

.btn-cancel {
  background-color: #ea5455;
}

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

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

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

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

input,
select,
textarea {
  border: 1px solid #d7d7d7;
  vertical-align: baseline;
  font-size: 100%;
  color: #232323;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.6) !important;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(35, 35, 35, 0.6) !important;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.6) !important;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.6) !important;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(35, 35, 35, 0.6) !important;
}

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

/*-------------------------------------------------
    [ ## Forms ]
*/
::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

select {
  outline: none;
  cursor: pointer;
}

option {
  background-color: rgba(250, 250, 250, 0.966);
}

.input-group {
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group .nice-select {
  width: auto;
  padding: 0 70px 0 15px;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%) !important;
  color: #ffffff !important;
  line-height: 50px;
}
.input-group .nice-select .list{
  height: auto;
}
.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.form-control:disabled, .form-control[readonly] {
  color: rgba(250, 250, 250, 0.966);
}

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



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

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

.form-control {
  border: 1px solid #d7d7d7;
  font-size: 14px;
  height: 50px;
  color: #000000;
}
.form-control:focus {
  color: #232323;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #b6b6b6;
}
.form-control::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(35, 35, 35, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
}
.form-control::-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
}
.form-control::placeholder {
  color: rgba(35, 35, 35, 0.5);
}

.form--control {
  background-color: transparent;
  border: 1px solid #d7d7d7;
  height: 50px;
  font-size: 14px;
  color: #000000;
  border-radius: 5px;
  padding: 10px 25px;
  width: 100%;
}
.form--control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #232323;
  border: 1px solid #b6b6b6;
  background-color: transparent;
}
.form--control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form--control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form--control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form--control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form--control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.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: 1px dashed var(--primary-color) !important;
   height: 120px !important;
}
.fileholder{
    min-height: 120px !important;
}
.fileholder-drag-drop-title {
  color: #ffffff;
}

.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: 100%;
}
.file-holder-wrapper input {
  border: 1px solid #d7d7d7 !important;
  border-radius: 5px !important;
}


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

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

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

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

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

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

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

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

.radio-item [type=radio]:checked + label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  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;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.257);
  border-radius: 8px;
  padding: 20px 25px;
  display: inline-block;
  color: #232323;
  width: 100%;
  text-align: center;
}

.nice-select {
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d7d7d7 !important;
  float: unset;
  padding: 0 25px;
  color: #232323 !important;
}
.nice-select .option:hover {
  color: #ffffff;
}
.nice-select .selected {
  color: #ffffff !important;
}
.nice-select .list {
  background-color: rgba(250, 250, 250, 0.966);
  color: #232323;
  left: auto;
  right: 0;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  z-index: 9;
}

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

.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: 50px !important;
  outline: none;
  background-color: rgba(250, 250, 250, 0.966) !important;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px !important;
  vertical-align: top;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #232323;
  line-height: initial;
  font-weight: 600;
}

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

.select2-search {
  background-color: rgba(250, 250, 250, 0.966);
}

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

.select2-container--default .select2-results__option--selected {
  background-color: rgba(250, 250, 250, 0.966);
  color: #000000;
  font-weight: 700;
}

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

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

.select2-results__option--selectable {
  color: #000000;
}

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

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

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

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

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

.forgot-password .forgot-password-area {
  background-color: rgba(250, 250, 250, 0.966);
  -webkit-box-shadow: 2px 2px 2px 2px #ddd;
          box-shadow: 2px 2px 2px 2px #ddd;
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .forgot-password .forgot-password-area {
    padding: 20px;
  }
}

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

.new-password .new-password-area {
  background-color: rgba(250, 250, 250, 0.966);
  -webkit-box-shadow: 2px 2px 2px 2px #ddd;
          box-shadow: 2px 2px 2px 2px #ddd;
  padding: 40px;
  border-radius: 10px;
}

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

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

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

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

#time {
  color: #ea5455;
}

.show_hide_password {
  position: relative;
}

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

.show_hide_password .show-pass.two {
  top: 50px;
}

.account-form .show_hide_password {
  position: relative;
}

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

.account-form .show_hide_password-2 {
  position: relative;
}

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

.show_hide_password input {
  padding-right: 48px;
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .body-overlay.active {
    visibility: visible;
  }
}

@media only screen and (max-width: 1199px) {
  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }
}

.body-overlay.view {
  z-index: 5;
  visibility: visible;
  opacity: 1;
}

.body-overlay.select {
  z-index: 5;
  visibility: visible;
  opacity: 1;
}

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

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

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

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

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

@keyframes scroll-down {
  0%, 100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scroll-ver {
  0%, 100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-ver {
  0%, 100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes 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);
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 35px;
  height: 35px;
  padding: 7px;
  line-height: 1;
  font-weight: 600;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50000%);
  transform: translateY(-50000%);
}

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

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

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

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

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

/*-------------------------------------------------
  [ ## Header ]
*/
@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1500px;
  }
}

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

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

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

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

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

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

.header-bottom-area {
  position: relative;
  background: rgba(250, 250, 250, 0.966);
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area {
    background-color: #ededed;
    padding: 10px;
  }
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
}
@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 0px;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 15px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 22px 0;
  font-weight: 600;
  font-size: 16px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  display: inline-block;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    font-size: 14px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 1px;
}
.header-bottom-area .navbar-collapse .main-menu li a::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li a:hover i {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.header-bottom-area .navbar-collapse .main-menu li a:hover::after {
  width: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li a.active {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-bottom-area .navbar-collapse .main-menu li a.active::after {
  width: 100%;
}
@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 67px;
  left: -58px;
  padding: 0px 5px;
  width: 220px;
  background-color: rgba(250, 250, 250, 0.966);
  border: 1px solid #d7d7d7;
  border-left: 3px solid linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 0px 0px 5px 0px;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
    top: 0px;
    left: 96px;
  }
}
.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;
  border-bottom: 1px solid #c9c9c9;
}
.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 {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 12px;
  padding: 7px 15px;
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.navbar-collapse .navbar-nav {
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .navbar-collapse .navbar-nav {
    margin-left: 0px;
  }
}

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

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

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

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

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

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

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

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

.navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .navbar-right {
    display: block;
    margin-left: 5px;
  }
}
.navbar-right .header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-right .header-action .btn {
  background: transparent;
  border: 1px solid #d7d7d7;
  color: #000000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.navbar-right .header-action .btn:hover {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar-right .header-action .btn-active {
  margin-left: 20px;
}
.navbar-right .help-btn {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-right .help-btn:hover {
  border: 1px solid #d7d7d7;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  background: linear-gradient(90.88deg, #fff5f6 0%, #fff7eb 100%);
  padding-top: 110px;
    padding-bottom: 90px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .banner-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.banner-section .banner-content {
  color: #000;
  font-size: 16px;
}
@media only screen and (max-width: 1699px) {
  .banner-section .banner-content {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-content {
    width: 100%;
  }
}
.banner-section .banner-content .title {
  font-size: 60px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-content .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-section .banner-content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 420px) {
  .banner-section .banner-content .title {
    font-size: 42px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 360px) {
  .banner-section .banner-content .title {
    font-size: 35px;
    font-weight: 500;
  }
}
.banner-section .banner-content .title span {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  z-index: 2;
}
.banner-section .banner-content .sub-title {
  padding-top: 20px;
  text-align: justify;
}

@media only screen and (max-width: 1199px) {
  .banner-section .banner-img {
      width: 70%;
      align-items: center;
      text-align: center;
    }
}

.banner-section .banner-wrapper .banner-element-one {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(235, 0, 27, 0.1764705882) 0%, rgba(255, 255, 255, 0) 70%);
  top: 0%;
  left: -100px;
}
.banner-section .banner-wrapper .banner-element-two {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(247, 159, 27, 0.3568627451) 0%, rgba(255, 255, 255, 0) 70%);
  top: 40%;
  right: 200px;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
.footer-section {
  background-color: #ffffff;
}

.footer-section .footer-text img {
  width: 150px;
  margin-bottom: 30px;
}

.footer-section .footer-social-icon span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}

.footer-section .footer-social-icon a {
  font-size: 16px;
  margin-right: 15px;
}

.footer-section .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.footer-section .facebook-bg {
  background-color: #4267B2;
  color: #ffffff;
}

.footer-section .twitter-bg {
  background-color: #1DA1F2;
  color: #ffffff;
}

.footer-section .instagram-bg {
  background-color: rgb(251, 173, 80);
  color: #ffffff;
}

.footer-section .linkedin-bg {
  background-color: #0A66C2;
  color: #ffffff;
}

.footer-section .footer-widget ul li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget-heading {
  padding-bottom: 25px;
}

.footer-section .footer-widget ul li a {
  text-transform: capitalize;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.footer-section .footer-widget ul li a:hover {
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.footer-section .subscribe-form {
  position: relative;
  overflow: hidden;
}

.footer-section .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background-color: transparent;
  padding-right: 68px;
  border: 1px solid #d7d7d7;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  margin-top: 15px;
}

.footer-section .subscribe-form input::-webkit-input-placeholder {
  color: rgba(1, 1, 1, 0.626);
}

.footer-section .subscribe-form input::-moz-placeholder {
  color: rgba(1, 1, 1, 0.626);
}

.footer-section .subscribe-form input:-ms-input-placeholder {
  color: rgba(1, 1, 1, 0.626);
}

.footer-section .subscribe-form input::-ms-input-placeholder {
  color: rgba(1, 1, 1, 0.626);
}

.footer-section .subscribe-form input::placeholder {
  color: rgba(1, 1, 1, 0.626);
}

.footer-section .subscribe-form button,
.footer-section .subscribe-form input[type=button],
.footer-section .subscribe-form input[type=reset],
.footer-section .subscribe-form input[type=submit] {
  position: absolute;
  right: 0;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  padding: 12px 20px;
  top: 15px;
  border-radius: 0 10px 10px 0;
}

.footer-section .subscribe-form button i,
.footer-section .subscribe-form input[type=button] i,
.footer-section .subscribe-form input[type=reset] i,
.footer-section .subscribe-form input[type=submit] i {
  color: #ffffff;
  font-size: 22px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.footer-section .copyright-area {
  padding: 15px 0;
}

.footer-section .copyright-text {
  border-top: 1px solid #d7d7d7;
  padding-top: 15px;
}

.footer-section .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #242121;
}

.footer-section .copyright-text p a {
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  font-weight: 600;
}

.footer-section .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-section .footer-menu li:hover a {
  color: #000000;
}

.footer-section .footer-menu li a {
  font-size: 14px;
  color: #000000;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-section {
  position: relative;
  overflow: hidden;
}

.testimonial-section .testimonial-element {
  position: absolute;
  top: -100px;
  opacity: 0.6;
}

@media only screen and (max-width: 991px) {
  .testimonial-section .testimonial-element {
    top: 200px;
  }
}
.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.swiper-content {
  background: rgba(250, 250, 250, 0.966);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px);
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
}

.swiper-content .hero-area .img-thumb {
  width: 150px;
  height: 150px;
  margin: 10px;
  border-radius: 50%;
}
.swiper-content .hero-area .img-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-content .hero-area .calendar {
  width: 60px;
  height: 60px;
  float: right;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 15px;
  color: #ffffff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-content .hero-area .calendar .date {
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.swiper-content .hero-area .calendar .month {
  font-size: 0.8rem;
}

.swiper-content .Content {
  padding: 20px;
}

.swiper-content .footer {
  bottom: 0;
  margin-bottom: 35px;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swiper-content .footer .time {
  display: inline-block;
}

.swiper-content .footer .comments {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.swiper-content .footer .comments:hover {
  color: darkred;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
.section-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;
  height: 100vh;
}

.section-name {
  margin-top: 30px;
  margin-bottom: 10px;
}
.section-name span {
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-header p {
  text-align: justify;
}

.section-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
}
.section-element .element-1 {
  width: 50px;
}
.section-element .element-2 {
  width: 50px;
}
.section-element .element-2 img {
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.section-element .element-3 {
  width: 50px;
}

.how-it-work {
  overflow: hidden;
}
.how-it-work .work-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how-it-work .work-img img {
  border-radius: 10px;
}
.how-it-work .work-img img {
  width: 560px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .how-it-work .work-img img {
    width: 560px;
    height: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .how-it-work .work-img img {
    width: 100%;
    height: 100%;
  }
}

.how-it-work-content .work-content {
  margin-left: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 2px #ddd;
          box-shadow: 2px 2px 5px 2px #ddd;
}
@media only screen and (max-width: 480px) {
  .how-it-work-content .work-content {
    margin-left: 10px;
  }
}

.how-it-work-content .working-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.security-system .security-system-card {
  position: relative;
  /* From https://css.glass */
  background: rgba(250, 250, 250, 0.966);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px);
  -webkit-backdrop-filter: blur(5.3px);
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.security-system .security-system-card .title {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.security-system .security-system-card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

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

.security-system .security-system-card:hover::before {
  width: calc(100% - 10px);
}

.security-system .security-system-card::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  margin-left: 5px;
}

.security-system .icon {
  width: 80px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
}

.security-system .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.security-system .security-card-content {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .security-system .security-card-content .title {
    font-size: 16px;
  }
}

.shoping-section .section-name {
  margin-top: 0px;
}
.shoping-section .shoping-section-content p {
  text-align: justify;
}
.shoping-section .shoping-section-content .list {
  margin-top: 30px;
}
.shoping-section .shoping-section-content .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.shoping-section .shoping-section-content .list i {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.shoping-section .shoping-section-content .list p {
  width: calc(100% - 50px);
  margin-left: 10px;
}
.shoping-section .shoping-section-content .list span {
  font-weight: 600;
}
.shoping-section .shoping-img {
  width: 80%;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .shoping-section .shoping-img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .shoping-section .shoping-img {
    width: 80%;
    margin: 0 auto;
  }
}
.shoping-section .shoping-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.shoping-section .shoping-img img {
  /* -webkit-mask-image: url(../images/element/mask-2.png);
          mask-image: url(../images/element/mask-2.png); */
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: -1;
}

.featuare-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(250, 250, 250, 0.966);
  -webkit-box-shadow: 0px 0px 15px 0px #ddd;
          box-shadow: 0px 0px 15px 0px #ddd;
  border-radius: 10px;
  padding: 30px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media only screen and (max-width: 991px) {
  .featuare-content-area {
    display: block;
  }
}
.featuare-content-area .feature-list {
  width: 35%;
}

@media only screen and (max-width: 991px) {
  .featuare-content-area .feature-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .featuare-content-area .feature-list li {
    margin: 15px;
    margin-left: 0px;
  }
}
.featuare-content-area .feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.featuare-content-area .feature-list li i {
  font-size: 20px;
  padding: 4px;
  background-image: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #ffffff;
  border-radius: 5px;
  margin-right: 10px;
}

.featuare-content-area .key-deatils {
  width: 65%;
}

@media only screen and (max-width: 991px) {
  .featuare-content-area .key-deatils {
    width: 100%;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 !important;
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 575px) {
  .featuare-content-area .feature-list {
    display: block;
  }
}
.statistics-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-attachment: fixed;
}
.statistics-section .statistics-title .title {
  color: #ffffff;
}
.statistics-section .join-btn .btn {
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.statistics-section .join-btn .btn:hover i {
  -webkit-animation: scroll-ver 1s linear infinite;
          animation: scroll-ver 1s linear infinite;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statistics-section .counter {
  margin-top: 30px;
}
.statistics-section .odo-title {
  color: #ffffff;
}
.statistics-section .title {
  color: #ffffff;
}

.app-section {
  position: relative;
  z-index: 2;
}

.app-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 15%, 0 100%);
  background-color: #fef4ec;
  z-index: -1;
}

.app-btn .app-icon {
  padding-right: 6px;
}
.app-btn .app-icon i {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

.app-section {
  overflow: hidden;
}
.app-section .app-img {
  width: 500px;
  margin-left: auto;
  margin-top: -100px;
  position: relative;
  -webkit-animation: scroll-down 2s ease-in-out infinite;
          animation: scroll-down 2s ease-in-out infinite;
}
@media only screen and (max-width: 1199px) {
  .app-section .app-img {
    width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .app-section .app-img {
    margin-top: 0px;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .app-section .app-img {
    width: 100%;
  }
}
.app-section .app-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.app-section .app-img .app-element {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(250, 152, 4, 0.5254901961) 0%, rgba(255, 255, 255, 0) 70%);
  top: 20%;
  right: -100px;
  z-index: -1;
}

.pricing-section .priching-card {
    background: rgba(250, 250, 250, 0.966);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px);
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pricing-section .plan-head span {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.pricing-section .plan-head .title {
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding: 8px;
  color: #000000;
}
.pricing-section .plan-head p {
  font-size: 18px;
  color: #232323;
  margin-top: 10px;
}
.pricing-section .plan-body {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pricing-section .plan-body i {
  background-color: var(--primary-color);
  padding: 6px;
  border-radius: 50%;
  color: #ffffff;
}
.pricing-section .plan-body .cancel i {
  background-color: #dd001a;
}
.pricing-section .plan-body .include i {
  background-color: #22c388;
}
.pricing-section .plan-body span {
  padding-left: 10px;
  color: #232323;
}
.pricing-section .plan-bottom {
  margin-top: auto;
}

.plan-type {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.plan-type .switch-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.plan-type .switch-field label {
  background-color: #ececec;
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 15px 20px;
  margin-right: -1px;
  border: 1px solid rgba(210, 210, 210, 0.7411764706);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 140px;
}

.plan-type .switch-field label:hover {
  cursor: pointer;
}

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

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

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

.query-section .query-wrapper {
  background: rgba(250, 250, 250, 0.966);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px);
  padding: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 420px) {
  .query-section .query-wrapper {
    padding: 20px;
  }
}
.query-section .query-wrapper .query-content {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .query-section .query-wrapper {
    display: block;
  }
  .query-section .query-wrapper .query-content {
    margin-bottom: 20px;
  }
  .query-section .query-wrapper .contact-btn {
    text-align: center;
  }
  .query-section .query-wrapper .contact-btn .btn--base {
    width: 200px;
  }
}

.about-section{
    overflow: hidden;
}
.about-section .section-name {
  margin-top: 0px;
}
.about-section .section-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.about-section .section-counter .counter {
  margin-right: 20px;
  position: relative;
  padding-left: 15px;
}
.about-section .section-counter .counter::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 70px;
  top: -5px;
  left: 0;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 10px;
}
.about-section .section-counter .counter .title {
  font-size: 15px;
}
.about-section .about-thumb {
  position: relative;
}
.about-section .about-thumb .about-img img {
  border-radius: 10px;
}
.about-section .about-thumb .img-bage {
  position: absolute;
  top: -40px;
  right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(250, 250, 250, 0.966);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px);
  padding: 15px;
  border-radius: 10px;
}
@media only screen and (max-width: 1080px) {
  .about-section .about-thumb .img-bage {
    right: -20px;
  }
}
@media only screen and (max-width: 580px) {
  .about-section .about-thumb .img-bage {
    right: 0px;
  }
}
.about-section .about-thumb .img-bage .icon {
  width: 60px;
  margin-right: 10px;
}
.about-section .about-thumb .img-bage .content {
  text-align: center;
}
.about-section .about-thumb .img-bage .content p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.about-section .about-thumb .img-bage .content span {
  font-size: 22px;
  font-weight: 700;
}

.faq-section {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
    [ ## Developer Page ]
--------------------------------------------------------------*/
.developer-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  padding: 10px 0;
}

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

@media only screen and (max-width: 575px) {
  .developer-wrapper {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.developer-wrapper .developer-logo-area {
  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;
}

.developer-wrapper .developer-logo-area .sidebar-mobile-btn {
  margin-right: 5px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .developer-wrapper .developer-logo-area .sidebar-mobile-btn {
    display: block;
    margin-right: 20px;
  }
}
.developer-wrapper .developer-logo-area .sidebar-mobile-btn button,
.developer-wrapper .developer-logo-area .sidebar-mobile-btn input[type=button],
.developer-wrapper .developer-logo-area .sidebar-mobile-btn input[type=reset],
.developer-wrapper .developer-logo-area .sidebar-mobile-btn input[type=submit] {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #000000;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.developer-wrapper .developer-logo-area .sidebar-mobile-btn button:hover,
.developer-wrapper .developer-logo-area .sidebar-mobile-btn input[type=button]:hover,
.developer-wrapper .developer-logo-area .sidebar-mobile-btn input[type=reset]:hover,
.developer-wrapper .developer-logo-area .sidebar-mobile-btn input[type=submit]:hover {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.developer-wrapper .developer-logo-area .site-logo {
  max-width: 140px;
}

@media only screen and (max-width: 767px) {
  .developer-wrapper .developer-logo-area .site-logo {
    max-width: 120px;
  }
}
.developer-wrapper .developer-logo-area .logo-text {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  color: rgb(0, 0, 0);
  padding: 1px 10px;
  border: 1px solid #d7d7d7;
  border-radius: 30px;
}

.developer-wrapper .developer-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 575px) {
  .developer-wrapper .developer-header-content {
    padding-top: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.developer-wrapper .developer-header-content .developer-header-list {
  padding-left: 20px;
  margin: -15px;
}

.developer-wrapper .developer-header-content .developer-header-list li {
  margin: 15px;
}

.developer-wrapper .developer-header-content .developer-header-list li a {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.827);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.developer-wrapper .developer-header-content .developer-header-action {
  margin-left: 30px;
}

@media only screen and (max-width: 375px) {
  .developer-wrapper .developer-header-content .developer-header-action {
    margin-left: 15px;
  }
}
.developer-wrapper .developer-header-content .developer-header-action .btn--base {
  padding: 8px 15px;
}

.developer-page-container {
  width: 100%;
  height: 100%;
}

.developer-page-container .developer-bar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff3f3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  z-index: 8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .developer-page-container .developer-bar {
    top: 0;
    left: -400px;
  }
  .developer-page-container .developer-bar.active {
    left: 0;
  }
}
.developer-page-container .developer-bar .developer-bar-wrapper {
  margin-top: 100px;
  height: 100vh;
  padding-bottom: 60px;
  overflow-y: auto;
  padding-top: 20px;
}

.developer-page-container .developer-bar .developer-bar-wrapper .list-divider {
  padding: 0 10px 15px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li {
  position: relative;
  font-size: 14px;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li.active a {
  background-color: rgba(255, 255, 255, 0.89);
  color: #EB001B;
  font-weight: 600;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li.active ul li a {
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li.active ul li a:hover {
  color: #EB001B;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li.active ul li.active a {
  color: #EB001B;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li.has-sub.active a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li.has-sub a::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #EB001B;
  font-size: 14px;
  right: 20px;
  top: 6px;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li a {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 20px;
  font-weight: 600;
  border-radius: 10px;
  border-radius: 0 30px 30px 0;
  border-radius: 10px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #000000;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li a:hover {
  background-color: #fff;
  color: #EB001B;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li a i {
  margin-right: 3px;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li ul {
  position: relative;
  display: none;
  z-index: 1;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li ul.open {
  display: block;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li ul li {
  padding: 8px;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li ul li:last-child {
  border: none;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li ul li a {
  padding: 0 0;
  padding-left: 30px;
  font-weight: 500;
  margin-bottom: 0;
}

.developer-page-container .developer-bar .developer-bar-wrapper .developer-bar-main-menu li ul li a::before {
  display: none;
}

.developer-page-container .developer-body-wrapper {
  margin-left: 250px;
  padding: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .developer-page-container .developer-body-wrapper {
    margin-left: 0;
    padding: 15px;
  }
  .heading-title {
    text-align: left !important;
    font-size: 24px !important;
    font-weight: 500 !important;
  }
  .developer-main-wrapper p {
    text-align: justify !important;
  }
}
.developer-page-container .developer-body-wrapper .developer-main-wrapper .heading-title {
  font-size: 30px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .bg--orange {
  background: #FF6C37;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dc3545;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note.blue {
  border-color: #d7d7d7;
  padding: 10px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note.blue .important-title i {
  font-size: 16px;
  top: 1px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note .important-title i {
  font-size: 24px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note ul {
  padding-top: 15px;
  padding-left: 70px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note ul li {
  list-style: disc;
  font-size: 12px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper ul {
  padding-left: 40px;
  margin: -8px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper ul li {
  list-style: disc;
  font-size: 14px;
  margin: 8px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper ol {
  margin: -10px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper ol li {
  margin: 10px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab {
  margin: -10px;
  padding-left: unset;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item {
  list-style: none;
  margin: 10px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item button,
.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input[type=button],
.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input[type=reset],
.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input[type=submit] {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item button.active,
.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input.active[type=button],
.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input.active[type=reset],
.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input.active[type=submit] {
  background: transparent !important;
  color: #0070e0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(0, 112, 224, 0.1294117647);
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .highlight {
  color: rgb(10, 10, 10);
  background-color: rgb(239, 242, 243);
  border-radius: 2px;
  border: 1px solid rgba(0, 112, 224, 0.1294117647);
  padding: 0.1em 0.25em 0.2em;
  font-weight: 400;
  word-break: break-word;
  font-size: 0.85em;
  font-family: monospace;
}

.developer-page-container .developer-body-wrapper .developer-main-wrapper .badge {
  clip-path: none;
  padding: 5px 10px;
  color: #ffffff;
}

.page-change-area .navigation-wrapper {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-change-area {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-change-area .navigation-wrapper a.right {
  margin-left: auto;
}

.page-change-area .navigation-wrapper a {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-change-area .navigation-wrapper a:hover {
  color: var(--primary-color);
}

.account-section .account-login-form {
  min-height: 100vh;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-section .account-login-form form {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.3px);
  -webkit-backdrop-filter: blur(4.3px);
  border: 1px solid #d7d7d7;
  padding: 30px;
}

.account-section .account-logo {
  text-align: center;
  margin: 0 auto !important;
  width: 180px;
}
.account-section .account-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.account-section .form-header {
  padding-top: 30px;
}

.account-section .form-input-fild {
  padding-top: 20px;
}

.service-section {
  overflow: hidden;
  position: relative;
}
.service-section .service-element {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(235, 0, 27, 0.1764705882) 0%, rgba(255, 255, 255, 0) 70%);
  top: 0%;
  left: -100px;
}
.service-section .service-element-2 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(247, 159, 27, 0.3568627451) 0%, rgba(255, 255, 255, 0) 70%);
  top: 40%;
  right: -50px;
}
.service-section .service-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .service-section .service-card {
    display: block;
    margin-bottom: 0px;
  }
}
.service-section .card-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%;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .service-section .card-content {
    margin-bottom: 15px !important;
  }
}
.service-section .card-details-1 {
  background: rgba(250, 250, 250, 0.966);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px);
  margin: 5px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .service-section .card-details-1 {
    margin-bottom: 0px;
  }
}
.service-section .card-details-2 {
    background: rgba(250, 250, 250, 0.966);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px);
  margin: 5px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .service-section .card-details-2 {
    margin-bottom: 0px;
  }
}
.service-section .service-card-1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.service-section .service-card-2 {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .service-section .service-card-2 {
    width: 95%;
  }
}
.service-section .service-card-3 {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .service-section .service-card-3 {
    width: 92%;
  }
}
.service-section .service-card-4 {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .service-section .service-card-4 {
    width: 90%;
  }
}
.service-section .service-card-4 {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .service-section .service-card-4 {
    width: 88%;
  }
}

.contact-section .contact-wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
}
.contact-section .contact-wrapper .massage-box {
  background: rgba(250, 250, 250, 0.966);
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px); */
  padding: 30px;
  border-radius: 10px 0px 0px 10px;
  height: 100%;
  color: #000000;
}
.contact-section .contact-wrapper .contact-box .contact-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(250, 250, 250, 0.966);
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843); */
  /* backdrop-filter: blur(5.3px); */
  padding: 20px;
  border-radius: 10px 0px 0px 10px;
}
.contact-section .contact-wrapper .contact-box .contact-widget .contact-item-content {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-wrapper .massage-box {
    border-radius: 10px 10px 0px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-wrapper .contact-box {
    margin-top: 30px;
  }
  .contact-section .contact-wrapper .contact-box .contact-widget {
    border-radius: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-section .contact-wrapper .contact-box .contact-widget {
    padding: 10px;
  }
}

.location-area {
  margin-top: 80px;
}

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

.country-form-area {
  position: relative;
}

.country-form-wrapper {
  border-radius: 10px;
  padding: 40px;
  position: relative;
  background-color: rgba(250, 250, 250, 0.966);
  -webkit-box-shadow: 0px 0px 10px 2px #ddd;
          box-shadow: 0px 0px 10px 2px #ddd;
}
@media only screen and (max-width: 580px) {
  .country-form-wrapper {
    padding: 20px;
  }
}

.country-form-wrapper .country-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.country-form-wrapper .country-form .form-group.two {
  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;
  border-top: 1px dashed #d7d7d7;
  padding-top: 20px;
}

.country-form-wrapper .country-form .form-group.two label {
  margin-bottom: 0;
}

.country-form-wrapper .country-form .form-group.two .custom-select {
  position: unset;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px 20px;
  height: auto;
  border-radius: 5px !important;
  min-width: 150px;
}

@media only screen and (max-width: 575px) {
  .country-form-wrapper .country-form .form-group.two .custom-select {
    min-width: 150px;
  }
}
.country-form-wrapper .country-form .form-group.two .custom-select .custom-select-inner {
  padding: 0;
}

.country-form-wrapper .country-form .form-group.two .custom-select .custom-select-inner::before,
.country-form-wrapper .country-form .form-group.two .custom-select .custom-select-inner::after {
  background: #ffffff;
  right: 0;
}

.country-form-wrapper .country-form .form-group.two .custom-select .custom-select-inner .method {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .country-form-wrapper .country-form .form-group.two .custom-select .custom-select-inner .method {
    font-size: 14px;
  }
}
.country-form-wrapper .country-form .form-group label {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

@media only screen and (max-width: 575px) {
  .country-form-wrapper .country-form .form-group label {
    font-size: 13px;
  }
}
.country-form-wrapper .country-form .form-group input {
  background-color: transparent;
  height: 50px;
  border: 1px solid #d7d7d7 !important;
  border-radius: 5px !important;
  padding: 10px 15px;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  padding-right: 140px;
}
.country-form-wrapper .country-form .form-group input::-webkit-input-placeholder {
  color: #9b9b9b !important;
  font-weight: 400;
}
.country-form-wrapper .country-form .form-group input::-moz-placeholder {
  color: #9b9b9b !important;
  font-weight: 400;
}
.country-form-wrapper .country-form .form-group input:-ms-input-placeholder {
  color: #9b9b9b !important;
  font-weight: 400;
}
.country-form-wrapper .country-form .form-group input::-ms-input-placeholder {
  color: #9b9b9b !important;
  font-weight: 400;
}
.country-form-wrapper .country-form .form-group input::placeholder {
  color: #9b9b9b !important;
  font-weight: 400;
}
.country-form-wrapper .country-form .form-group input:focus {
  border: 1px solid #b6b6b6 !important;
}

@media only screen and (max-width: 575px) {
  .country-form-wrapper .country-form .form-group input {
    font-size: 14px;
  }
}
.country-form-wrapper .country-form .form-group .custom-select {
  position: absolute;
  top: 32px;
  right: 0;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 0 5px 5px 0 !important;
  height: 50px;
  min-width: 130px;
}

@media only screen and (max-width: 575px) {
  .country-form-wrapper .country-form .form-group .custom-select {
    min-width: 120px;
  }
}
@media only screen and (max-width: 420px) {
  .country-form-wrapper .country-form .form-group .custom-select {
    min-width: 110px;
  }
}
.country-form-wrapper .country-form .form-group .custom-select .custom-select-inner::before,
.country-form-wrapper .country-form .form-group .custom-select .custom-select-inner::after {
  background: #ffffff;
  right: 10px;
}

.country-form-wrapper .country-form .form-group .custom-select .custom-currency {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .country-form-wrapper .country-form .form-group .custom-select .custom-currency {
    font-size: 14px;
  }
}
.country-form-wrapper .country-form .custom-select-search-wrapper input {
  border: none !important;
  height: 50px;
}

.country-form-wrapper .country-form .custom-select-wrapper {
  top: 80px;
  border-radius: 5px !important;
  border: 1px solid #d7d7d7;
  z-index: 9;
}

.country-form-wrapper .country-form .custom-select-wrapper .custom-select-search-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.664);
}

.country-form-wrapper .country-form .custom-select-wrapper .custom-option {
  color: #000000;
  border-top: 1px solid rgba(213, 213, 213, 0.479);
}

.country-form-wrapper .country-form .custom-select-wrapper .custom-option:hover,
.country-form-wrapper .country-form .custom-select-wrapper .custom-option.active {
  background: linear-gradient(90.88deg, #ffafb8 0%, #ffd493 100%);
  color: #000000;
  font-weight: 600;
}

.country-form-wrapper .country-form .custom-select-wrapper input {
  background-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.8274509804) !important;
  border-radius: 0px !important;
}

.country-form-wrapper .country-form .custom-select-wrapper input::-webkit-input-placeholder {
  color: rgb(33, 33, 33);
}

.country-form-wrapper .country-form .custom-select-wrapper input::-moz-placeholder {
  color: rgb(33, 33, 33);
}

.country-form-wrapper .country-form .custom-select-wrapper input:-ms-input-placeholder {
  color: rgb(33, 33, 33);
}

.country-form-wrapper .country-form .custom-select-wrapper input::-ms-input-placeholder {
  color: rgb(33, 33, 33);
}

.country-form-wrapper .country-form .custom-select-wrapper input::placeholder {
  color: rgb(33, 33, 33);
}

.custom-select-search-wrapper input::-webkit-input-placeholder {
  color: rgb(33, 33, 33);
}

.custom-select-search-wrapper input::-moz-placeholder {
  color: rgb(33, 33, 33);
}

.custom-select-search-wrapper input:-ms-input-placeholder {
  color: rgb(33, 33, 33);
}

.custom-select-search-wrapper input::-ms-input-placeholder {
  color: rgb(33, 33, 33);
}

.custom-select-search-wrapper input::placeholder {
  color: rgb(33, 33, 33);
}

.country-form-wrapper .country-form .custom-select-wrapper .search-btn {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.country-form-wrapper .country-form .custom-select-wrapper.two {
  top: 65px;
}

.country-form-wrapper .country-form .custom-select-wrapper.two .custom-select-list-wrapper {
  max-height: 350px;
  overflow-y: auto;
}

.country-form-wrapper .country-form .custom-select-wrapper.two .custom-select-list-wrapper .main-title {
  padding: 15px;
  margin-bottom: 0;
  color: #ffffff;
}

.country-form-wrapper .country-form .custom-select-wrapper.two .custom-select-list-wrapper .custom-select-list {
  max-height: unset;
  overflow-y: unset;
}

.country-form-wrapper .country-form .custom-select-wrapper.two .custom-select-list-wrapper .custom-select-list .custom-option {
  display: block;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.05);
}

.country-form-wrapper .country-form .custom-select-wrapper.two .custom-select-list-wrapper .custom-select-list .custom-option .title {
  margin-bottom: 5px;
  color: #ffffff;
}

.country-form-wrapper .country-form .custom-select-wrapper.two .custom-select-list-wrapper .custom-select-list .custom-option .sub-title {
  font-weight: 500;
  margin-bottom: 10px;
}

.country-form-wrapper .country-form .custom-select-wrapper.two .custom-select-list-wrapper .custom-select-list .custom-option p {
  font-size: 13px;
}

.country-form-wrapper .country-form .custom-select-wrapper input {
  background-color: #ffffff;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 50px;
}

.country-form-wrapper .country-form .custom-select-wrapper .search-btn {
  top: 17px;
}

.country-form-wrapper .country-form .input-group {
  position: unset;
  z-index: 0;
}

.custom-select {
  border-radius: 0 5px 5px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 110px;
  cursor: pointer;
}

.custom-select.active .custom-select-inner::before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
          transform: scale(0.96, 0.8) rotate(-50deg);
}

.custom-select.active .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
          transform: scale(0.96, 0.8) rotate(50deg);
}

.custom-select .custom-select-inner {
  position: relative;
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

.custom-select .custom-select-inner::before,
.custom-select .custom-select-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-select .custom-select-inner::before {
  margin-right: 3px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
          transform: scale(0.96, 0.8) rotate(50deg);
}

.custom-select .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
          transform: scale(0.96, 0.8) rotate(-50deg);
}

.custom-select img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

.custom-select .custom-currency {
  color: #ffffff;
}

.custom-select-wrapper {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  z-index: 3;
  border-radius: 15px;
  margin-left: 0 !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-select-wrapper.active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.custom-select-search-wrapper {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}

.custom-select-search-wrapper .search-btn {
  position: absolute;
  top: 13px;
  left: 20px;
  padding: 0;
  background-color: transparent;
  font-size: 20px;
}

.custom-select-search-wrapper input {
  padding-left: 50px;
  border: none !important;
}

.custom-select-search-wrapper input:focus {
  border: none !important;
}

.custom-select-list {
  max-height: 190px;
  overflow-y: auto;
}

.custom-select-list .custom-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-select-list .custom-option:hover,
.custom-select-list .custom-option.active {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #ffffff;
}

.custom-select-list .custom-option img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

.custom-select-list .custom-option .custom-country {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 12px;
  font-weight: 500;
}

.sending-form {
  width: 100%;
  -webkit-box-shadow: 0 7px 14px 0 rgba(52, 58, 64, 0.2) !important;
          box-shadow: 0 7px 14px 0 rgba(52, 58, 64, 0.2) !important;
}

.currency-input {
  position: relative;
  padding-right: 100px;
}

.currency-select {
  position: absolute;
  top: 32px;
  width: 100px;
  right: 12px;
}
.currency-select .nice-select {
  border: none !important;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 0px 5px 5px 0px !important;
}
.currency-select .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.currency-select .nice-select::before {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.kyc-information-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kyc-information-data .title {
  margin-bottom: 0px;
}
.kyc-information-data .type {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kyc .information-img {
  width: 300px;
  height: 200px;
  border: 2px dashed #d7d7d7;
  padding: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 375px) {
  .kyc .information-img {
    width: 270px;
  }
}
.kyc .information-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tow-fa-security .qr-code-thumb {
  width: 250px;
  height: 250px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.tow-fa-security .qr-code-thumb .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.tow-fa-security .play-store-thumb {
  width: 250px;
  height: 220px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.tow-fa-security .play-store-thumb .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  display: none;
}

.sidebar.active .sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  display: block;
}

.sidebar:hover .sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  display: block;
}

.dashboard-wrapper .wallet-item {
  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: rgba(250, 250, 250, 0.966);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
    backdrop-filter: blur(5.3px);
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 2px #ddd;
          box-shadow: 2px 2px 10px 2px #ddd;
}
.dashboard-wrapper .wallet-item .country-flag {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
}
.dashboard-wrapper .wallet-item .country-flag img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard-list-right .btn--custom {
  border-radius: 5px;
  width: 35px;
  height: 30px;
  line-height: 32px;
  padding: 0px;
  font-size: 18px;
}

.dashboard-list-right .small {
  background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%) !important;
  color: #ffffff;
}

.jp-card .jp-card-back,
.jp-card .jp-card-front {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ffafb8), color-stop(65%, #ffd493)) !important;
  background: linear-gradient(to right, #ffafb8 25%, #ffd493 65%) !important;
  color: #000000;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
  color: #000000;
  opacity: 0.6;
}

.modal-body .card-wrapper {
  padding-bottom: 20px;
}

.dashboard-them-area {
    background: rgba(250, 250, 250, 0.966);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
    backdrop-filter: blur(5.3px);
    border-radius: 10px;
    height: 100%;;
    padding: 30px;
    margin-bottom: 20px;
}
.dashboard-them-area .user {
  width: 80px;
  height: 80px;
  text-align: center;
  margin: auto;
}
.dashboard-them-area .user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.dashboard-them-area .user-name {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.dashboard-them-area .them-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
    .dashboard-them-area .them-details {
        display: block;
        text-align: center;
    }
}

.dashboard-them-area .them-details .title {
  font-weight: 500;
  background-color: #ffffff;
  padding: 6px 20px;
  border-radius: 5px;
  text-align: center;
}
.dashboard-them-area .them-details span {
  color: #EB001B;
}
.dashboard-them-area .them-details .right-side .btn {
  background-color: #ffffff;
  width: 100%;
  padding: 6px 25px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.dashboard-them-area .them-details .right-side .btn:hover {
  color: #EB001B;
}
.dashboard-them-area .them-btn {
  text-align: center;
}
.dashboard-them-area .them-btn .btn {
  margin-top: 15px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
}

.chart {
  background: rgba(250, 250, 250, 0.966);
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px #ddd;
          box-shadow: 0px 0px 10px 0px #ddd;
  border-radius: 10px;
}

.xepire-plan-wrapper .priching-card {
    background: rgba(250, 250, 250, 0.966);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px);
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px #ddd;
          box-shadow: 0px 0px 10px 0px #ddd;
  margin-bottom: 20px;
}
.xepire-plan-wrapper .plan-head span {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.xepire-plan-wrapper .plan-head .title {
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding: 8px;
  color: #000000;
}
.xepire-plan-wrapper .plan-head p {
  font-size: 18px;
  color: #000000;
  margin-top: 30px;
}
.xepire-plan-wrapper .plan-body {
  margin-top: 20px;
  margin-bottom: 30px;
}
.xepire-plan-wrapper .plan-body i {
  background-color: var(--primary-color);
  padding: 6px;
  border-radius: 50%;
  color: #ffffff;
}
.xepire-plan-wrapper .plan-body .cancel i {
  background-color: #dd001a;
}
.xepire-plan-wrapper .plan-body .include i {
  background-color: #22c388;
}
.xepire-plan-wrapper .plan-body span {
  padding-left: 10px;
  color: #232323;
}
.xepire-plan-wrapper .plan-bottom {
  margin-top: auto;
}

.xepire-plan-wrapper .priching-card {
  overflow: hidden;
}
.xepire-plan-wrapper .plan-head {
  position: relative;
}
.xepire-plan-wrapper .recommended-badge {
  position: absolute;
  top: -3px;
  right: -70px;
  width: 163px;
  height: 29px;
  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;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-box-shadow: 0 0 40px rgba(248, 248, 248, 0.3);
          box-shadow: 0 0 40px rgba(248, 248, 248, 0.3);
  color: #ffffff;
  text-transform: uppercase;
}
.priching-card .time-area {
  background: #ffffff;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px;
}
.priching-card .time-area span {
  font-weight: 700;
  font-size: 16px;
}

.preview-page-wrapper {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4.3px);
          backdrop-filter: blur(4.3px);
  border: 1px solid #d7d7d7;
  padding: 30px;
}
@media only screen and (max-width: 425px) {
  .preview-page-wrapper {
    padding: 15px;
  }
}
.preview-page-wrapper .preview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  padding-top: 10px;
}
.preview-page-wrapper .preview-item i {
  border: 1px dashed #d7d7d7;
  padding: 5px;
  border-radius: 50%;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 8px;
}
@media only screen and (max-width: 425px) {
  .preview-page-wrapper .preview-item i {
    margin-right: 3px;
  }
}
.preview-page-wrapper .preview-item .item-details span {
  font-weight: 600;
}
.preview-page-wrapper .confirm-btn {
  margin-top: 40px;
}

.payment-area {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4.3px);
          backdrop-filter: blur(4.3px);
  border: 1px solid #d7d7d7;
  padding: 30px;
}

.payment-area .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px var(--primary-color);
          box-shadow: inset 0px 0px 0px var(--primary-color);
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  margin: 0 auto;
}

.payment-area .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: var(--primary-color);
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.payment-area .checkmark__check {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px var(--primary-color);
            box-shadow: inset 0px 0px 0px 30px var(--primary-color);
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px var(--primary-color);
            box-shadow: inset 0px 0px 0px 30px var(--primary-color);
  }
}
.details-page-banner {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .details-page-banner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.details-page-banner .details-banner-wrapper .sub-title {
  padding-top: 20px;
}

.details-page-banner .details-banner-wrapper .process-steps li {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.details-page-banner .details-banner-wrapper .process-steps span {
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}

.details-page-banner .banner-element-one {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(235, 0, 27, 0.126) 0%, rgba(255, 255, 255, 0) 70%);
  top: -50px;
  left: -100px;
  z-index: -1;
}

.details-page-banner .banner-element-two {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(247, 159, 27, 0.142) 0%, rgba(255, 255, 255, 0) 70%);
  top: 10%;
  right: 0px;
  z-index: -1;
}

.view-demo {
  overflow: hidden;
}

.view-demo .demo-img-wrapper {
  padding-top: 0px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .view-demo .demo-img-wrapper {
    padding-top: 0px;
  }
}
.view-demo .demo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border: 5px solid #e8e8e8;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .view-demo .demo-img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .view-demo .demo-img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .view-demo .demo-img img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .view-demo .demo-img {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  .view-demo .demo-img img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .view-demo .demo-img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
.view-demo .demo-element-1 {
  position: absolute;
  bottom: -20px;
  left: 10px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  width: 280px;
  height: 420px;
}

.view-demo .demo-element-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1199px) {
  .view-demo .demo-element-1 {
    width: 240px;
    height: 320px;
    left: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .view-demo .demo-element-1 {
    width: 220px;
    height: 300px;
    left: -90px;
  }
}
@media only screen and (max-width: 900px) {
  .view-demo .demo-element-1 {
    width: 220px;
    height: 300px;
    left: -70px;
  }
}
@media only screen and (max-width: 850px) {
  .view-demo .demo-element-1 {
    width: 220px;
    height: 300px;
    left: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .view-demo .demo-element-1 {
    width: 110px;
    height: 280px;
    left: -40px;
  }
}
@media only screen and (max-width: 667px) {
  .view-demo .demo-element-1 {
    width: 100px;
    height: 180px;
    left: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .view-demo .demo-element-1 {
    width: 80px;
    height: 200px;
    left: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .view-demo .demo-element-1 {
    width: 80px;
    height: 200px;
    left: 30px;
    bottom: -80px;
  }
}
@media only screen and (max-width: 350px) {
  .view-demo .demo-element-1 {
    width: 60px;
    height: 150px;
    left: 10px;
    bottom: -60px;
  }
}
.view-demo .demo-element-2 {
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: -9;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  width: 280px;
  height: 420px;
}

.view-demo .demo-element-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1199px) {
  .view-demo .demo-element-2 {
    width: 240px;
    height: 320px;
    right: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .view-demo .demo-element-2 {
    width: 220px;
    height: 300px;
    right: -90px;
  }
}
@media only screen and (max-width: 900px) {
  .view-demo .demo-element-2 {
    width: 220px;
    height: 300px;
    right: -60px;
  }
}
@media only screen and (max-width: 850px) {
  .view-demo .demo-element-2 {
    width: 220px;
    height: 300px;
    right: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .view-demo .demo-element-2 {
    width: 100px;
    height: 280px;
    right: -50px;
  }
}
@media only screen and (max-width: 667px) {
  .view-demo .demo-element-2 {
    width: 100px;
    height: 180px;
    right: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .view-demo .demo-element-2 {
    width: 80px;
    height: 200px;
    right: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .view-demo .demo-element-2 {
    width: 80px;
    height: 200px;
    right: 30px;
    bottom: -80px;
    z-index: 1;
  }
}
@media only screen and (max-width: 350px) {
  .view-demo .demo-element-2 {
    width: 60px;
    height: 150px;
    right: 10px;
    bottom: -60px;
    z-index: 1;
  }
}
.demo-img-wrapper .money-transfer-mockup {
  margin: 0 auto;
  text-align: center;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog-section .blog-wrapper {
    background: rgba(250, 250, 250, 0.966);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px);
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.blog-section .blog-wrapper .blog-thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-section .blog-wrapper .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.blog-section .blog-wrapper .blog-content {
  padding-top: 15px;
}
.blog-section .blog-wrapper .blog-content .title {
  font-weight: 500;
  font-size: 20px;
}
.blog-section .blog-wrapper .blog-footer {
  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-top: 20px;
}
.blog-section .blog-wrapper .blog-footer .blog-btn .btn--base {
  font-size: 14px;
  font-weight: 500;
}
.blog-section .blog-wrapper .blog-footer .blog-date {
  font-weight: 600;
}
.blog-section .blog-wrapper:hover .blog-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


.blog-details-section .blog-item {
  background-color: #ffffff;
  box-shadow: 2px 2px 5px #e5e5e5;
  border-radius: 10px;
}

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

.blog-details-section .blog-item .blog-thumb {
  height: 500px;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  .blog-details-section .blog-item .blog-thumb {
    height: auto;
  }
}

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

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

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

.blog-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #15b887;
  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 #ffffff;
  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: var(--primary-color);
  padding: 3px 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
}

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

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

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

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

.widget-box {
  background-color: #ffffff;
  box-shadow: 2px 2px 5px #e5e5e5;
  padding: 30px;
  border-radius: 5px;
}

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

.widget-box .widget-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  width: 3px;
  height: 20px;
  background-color: var(--primary-color);
}

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

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

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

.category-widget-box .category-list li a:hover {
  color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

.single-popular-item .popular-item-content .title a:hover {
  color: var(--primary-color);
}

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

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

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

.tag-widget-box .tag-list li:hover {
  border: 1px solid #a4b5bc;
  color: #15b887;
}

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

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

.sidebar {
  width: 250px;
  position: fixed;
  border-radius: 5px;
  padding: 20px 10px;
  background-color: #fcfcfc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  opacity: 0.5;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar.active {
  width: 60px;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active {
    width: 250px;
    left: 0;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item a {
  padding: 12px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
  }
}
.sidebar.active .menu-title {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active .menu-title {
    display: block;
  }
}
.sidebar.active .sidebar-doc-box {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-doc-box {
    display: block;
  }
}
.sidebar:hover {
  width: 250px;
}
.sidebar-menu-wrapper {
  width: 250px; /* fixed sidebar width */
}

.sidebar-menu-item a {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.sidebar-menu-item .menu-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px; /* adjust based on sidebar width */
}

.sidebar:hover .sidebar-menu .sidebar-menu-item a {
  padding: 12px 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 10px;
}

.sidebar:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: block;
}

.sidebar:hover .menu-title {
  display: inline-block;
}

.sidebar:hover .sidebar-doc-box {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar-inner {
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sidebar-logo::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 225, 226, 0)), color-stop(47.22%, rgb(224, 225, 226)), color-stop(94.44%, rgba(224, 225, 226, 0.157)));
  background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 47.22%, rgba(224, 225, 226, 0.157) 94.44%);
}

.sidebar-logo .sidebar-main-logo {
  max-width: 130px;
}

.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: #0a0a0a;
  background-color: transparent;
  display: none;
}

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

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

.sidebar-menu-header::before {
  content: "--";
  position: absolute;
  left: 0;
  top: 0;
}

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

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

.sidebar-menu .sidebar-menu-item {
  position: relative;
  margin-bottom: 5px;
  border-radius: 10px 0px 0px 10px;
  font-size: 13px;
}

.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 2px;
  height: 0;
  background-color: var(--secondary-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu .sidebar-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-weight: 500;
  padding: 12px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  position: absolute;
  top: 18px;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  color: #0a0a0a;
  font-weight: 700;
  content: "\f105";
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
  display: block;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
  letter-spacing: normal;
  color: #0a0a0a;
  font-weight: 400;
  margin-top: 0;
  padding-left: 2px;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
  padding: 10px 20px;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
  display: none;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-icon {
  font-size: 18px;
  margin-right: 8px;
}

.sidebar-menu .sidebar-menu-item:hover {
  letter-spacing: 0.2px;
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  font-weight: 600;
}

.sidebar-menu .sidebar-menu-item.active {
  background: rgba(250, 250, 250, 0.966);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(5.3px);
}

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

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

.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #ffffff;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  font-weight: 700;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}

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

.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a .menu-icon {
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
}

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

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

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

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

.sidebar-doc-box {
  background-color: #fcfcfc;
  border-radius: 10px;
  padding: 15px;
  min-height: 210px;
  min-width: 218px;
}

.sidebar-doc-box::after {
  border-radius: 10px;
}

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

.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
}

.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
  padding: 14px 40px;
  font-size: 14px;
}

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

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

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

@media only screen and (max-width: 1199px) {
  .navbar-wrapper.active {
    margin-left: 0;
  }
}
.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 0px;
}

@media only screen and (max-width: 1199px) {
  .navbar-wrapper.active .dashboard-title-part {
    padding: 0 20px 0 0px;
  }
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}
.dashboard-title-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 30px;
}

@media only screen and (max-width: 1199px) {
  .dashboard-title-part {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-title-part {
    display: block;
  }
}
.dashboard-title-part .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-title-part .left .icon {
  margin-right: 10px;
}

.dashboard-title-part .left .icon button,
.dashboard-title-part .left .icon input[type=button],
.dashboard-title-part .left .icon input[type=reset],
.dashboard-title-part .left .icon input[type=submit] {
  font-size: 14px;
  color: #000000;
  background-color: transparent;
}

.dashboard-title-part .title {
  margin-bottom: 0;
}

.dashboard-title-part p {
  font-size: 12px;
  font-weight: 500;
}

.dashboard-title-part .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -8px;
}

@media only screen and (max-width: 767px) {
  .dashboard-title-part .right {
    padding-top: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.dashboard-path {
  font-size: 15px;
}

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

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

@media only screen and (max-width: 767px) {
  .header-search-wrapper {
    width: 100%;
  }
}
.header-search-wrapper input {
  height: 40px;
  padding-left: 35px;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

.header-user-wrapper .header-user-thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.body-wrapper {
  padding-left: 270px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.body-wrapper.active {
  padding-left: 85px;
  padding-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .body-wrapper.active {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .body-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dashboard-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard-header-wrapper .title {
  margin-bottom: 0;
}
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=button], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=reset], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=submit] {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

.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(250, 250, 250, 0.966);
  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: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.dashboard-list-wrapper .dashboard-list-item.receive:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.receive.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #28c76f;
}

.dashboard-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-list-user-wrapper .dashboard-list-user-profile {
  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;
}
.dashboard-list-user-wrapper .dashboard-list-user-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.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: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 420px) {
  .dashboard-list-user-wrapper .dashboard-list-user-icon {
    display: none;
  }
}
.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;
}
@media only screen and (max-width: 420px) {
  .dashboard-list-user-wrapper .dashboard-list-user-content {
    padding-left: 10px;
    width: 100%;
  }
}
.dashboard-list-user-wrapper .dashboard-list-user-content span {
  font-size: 14px;
}

.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: #ffffff;
  -webkit-box-shadow: 0 7px 14px 0 #ddd !important;
          box-shadow: 0 7px 14px 0 #ddd !important;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 375px) {
  .dashboard-list-item-wrapper {
    padding: 15px 5px;
  }
}
.dashboard-list-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.dashboard-list-item-wrapper .dashboard-list-item {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.dashboard-list-item-wrapper .preview-list-wrapper {
  display: none;
  margin-top: 20px;
  background: rgba(250, 250, 250, 0.966);
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
  border-bottom: 1px solid #d7d7d7;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border: 1px solid #d7d7d7;
}

.preview-list-wrapper {
  border-radius: 10px;
  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 #d7d7d7;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
}
@media only screen and (max-width: 380px) {
  .preview-list-wrapper .preview-list-item {
    font-size: 14px;
    padding: 10px 8px;
  }
}
.preview-list-wrapper .preview-list-item .last {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .preview-list-wrapper .preview-list-item .last {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .preview-list-wrapper .preview-list-right .last {
    font-size: 13px;
  }
}

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

.preview-list-right {
  text-align: right;
}
.preview-list-right .close-btn {
  background: red;
  padding: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.close-btn{
    padding: 10px 30px;
    background: #cb0d0d !important;
}

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

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

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

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

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

.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(250, 250, 250, 0.966);
  border-top: 1px solid #d7d7d7;
  border-radius: 0 0 10px 10px;
}

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

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

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

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

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

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

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

.chat-form .publisher .publisher-input::placeholder {
  color: rgba(225, 225, 225, 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: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}

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

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

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

.support-profile-wrapper {
  background-color: #ffffff;
  width: 500px;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .support-profile-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper {
    width: 100%;
  }
}
.support-profile-wrapper.active {
  right: 0;
}
.support-profile-wrapper .support-profile-header {
  padding: 20px;
  background-color: rgba(250, 250, 250, 0.966);
  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: 10px 10px 0 0;
  border: none;
  background: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  position: relative;
}

.profile-thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content {
    display: block;
    margin-top: 60px;
  }
}
.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  margin-top: -100px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #d7d7d7;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ffdde1), color-stop(65%, #ffeacb));
  background: linear-gradient(to right, #ffdde1 25%, #ffeacb 65%);
  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: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.profile-thumb-content .profile-content {
  -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: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

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

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

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

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

.exchange-area {
    background: rgba(250, 250, 250, 0.966);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1019607843);
    backdrop-filter: blur(5.3px);
    padding: 30px 80px;
    border-radius: 15px;
    text-align: center;
}
.exchange-area code {
  color: #000000;
}
@media only screen and (max-width: 575px) {
  .exchange-area {
    padding: 30px 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(250, 250, 250, 0.966);
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  font-size: 20px;
}

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

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

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

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

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

.payment-information .form-group {
  background-color: rgba(250, 250, 250, 0.966);
  padding: 40px;
  border-radius: 20px;
}
.payment-information .form-group .logo {
  width: 200px;
}

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

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

.chart-area .chart-wrapper {
  background-color: rgba(250, 250, 250, 0.966);
}

.select2-selection--single {
  border: 1px solid #d7d7d7 !important;
  background-color: transparent !important;
}

.tow-fa-security .card-body {
  background-color: rgba(250, 250, 250, 0.966);
  -webkit-box-shadow: 0 7px 14px 0 rgba(52, 58, 64, 0.2) !important;
          box-shadow: 0 7px 14px 0 rgba(52, 58, 64, 0.2) !important;
  padding: 30px;
  border-radius: 10px;
}

.custom-card .show_hide_password {
  position: relative;
}
.custom-card .show_hide_password .show-pass {
  position: absolute;
  top: 50px;
}
.custom-card .show_hide_password-2 {
  position: relative;
}
.custom-card .show_hide_password-2 .show-pass {
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 14px;
}
.custom-card .show_hide_password-3 {
  position: relative;
}
.custom-card .show_hide_password-3 .show-pass {
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 14px;
}

.dash-virtualCard-wrapper {
  margin-bottom: 20px;
}

.dash-virtualCard-wrapper .header-area {
  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: 25px;
}

.dash-virtualCard-wrapper .header-area .label {
  margin-bottom: 0;
}

.dash-virtualCard-wrapper .header-area .view-btn {
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #232323;
}

.dash-virtualCard-wrapper .header-area .view-btn:hover {
  color: #405cff;
}

.dash-virtualCard-wrapper .virtualCard-slider {
  overflow: hidden;
}

.dash-virtualCard-wrapper .virtualCard-slider .swiper-pagination {
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dash-virtualCard-wrapper .virtualCard-slider .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
}

.dash-virtualCard-wrapper .virtualCard-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
}

.virtualCard-item {
  position: relative;
  width: 80%;
  height: 200px;
  border-radius: 20px;
  padding: 20px;
  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;
}
@media only screen and (max-width: 1499px) {
  .virtualCard-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1299px) {
  .virtualCard-item {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .virtualCard-item {
    height: 180px;
    width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .virtualCard-item {
    height: 180px;
    width: 300px;
  }
}
@media only screen and (max-width: 375px) {
  .virtualCard-item {
    height: 180px;
    width: 250px;
    padding: 15px;
  }
}

.virtualCard-item.fixed {
  width: 400px;
}

@media only screen and (max-width: 1399px) {
  .virtualCard-item.fixed {
    width: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .virtualCard-item.fixed {
    width: 100%;
  }
}
.virtualCard-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(201, 201, 201);
  opacity: 0.2;
  border-radius: 15px;
}

.virtualCard-item .logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.virtualCard-item .logo-wrapper .brand-logo {
  max-width: 100px;
}

@media only screen and (max-width: 1799px) {
  .virtualCard-item .logo-wrapper .brand-logo {
    max-width: 100px;
  }
}
.virtualCard-item .logo-wrapper .card-logo {
  width: 30px;
  height: 30px;
}
.virtualCard-item .logo-wrapper .card-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.virtualCard-item .card-number-wrapper {
  position: relative;
  padding-top: 20px;
  margin: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.virtualCard-item .card-number-wrapper span {
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  cursor: pointer;
  margin: 8px;
}

@media only screen and (max-width: 1799px) {
  .virtualCard-item .card-number-wrapper span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1040px) {
  .virtualCard-item .card-number-wrapper span {
    font-size: 18px;
  }
}
.virtualCard-item .bottom-wrapper {
  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;
}

.virtualCard-item .bottom-wrapper .holder-name {
  margin-top: 10px;
}

.virtualCard-item .bottom-wrapper .holder-name .label {
  color: #232323;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1799px) {
  .virtualCard-item .bottom-wrapper .holder-name .label {
    font-size: 10px;
  }
}
.virtualCard-item .bottom-wrapper .holder-name .name {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

@media only screen and (max-width: 1799px) {
  .virtualCard-item .bottom-wrapper .holder-name .name {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1040px) {
  .virtualCard-item .bottom-wrapper .holder-name .name {
    font-size: 13px;
  }
}
.virtualCard-item .bottom-wrapper .date-wrapper {
  text-align: end;
}

.virtualCard-item .bottom-wrapper .date-wrapper .label {
  color: #232323;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1799px) {
  .virtualCard-item .bottom-wrapper .date-wrapper .label {
    font-size: 10px;
  }
}
.virtualCard-item .bottom-wrapper .date-wrapper .date {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

@media only screen and (max-width: 1799px) {
  .virtualCard-item .bottom-wrapper .date-wrapper .date {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1040px) {
  .virtualCard-item .bottom-wrapper .date-wrapper .date {
    font-size: 13px;
  }
}
.virtualCard-details-btn-area {
  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: 30px -30px -20px -30px;
}

@media only screen and (max-width: 640px) {
  .virtualCard-details-btn-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 400px) {
  .virtualCard-details-btn-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px -15px -15px;
  }
}
.virtualCard-details-btn-area a {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.04);
  padding: 12px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border-top: 2px solid rgba(255, 255, 255, 0.04);
  border-right: 2px solid rgba(255, 255, 255, 0.04);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 640px) {
  .virtualCard-details-btn-area a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .virtualCard-details-btn-area a:nth-child(2n) {
    border-right: none;
  }
}
.virtualCard-details-btn-area a:hover {
  background-color: rgba(64, 92, 255, 0.1);
  color: #F3F2F4;
}

.virtualCard-details-btn-area a:last-child {
  border-right: none;
}

.virtualCard-details-btn-area a i {
  position: relative;
  top: 1px;
  font-size: 15px;
  margin-right: 2px;
  color: #405cff;
}

.virtualCard-balance-badge {
  font-size: 12px;
  padding: 2px 15px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.virtualCard-balance-badge span {
  color: #405cff;
  font-weight: 600;
}

.virtualCardDetails-slider {
  overflow: hidden;
}

.virtualCardDetails-slider .swiper-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.virtualCardDetails-slider .swiper-button-next,
.virtualCardDetails-slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
  .virtualCardDetails-slider .swiper-button-next,
  .virtualCardDetails-slider .swiper-button-prev {
    display: none;
  }
}
.virtualCardDetails-slider .swiper-button-next {
  right: -60px;
}

@media only screen and (max-width: 767px) {
  .virtualCardDetails-slider .swiper-button-next {
    right: -20px;
  }
}
.virtualCardDetails-slider .swiper-button-prev {
  left: -60px;
}

@media only screen and (max-width: 767px) {
  .virtualCardDetails-slider .swiper-button-prev {
    left: -20px;
  }
}
.dashboard-virtualcard-item {
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  padding: 15px;
  top: 0;
  position: sticky;
}

.recent-transaction-wrapper .header-area {
  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: 25px;
}

.recent-transaction-wrapper .header-area .label {
  margin-bottom: 0;
}

.recent-transaction-wrapper .header-area .view-btn {
  font-size: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-transaction-wrapper .header-area .view-btn:hover {
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.recent-transaction-wrapper .recent-transaction-list li {
  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;
}

.recent-transaction-wrapper .recent-transaction-list li:last-child {
  margin-bottom: 0;
}

.recent-transaction-wrapper .recent-transaction-list li .icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recent-transaction-wrapper .recent-transaction-list li .icon-area i {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.966);
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  font-size: 16px;
  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;
}

.recent-transaction-wrapper .recent-transaction-list li .icon-area .title-wrapper {
  margin-left: 10px;
}

.recent-transaction-wrapper .recent-transaction-list li .icon-area .title-wrapper .label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

.recent-transaction-wrapper .recent-transaction-list li .icon-area .title-wrapper span {
  font-size: 10px;
}

.recent-transaction-wrapper .recent-transaction-list li .content {
  text-align: end;
}

.recent-transaction-wrapper .recent-transaction-list li .content .amount {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

.recent-transaction-wrapper .recent-transaction-list li .content .date {
  font-size: 10px;
}

.dashboard-chart {
  margin-top: 20px;
}
.dashboard-chart .chart-wrapper {
  background-color: rgba(250, 250, 250, 0.966);
}

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

.notification-wrapper {
  position: absolute;
  top: 47px;
  right: 0;
  width: 280px;
  background-color: #ffffff;
  border: 1px solid linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-radius: 10px;
  z-index: 9;
  padding: 15px;
  text-align: left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
  .notification-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 375px) {
  .notification-wrapper {
    right: -30px;
  }
}
.notification-wrapper.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.notification-wrapper .notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.notification-wrapper .notification-header .title {
  margin-bottom: 0;
}

.notification-wrapper .notification-header .sub-title {
  font-size: 12px;
}

.notification-wrapper .notification-list {
  margin-bottom: -15px;
}

.notification-wrapper .notification-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
}

.notification-wrapper .notification-list li .thumb {
  width: 25px;
  height: 25px;
}

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

.notification-wrapper .notification-list li .content {
  width: calc(100% - 25px);
  padding-left: 10px;
}

.notification-wrapper .notification-list li .content .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.notification-wrapper .notification-list li .content .title {
  margin-bottom: 0;
}

.notification-wrapper .notification-list li .content .time {
  color: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  font-weight: 600;
}

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

.qr-code-thumb {
  border-radius: 10px;
}
.qr-code-thumb img {
  border-radius: 10px;
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
    position: relative;
    width: 120px;
    height: 30px;
    border-radius: 5px 5px 5px 5px !important;
    background-color: #e8e8e8;
    font-size: 12px;
  }
  .toggle-container .switch-toggles::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    background: #ea5455;
    right: -1px;
    top: 0;
    border-radius: 0px 5px 5px 0px;
    -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  }
  .toggle-container .switch-toggles .switch {
    position: relative;
    width: 50%;
    line-height: 30px;
    float: left;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    font-weight: 600;
    border-radius: 0px 5px 5px 0px;
    color: #6e768e;
    margin-bottom: 0;
  }
  .toggle-container .switch-toggles .switch:nth-child(odd) {
    color: var(--secondary-color);
  }
  .toggle-container .switch-toggles.active::after {
    background: #15b887;
    color: #ffffff;
    right: 50%;
    border-radius: 5px 0px 0px 5px !important;
  }
  .toggle-container .switch-toggles.active .switch {
    color: #6e768e;
  }
  .toggle-container .switch-toggles.active .switch:nth-child(even) {
    color: #fff;
  }
  .input-group-text {
    border: none;
    font-size: 14px;
    background:  var(--primary-color);
    color: #ffffff;
    height: 50px;
    border-radius: 5px opx 0px 5px !important;
    font-weight: 500;
  }
  .input-group-text i {
    font-size: 18px;
  }

/*-------------------------------------------------
    [ ## switch end ]
*/

/*-------------------------------------------------
    [ ## cookie block ]
*/
.cookie-main-wrapper {
    background-color: rgb(31, 41, 55);
    padding: 20px 30px;
    border-radius: 20px;
    position: fixed;
    bottom: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .cookie-main-wrapper {
        display: block;
        width: 90%;
    }
}

.cookie-main-wrapper .cookie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
}

@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-content {
        width: unset;
    }
}

@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content {
        width: 100%;
        display: block;
    }
}

.cookie-main-wrapper .cookie-content svg {
    width: 40px;
    height: auto;
    fill: rgb(125, 211, 252);
    margin-right: 15px;
}

@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content svg {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.cookie-main-wrapper .cookie-content p {
    width: calc(100% - 40px);
    color: rgb(255, 255, 255);
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.cookie-main-wrapper .cookie-content p a {
    text-underline-offset: 2px;
    text-decoration-style: dotted;
    text-decoration-line: underline;
}

@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content p {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-btn-area {
        margin-top: 20px;
    }
}

.cookie-main-wrapper .cookie-btn-area button,
.cookie-main-wrapper .cookie-btn-area input[type=button],
.cookie-main-wrapper .cookie-btn-area input[type=reset],
.cookie-main-wrapper .cookie-btn-area input[type=submit] {
    color: rgb(255, 255, 255);
    padding: 0.5rem 0.75rem;
    background-color: rgb(55, 65, 81);
    border-radius: 0.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cookie-main-wrapper .cookie-btn-area button:hover,
.cookie-main-wrapper .cookie-btn-area input[type=button]:hover,
.cookie-main-wrapper .cookie-btn-area input[type=reset]:hover,
.cookie-main-wrapper .cookie-btn-area input[type=submit]:hover {
    background-color: rgba(75, 85, 99, 0.8);
}

/*-------------------------------------------------
      [ ## cookie block end ]
  */
.card-details-list{
    display: flex;
    align-items: center;
}
.demo-badge{
  margin-left: 10px;
  background-color: #efb51c;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}

.closed-badge{
  margin-left: 10px;
  background-color: #f30f0f;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}

.dash-payment-item-wrapper{
    background: rgba(250, 250, 250, 0.966);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 2px #ddd;
}



input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  opacity: 0.6;
  filter: invert(0);
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1
}

.kyc-preview-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.kyc-preview-wrapper .thumb{
    width: 300px;
    height: 200px;
    border: 2px dashed #d7d7d7;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.kyc-preview-wrapper .thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}
.alert-primary{
    text-align: center;
}
.secret-key{
    display: flex;
}
.copy-btn{
    background-color: #d1d1d1;
    padding: 2px 4px;
    border-radius: 3px;
    margin-left: 5px;
}

.code-show-list{
    background-color: #e5e5e5;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.pricing-section .plan-head .pricing-sm-details {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    width: 100%;
    text-align: left;
    margin-bottom: 3px;
}

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

.sidebar-menu .sidebar-menu-item.sidebar-dropdown .sidebar-submenu .sidebar-menu-item a::after{
    display: none !important;
}
