html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: #425466;
  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: var(--secondary-color);
}

code {
  color: var(--secondary-color);
  font-weight: 600;
}
code span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

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

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

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

span {
  display: inline-block;
}

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

blockquote {
  background-color: #f5f5f5;
  padding: 40px;
  font-weight: 500;
  font-style: italic;
  position: relative;
  text-align: center;
}
blockquote .quote-icon svg path {
  fill: var(--secondary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg--secondary {
  background-color: var(--primary-color);
}

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

.bg--danger {
  background-color: #dc3545 !important;
}
.bg--danger::before {
  background-color: #dc3545 !important;
}
.bg--danger:hover, .bg--danger:focus {
  color: #ffffff !important;
}

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

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

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

.bg--base {
  background-color: var(--primary-color) !important;
}

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

.text--secondary {
  color: var(--primary-color);
}

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

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

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

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

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

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

.text--base {
  color: var(--primary-color) !important;
}

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

.border--secondary {
  border: 1px solid var(--primary-color);
}

.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: var(--secondary-color) !important;
}

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

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

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

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

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

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

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

.payment-preview-box::-webkit-scrollbar {
  display: none;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  left: 30px;
  width: 35px;
  height: 35px;
  padding: 8px;
  line-height: 1;
  font-weight: 600;
  background-color: var(--secondary-color);
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 11px;
  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%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
  border-top: 1px solid #e5e5e5;
}

.table-responsive {
  display: block;
  width: 100%;
}

.custom-table {
  width: 100%;
  white-space: nowrap;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.custom-table.two {
    white-space: unset;
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 16px;
  padding: 12px 15px;
}
.custom-table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
  padding-left: 0;
}
.custom-table thead tr th:last-child {
  text-align: right;
}
.custom-table tbody tr {
  background-color: #ffffff;
}
.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  vertical-align: middle !important;
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}
.custom-table tbody tr td:last-child {
  text-align: right;
}
.custom-table tbody tr td span {
  font-weight: 700;
}
.custom-table tbody tr td .btn {
  background: #F6F6F6;
  border: 1px solid #e5e5e5;
  color: #425466;
  padding: 3px 20px;
  font-weight: 500;
  font-size: 14px;
}
.custom-table tbody tr td .btn::before {
  display: none;
}
.custom-table tbody tr td .user-list li {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .custom-table tbody tr td .user-list li:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
            transform: translateY(-4px) scale(1.02);
  }
  .custom-table tbody tr td .user-list li img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  }
.custom-table tbody tr td .action-btn {
  position: relative;
}
.custom-table tbody tr td .action-btn .action-list {
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 100px;
  z-index: 2;
  background-color: var(--secondary-color);
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
  z-index: 9;
  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;
}
.custom-table tbody tr td .action-btn .action-list.active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.custom-table tbody tr td .action-btn .action-list li {
    color: #ffffff;
    padding: 2px 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.custom-table tbody tr td .action-btn .action-list li a{
    display: block;
}
.custom-table tbody tr td .action-btn .action-list li button, .custom-table tbody tr td .action-btn .action-list li input[type=submit], .custom-table tbody tr td .action-btn .action-list li input[type=reset], .custom-table tbody tr td .action-btn .action-list li input[type=button] {
  background-color: transparent;
  font-weight: 600;
  font-size: 13px;
  color: #425466;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
    color: #fff;
}
.custom-table tbody tr td .action-btn .action-list li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

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

.swiper-pagination {
  position: relative;
  padding: 18px 45px;
  background-color: #F7F7FB;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
  margin-top: 50px;
  width: auto !important;
  z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  width: 10px;
  border-radius: 5px;
  background-color: var(--primary-color);
  opacity: 0.25;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 46px;
}

.slider-next, .slider-prev {
  width: 55px;
  height: 55px;
  font-size: 30px;
  border-radius: 50%;
  color: var(--secondary-color);
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next::before, .slider-prev::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .slider-next, .slider-prev {
    display: none;
  }
}

.slider-next {
  left: auto;
  right: -50px;
}
.slider-next::before {
  left: auto;
  right: -20px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  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;
  margin-top: 40px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 40px;
  height: 40px;
  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: 50%;
  background: transparent;
  border: none;
  color: var(--secondary-color);
  font-size: 16px;
  padding: 0;
  font-weight: 600;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 50%;
  background: transparent;
  border: none;
  color: var(--secondary-color);
}
.pagination .page-item .page-link {
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: var(--secondary-color);
  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: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  padding: 5px;
  border-radius: 5px;
}
.nav-tabs .nav-link {
  display: block;
  padding: 2px 5px;
  font-weight: 600;
  font-size: 18px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  border: none;
  color: #ffffff;
  border-radius: 5px;
}

.tab-content > .active {
  -webkit-animation: none;
          animation: none;
  -webkit-transition: none;
  transition: none;
}

/*-------------------------------------------------
    [ ## 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-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}
.custom-card button, .custom-card input[type=submit], .custom-card input[type=reset], .custom-card input[type=button], .custom-card .btn--base {
  padding: 12px 30px;
}
.custom-card .table-wrapper {
  background-color: #ffffff;
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
    position: relative;
    width: 100%;
    min-width: 150px;
    height: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
  .toggle-container .switch-toggles::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 35px;
    background: #5b39c9;
    right: -1px;
    top: 0;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  }
  .toggle-container .switch-toggles .switch {
    position: relative;
    width: 50%;
    line-height: 35px;
    float: left;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    font-weight: 600;
    border-radius: 5px;
    color: #0a2540;
    margin-bottom: 0;
  }
  .toggle-container .switch-toggles .switch:nth-child(odd) {
    color: #ffffff;
  }
  .toggle-container .switch-toggles.active::after {
    background: #5b39c9;
    right: 50%;
    border-radius: 5px 0 0 5px;
  }
  .toggle-container .switch-toggles.active .switch {
    color: #0a2540;
  }
  .toggle-container .switch-toggles.active .switch:nth-child(even) {
    color: #ffffff;
  }

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
  position: relative;
  z-index: 9999999;
  background-color: #ffffff;
}

.modal-header {
  border-color: #e5e5e5;
}

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

.btn-close {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: var(--secondary-color);
  -webkit-font-smoothing: antialiased;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

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

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

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

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

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

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-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: 40px;
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper {
    display: block;
  }
}
.section-header-wrapper .section-header {
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper .section-header {
    margin-bottom: 20px;
  }
}

.section-header {
  margin-bottom: 40px;
}
.section-header .section-title {
  margin-bottom: 0;
  font-weight: 700;
}
.section-header p {
  margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.btn--danger {
  background-color: #d63384;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  position: relative;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  background-color: transparent;
  font-family: "DM Sans", sans-serif;
  color: var(--secondary-color);
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  position: relative;
  background: var(--primary-color);
  border-radius: 5px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: var(--secondary-color);
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 0;
  left: -100%;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.btn--base.active {
  background: var(--secondary-color);
}
.btn--base.active::before {
  background: var(--primary-color);
}
.btn--base.active:focus, .btn--base.active:hover {
  color: #ffffff;
}
.btn--base.disabled {
  cursor: auto;
}
.btn--base.disabled::before {
  display: none;
}
.btn--base:focus, .btn--base:hover {
  color: #ffffff;
}
.btn--base:focus::before, .btn--base:hover::before {
  width: 200%;
  height: 100%;
}
.btn--base:focus .HoverArrow__linePath, .btn--base:hover .HoverArrow__linePath {
  --arrowLineOpacity: 1;
}
.btn--base:focus .HoverArrow__tipPath, .btn--base:hover .HoverArrow__tipPath {
  --arrowTipTransform: var(--arrowHoverOffset);
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.invoice-cross-btn {
  padding: 11px 10px !important;
}

.HoverArrow {
  --arrowSpacing: 5px;
  --arrowHoverTransition: 150ms cubic-bezier(0.215,0.61,0.355,1);
  --arrowHoverOffset: translateX(3px);
  --arrowTipTransform: none;
  --arrowLineOpacity: 0;
  position: relative;
  top: 0;
  margin-left: var(--arrowSpacing);
  stroke-width: 2px;
  fill: none;
  stroke: currentColor;
}

.HoverArrow__linePath {
  opacity: var(--arrowLineOpacity);
  -webkit-transition: opacity var(--hoverTransition, var(--arrowHoverTransition));
  transition: opacity var(--hoverTransition, var(--arrowHoverTransition));
}

.HoverArrow__tipPath {
  -webkit-transform: var(--arrowTipTransform);
          transform: var(--arrowTipTransform);
  -webkit-transition: -webkit-transform var(--hoverTransition, var(--arrowHoverTransition));
  transition: -webkit-transform var(--hoverTransition, var(--arrowHoverTransition));
  transition: transform var(--hoverTransition, var(--arrowHoverTransition));
  transition: transform var(--hoverTransition, var(--arrowHoverTransition)), -webkit-transform var(--hoverTransition, var(--arrowHoverTransition));
}

.custom-btn {
  font-size: 16px;
  color: #425466;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .custom-btn {
    font-size: 14px;
  }
}

.info-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--secondary-color);
  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: #dc3545;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--secondary-color);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--secondary-color);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--secondary-color);
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--secondary-color);
}
input::placeholder, textarea::placeholder {
  color: var(--secondary-color);
}

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

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  font-size: 100%;
  color: var(--secondary-color);
}

label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #6e6e6e;
  display: block;
}
label span {
  color: var(--primary-color);
}

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

option {
  color: var(--secondary-color);
}

.input-group {
  position: relative;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group.two input{
    padding-left: 0;
    border-left: none !important;
    border-right: none !important;
}
.input-group.two input:focus{
    border: 1px solid #e5e5e5;
}
.input-group .nice-select {
  width: auto;
  padding: 0 30px 0 15px;
  border: none !important;
  background-color: var(--primary-color) !important;
  line-height: 45px;
}
.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.input-group .nice-select .current {
  color: #ffffff;
}
.input-group .f-dropdown > span {
  padding: 8px 12px;
  border-radius: 0 5px 5px 0;
  background-color: var(--primary-color);
  border: none;
  color: #ffffff !important;
  width: 110px;
}
.input-group .f-dropdown > span::before, .input-group .f-dropdown > span::after {
  background: #ffffff !important;
}
.input-group .f-dropdown ul {
  width: 110px;
  left: auto;
  right: 0;
}
.input-group.append input {
  border-left: none;
  padding-left: 0;
}
.input-group.append input:focus {
  border: 1px solid #e5e5e5;
  border-left: none;
}
.input-group.append .input-group-text {
  border-radius: 5px 0 0 5px;
}

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

.input-group-text {
  border: none;
  font-size: 18px;
  height: 45px;
  background-color: var(--secondary-color);
  color: #ffffff;
  border: 1px solid var(--secondary-color);
  border-radius: 0 5px 5px 0;
  padding: 0.375rem 0.75rem !important;
  font-weight: 500;
}
.input-group-text.prepend {
  font-size: 15px;
  background-color: transparent;
  color: #425466;
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.input-group-text.prepend img{
    width: 35px;
}
.input-group-text.append {
    font-size: 15px;
    background-color: transparent;
    color: #425466;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    padding-right: 25px !important;
  }

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.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;
  font-weight: 500;
  font-size: 14px;
  color: var(--secondary-color);
  display: inline-block;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -1px;
}
.custom-check-group label a {
  text-decoration: underline;
  font-weight: 600;
}

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

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

.form--control {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  font-size: 14px;
  color: #425466;
  padding: 10px 15px;
  width: 100%;
}
.form--control:focus {
  background-color: #ffffff;
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #425466;
}
.form--control::-webkit-input-placeholder {
  color: #6e6e6e;
}
.form--control::-moz-placeholder {
  color: #6e6e6e;
}
.form--control:-ms-input-placeholder {
  color: #6e6e6e;
}
.form--control::-ms-input-placeholder {
  color: #6e6e6e;
}
.form--control::placeholder {
  color: #6e6e6e;
}

textarea.form--control {
  line-height: inherit;
}

.fileholder {
  border-radius: 5px;
}

.file-holder-wrapper {
  width: 100%;
}

.fileholder.active {
  border: 2px dashed #e5e5e5;
  min-height: 210px !important;
}

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

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: var(--primary-color);
}

.fileholder-basic-loading-circle.one {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.two {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.three {
  border: 2px solid var(--primary-color);
}

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

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

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: var(--primary-color);
}

.fileholder-basic-loading-circle.one {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.two {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.three {
  border: 2px solid var(--primary-color);
}

.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px -7px;
  justify-content: space-between;
}
.radio-wrapper .radio-item {
  margin: 3px 7px;
  flex-grow: 1;
}

.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: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 2px solid var(--primary-color);
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 12px 30px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-item [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 23px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.radio-item [type=radio]:checked + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 25px;
  left: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 2px solid #e5e5e5;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px 30px;
  display: inline-block;
  color: #425466;
  width: 100%;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-item [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 23px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.radio-item [type=radio]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 25px;
  left: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.radio-item [type=radio]:not(:checked) + label img {
    max-height: 40px;
    margin-left: 5px;
}
.radio-item [type=radio]:checked + label img {
    max-height: 40px;
    margin-left: 5px;
}
.nice-select {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
  float: unset;
  padding: 0 15px;
}
.nice-select::after {
  margin-top: -2px;
}
.nice-select .list {
  width: 100%;
  background-color: #ffffff;
  left: auto;
  right: 0;
}
.nice-select .current {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
}

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

.selection {
  width: 100%;
}

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

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

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

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

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

.custom-select {
  background-color: var(--secondary-color);
  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: 270px;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          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 16px;
}
.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: 9;
  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 #e5e5e5;
}
.custom-select-search-wrapper .search-btn {
  position: absolute;
  top: 13px;
  left: 20px;
  padding: 0;
  background-color: transparent;
  font-size: 20px;
  color: var(--primary-color);
}
.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-color: #F7F7FB;
}
.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;
}

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

/*-------------------------------------------------
    [ ## 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: #1f1f1f;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

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

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scroll-ver {
  0% {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes scroll-ver {
  0% {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
@keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
@-webkit-keyframes zindexAnimation {
  25% {
    z-index: 1;
  }
  75% {
    z-index: -1;
  }
}
@keyframes zindexAnimation {
  25% {
    z-index: 1;
  }
  75% {
    z-index: -1;
  }
}
@-webkit-keyframes translateAnimation {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-400px) translateY(80px);
            transform: translateX(-400px) translateY(80px);
  }
}
@keyframes translateAnimation {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-400px) translateY(80px);
            transform: translateX(-400px) translateY(80px);
  }
}
@-webkit-keyframes translateAnimationRtl {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(400px) translateY(80px);
              transform: translateX(400px) translateY(80px);
    }
  }
  @keyframes translateAnimationRtl {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(400px) translateY(80px);
              transform: translateX(400px) translateY(80px);
    }
  }
  @-webkit-keyframes translateAnimationTwo {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(320px) translateY(-370px);
              transform: translateX(320px) translateY(-370px);
    }
  }
  @keyframes translateAnimationTwo {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(320px) translateY(-370px);
              transform: translateX(320px) translateY(-370px);
    }
  }
  @-webkit-keyframes translateAnimationTwoRtl {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(-320px) translateY(-370px);
              transform: translateX(-320px) translateY(-370px);
    }
  }
  @keyframes translateAnimationTwoRtl {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(-320px) translateY(-370px);
              transform: translateX(-320px) translateY(-370px);
    }
  }
  @-webkit-keyframes translateAnimationThree {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(400px) translateY(150px);
              transform: translateX(400px) translateY(150px);
    }
  }
  @keyframes translateAnimationThree {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(400px) translateY(150px);
              transform: translateX(400px) translateY(150px);
    }
  }
  @-webkit-keyframes translateAnimationThreeRtl {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(-400px) translateY(150px);
              transform: translateX(-400px) translateY(150px);
    }
  }
  @keyframes translateAnimationThreeRtl {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(-400px) translateY(150px);
              transform: translateX(-400px) translateY(150px);
    }
  }
  @-webkit-keyframes translateAnimationFour {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(-400px) translateY(90px);
              transform: translateX(-400px) translateY(90px);
    }
  }
  @keyframes translateAnimationFour {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(-400px) translateY(90px);
              transform: translateX(-400px) translateY(90px);
    }
  }
  @-webkit-keyframes translateAnimationFourRtl {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(400px) translateY(90px);
              transform: translateX(400px) translateY(90px);
    }
  }
  @keyframes translateAnimationFourRtl {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(400px) translateY(90px);
              transform: translateX(400px) translateY(90px);
    }
  }
  @-webkit-keyframes translateAnimationFive {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(400px) translateY(150px);
              transform: translateX(400px) translateY(150px);
    }
  }
  @keyframes translateAnimationFive {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(400px) translateY(150px);
              transform: translateX(400px) translateY(150px);
    }
  }
  @-webkit-keyframes translateAnimationFiveRtl {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(-400px) translateY(150px);
              transform: translateX(-400px) translateY(150px);
    }
  }
  @keyframes translateAnimationFiveRtl {
    0% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      -webkit-transform: translateX(-400px) translateY(150px);
              transform: translateX(-400px) translateY(150px);
    }
  }
  @-webkit-keyframes scaleAnimation {
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scaleAnimation {
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  background: var(--secondary-color);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.loader {
  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-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.loader .knot {
  width: 50px;
  height: 50px;
  border: 10px solid #ffffff;
  border-radius: 50% 50% 1% 50%;
}

.loader .left-knot {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: border-animate1 1s linear infinite;
          animation: border-animate1 1s linear infinite;
}

.loader .right-knot {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: border-animate2 1s linear infinite;
          animation: border-animate2 1s linear infinite;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}

@-webkit-keyframes border-animate1 {
  0% {
    border-color: #ffffff;
  }
  12.5% {
    border-color: #ffffff #ffffff var(--primary-color) #ffffff;
  }
  25% {
    border-color: #ffffff #ffffff #ffffff var(--primary-color);
  }
  37.5% {
    border-color: var(--primary-color) #ffffff #ffffff #ffffff;
  }
  50% {
    border-color: #ffffff var(--primary-color) #ffffff #ffffff;
  }
  62.5%, 100% {
    border-color: #ffffff;
  }
}

@keyframes border-animate1 {
  0% {
    border-color: #ffffff;
  }
  12.5% {
    border-color: #ffffff #ffffff var(--primary-color) #ffffff;
  }
  25% {
    border-color: #ffffff #ffffff #ffffff var(--primary-color);
  }
  37.5% {
    border-color: var(--primary-color) #ffffff #ffffff #ffffff;
  }
  50% {
    border-color: #ffffff var(--primary-color) #ffffff #ffffff;
  }
  62.5%, 100% {
    border-color: #ffffff;
  }
}
@-webkit-keyframes border-animate2 {
  0%, 37.5%, 100% {
    border-color: #ffffff;
  }
  50% {
    border-color: #ffffff var(--primary-color) #ffffff #ffffff;
  }
  62.5% {
    border-color: var(--primary-color) #ffffff #ffffff #ffffff;
  }
  75% {
    border-color: #ffffff #ffffff #ffffff var(--primary-color);
  }
  87.5% {
    border-color: #ffffff #ffffff var(--primary-color) #ffffff;
  }
}
@keyframes border-animate2 {
  0%, 37.5%, 100% {
    border-color: #ffffff;
  }
  50% {
    border-color: #ffffff var(--primary-color) #ffffff #ffffff;
  }
  62.5% {
    border-color: var(--primary-color) #ffffff #ffffff #ffffff;
  }
  75% {
    border-color: #ffffff #ffffff #ffffff var(--primary-color);
  }
  87.5% {
    border-color: #ffffff #ffffff var(--primary-color) #ffffff;
  }
}
.custom-container {
  max-width: 1140px;
}
@media only screen and (max-width: 1520px) {
  .custom-container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1220px) {
  .custom-container {
    max-width: 100%;
  }
}

.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}
::-moz-selection {
  background-color: var(--primary-color);
  color: #ffffff;
}
::selection {
  background-color: var(--primary-color);
  color: #ffffff;
}

.fs-10px {
  font-size: 11px;
}

.op-6 {
  opacity: 0.6;
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}
.header-section.two {
  position: relative;
}
.header-section.two .header-bottom-area {
  background-color: var(--secondary-color);
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-section.two .header-bottom-area .custom-container {
  max-width: 1320px;
}

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

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
  margin-top: 0;
  -webkit-animation-fill-mode: initial;
          animation-fill-mode: initial;
}
.header-section.header-fixed .header-bottom-area {
  background-color: var(--secondary-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-section.header-fixed .header-bottom-area .custom-container {
  max-width: 1320px;
}

.header-bottom-area {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1580px) {
  .header-bottom-area {
    background-color: #5f3cce;
  }
  .header-bottom-area .custom-container{
    max-width: 1320px;
  }
}
@media only screen and (max-width: 1220px) {
  .header-bottom-area {
    background-color: var(--secondary-color);
  }
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 25px;
}
.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: 2px 10px;
  border-radius: 5px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        margin-bottom: 5px;
    }
}
.header-bottom-area .navbar-collapse .main-menu li a.active, .header-bottom-area .navbar-collapse .main-menu li a:hover {
  background-color: #ffffff;
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 35px;
  left: 0;
  padding: 10px 5px;
  width: 180px;
  background-color: var(--primary-color);
  border-radius: 10px;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 12px;
  padding: 5px 15px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 100px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 80px;
  }
}
.header-language{
    margin-right: 20px;
}
.header-language .language-select{
    height: 38px;
    line-height: 38px;
    border: none;
    min-width: 100px;
}
@media only screen and (max-width: 991px) {
    .header-language .language-select{
        width: 130px;
    }
}
.header-language .language-select .current{
    color: var(--secondary-color);
    font-weight: 600;
}
.header-language .language-select::after{
    border-bottom: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
}

.header-action {
  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: -15px;
}
@media only screen and (max-width: 991px) {
  .header-action {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-action .header-btn {
  margin: 15px;
}
.header-action .header-custom-btn {
  color: #ffffff;
}
.header-action .btn--base {
  padding: 8px 30px;
  background: #ffffff;
  color: var(--primary-color) !important;
}
.header-action .btn--base::before {
  display: none;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
.header-social li a i {
  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;
  width: 40px;
  height: 50px;
  color: #ffffff;
  font-size: 14px;
}
.header-social li a i.facebook {
  background-color: #385DA9;
}
.header-social li a i.instagram {
  background-color: #33ccff;
}
.header-social li a i.twitter {
  background-color: #0b84b3;
}
.header-social li a i.dribbble {
  background-color: #125688;
}

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

.navbar-toggler span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--primary-color);
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
}

.view-all-btn {
  margin-top: 60px;
}
.view-all-btn a svg {
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 5px;
  fill: #ffffff;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh + 20px);
  padding-top: 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1220px) {
  .banner-section {
    background-color: #F7F7FB;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section {
    -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;
    min-height: 100%;
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner-section::before {
  background: url(../images/banner/banner-shape.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0%;
  right: 0%;
  position: absolute;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 1880px) {
  .banner-section::before {
    right: -2%;
  }
}
@media only screen and (max-width: 1780px) {
  .banner-section::before {
    right: -5%;
  }
}
@media only screen and (max-width: 1680px) {
  .banner-section::before {
    right: -8%;
  }
}
@media only screen and (max-width: 1580px) {
  .banner-section::before {
    right: -12%;
    top: -14%;
  }
}
@media only screen and (max-width: 1520px) {
  .banner-section::before {
    right: -18%;
    width: 116%;
  }
}
@media only screen and (max-width: 1399px) {
  .banner-section::before {
    top: -9%;
    right: -48%;
  }
}
@media only screen and (max-width: 1220px) {
  .banner-section::before {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .banner-section .container {
    max-width: 100%;
  }
}
.banner-content{
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 991px) {
  .banner-content {
    text-align: center;
  }
}
.banner-content .sub-title {
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--primary-color);
}
.banner-content .title {
  margin-bottom: 15px;
}
.banner-content .banner-btn {
  margin-top: 30px;
}

.banner-thumb {
  position: absolute;
  right: -440px;
}
@media only screen and (max-width: 1580px) {
  .banner-thumb {
    right: -550px;
  }
}
@media only screen and (max-width: 1520px) {
  .banner-thumb {
    right: -580px;
  }
}
@media only screen and (max-width: 1260px) {
  .banner-thumb {
    right: -700px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-thumb {
    right: -850px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-thumb {
    position: unset;
    text-align: center;
  }
}
.banner-thumb img {
  width: 80%;
}
@media only screen and (max-width: 1520px) {
  .banner-thumb img {
    width: 70%;
  }
}
@media only screen and (max-width: 1260px) {
  .banner-thumb img {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-thumb img {
    width: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .banner-thumb img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .footer-section {
    background-color: #F7F6F9;
  }
}

.footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .footer-bg {
    display: none;
  }
}
.footer-bg img {
  width: 100%;
  height: 100%;
}

.footer-top-area {
  padding-top: 120px;
  padding-bottom: 60px;
}
.footer-top-area .footer-widget .footer-logo {
  margin-bottom: 20px;
}
.footer-top-area .footer-widget .widget-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-top-area .footer-widget p {
  font-weight: 500;
}
.footer-top-area .footer-list li {
  padding-bottom: 12px;
  font-weight: 500;
}
.footer-top-area .footer-list li a {
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.footer-top-area .footer-list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  content: "\f105";
}
.footer-top-area .footer-list li a:hover {
  text-decoration: underline;
}
.footer-top-area .subscribe-form {
  padding-top: 10px;
}
.footer-top-area .subscribe-form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.footer-top-area .subscribe-form .subscribe-icon {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #425466;
  font-size: 15px;
}
.footer-top-area .subscribe-form input {
  background-color: #ffffff !important;
  border: none !important;
  height: 50px;
  line-height: 50px;
  color: var(--secondary-color) !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding-left: 45px;
  padding-right: 70px;
}
.footer-top-area .subscribe-form input::-webkit-input-placeholder {
  color: #425466;
}
.footer-top-area .subscribe-form input::-moz-placeholder {
  color: #425466;
}
.footer-top-area .subscribe-form input:-ms-input-placeholder {
  color: #425466;
}
.footer-top-area .subscribe-form input::-ms-input-placeholder {
  color: #425466;
}
.footer-top-area .subscribe-form input::placeholder {
  color: #425466;
}
.footer-top-area .subscribe-form .subscribe-btn {
  position: absolute;
  border-radius: 5px;
  top: 7.5px;
  right: 7px;
  padding: 6px 10px;
  background-color: var(--secondary-color);
  font-size: 12px;
}
.footer-top-area .subscribe-form .subscribe-btn svg {
  width: 15px;
  fill: #ffffff;
}
.footer-top-area .footer-social li {
  padding-bottom: 12px;
  font-weight: 500;
  display: inline-block;
}
.footer-top-area .footer-social li i {
  margin-right: 20px;
}

.footer-bottom-area {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.footer-bottom-area .copyright-area p {
  margin-bottom: 0;
  font-weight: 500;
}
.footer-bottom-area .copyright-area p a {
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-bottom-area .copyright-area p a:hover {
  color: var(--primary-color);
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-section {
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .testimonial-section .container{
        max-width: 100%;
    }
}
.testimonial-wrapper {
  margin: -70px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .testimonial-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.testimonial-slider {
  overflow: hidden;
  padding: 70px 0;
}
.testimonial-slider .swiper-slide-active .testimonial-thumb .testimonial-inner-thumb {
  -webkit-animation: scroll-ver 2s;
          animation: scroll-ver 2s;
}
.testimonial-slider .swiper-slide-active .testimonial-content {
  -webkit-animation: scroll-ver 2s;
          animation: scroll-ver 2s;
}
.testimonial-slider .swiper-pagination {
  margin: -5px;
  margin-top: -50px;
  padding: 0;
  background-color: transparent;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .testimonial-slider .swiper-pagination {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .swiper-pagination {
    margin-top: 40px;
  }
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 6px;
  margin: 5px;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
}

.testimonial-thumb {
  position: relative;
  height: 378px;
}
.testimonial-thumb .testimonial-inner-thumb {
  position: absolute;
  left: 12%;
  bottom: 20px;
  height: 429px;
}
@media only screen and (max-width: 991px) {
  .testimonial-thumb .testimonial-inner-thumb {
    left: 9%;
  }
}
.testimonial-thumb .testimonial-inner-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.testimonial-content .testimonial-user-wrapper {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .testimonial-content .testimonial-user-wrapper {
    display: block;
  }
}
.testimonial-content .testimonial-user-wrapper .testimonial-quote-wrapper {
  position: absolute;
  top: -10px;
  left: -5px;
}
.testimonial-content .testimonial-user-wrapper .testimonial-quote-wrapper svg {
  width: 40px;
  height: 40px;
}
.testimonial-content .testimonial-user-wrapper .testimonial-quote-wrapper svg path {
  fill: var(--primary-color);
}
.testimonial-content .testimonial-user-wrapper .title {
  margin-bottom: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
    .testimonial-content .testimonial-user-wrapper .title {
        font-size: 16px;
    }
}
.testimonial-content .testimonial-user-wrapper .sub-title {
  font-weight: 500;
  padding-left: 10px;
}
@media only screen and (max-width: 575px) {
  .testimonial-content .testimonial-user-wrapper .sub-title {
    padding-left: 0;
    padding-top: 10px;
  }
}
.testimonial-content .testimonial-user-wrapper .ratings {
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
    .testimonial-content .testimonial-user-wrapper .ratings {
        padding-left: 10px;
    }
}
@media only screen and (max-width: 575px) {
  .testimonial-content .testimonial-user-wrapper .ratings {
    padding-left: 0;
    padding-top: 10px;
  }
}
.testimonial-content .testimonial-user-wrapper .ratings i {
  font-size: 18px;
  color: #FFA800;
}
@media only screen and (max-width: 1199px) {
    .testimonial-content .testimonial-user-wrapper .ratings i {
        font-size: 14px;
    }
}
.testimonial-content p {
  font-weight: 500;
  margin-top: 15px;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### how it works block ]
*/
.how-it-works-section {
  overflow: hidden;
}

.how-it-works-area {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: -80px;
}

.how-it-works-wrapper {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .how-it-works-wrapper {
    margin-bottom: 60px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .how-it-works-wrapper.rtl .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.how-it-works-wrapper.rtl .how-it-works-thumb-two {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .how-it-works-wrapper.rtl .how-it-works-thumb-two {
    text-align: center;
  }
}

.how-it-works-left-content .title {
  margin-bottom: 20px;
}
.how-it-works-left-content .title span {
  color: var(--primary-color);
}

.how-it-works-thumb {
  position: relative;
  z-index: 2;
}
.how-it-works-thumb .main-img {
  width: 270px;
  border-radius: 16px 16px 16px 16px;
}
.how-it-works-thumb .how-it-works-thumb-element-one {
  position: absolute;
  bottom: -60px;
  left: -100px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb .how-it-works-thumb-element-one {
    display: none;
  }
}
.how-it-works-thumb .how-it-works-thumb-element-two {
  position: absolute;
  bottom: -40px;
  left: 230px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb .how-it-works-thumb-element-two {
    display: none;
  }
}
.how-it-works-thumb .how-it-works-thumb-element-three {
  position: absolute;
  top: 50px;
  left: 300px;
  width: auto;
  max-width: 100%;
  -webkit-animation: translateAnimation 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
          animation: translateAnimation 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
}
.how-it-works-thumb .how-it-works-thumb-element-three img {
  -webkit-animation: scaleAnimation 3000ms infinite ease-in-out alternate;
          animation: scaleAnimation 3000ms infinite ease-in-out alternate;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation-delay: -1500ms;
          animation-delay: -1500ms;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb .how-it-works-thumb-element-three {
    display: none;
  }
}
.how-it-works-thumb .how-it-works-thumb-element-four {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: auto;
  max-width: 100%;
  -webkit-animation: translateAnimationTwo 2500ms infinite ease-in-out alternate, zindexAnimation 5000ms infinite ease-in-out;
          animation: translateAnimationTwo 2500ms infinite ease-in-out alternate, zindexAnimation 5000ms infinite ease-in-out;
}
.how-it-works-thumb .how-it-works-thumb-element-four img {
  -webkit-animation: scaleAnimation 2500ms infinite ease-in-out alternate;
          animation: scaleAnimation 2500ms infinite ease-in-out alternate;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation-delay: -1250ms;
          animation-delay: -1250ms;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb .how-it-works-thumb-element-four {
    display: none;
  }
}

.how-it-works-thumb-two {
  position: relative;
  z-index: 2;
}
.how-it-works-thumb-two .main-img {
  width: 270px;
  border-radius: 16px 16px 16px 16px;
}
.how-it-works-thumb-two .how-it-works-thumb-element-one {
  position: absolute;
  top: -60px;
  right: -100px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb-two .how-it-works-thumb-element-one {
    display: none;
  }
}
.how-it-works-thumb-two .how-it-works-thumb-element-two {
  position: absolute;
  bottom: -23px;
  left: 190px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb-two .how-it-works-thumb-element-two {
    display: none;
  }
}
.how-it-works-thumb-two .how-it-works-thumb-element-three {
  position: absolute;
  top: 50px;
  left: 100px;
  width: auto;
  max-width: 100%;
  -webkit-animation: translateAnimationThree 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
          animation: translateAnimationThree 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
}
.how-it-works-thumb-two .how-it-works-thumb-element-three img {
  -webkit-animation: scaleAnimation 3000ms infinite ease-in-out alternate;
          animation: scaleAnimation 3000ms infinite ease-in-out alternate;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation-delay: -1500ms;
          animation-delay: -1500ms;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb-two .how-it-works-thumb-element-three {
    display: none;
  }
}
.how-it-works-thumb-two .how-it-works-thumb-element-four {
  position: absolute;
  top: 100px;
  right: -100px;
  width: auto;
  max-width: 100%;
  -webkit-animation: translateAnimationFour 2500ms infinite ease-in-out alternate, zindexAnimation 5000ms infinite ease-in-out;
          animation: translateAnimationFour 2500ms infinite ease-in-out alternate, zindexAnimation 5000ms infinite ease-in-out;
}
.how-it-works-thumb-two .how-it-works-thumb-element-four img {
  -webkit-animation: scaleAnimation 2500ms infinite ease-in-out alternate;
          animation: scaleAnimation 2500ms infinite ease-in-out alternate;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation-delay: -1250ms;
          animation-delay: -1250ms;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb-two .how-it-works-thumb-element-four {
    display: none;
  }
}
.how-it-works-thumb-two .how-it-works-thumb-element-five {
  position: absolute;
  bottom: -23px;
  right: -40px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb-two .how-it-works-thumb-element-five {
    display: none;
  }
}

.how-it-works-thumb-three {
  position: relative;
  z-index: 2;
}
.how-it-works-thumb-three .main-img {
  width: 270px;
  border-radius: 16px 16px 16px 16px;
}
.how-it-works-thumb-three .how-it-works-thumb-element-one {
  position: absolute;
  bottom: -60px;
  right: 115px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb-three .how-it-works-thumb-element-one {
    display: none;
  }
}
.how-it-works-thumb-three .how-it-works-thumb-element-two {
  position: absolute;
  bottom: -23px;
  left: -28px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb-three .how-it-works-thumb-element-two {
    display: none;
  }
}
.how-it-works-thumb-three .how-it-works-thumb-element-three {
  position: absolute;
  top: 50px;
  left: -100px;
  width: auto;
  max-width: 100%;
  -webkit-animation: translateAnimationFive 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
          animation: translateAnimationFive 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
}
.how-it-works-thumb-three .how-it-works-thumb-element-three img {
  -webkit-animation: scaleAnimation 3000ms infinite ease-in-out alternate;
          animation: scaleAnimation 3000ms infinite ease-in-out alternate;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation-delay: -1500ms;
          animation-delay: -1500ms;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb-three .how-it-works-thumb-element-three {
    display: none;
  }
}
.how-it-works-thumb-three .how-it-works-thumb-element-four {
  position: absolute;
  top: -23px;
  left: -40px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .how-it-works-thumb-three .how-it-works-thumb-element-four {
    display: none;
  }
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-thumb img {
  width: 100%;
  border-radius: 5px;
}

.about-content {
  padding-top: 60px;
}
.about-content .title {
  margin-bottom: 20px;
}
.about-content .about-btn {
  margin-top: 40px;
}

.statistics-wrapper {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
.statistics-wrapper .statistics-item .odo-area .odo-title {
  color: var(--secondary-color);
  display: inline-block;
  font-size: 28px;
  margin-bottom: 0px;
  margin-top: -8px;
}
@media only screen and (max-width: 991px) {
  .statistics-wrapper .statistics-item .odo-area .odo-title {
    font-size: 28px;
  }
}
.statistics-wrapper .statistics-item .odo-area .title {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .statistics-wrapper .statistics-item .odo-area .title {
    font-size: 28px;
  }
}
.statistics-wrapper .statistics-item p {
  color: var(--secondary-color);
}

/*-------------------------------------------------
    [ ### security block ]
*/
.security-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7F7FB;
    border-radius: 10px;
    margin-bottom: 20px;
}
.security-icon i {
  font-size: 30px;
  color: var(--secondary-color);
}

.security-content .title {
  margin-bottom: 10px;
  font-weight: 600;
}
.security-content p {
  line-height: 1.9;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-item {
  padding: 50px 30px 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.service-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.service-icon::before {
  background-color: #F7F7FB;
  border-radius: 50%;
  bottom: -10px;
  content: "";
  height: 40px;
  position: absolute;
  right: -20px;
  width: 40px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-icon i {
  font-size: 45px;
  color: var(--primary-color);
}

/*-------------------------------------------------
    [ ### app block ]
*/
.app-thumb {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .app-thumb {
    margin-bottom: 30px;
  }
}
.app-thumb .app-thumb-element {
  position: absolute;
  top: -64px;
  left: 14px;
}

.app-content .sub-title {
  background: #F7F7FB;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 15px;
}
.app-content .title {
  margin-bottom: 20px;
}
.app-content .app-btn-wrapper {
  margin: -8px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app-content .app-btn-wrapper .app-btn {
  position: relative;
  background-color: var(--secondary-color);
  -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;
  padding: 8px 18px;
  width: 200px;
  margin: 8px;
}
.app-content .app-btn-wrapper .app-btn .icon {
  font-size: 26px;
}
.app-content .app-btn-wrapper .app-btn .content {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.app-content .app-btn-wrapper .app-btn .content span {
  font-size: 12px;
  color: #ffffff;
}
.app-content .app-btn-wrapper .app-btn .content .title {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}
.app-content .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);
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .app-content .app-btn-wrapper .app-btn .app-qr {
    display: none;
  }
}
.app-content .app-btn-wrapper .app-btn:hover .app-qr {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-wrapper {
  margin-bottom: -12px;
}
.faq-wrapper .faq-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  padding: 12px 20px;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 14px;
  }
}
.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;
  padding-top: 5px;
  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: 13px;
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 30px;
  height: 30px;
  background: #F7F7FB;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 50%;
  position: relative;
}
.faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: "";
  background: #425466;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item .right-icon::before {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.map-area iframe {
  width: 100%;
  height: 400px;
  -webkit-filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
          filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.contact-form-area {
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  padding: 40px;
  position: relative;
  border-radius: 10px;
  z-index: 2;
  margin-left: 40px;
  margin-top: -180px;
}
@media only screen and (max-width: 991px) {
  .contact-form-area {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-area {
    padding: 30px;
  }
}
.contact-form-area .contact-header {
  margin-bottom: 20px;
}
.contact-form-area .contact-form textarea {
  min-height: 160px;
}

.contact-widget-item-wrapper .contact-header {
  margin-bottom: 30px;
}

.contact-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.contact-widget-item .contact-widget-icon {
  background: #F7F7FB;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-widget-item .contact-widget-icon img {
  position: relative;
  top: -8px;
  left: -10px;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 991px) {
  .contact-widget-item .contact-widget-icon img {
    top: 0;
    left: 0;
  }
}
.contact-widget-item .contact-widget-content {
  padding-left: 15px;
}
.contact-widget-item .contact-widget-content p {
  margin-bottom: 0;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-area {
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  background-position: bottom;
  padding: 50px 30px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 600px) {
  .account-area {
    width: 400px;
  }
}
@media only screen and (max-width: 420px) {
  .account-area {
    width: 350px;
    padding: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .account-area {
    width: 300px;
  }
}
.account-area.two{
    width: 600px;
}
.account-area p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

.or-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
@media only screen and (max-width: 575px) {
  .or-area {
    gap: 2px;
  }
}
.or-area .or-line {
  height: 1px;
  border: 0.5px solid #e5e5e5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.or-area .or-title {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 600;
}

.account-form-btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-form-btn a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin: 8px;
}
.account-form-btn a.facebook {
  background-color: #3a5795;
}
.account-form-btn a.google {
  background-color: #4285f4;
}
.account-form-btn a.apple {
  background-color: #000000;
}
.account-form-btn a svg {
  fill: #ffffff;
}

.forgot-item a {
  color: var(--secondary-color);
}

.account-item label {
  font-weight: 500;
  font-size: 14px;
  color: var(--secondary-color);
}
.account-item label a {
  font-weight: 600;
  color: var(--secondary-color);
  text-decoration: underline;
}

.terms-item label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  color: var(--secondary-color);
}
.terms-item label a {
  font-weight: 600;
  text-decoration: underline;
}

.show_hide_password {
  position: relative;
}
.show_hide_password input{
    padding-right: 40px;
}
.show_hide_password .show-pass {
  position: absolute;
  top: 45px;
  right: 30px;
  cursor: pointer;
  color: #6e6e6e;
}
.show_hide_password.two .show-pass {
  top: 45px;
}

.otp {
  display: inline-block;
  width: 60px;
  height: 50px;
  text-align: center;
  padding: 0;
}
.otp:focus {
  border: 3px solid var(--primary-color);
}

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

#time {
  color: #ea5455;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-wrapper {
  background-color: #f7f7f7;
  position: relative;
  min-height: 100vh;
}
.page-wrapper .custom-card .card-body {
  border: none;
}

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

.sidebar {
  width: 250px;
  position: fixed;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
          box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
  padding: 20px 10px;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .sidebar {
    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 .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: none;
}
.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.active:hover {
  width: 250px;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item a {
  padding: 12px 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 10px;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: block;
}
.sidebar.active:hover .menu-title {
  display: inline-block;
}
.sidebar.active:hover .sidebar-doc-box {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar-inner {
  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: 100%;
}

.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: 20px;
  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: 100px;
}
.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: #425466;
  background-color: transparent;
  display: none;
}

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

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

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

.sidebar-menu .sidebar-menu-item {
  position: relative;
  margin-bottom: 5px;
  border-radius: 5px;
}
.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 2px;
  height: 0;
  background-color: var(--primary-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;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background-color: #F7F7FB;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-right: 10px;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
  position: relative;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  color: #425466;
  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: #425466;
  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.active {
  background-color: var(--primary-color);
}
.sidebar-menu .sidebar-menu-item.active::after {
  height: 30px;
}
.sidebar-menu .sidebar-menu-item.active a {
  color: #ffffff;
}
.sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
  color: var(--primary-color);
  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;
  color: var(--secondary-color);
  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-color: var(--primary-color);
  color: #ffffff;
  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 {
  padding: 15px;
  min-height: 170px;
  min-width: 218px;
  background-color: var(--primary-color);
  border-radius: 5px;
}
.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;
  border-radius: 5px;
  color: var(--primary-color);
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
  color: #ffffff;
}
.sidebar-doc-box .sidebar-doc-content p {
  color: #ffffff;
}
.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 14px 40px;
  font-size: 14px;
  border: none;
}

.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 {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
          box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
  padding: 15px 0;
  margin-left: 250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-wrapper.active {
  margin-left: 60px;
  padding-left: 20px;
}
.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 0;
  margin: 0;
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}

.dashboard-title-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .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: var(--secondary-color);
  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: 575px) {
  .dashboard-title-part .right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
  }
}

.dashboard-path {
  font-size: 15px;
}
.dashboard-path span {
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.dashboard-path .main-path {
  color: var(--secondary-color);
  font-weight: 600;
}

.header-search-wrapper {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  min-width: 300px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .header-search-wrapper {
    width: 100%;
  }
}
.header-search-wrapper input {
  border: none;
  height: 45px;
  padding-left: 35px;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.header-search-wrapper input:focus {
  background-color: transparent;
  border: none;
}
.header-search-wrapper input::-webkit-input-placeholder {
  color: rgba(66, 84, 102, 0.5);
}
.header-search-wrapper input::-moz-placeholder {
  color: rgba(66, 84, 102, 0.5);
}
.header-search-wrapper input:-ms-input-placeholder {
  color: rgba(66, 84, 102, 0.5);
}
.header-search-wrapper input::-ms-input-placeholder {
  color: rgba(66, 84, 102, 0.5);
}
.header-search-wrapper input::placeholder {
  color: rgba(66, 84, 102, 0.5);
}
.header-search-wrapper span {
  position: absolute;
  font-size: 18px;
  line-height: 40px;
  color: rgba(66, 84, 102, 0.4);
  left: 10px;
  top: 2px;
}

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

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

.dashboard-header-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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    .dashboard-header-wrapper {
        display: block;
    }
}
.dashboard-header-wrapper .title {
  margin-bottom: 0;
}
.dashboard-header-wrapper .title span {
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 800;
}
.dashboard-header-wrapper .dashboard-btn-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;
}
@media only screen and (max-width: 575px) {
    .dashboard-header-wrapper .dashboard-btn-wrapper {
        display: block;
        margin-top: 10px;
    }
}
.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;
}
@media only screen and (max-width: 575px) {
    .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] {
        width: 100%;
    }
}

.dashbord-item {
  background: #ffffff;
  border-radius: 5px;
}
.dashbord-item .dashboard-inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 0px 20px;
}
.dashbord-item .dashboard-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7FB;
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 30px;
  overflow: hidden;
}
.dashbord-item .dashboard-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashbord-item .dashboard-icon svg {
  fill: var(--secondary-color);
  width: 30px;
  height: 30px;
}
.dashbord-item .dashboard-content {
  padding-left: 30px;
}
.dashbord-item .dashboard-content .sub-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}
.dashbord-item .dashboard-content .title {
  margin-bottom: 0;
}

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

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

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

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

.dashboard-list-wrapper .dashboard-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-wrapper .dashboard-list-item {
    display: block;
  }
}
.dashboard-list-wrapper .dashboard-list-item.sent:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.sent.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #d63384;
  color: #ffffff;
}
.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;
  color: #ffffff;
}

.dashboard-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon img {
  width: 50%;
}
.dashboard-list-user-wrapper .dashboard-list-user-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title {
  margin-bottom: 5px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .sub-title {
  font-weight: 600;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .btn {
  padding: 3px 15px;
  font-size: 12px;
}
@media only screen and (max-width: 500px) {
    .dashboard-list-user-wrapper {
        display: block;
    }
    .dashboard-list-item-wrapper .dashboard-list-item{
        display: block !important;
    }
    .dashboard-list-user-wrapper .dashboard-list-user-content{
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}
.dashboard-list-right {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-right {
    text-align: left;
    margin-top: 10px;
  }
}
.dashboard-list-right .main-money {
  font-size: 16px;
  font-weight: 700;
}
.dashboard-list-right .exchange-money {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.dashboard-list-right .select-btn {
  padding: 8px 25px;
}
.dashboard-list-right .small {
  padding: 5px 8px;
}

.dashboard-list-item-wrapper {
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-list-item-wrapper .btn {
  padding: 3px 15px;
  font-size: 12px;
}
.dashboard-list-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.dashboard-list-item-wrapper.selected {
  background: rgba(131, 88, 255, 0.1);
}
.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;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
  border-bottom: 1px solid #e5e5e5;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
  color: var(--primary-color);
}

.preview-list-wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.44%, #f0eff6), color-stop(101.75%, rgba(251, 247, 237, 0.7)));
  background: linear-gradient(90deg, #f0eff6 -0.44%, rgba(251, 247, 237, 0.7) 101.75%);
  border-radius: 5px;
  overflow: hidden;
}
.preview-list-wrapper .btn {
  padding: 3px 15px;
  font-size: 12px;
}
.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 #e5e5e5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.preview-list-wrapper .preview-list-item .last {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .preview-list-wrapper .preview-list-item .last {
    font-size: 14px;
  }
}

.preview-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-list-user-wrapper .preview-list-user-icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: var(--primary-color);
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.preview-list-user-wrapper .preview-list-user-content {
  padding-left: 20px;
}
.preview-list-user-wrapper .preview-list-user-content span {
  color: var(--secondary-color);
  font-weight: 500;
}

.preview-list-right {
  text-align: right;
  color: var(--secondary-color);
  font-weight: 500;
}

@media only screen and (max-width: 500px) {
    .preview-list-wrapper .preview-list-item{
        display: block;
    }
    .preview-list-right{
        text-align: left;
        padding-top: 10px;
    }
}

.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
}
@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;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #e5e5e5;
}
.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);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .support-card-wrapper {
    width: 100%;
  }
}
.support-card-wrapper .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
}

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

.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: 8px 20px;
  border-top: 1px solid #e5e5e5;
}
.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-form .publisher .publisher-input {
  font-weight: 500;
  font-size: 14px;
  border: none;
  outline: none !important;
  background-color: #ffffff;
  border-radius: 99px;
}
.chat-form .publisher .publisher-input::-webkit-input-placeholder {
  color: rgba(66, 84, 102, 0.3);
}
.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgba(66, 84, 102, 0.3);
}
.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgba(66, 84, 102, 0.3);
}
.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgba(66, 84, 102, 0.3);
}
.chat-form .publisher .publisher-input::placeholder {
  color: rgba(66, 84, 102, 0.3);
}
.chat-form .publisher .chatbox-send-part {
  width: 45px;
}
.chat-form .publisher .chatbox-send-part .chat-submit-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: var(--secondary-color);
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}
.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: #f7f7f7;
  color: var(--secondary-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.chat-form .publisher .file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}
.chat-form .publisher .file-group label {
  margin-bottom: 0;
  cursor: pointer;
}

.support-profile-wrapper {
  background-color: #ffffff;
  border-left: 1px solid #e5e5e5;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .support-profile-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper {
    width: 100%;
  }
}
.support-profile-wrapper.active {
  right: 0;
}
.support-profile-wrapper .support-profile-header {
  padding: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  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;
}

.chat-user-wrapper {
  background-color: #ffffff;
  border-right: 1px solid #e5e5e5;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .chat-user-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .chat-user-wrapper {
    width: 100%;
  }
}
.chat-user-wrapper.active {
  right: 0;
}
.chat-user-wrapper .card-header-user-area {
  padding: 10px 30px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.chat-user-wrapper .card-header-user-area.active {
  background-color: #F7F7FB;
}

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

.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: none;
  background-color: var(--primary-color);
  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 #e5e5e5;
  background-color: #F7F7FB;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  background-color: var(--secondary-color);
  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;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content .profile-content .username {
    color: var(--secondary-color);
  }
}
.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;
  font-weight: 500;
}
.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 18px;
  margin-right: 5px;
  color: var(--primary-color);
}

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

.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: #ffffff;
  -webkit-box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  color: #425466;
  font-size: 20px;
}

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

.notification-wrapper {
  position: absolute;
  top: 55px;
  right: 0;
  width: 300px;
  max-height: 340px;
  overflow-y: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0 0 5px 5px;
  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: 575px) {
  .notification-wrapper {
    right: auto;
    left: 0;
  }
}
.notification-wrapper.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.notification-wrapper .notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.notification-wrapper .notification-header .title {
  margin-bottom: 0;
}
.notification-wrapper .notification-header .sub-title {
  font-size: 12px;
}
.notification-wrapper .notification-list {
  margin-bottom: -15px;
}
.notification-wrapper .notification-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
}
.notification-wrapper .notification-list li .thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.notification-wrapper .notification-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification-wrapper .notification-list li .content {
  width: calc(100% - 25px);
  padding-left: 10px;
}
.notification-wrapper .notification-list li .content .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.notification-wrapper .notification-list li .content .title {
    font-size: 15px;
  margin-bottom: 0;
  width: 70%;
}
.notification-wrapper .notification-list li .content .time {
  color: var(--secondary-color);
  font-weight: 600;
}
.notification-wrapper .notification-footer {
  font-size: 12px;
}

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

.user-profile-list {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  right: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list {
    right: 0;
  }
}
.user-profile-list li {
  color: #ffffff;
  border-right: none;
  border-radius: 0 999px 999px 0;
  padding: 10px 20px;
  width: 100%;
  text-align: right;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list li {
    border-radius: 999px;
    right: 0 !important;
    text-align: center;
  }
}
.user-profile-list li:hover {
  margin-left: 10px;
}
.user-profile-list li.one {
  position: relative;
  right: 15%;
}
.user-profile-list li.two {
  position: relative;
  right: 5%;
}
.user-profile-list li.four {
  position: relative;
  right: 5%;
}
.user-profile-list li.five {
  position: relative;
  right: 15%;
}
.user-profile-list li span {
  font-weight: 700;
}
.user-profile-list.two li {
  background-color: #F7F7FB;
  color: var(--secondary-color);
}

.user-profile-list-two {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-two {
    left: 0;
  }
}
.user-profile-list-two li {
  color: var(--secondary-color);
  border-right: none;
  background-color: #F7F7FB;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-two li {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-profile-list-two li:hover {
  margin-left: 10px;
}
.user-profile-list-two li.one {
  position: relative;
  left: 15%;
}
.user-profile-list-two li.two {
  position: relative;
  left: 5%;
}
.user-profile-list-two li.four {
  position: relative;
  left: 5%;
}
.user-profile-list-two li.five {
  position: relative;
  left: 15%;
}
.user-profile-list-two li span {
  font-weight: 700;
}

.user-profile-list-three {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-three {
    left: 0;
  }
}
.user-profile-list-three li {
  color: #ffffff;
  border-right: none;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-three li {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-profile-list-three li:hover {
  margin-left: 10px;
}
.user-profile-list-three li.one {
  position: relative;
  left: 15%;
}
.user-profile-list-three li.two {
  position: relative;
  left: 5%;
}
.user-profile-list-three li.four {
  position: relative;
  left: 5%;
}
.user-profile-list-three li.five {
  position: relative;
  left: 15%;
}
.user-profile-list-three li span {
  font-weight: 700;
}

.user-action-btn-area {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-action-btn-area {
    left: 0;
  }
}
.user-action-btn-area .user-action-btn {
  margin-bottom: 25px;
}
.user-action-btn-area .user-action-btn button, .user-action-btn-area .user-action-btn input[type=button], .user-action-btn-area .user-action-btn input[type=reset], .user-action-btn-area .user-action-btn input[type=submit], .user-action-btn-area .user-action-btn a {
  color: #ffffff;
  border-right: none;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-action-btn-area .user-action-btn button, .user-action-btn-area .user-action-btn input[type=button], .user-action-btn-area .user-action-btn input[type=reset], .user-action-btn-area .user-action-btn input[type=submit], .user-action-btn-area .user-action-btn a {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-action-btn-area .user-action-btn button:hover, .user-action-btn-area .user-action-btn input[type=button]:hover, .user-action-btn-area .user-action-btn input[type=reset]:hover, .user-action-btn-area .user-action-btn input[type=submit]:hover, .user-action-btn-area .user-action-btn a:hover {
  margin-left: 10px;
}
.user-action-btn-area .user-action-btn button.one, .user-action-btn-area .user-action-btn input.one[type=button], .user-action-btn-area .user-action-btn input.one[type=reset], .user-action-btn-area .user-action-btn input.one[type=submit], .user-action-btn-area .user-action-btn a.one {
  position: relative;
  left: 15%;
}
.user-action-btn-area .user-action-btn button.two, .user-action-btn-area .user-action-btn input.two[type=button], .user-action-btn-area .user-action-btn input.two[type=reset], .user-action-btn-area .user-action-btn input.two[type=submit], .user-action-btn-area .user-action-btn a.two {
  position: relative;
  left: 5%;
}
.user-action-btn-area .user-action-btn button.four, .user-action-btn-area .user-action-btn input.four[type=button], .user-action-btn-area .user-action-btn input.four[type=reset], .user-action-btn-area .user-action-btn input.four[type=submit], .user-action-btn-area .user-action-btn a.four {
  position: relative;
  left: 5%;
}
.user-action-btn-area .user-action-btn button.five, .user-action-btn-area .user-action-btn input.five[type=button], .user-action-btn-area .user-action-btn input.five[type=reset], .user-action-btn-area .user-action-btn input.five[type=submit], .user-action-btn-area .user-action-btn a.five {
  position: relative;
  left: 15%;
}

.user-profile-thumb {
  position: relative;
  z-index: 2;
  width: 380px;
  height: 380px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .user-profile-thumb {
    width: 250px;
    height: 250px;
  }
}
.user-profile-thumb img {
  width: 100%;
  height: 100%;
}

.payment-card {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 1470px) {
  .payment-card {
    display: block;
  }
}

.payment-type-wrapper {
  background-color: #ffffff;
  width: calc(100% - 1000px);
  overflow: hidden;
  padding: 30px 50px;
}
.payment-type-wrapper.payment-invoice-wrapper {
  width: calc(100% - 800px);
}
@media only screen and (max-width: 1870px) {
  .payment-type-wrapper.payment-invoice-wrapper {
    width: calc(100% - 600px);
  }
}
@media only screen and (max-width: 1670px) {
  .payment-type-wrapper.payment-invoice-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .payment-type-wrapper.payment-invoice-wrapper {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 1870px) {
  .payment-type-wrapper {
    width: calc(100% - 800px);
  }
}
@media only screen and (max-width: 1670px) {
  .payment-type-wrapper {
    width: calc(100% - 700px);
  }
}
@media only screen and (max-width: 1570px) {
  .payment-type-wrapper {
    width: calc(100% - 600px);
  }
}
@media only screen and (max-width: 1470px) {
  .payment-type-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .payment-type-wrapper {
    width: calc(100% - 600px);
  }
}
@media only screen and (max-width: 991px) {
  .payment-type-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .payment-type-wrapper {
    padding: 20px 15px;
  }
}

.payment-header {
  margin-bottom: 20px;
  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;
}

.payment-product-box {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 5px;
}
.payment-product-box .price {
  font-weight: 500;
  margin-bottom: 10px;
}

.payment-inner-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.payment-inner-header .inner-title {
  color: var(--primary-color);
  padding-bottom: 5px;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
  margin-bottom: 0;
}

.payment-check-group {
  padding-top: 10px;
}
.payment-check-group label {
  color: #425466;
  font-weight: 600;
}

.payment-preview-wrapper {
  width: 1000px;
  padding: 30px 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 1470px) {
  .payment-share-wrapper {
    display: block;
  }
}
.payment-preview-wrapper.invoice-preview-wrapper {
  width: 800px;
}
@media only screen and (max-width: 1870px) {
  .payment-preview-wrapper.invoice-preview-wrapper {
    width: 600px;
  }
}
@media only screen and (max-width: 1670px) {
  .payment-preview-wrapper.invoice-preview-wrapper {
    width: 100%;
  }
  .payment-preview-wrapper.invoice-preview-wrapper.invoice-pdf-wrapper {
    width: 800px;
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .payment-preview-wrapper.invoice-preview-wrapper {
    padding: 20px 15px;
  }
  .payment-preview-wrapper.invoice-preview-wrapper.invoice-pdf-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1870px) {
  .payment-preview-wrapper {
    width: 800px;
  }
  .payment-share-wrapper {
    width: 1200px;
  }
}
@media only screen and (max-width: 1670px) {
  .payment-preview-wrapper {
    width: 700px;
  }
  .payment-share-wrapper {
    width: 1200px;
  }
}
@media only screen and (max-width: 1570px) {
  .payment-preview-wrapper {
    width: 600px;
  }
  .payment-share-wrapper {
    width: 1200px;
  }
}
@media only screen and (max-width: 1470px) {
  .payment-preview-wrapper {
    width: 100%;
  }
  .payment-share-wrapper {
    width: 1200px;
  }
}
@media only screen and (max-width: 991px) {
  .payment-preview-wrapper {
    width: 100%;
  }
  .payment-share-wrapper {
    width: 1200px;
  }
}
@media only screen and (max-width: 575px) {
  .payment-preview-wrapper {
    padding: 20px 15px;
  }
  .payment-share-wrapper {
    width: 100%;
  }
}

.payment-preview-mockup {
  position: relative;
  text-align: center;
}

.payment-preview-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.payment-preview-box.two {
  position: absolute;
  top: 64px;
  left: 280px;
  width: 38%;
  margin: 0 auto;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  display: block;
  max-height: 615px;
  overflow-y: scroll;
}
@media only screen and (max-width: 1870px) {
  .payment-preview-box.two {
    width: 45%;
    left: 195px;
  }
}
@media only screen and (max-width: 1670px) {
  .payment-preview-box.two {
    width: 56%;
    left: 134px;
  }
}
@media only screen and (max-width: 1570px) {
  .payment-preview-box.two {
    width: 68%;
    left: 83px;
  }
}
.payment-preview-box.two .payment-preview-box-left {
  width: 100%;
  padding: 10px 20px;
}
.payment-preview-box.two .payment-preview-box-left .sub-title {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.payment-preview-box.two .payment-preview-box-left .payment-preview-thumb {
  margin: 0 auto;
  margin-top: 20px;
}
.payment-preview-box .payment-preview-box-left .limit-show{
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
}
.payment-preview-box .payment-preview-box-left .total-show{
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
}
.payment-preview-box.two .payment-preview-box-right {
  width: 100%;
  padding: 10px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.payment-preview-box.two .preview-check-group .custom-check-group {
  margin-bottom: 0;
}
.payment-preview-box.two .preview-check-group .custom-check-group label {
  font-size: 13px;
}
.payment-preview-box.two .preview-check-group .custom-check-group label span {
  padding-left: 0;
}
@media only screen and (max-width: 1670px) {
  .payment-preview-box {
    display: block;
  }
  .payment-share-wrapper .payment-preview-box{
    display: flex;
  }
}
@media only screen and (max-width: 1470px) {
  .payment-preview-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1199px) {
  .payment-preview-box {
    display: block;
  }
}

.payment-preview-box-left {
  padding: 40px;
  width: 40%;
}
@media only screen and (max-width: 1670px) {
  .payment-preview-box-left {
    width: 100%;
  }
}
@media only screen and (max-width: 1470px) {
  .payment-preview-box-left {
    width: 40%;
  }
  .payment-share-wrapper .payment-preview-box-left {
    width: 100%;
  }
  .payment-share-wrapper .payment-preview-box-right {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .payment-preview-box-left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
    .payment-share-wrapper .payment-preview-box{
        display: block;
    }
}
@media only screen and (max-width: 575px) {
  .payment-preview-box-left {
    padding: 20px;
  }
}
.payment-preview-box-left .sub-title {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}
.payment-preview-box-left .payment-preview-thumb {
    margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  width: 150px;
  height: 150px;
}

.payment-preview-box-left .payment-preview-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.payment-preview-box-right {
  padding: 40px;
  width: 60%;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
@media only screen and (max-width: 1670px) {
  .payment-preview-box-right {
    width: 100%;
    -webkit-box-shadow: 0px -6px 15px rgba(64, 79, 104, 0.05);
            box-shadow: 0px -6px 15px rgba(64, 79, 104, 0.05);
  }
}
@media only screen and (max-width: 1470px) {
  .payment-preview-box-right {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .payment-preview-box-right {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .payment-preview-box-right {
    padding: 20px;
  }
}
.payment-preview-box-right .apple svg {
  fill: #ffffff;
  margin-top: -2px;
}

.preview-check-group {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 5px;
}
.preview-check-group .custom-check-group {
  margin-bottom: 0;
}
.preview-check-group .custom-check-group label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}
.preview-check-group .custom-check-group label span {
  color: rgba(66, 84, 102, 0.7);
  font-size: 12px;
  font-weight: 500;
  padding-left: 25px;
}

.preview-secure-group {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.preview-secure-group img{
    width: 40px;
    height: 40px;
}
.preview-secure-group p{
    font-size: 13px;
    font-weight: 600;
    padding-left: 15px;
}
.preview-secure-group p span{
    color: rgba(66, 84, 102, 0.7);
    font-size: 12px;
    font-weight: 500;
}

.payment-invoice-form .title {
  margin-bottom: 30px;
}

.payment-invoice-items-form {
  margin-top: 60px;
}

.payment-invoice-items-form-header {
  margin-bottom: 20px;
  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;
}
.payment-invoice-items-form-header .title {
  margin-bottom: 0;
}

.payment-invoice-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
  padding: 40px;
}
@media only screen and (max-width: 575px) {
  .payment-invoice-box {
    padding: 20px;
  }
}

.payment-invoice-box-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: 30px;
}
@media only screen and (max-width: 575px) {
  .payment-invoice-box-header {
    display: block;
  }
}
.payment-invoice-box-header .title {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .payment-invoice-box-header .title {
    margin-bottom: 10px;
  }
}
.payment-invoice-box-header .company-name {
  margin-bottom: 0;
  color: #6e6e6e;
  font-weight: 800;
}

.payment-invoice-box-list li {
  font-weight: 500;
  color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .payment-invoice-box-list li {
    display: block;
  }
}
.payment-invoice-box-list li span {
  width: 30%;
}
@media only screen and (max-width: 1870px) {
  .payment-invoice-box-list li span {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .payment-invoice-box-list li span {
    width: 100%;
  }
}

.payment-invoice-box-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
  width: 80%;
}
@media only screen and (max-width: 575px) {
  .payment-invoice-box-list-wrapper {
    display: block;
    width: 100%;
  }
}

.payment-invoice-table {
  margin-top: 40px;
}
.payment-invoice-table .table-wrapper {
  border: none;
}
.payment-invoice-table .custom-table {
  border-collapse: collapse;
}
.payment-invoice-table .custom-table thead tr {
  border-bottom: 1px solid var(--secondary-color);
}
.payment-invoice-table .custom-table thead tr th {
  font-size: 14px;
}
.payment-invoice-table .custom-table tbody tr td:first-child {
  padding-left: 0;
}

.payment-invoice-table-list-wrapper {
  width: 46%;
  margin-left: auto;
}
@media only screen and (max-width: 575px) {
  .payment-invoice-table-list-wrapper {
    width: 100%;
  }
}
.payment-invoice-table-list-wrapper .payment-invoice-table-list li {
  font-weight: 500;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.payment-invoice-table-list-wrapper .payment-invoice-table-list li span {
  float: right;
}

.payment-invoice-footer {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  margin-top: 30px;
}
.payment-invoice-footer p {
  font-size: 13px;
  font-weight: 600;
}

.payment-loader-wrapper {
  text-align: center;
}
.payment-loader-wrapper .title {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.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);
  }
}
/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Blog ]
*/
.blog-item {
  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;
}
@media only screen and (max-width: 767px) {
  .blog-item {
    display: block;
  }
}
.blog-item.details {
  display: block;
}
.blog-item.details .blog-thumb {
  width: 100%;
}
.blog-item.details .blog-thumb a {
  height: 500px;
}
.blog-item.details .blog-thumb a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.blog-item.details .blog-content {
  width: 100%;
  padding-top: 30px;
}

.blog-thumb {
  width: 356px;
  height: 356px;
}
@media only screen and (max-width: 767px) {
  .blog-thumb {
    width: 100%;
  }
}
.blog-thumb a {
    height: 100%;
  display: block;
  overflow: hidden;
}
.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.blog-content {
  width: calc(100% - 356px);
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
.blog-content .category {
  margin-bottom: 20px;
  color: var(--secondary-color);
  font-weight: 500;
}
.blog-content .title {
  margin-bottom: 20px;
}
.blog-content .blog-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
}
.blog-content .blog-user-wrapper .blog-user-thumb {
  width: 70px;
  height: 70px;
}
.blog-content .blog-user-wrapper .blog-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog-content .blog-user-wrapper .blog-user-content {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.blog-content .blog-user-wrapper .blog-user-content .title {
  margin-bottom: 5px;
}
.blog-content .blog-user-wrapper .blog-user-content .sub-title {
  font-size: 14px;
  font-weight: 500;
}

.blog-sidebar {
  position: sticky;
  top: 10%;
  margin-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar {
    margin-left: 0;
  }
}

.widget-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 35px 0 rgba(60, 66, 87, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  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: 3px;
  left: -30px;
  width: 3px;
  height: 20px;
  background: var(--secondary-color);
}
@media only screen and (max-width: 991px) {
  .widget-box .widget-title::before {
    left: -20px;
  }
}

.widget-title-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: 20px;
}
.widget-title-area .widget-title {
  margin-bottom: 0;
}

.category-widget-box .category-list {
  margin-bottom: -15px;
}
.category-widget-box .category-list li {
  padding: 5px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  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: -10px;
}

.single-popular-item {
  margin-bottom: 20px;
}
.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 span {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.single-popular-item .popular-item-content .title {
  margin-bottom: 0;
  line-height: 1.5;
}
.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);
}

.tag-widget-box .tag-list {
  margin: -5px;
}
.tag-widget-box .tag-list li {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tag-widget-box .tag-list li:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

/*-------------------------------------------------
    [ ### Developer CSS ]
*/


/*-------------------------------------------------
    [ ### Site CSS ]
*/
.cookie-main-wrapper {
    background-color: rgb(31, 41, 55);
    padding: 20px 30px;
    border-radius: 0.5rem 0.5rem 0 0;
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .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;
    }
  }
  .cookie-main-wrapper .cookie-content svg {
    width: 40px;
    height: auto;
    fill: rgb(125, 211, 252);
    margin-right: 15px;
  }
  .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;
  }
  .cookie-main-wrapper .cookie-btn-area {
    padding-top: 15px;
  }
  .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);
  }


  .form-container input{
    padding-right: 40px;
  }

  .white-popup .card{
    background: transparent;
  }

  .mfp-close-btn-in .mfp-close{
    color: #ffffff;
  }


  /* Loading btn */
  .btn-ring {
    display: none;
    position: absolute;
    top: 5px;
  }
  .btn-ring::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    border-color: #ffffff transparent #ffffff transparent;
    -webkit-animation: ring 1.2s linear infinite;
    animation: ring 1.2s linear infinite;
  }

  button[disabled], input[disabled][type=button], input[disabled][type=reset], input[disabled][type=submit] {
    cursor: not-allowed;
    opacity: 0.65;
  }

  input[type=file]{
    line-height: 20px;
  }

  .switch-toggles .btn-ring{
    right: 0;
  }

  .switch-toggles .btn-ring::after{
    width: 15px;
    height: 15px;
  }
  @-webkit-keyframes ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes ring {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
.auth-home-btn{
    text-align: center;
    margin-top: 20px;
}
.auth-home-btn a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    transition: all 0.3s;
}
.auth-home-btn a:hover{
    background: #fff;
    color: #000 !important;
    border-color: #fff;
}

.dash-payment-badge {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: #0a062d;
    color: white;
}

/*-------------------------------------------------
    [ ## 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 ]
  */
  /*-------------------------------------------------
      [ ## rtl css start ]
  */
  .rtl {
    direction: rtl;
  }

  .rtl .preloader {
    direction: ltr;
  }

  .rtl .scrollToTop {
    right: auto;
    left: 30px;
  }

  .rtl .navbar-toggler {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .rtl .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 0;
    padding-left: 25px;
  }

  .rtl .header-language {
    margin-right: 0;
    margin-left: 20px;
}

  .rtl .banner-section::before {
    background: url(../images/banner/banner-shape-rtl.png);
    background-position: top left;
    background-repeat: no-repeat;
    right: auto;
    left: 0%;
  }

  @media only screen and (max-width: 1880px) {
    .rtl .banner-section::before {
      left: -2%;
    }
  }
  @media only screen and (max-width: 1780px) {
    .rtl .banner-section::before {
      left: -5%;
    }
  }
  @media only screen and (max-width: 1680px) {
    .rtl .banner-section::before {
      left: -8%;
    }
  }
  @media only screen and (max-width: 1580px) {
    .rtl .banner-section::before {
      left: -11%;
    }
  }
  @media only screen and (max-width: 1520px) {
    .rtl .banner-section::before {
      left: -18%;
    }
  }
  @media only screen and (max-width: 1399px) {
    .rtl .banner-section::before {
      left: -48%;
    }
  }
  .rtl .banner-thumb {
    right: auto;
    left: -440px;
  }

  @media only screen and (max-width: 1520px) {
    .rtl .banner-thumb {
      left: -580px;
    }
  }
  @media only screen and (max-width: 1260px) {
    .rtl .banner-thumb {
      left: -700px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .rtl .banner-thumb {
      left: -850px;
    }
  }
  .rtl .HoverArrow {
    --arrowSpacing: 5px;
    margin-left: 0;
    margin-right: var(--arrowSpacing);
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .rtl .how-it-works-thumb .how-it-works-thumb-element-one {
    left: auto;
    right: -100px;
  }

  .rtl .how-it-works-thumb .how-it-works-thumb-element-two {
    left: auto;
    right: 230px;
  }

  .rtl .how-it-works-thumb .how-it-works-thumb-element-three {
    left: auto;
    right: 300px;
    -webkit-animation: translateAnimationRtl 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
            animation: translateAnimationRtl 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
  }

  .rtl .how-it-works-thumb .how-it-works-thumb-element-four {
    left: auto;
    right: 0;
    -webkit-animation: translateAnimationTwoRtl 2500ms infinite ease-in-out alternate, zindexAnimation 5000ms infinite ease-in-out;
            animation: translateAnimationTwoRtl 2500ms infinite ease-in-out alternate, zindexAnimation 5000ms infinite ease-in-out;
  }

  .rtl .how-it-works-wrapper.rtl .how-it-works-thumb-two {
    text-align: left;
  }

  .rtl .how-it-works-thumb-two .how-it-works-thumb-element-one {
    right: auto;
    left: -100px;
  }

  .rtl .how-it-works-thumb-two .how-it-works-thumb-element-two {
    left: auto;
    right: 190px;
  }

  .rtl .how-it-works-thumb-two .how-it-works-thumb-element-three {
    left: auto;
    right: 100px;
    -webkit-animation: translateAnimationThreeRtl 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
            animation: translateAnimationThreeRtl 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
  }

  .rtl .how-it-works-thumb-two .how-it-works-thumb-element-four {
    right: auto;
    left: -100px;
    -webkit-animation: translateAnimationFourRtl 2500ms infinite ease-in-out alternate, zindexAnimation 5000ms infinite ease-in-out;
            animation: translateAnimationFourRtl 2500ms infinite ease-in-out alternate, zindexAnimation 5000ms infinite ease-in-out;
  }

  .rtl .how-it-works-thumb-two .how-it-works-thumb-element-five {
    right: auto;
    left: -40px;
  }

  .rtl .how-it-works-thumb-three .how-it-works-thumb-element-one {
    right: auto;
    left: 115px;
  }

  .rtl .how-it-works-thumb-three .how-it-works-thumb-element-two {
    left: auto;
    right: -28px;
  }

  .rtl .how-it-works-thumb-three .how-it-works-thumb-element-three {
    left: auto;
    right: -100px;
    -webkit-animation: translateAnimationFiveRtl 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
            animation: translateAnimationFiveRtl 3000ms infinite ease-in-out alternate, zindexAnimation 6000ms infinite ease-in-out;
  }

  .rtl .how-it-works-thumb-three .how-it-works-thumb-element-four {
    left: auto;
    right: -40px;
  }

  .rtl .testimonial-thumb .testimonial-inner-thumb {
    left: auto;
    right: 19%;
  }

  .rtl .app-content .app-btn-wrapper .app-btn .content {
    padding-left: 0;
    margin-left: 0;
    padding-right: 20px;
    margin-right: 20px;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .rtl .footer-top-area .footer-social li i {
    margin-right: 0;
    margin-left: 10px;
  }

  .rtl .footer-top-area .footer-list li a {
    padding-left: 0;
    padding-right: 15px;
  }

  .rtl .footer-top-area .footer-list li a::before {
    left: auto;
    right: 0;
    content: "\f104";
  }

  .rtl .footer-top-area .subscribe-form .subscribe-icon {
    left: auto;
    right: 20px;
  }

  .rtl .footer-top-area .subscribe-form input {
    padding-left: 70px;
    padding-right: 45px;
  }

  .rtl .footer-top-area .subscribe-form .subscribe-btn {
    right: auto;
    left: 7px;
  }

  .rtl .service-icon::before {
    right: auto;
    left: -20px;
  }

  .rtl .blog-content {
    padding-left: 0;
    padding-right: 40px;
  }

  @media only screen and (max-width: 767px) {
    .rtl .blog-content {
      padding-right: 0;
    }
  }
  .rtl .blog-content .blog-user-wrapper .blog-user-content {
    padding-left: 0;
    padding-right: 20px;
  }

  .rtl .widget-box .widget-title::before {
    left: auto;
    right: -30px;
  }

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

  .rtl .single-popular-item .popular-item-content {
    padding-left: 0;
    padding-right: 20px;
  }

  .rtl .blog-sidebar {
    margin-left: 0;
    margin-right: 60px;
  }

  @media only screen and (max-width: 1199px) {
    .rtl .blog-sidebar {
      margin-right: 0;
    }
  }
  .rtl .contact-form-area {
    margin-left: 0;
    margin-right: 40px;
  }

  .rtl .contact-widget-item .contact-widget-icon img {
    left: auto;
    right: -10px;
  }

  .rtl .contact-widget-item .contact-widget-content {
    padding-left: 0;
    padding-right: 15px;
  }

  .rtl .show_hide_password .show-pass {
    right: auto;
    left: 30px;
  }

  .rtl .custom-check-group label::before {
    margin-right: 0;
    margin-left: 8px;
  }

  .rtl .custom-check-group input:checked + label::after {
    left: auto;
    top: 6px;
    right: 6px;
  }

  .rtl .nice-select {
    text-align: right !important;
  }

  .rtl .nice-select .option {
    text-align: right !important;
  }

  .rtl .nice-select:after {
    right: auto;
    left: 12px;
  }

  .rtl .text-end {
    text-align: left !important;
  }

  .rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
    margin-right: 0;
    margin-left: 10px;
  }

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

  .rtl .toggle-container {
    margin-right: 0;
    margin-left: 10px;
  }

  .rtl .notification-wrapper {
    right: auto;
    left: 0;
  }

  .rtl .notification-wrapper .notification-list li .content {
    padding-left: 0;
    padding-right: 10px;
  }

  .rtl .notification-wrapper .notification-list li .content .sub-title {
    text-align: right;
  }

  .rtl .dashboard-list-user-wrapper .dashboard-list-user-content {
    padding-left: 0;
    padding-right: 20px;
  }

  .rtl .sidebar {
    left: auto;
    right: 0;
  }

  @media only screen and (max-width: 1199px) {
    .rtl .sidebar {
      right: -300px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .rtl .sidebar.active {
      right: 0;
    }
  }
  .rtl .body-wrapper {
    padding-right: 285px;
    padding-left: 30px;
  }

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

  @media only screen and (max-width: 1199px) {
    .rtl .body-wrapper {
      padding-right: 15px;
    }
    .rtl .body-wrapper.active {
      padding-right: 15px;
    }
  }
  .rtl .navbar-wrapper {
    margin-left: 0;
    margin-right: 250px;
  }

  .rtl .navbar-wrapper.active {
    margin-right: 60px;
  }

  @media only screen and (max-width: 1199px) {
    .rtl .navbar-wrapper {
      margin-right: 0;
    }
    .rtl .navbar-wrapper.active {
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .rtl .dashboard-title-part .right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }
  .rtl .chat-container .media .media-body p::before {
    left: auto;
    right: -10px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }

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

  .rtl .chat-container .media.media-chat-reverse {
    margin-left: 0;
    margin-right: auto;
  }

  .rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .rtl .btn-close {
    margin-right: auto;
    margin-left: 0;
  }

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

  .rtl .dashbord-item .dashboard-content {
    padding-left: 0;
    padding-right: 30px;
  }

  .rtl .chart-wrapper {
    direction: ltr;
  }

  .rtl .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
    float: left;
  }

  .rtl .profile-thumb-content .profile-thumb {
    margin-right: 0;
    margin-left: 40px;
  }

  .rtl .profile-thumb-content .profile-thumb .avatar-edit {
    right: auto;
    left: 0;
  }

  .rtl .profile-thumb-content .profile-content .user-info-list li i {
    margin-right: 0;
    margin-left: 5px;
  }

  .rtl .card-header-user-area .card-header-user-content {
    padding-left: 0;
    padding-right: 15px;
  }

  .rtl .close {
    right: auto !important;
    left: 10px;
  }

  .rtl .body-wrapper.payment-body-wrapper {
    padding-left: 0;
    padding-right: 250px;
  }

  @media only screen and (max-width: 1199px) {
    .rtl .body-wrapper.payment-body-wrapper {
      padding-right: 0;
    }
  }
  .rtl .payment-preview-box.two .payment-preview-box-right {
    text-align: right;
  }
  .rtl .custom-table tbody tr td .action-btn .action-list{
    right: auto;
    left: 0;
  }
  .rtl .preview-secure-group p{
    padding-left: 0;
    padding-right: 15px;
  }
  .rtl .preview-list-user-wrapper .preview-list-user-content{
    padding-left: 0;
    padding-right: 20px;
  }
  .rtl .dashboard-list-right {
    text-align: left;
    }
.rtl .support-profile-wrapper {
    border-left: none;
    border-right: 1px solid #e5e5e5;
}
.rtl .radio-item [type=radio]:checked {
    left: auto;
    right: -9999px;
  }

  .rtl .radio-item [type=radio]:not(:checked) {
    left: auto;
    right: -9999px;
  }
/*-------------------------------------------------
      [ ## rtl css end ]
  */
