@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
  --body-font: "Roboto", sans-serif;
  --body-alt-font: "Manrope", sans-serif;
  --body-color: rgb(255, 255, 255);
  --para-color: #414ba3;
  --hover-color: #00fedf;
}

.collapsing {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--body-font);
  background-color: var(--body-color);
  font-size: 18px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  font-family: var(--body-alt-font);
  color: #1e266d;
  font-weight: 700;
  text-transform: initial;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--body-color);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: var(--body-color);
}

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

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

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

button {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 10px 25px;
  border: 1px solid #e2e2ea;
  color: #1e266d;
  width: 100%;
  font-family: var(--body-font);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

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

.bg_img {
  background-position: center;
  background-size: cover;
}

.d-grid {
  display: grid !important;
}

.button-group {
  display: inline-flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}

.b-none {
  border: none !important;
}

iframe {
  border: 0;
  width: 100%;
}

.shadow-none {
  box-shadow: none;
}

h1,
h1 > a {
  font-size: 76px;
  line-height: 91.2px;
}

h2,
h2 > a {
  font-size: 57px;
  line-height: 68.4px;
}

h3,
h3 > a {
  font-size: 43px;
  line-height: 51.6px;
}

h4,
h4 > a {
  font-size: 32px;
  line-height: 38.4px;
}

h5,
h5 > a {
  font-size: 24px;
  line-height: 28px;
}

h6,
h6 > a {
  font-size: 18px;
  line-height: 21.6px;
}

table thead tr th {
  font-size: 18px;
  line-height: 21.6px;
}

a {
  display: inline-block;
  color: var(--body-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

p,
span,
li {
  margin: 0;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: #4a507e;
  line-height: 25px;
}

.section-header {
  margin-top: -15px;
  margin-bottom: 55px;
}

.title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.title span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #9101f6;
}

.xxlr {
  font-size: 24px;
  line-height: 33.6px;
}

.xlr {
  font-size: 20px;
  line-height: 28px;
}

.lgr {
  font-size: 18px;
  line-height: 25.5px;
}

.mdr {
  font-size: 16px;
  line-height: 22.4px;
}

.smr {
  font-size: 14px;
  line-height: 19.6px;
}

.z-1 {
  z-index: 1;
}

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

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 50px;
  }
}

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

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

*::-webkit-scrollbar-track {
  background: #00003e;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #5732c6;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #441fb1;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #4e01ce;
  border-radius: 5px;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

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

.scrollToTop:hover {
  color: var(--body-color);
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  overflow: visible;
  background: url(../img/preloader.gif) no-repeat center center;
  background-size: 20%;
  background-color: #f8f8f7;
}

.icon-svg {
  position: relative;
}

.icon-svg img {
  opacity: 1;
  position: absolute;
}

.icon-svg svg {
  position: absolute;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  transform: scale(1);
  transition: transform 0.3s, fill 0.5s;
  opacity: 0;
  visibility: hidden;
}

.icon-svg:hover svg {
  visibility: visible;
  opacity: 1;
  stroke-dashoffset: 0;
  fill: transparent;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}

.icon-svg:hover img {
  opacity: 0;
  visibility: hidden;
}

.accordion-button:focus {
  box-shadow: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
  border: none;
  color: #fff;
  text-align: center;
  width: 160px;
  padding: 15px 15px;
  background-color: #5732c6;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 26px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 3;
  transition: 0.5s;
}

.cmn-btn span {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cmn-btn:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  opacity: 0;
  top: 14px;
  right: -20px;
  transition: 0.5s;
}

.cmn-btn:hover {
  padding-right: 30px;
  padding-left: 8px;
}

.cmn-btn:hover:after {
  opacity: 1;
  right: 15px;
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}

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

.header-section .navbar-toggler i {
  color: var(--hover-color);
}

.header-section .navbar {
  padding: 20px 15px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  padding: 0 10px;
  color: var(--body-color);
  text-transform: uppercase;
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--hover-color);
  transition: 0.3s;
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link.active {
  color: var(--hover-color);
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link.dropdown-toggle::after {
  border: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin-left: 5px;
  margin-right: -8px;
  vertical-align: -4px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: #1e266d;
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  display: block;
  padding: 5px 15px;
  transition: 0.3s;
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover {
  background: #441fb1;
  transition: 0.3s;
  color: var(--body-color);
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu.mega-menu {
  width: 620px;
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu.mega-menu
  .dropdown {
  column-count: 3;
}

.header-section .navbar .navbar-collapse .right-area {
  margin-left: 30px;
}

.header-section .navbar .navbar-collapse .right-area .nice-select {
  background-color: transparent;
  padding-left: 5px;
  border: none;
  height: 35px;
}

.header-section .navbar .navbar-collapse .right-area .nice-select::after {
  position: absolute;
  content: "";
  background-image: url(../img/down_arrow.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  right: 12px;
  transition: all ease 0.3s;
  border: none;
  transform: rotate(0deg);
}

.header-section .navbar .navbar-collapse .right-area .nice-select span {
  color: var(--body-color);
}

.header-section .navbar .navbar-collapse .right-area .cmn-btn {
  margin-left: 15px;
}

.header-section .navbar .navbar-collapse .right-area .cmn-btn.login {
  border: 1px solid #433883;
  color: #fff;
  box-shadow: transparent;
  background-color: transparent;
}

.header-section .nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background: #1f2340;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

.header-section .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.banner-section {
  background-image: url(../img/banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 101%;
  padding: 230px 0 150px;
}

.banner-section.index-2 {
  background-image: unset;
  padding: 0;
}

.banner-section.index-2 .overlay {
  background-color: #131856;
  background-image: url(../img/index2-banner-overlay.png),
    url(../img/index2-banner-bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, contain;
  padding: 220px 0 550px;
  background-position-y: bottom;
}

.banner-section.index-2 .exchange-tab {
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  margin-top: -500px;
  z-index: 0;
}

.banner-section.index-2 .exchange-tab::before {
  content: "";
  position: absolute;
  width: 106%;
  left: -3%;
  top: -30px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  z-index: -2;
}

.banner-section.index-2 .exchange-tab::after {
  content: "";
  position: absolute;
  width: 114%;
  left: -7%;
  top: -60px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  z-index: -2;
}

.banner-section.index-2 .exchange-tab .nav-tabs {
  padding: 40px 0 30px;
  border: none;
}

.banner-section.index-2 .exchange-tab .nav-tabs .nav-item {
  box-shadow: 1px 1px 0px rgba(118, 51, 255, 0.2),
    -1px -1px 0px rgba(118, 51, 255, 0.2);
  border-radius: 25px;
  margin: 0px 8px;
}

.banner-section.index-2 .exchange-tab .nav-tabs .nav-item .nav-link {
  border-radius: 25px;
  box-shadow: none;
  display: flex;
  align-items: center;
}

.banner-section.index-2 .exchange-tab .nav-tabs .nav-item .nav-link.active {
  box-shadow: 1px 1px 0px #7633ff, -1px -1px 0px #7633ff;
  border: none;
  border-radius: 25px;
}

.banner-section.index-2 .exchange-tab .nav-tabs .nav-item .nav-link span {
  width: 32px;
  height: 32px;
  background: #f8f5ff;
  box-shadow: 0px 1px 4px rgba(37, 63, 131, 0.15);
  border-radius: 17px;
  margin: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section.index-2 .exchange-tab #convert,
.banner-section.index-2 .exchange-tab #send {
  margin-bottom: 30px;
}

.banner-section.index-2 .exchange-tab .convert-area .form {
  margin-bottom: -30px;
}

.banner-section.index-2 .exchange-tab .convert-area .single-input {
  border: 1px solid #acb1c8;
  border-radius: 10px;
  margin-bottom: 30px;
}

.banner-section.index-2 .exchange-tab .convert-area .wrapper {
  padding: 0 180px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: none;
  outline: none;
}

.banner-section.index-2 .exchange-tab .convert-area .wrapper .top-area {
  background: #f8f8ff;
  border-radius: 10px;
  padding: 35px 20px 5px;
  margin-bottom: 30px;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .wrapper
  .form
  .input-control {
  position: relative;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .wrapper
  .form
  .input-label {
  position: absolute;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  left: 1rem;
  top: 0.75rem;
  padding: 0 0.25rem;
  background: #f8f8ff;
  transition: all 0.3s ease;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .wrapper
  .form
  .input-field {
  font-size: 18px;
  border: 1px solid transparent;
  color: #000000;
  font-weight: bold;
  background: transparent;
  transition: all 0.3s ease;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .wrapper
  .form
  .input-field::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .wrapper
  .form
  .input-field:focus
  + .input-label {
  font-size: 0.9rem;
  font-weight: 500;
  top: -0.75rem;
  left: 1rem;
  z-index: 5;
  color: #000000;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .wrapper
  .form
  .input-field:not(:placeholder-shown).input-field:not(:focus)
  + .input-label {
  font-size: 0.9rem;
  font-weight: 500;
  top: -0.75rem;
  left: 1rem;
  z-index: 5;
}

.banner-section.index-2 .exchange-tab .convert-area .nice-select {
  border: none;
  background-color: transparent;
  height: 34px;
  padding-left: 25px;
  width: 100px;
}

.banner-section.index-2 .exchange-tab .convert-area .nice-select .current {
  position: relative;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .nice-select
  .current::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -24px;
  background-image: url(../img/flag-icon.png);
  background-repeat: no-repeat;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .nice-select.nice-select:after {
  border-bottom: 2px solid #1e266d;
  border-right: 2px solid #1e266d;
  height: 8px;
  right: 20px;
  width: 8px;
}

.banner-section.index-2 .exchange-tab .convert-area .bottom-area {
  padding: 20px 10px;
  margin: 0 70px;
  background: var(--body-color);
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}

.banner-section.index-2 .exchange-tab .convert-area .bottom-area .tooltip-area {
  position: relative;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .bottom-area
  .tooltip-area
  .item-show {
  visibility: hidden;
  position: absolute;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  top: -90px;
  left: -35px;
  width: 300px;
  background: #131856;
  border-radius: 20px;
  color: var(--body-color) !important;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .bottom-area
  .tooltip-area:hover
  .item-show {
  visibility: visible;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .bottom-area
  .tooltip-area:hover
  .item-show::before {
  border: solid;
  border-color: #131856 transparent;
  border-width: 10px 7px 0 7px;
  content: "";
  left: 38px;
  bottom: -8px;
  position: absolute;
}

.banner-section.index-2 .exchange-tab .convert-area .bottom-area ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .bottom-area
  ul
  li:last-child {
  background-color: #f8f8ff;
}

.banner-section.index-2 .exchange-tab .convert-area .bottom-area ul li span {
  font-size: 14px;
  line-height: 19.6px;
  color: #000000;
  display: flex;
  align-items: center;
}

.banner-section.index-2
  .exchange-tab
  .convert-area
  .bottom-area
  ul
  li
  span
  img {
  margin-left: 5px;
  cursor: pointer;
}

.banner-section.index-2 .exchange-tab .convert-area .cmn-btn {
  margin: 40px 0;
}

.banner-section.index-2 .exchange-tab .convert-area.chartarea .bottom-area {
  margin: 0;
  padding: 0;
  border: none;
}

.banner-section.index-2
  .exchange-tab
  .convert-area.chartarea
  .bottom-area
  .top-area {
  background: transparent;
  padding: 0;
  padding-bottom: 30px;
}

.banner-section.index-2
  .exchange-tab
  .convert-area.chartarea
  .bottom-area
  .top-area
  h6 {
  margin-bottom: 10px;
}

.banner-section.index-2
  .exchange-tab
  .convert-area.chartarea
  .bottom-area
  .top-area
  .top-right
  p {
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-section.index-2
  .exchange-tab
  .convert-area.chartarea
  .bottom-area
  .top-area
  .top-right
  p
  span {
  font-size: inherit;
}

.banner-section.index-2
  .exchange-tab
  .convert-area.chartarea
  .bottom-area
  .top-area
  .top-right
  p::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: -25px;
  border-radius: 50%;
  background: rgba(22, 226, 79, 0.2);
}

.banner-section.index-2
  .exchange-tab
  .convert-area.chartarea
  .bottom-area
  .top-area
  .top-right
  p::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -20px;
  border-radius: 50%;
  background: #16e24f;
}

.banner-section.index-2 .exchange-tab .convert-area.chartarea .chartjs {
  padding: 20px 50px 20px 20px;
  position: relative;
}

.banner-section.index-2 .exchange-tab .convert-area.chartarea .chartjs::before {
  content: "";
  position: absolute;
  width: 87%;
  height: 1px;
  left: 7%;
  top: 0;
  background: #d8ddf3;
}

.banner-section.index-2 .exchange-tab .alerts-area {
  padding: 30px;
}

.banner-section.index-2 .exchange-tab .alerts-area h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-section.index-2 .exchange-tab .alerts-area .cmn-btn {
  width: 200px;
  margin-top: 40px;
}

.banner-section.index-2 .banner-illu {
  position: relative;
}

.banner-section.index-2 .banner-illu img {
  position: absolute;
  bottom: 0;
  width: 25%;
}

.banner-section.index-2 .banner-illu img.left {
  left: 0;
}

.banner-section.index-2 .banner-illu img.right {
  right: 0;
}

.banner-section.index-2 .item-bottom .main-content h1 {
  margin-bottom: 20px;
}

.banner-section.index-2 .item-bottom .main-content ul {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.banner-section.index-2 .item-bottom .main-content ul li {
  color: var(--body-color);
  margin: 0 20px;
}

.banner-section.index-2 .item-bottom .main-content ul li img {
  margin-right: 10px;
}

.banner-section.index-2 .modal-dialog {
  max-width: 1300px;
}

.banner-section.index-2 .modal-dialog .modal-header button:focus {
  box-shadow: none;
}

.banner-section.index-2 .rate-details {
  padding: 29px 40px 59px;
  border-radius: 30px;
  box-shadow: 0px 25px 122px 0px rgba(50, 35, 215, 0.1);
}

.banner-section.index-2 .rate-details input {
  width: min-content;
  margin-right: 10px;
}

.banner-section.index-2 .rate-details .rate-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.banner-section.index-2 .rate-details .rate-box.three .form-box {
  display: flex;
  align-items: center;
}

.banner-section.index-2 .rate-details .rate-box.three .form-box .form-group {
  margin-right: 15px;
}

.banner-section.index-2
  .rate-details
  .rate-box.three
  .form-box
  .form-group
  input {
  border-radius: 5px;
}

.banner-section.index-2 .rate-details .country {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2ea;
  padding: 0 10px;
}

.banner-section.index-2 .rate-details .country .nice-select {
  border: none;
}

.banner-section.index-2 .rate-details .rate-box {
  border-bottom: 1px solid #b8ccff;
}

.banner-section.index-2 .rate-details .rate-box .box form .form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-section.index-2
  .rate-details
  .rate-box
  .box
  form
  .form-box
  .form-group {
  margin-right: 15px;
}

.banner-section.index-2 .rate-details .subscribe-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0;
}

.banner-section.index-2 .rate-details .subscribe-box input {
  border-radius: 5px;
}

.banner-section.index-3 {
  background-image: unset;
  padding: 0;
}

.banner-section.index-3 .overlay {
  background-color: #131856;
  background-image: url(../img/index3-overlay.png),
    url(../img/index3-banner-bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, contain;
  padding: 200px 0 310px;
  background-position-y: bottom;
}

.banner-section.index-3 .overlay .main-content .cmn-btn {
  width: 265px;
  background: #00ffff;
  color: #1e266d;
}

.banner-section.index-3 .overlay .main-content p {
  width: 80%;
}

.banner-section.index-3 .banner-bottom {
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 60px 20px;
  margin-top: -250px;
  position: relative;
  z-index: 2;
}

.banner-section.index-3 .banner-bottom::before {
  content: "";
  position: absolute;
  width: 106%;
  left: -3%;
  top: -30px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  z-index: -1;
}

.banner-section.index-3 .banner-bottom::after {
  content: "";
  position: absolute;
  width: 114%;
  left: -7%;
  top: -60px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  z-index: -1;
}

.banner-section.index-3 .banner-bottom p {
  margin: 0 auto;
  width: 55%;
  text-align: center;
  margin-bottom: 40px;
}

.banner-section.index-3 .banner-bottom .single-head {
  margin-bottom: -20px;
}

.banner-section.index-3 .banner-bottom .single-head .single {
  background: #f7faff;
  background: #f7faff;
  box-shadow: 0px 2px 24px rgba(203, 205, 223, 0.4);
  border-radius: 10px;
  margin: 0px 15px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.banner-section.index-3 .banner-bottom .single-head .single img {
  max-width: unset;
}

.banner-section.index-3 .right-illu img {
  right: -14%;
  bottom: 0;
  width: 50%;
}

.banner-section.inner-banner {
  background-image: unset;
  padding: 0;
}

.banner-section.inner-banner .overlay {
  background-color: #131856;
  background-size: 100%, contain;
  background-position-y: bottom;
  padding: 200px 0 120px;
}

.banner-section.index-4 .overlay {
  background-image: url(../img/index4-overlay.png),
    url(../img/index3-banner-bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, contain;
  margin-bottom: -20px;
}

.banner-section.index-4 .overlay .main-content {
  margin-top: 100px;
}

.banner-section.index-4 .overlay .main-content a {
  width: 200px;
}

.banner-section.index-4 .overlay .right-content {
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 80px 20px;
}

.banner-section.index-4 .overlay .right-content .logo-item {
  width: 130px;
  height: 130px;
  background: #f8f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}

.banner-section.index-4 .overlay .right-content h5 {
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 40px;
}

.banner-section.index-4 .overlay .right-content h5 span {
  color: #874dff;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}

.banner-section.index-4 .overlay .right-content .form .top-area {
  background: #f8f8ff;
  padding: 20px;
  margin-bottom: 60px;
}

.banner-section.index-4 .overlay .right-content .form .bottom-area {
  background: #f8f8ff;
  padding: 20px;
  margin-bottom: 40px;
}

.banner-section.index-4 .overlay .right-content .form .bottom-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-section.index-4 .overlay .right-content .form .bottom-area ul li span {
  font-size: 14px;
  line-height: 19.6px;
}

.banner-section.index-4 .overlay .right-content .form .single-input {
  border: 1px solid #acb1c8;
  border-radius: 10px;
  margin-bottom: 30px;
}

.banner-section.index-4 .overlay .right-content .form .single-input:last-child {
  margin-bottom: 0;
}

.banner-section.index-4 .overlay .right-content .form .input-control {
  position: relative;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
}

.banner-section.index-4 .overlay .right-content .form .input-label {
  position: absolute;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  left: 1rem;
  top: 0.75rem;
  padding: 0 0.25rem;
  background: #f8f8ff;
  transition: all 0.3s ease;
}

.banner-section.index-4 .overlay .right-content .form .input-field {
  font-size: 18px;
  border: 1px solid transparent;
  color: #000000;
  font-weight: bold;
  background: transparent;
  transition: all 0.3s ease;
}

.banner-section.index-4
  .overlay
  .right-content
  .form
  .input-field::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}

.banner-section.index-4
  .overlay
  .right-content
  .form
  .input-field:focus
  + .input-label {
  font-size: 0.9rem;
  font-weight: 500;
  top: -0.75rem;
  left: 1rem;
  z-index: 5;
  color: #000000;
}

.banner-section.index-4
  .overlay
  .right-content
  .form
  .input-field:not(:placeholder-shown).input-field:not(:focus)
  + .input-label {
  font-size: 0.9rem;
  font-weight: 500;
  top: -0.75rem;
  left: 1rem;
  z-index: 5;
}

.banner-section.index-4 .overlay .right-content .form .nice-select {
  border: none;
  background-color: transparent;
  height: 34px;
  padding-left: 25px;
  width: 100px;
}

.banner-section.index-4 .overlay .right-content .form .nice-select .current {
  position: relative;
}

.banner-section.index-4
  .overlay
  .right-content
  .form
  .nice-select
  .current::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -24px;
  background-image: url(../img/flag-icon.png);
  background-repeat: no-repeat;
}

.banner-section.index-4
  .overlay
  .right-content
  .form
  .nice-select.nice-select:after {
  border-bottom: 2px solid #1e266d;
  border-right: 2px solid #1e266d;
  height: 8px;
  right: 20px;
  width: 8px;
}

.banner-section.index-4 .overlay .right-content .tooltip-area {
  position: relative;
}

.banner-section.index-4 .overlay .right-content .tooltip-area .item-show {
  visibility: hidden;
  position: absolute;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  top: -90px;
  left: -35px;
  width: 300px;
  background: #131856;
  border-radius: 20px;
  color: var(--body-color) !important;
}

.banner-section.index-4 .overlay .right-content .tooltip-area:hover .item-show {
  visibility: visible;
}

.banner-section.index-4
  .overlay
  .right-content
  .tooltip-area:hover
  .item-show::before {
  border: solid;
  border-color: #131856 transparent;
  border-width: 10px 7px 0 7px;
  content: "";
  left: 38px;
  bottom: -8px;
  position: absolute;
}

.banner-section.index-4 .overlay .banner-content {
  margin-bottom: -220px;
}

.banner-section.index-4 .illu-area {
  position: relative;
}

.banner-section.index-4 .illu-area::after {
  content: "";
  position: absolute;
  width: 455px;
  height: 655px;
  background-image: url(../img/index4-banner-left.png);
  background-repeat: no-repeat;
  bottom: -260px;
  z-index: 1;
}

.banner-section.index-4 .illu-area img {
  position: absolute;
}

.banner-section.index-4 .illu-area .left-1 {
  bottom: -300px;
  left: 0;
  z-index: 1;
}

.banner-section.index-4 .illu-area .right-1 {
  bottom: 0;
  right: 0;
}

.banner-section.index-5 .overlay {
  background-image: url(../img/index5-overlay.png),
    url(../img/index3-banner-bg.png);
  background-repeat: no-repeat;
  margin-bottom: -27px;
}

.banner-section.index-5 .overlay .main-content .cmn-btn {
  width: 190px;
}

.banner-section.index-5 .illu-area {
  position: relative;
}

.banner-section.index-5 .illu-area::after {
  content: "";
  position: absolute;
  width: 721px;
  height: 617px;
  background-image: url(../img/index5-right.png);
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.banner-section.index-6 {
  background-image: unset;
  padding: 0;
}

.banner-section.index-6 .overlay {
  background-color: #131856;
  background-image: url(../img/index6-overlay.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 200px 0 285px;
  background-position-y: bottom;
}

.banner-section.index-6 .overlay .main-content .cmn-btn {
  width: 185px;
}

.banner-section.index-6 .overlay .main-content p {
  width: 80%;
}

.banner-section.index-6 .banner-bottom {
  margin-top: -300px;
}

.banner-section.index-6 .banner-bottom .banner-carousel-index6 {
  z-index: 1;
  margin-bottom: -14px;
}

.banner-section.index-6 .banner-bottom .single-item {
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(40, 30, 103, 0.1);
  border-radius: 10px;
  padding: 60px 20px;
  margin: 15px;
}

.banner-section.index-6 .banner-bottom .single-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  background: #f8f5ff;
  border-radius: 70px;
}

.banner-section.index-6 .banner-bottom .single-item h5 {
  text-transform: uppercase;
  margin: 40px 0 20px;
}

.banner-section.index-7 {
  background-image: unset;
  padding: 0;
}

.banner-section.index-7 .overlay {
  background-color: #131856;
  background-image: url(../img/index3-overlay.png),
    url(../img/index3-banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 200px 0 260px;
  background-position-y: bottom, top;
}

.banner-section.index-7 .overlay .main-content form {
  width: 80%;
  padding: 10px 10px 10px 30px;
  background: #fafbff;
  border-radius: 36px;
}

.banner-section.index-7 .overlay .main-content form .icon-area img {
  max-width: 200%;
}

.banner-section.index-7 .overlay .main-content form .nice-select {
  width: 100%;
  margin-left: 15px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
}

.banner-section.index-7 .overlay .main-content form .nice-select::after {
  display: none;
}

.banner-section.index-7 .overlay .main-content form .nice-select .list {
  width: 100%;
}

.banner-section.index-7 .overlay .main-content form button {
  background: #5732c6;
  border-radius: 25px;
  width: 110px;
  height: 60px;
}

.banner-section.index-7 .right-illu img {
  right: 5%;
  bottom: 320px;
  width: initial;
}

.banner-section.index-7 .banner-bottom {
  margin-top: -260px;
}

.banner-section.index-7 .banner-bottom .call-action-inner.second {
  background-image: unset;
}

.banner-section.index-7 .banner-bottom .left h3 {
  text-transform: uppercase;
}

.banner-section.index-8 {
  background-image: unset;
  padding: 0;
}

.banner-section.index-8 .overlay {
  background-color: #131856;
  background-image: url(../img/index8-banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 200px 0 52px;
  background-position-y: top;
  position: relative;
}

.banner-section.index-8 .overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 223px;
  background-image: url(../img/index8-banner-overlay.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  bottom: -1px;
  z-index: 1;
}

.banner-section.index-8 .overlay::before {
  content: "";
  position: absolute;
  width: 721px;
  height: 617px;
  background-image: url(../img/index8-illu.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.banner-section.index-8 .overlay .main-content .cmn-btn {
  width: 230px;
  z-index: 2;
}

.banner-section.index-9 {
  background-image: unset;
  padding: 0;
}

.banner-section.index-9 .overlay {
  background-color: #131856;
  background-image: url(../img/index8-banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 200px 0 160px;
  background-position-y: top;
  position: relative;
}

.banner-section.index-9 .overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 223px;
  background-image: url(../img/index8-banner-overlay.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  bottom: -1px;
  z-index: 1;
}

.banner-section.index-9 .overlay::before {
  content: "";
  position: absolute;
  width: 484px;
  height: 599px;
  background-image: url(../img/index9-illu.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.banner-section.index-9 .overlay .main-content .cmn-btn {
  width: 160px;
  z-index: 2;
}

.banner-section.index-10 {
  background-image: unset;
  padding: 0;
}

.banner-section.index-10 .overlay {
  background-color: #131856;
  background-image: url(../img/index8-banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 200px 0 160px;
  background-position-y: top;
  position: relative;
}

.banner-section.index-10 .overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 223px;
  background-image: url(../img/index8-banner-overlay.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  bottom: -1px;
  z-index: 1;
}

.banner-section.index-10 .overlay::before {
  content: "";
  position: absolute;
  width: 692px;
  height: 723px;
  background-image: url(../img/index10-illu.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 90%;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.banner-section.index-10 .overlay .main-content .app-market a {
  z-index: 2;
  position: relative;
  margin: 0 15px;
}

.banner-section.index-11 {
  background-image: unset;
  padding: 0;
}

.banner-section.index-11 .overlay {
  background-color: #131856;
  background-image: url(../img/index3-overlay.png),
    url(../img/index8-banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100%, cover;
  padding: 200px 0 160px;
  background-position-y: bottom, top;
}

.banner-section.index-11 .overlay .main-content p {
  width: 100%;
}

.banner-section.index-11 .overlay .main-content .cmn-btn {
  width: 220px;
}

.banner-section.index-11 .right-illu img {
  right: 0;
  bottom: 0;
  width: initial;
}

.banner-section .main-content h1 {
  text-transform: uppercase;
  color: var(--body-color);
}

.banner-section .main-content p {
  color: var(--body-color);
  font-family: var(--body-alt-font);
  padding: 20px 0 40px;
  width: 70%;
  font-weight: 700;
}

.banner-section .main-content .input-field {
  background: var(--body-color);
  border-radius: 50px;
  padding: 10px;
  width: 80%;
}

.banner-section .main-content .input-field .cmn-btn {
  width: 220px;
}

.banner-section .main-content .input-field input {
  background: var(--body-color);
  border-radius: 30px;
  border: none;
  color: var(--para-color);
}

.banner-section .main-content .bottom-banner {
  margin-top: 65px;
}

.banner-section .main-content .bottom-banner .left {
  background: var(--body-color);
  width: 40px;
  height: 40px;
  margin-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}

.banner-section .main-content .bottom-banner .left::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.banner-section .main-content .bottom-banner .left .popupvideo {
  z-index: 1;
}

.banner-section .main-content .bottom-banner .right h5 {
  color: var(--body-color);
  margin-bottom: 10px;
}

.banner-section .main-content .bottom-banner .right .review h6 {
  display: inline-block;
  color: var(--hover-color);
  margin-right: 10px;
}

.banner-section .main-content .bottom-banner .right .review i {
  font-size: 14px;
  color: #fea800;
}

.banner-section .main-content .bottom-banner .right .review i.blank {
  color: #646bbc;
}

.banner-section .right-illu {
  position: relative;
}

.banner-section .right-illu img {
  position: absolute;
  right: -10%;
  bottom: -110px;
  width: 60%;
}

.banner-section .illu-item {
  position: relative;
}

.banner-section .illu-item img {
  position: absolute;
}

.banner-section .illu-item .item-1 {
  top: -165px;
  right: 40%;
}

.banner-section .illu-item .item-2 {
  top: -165px;
  right: -20%;
}

.banner-section .illu-item .item-3 {
  top: 430px;
  right: 0;
}

.banner-section .illu-item .item-4 {
  top: -135px;
  right: 5%;
}

.banner-section.inner-pages {
  background-image: unset;
  padding: 0;
}

.banner-section.inner-pages .top-area {
  margin-bottom: 25px;
  border-radius: 20px;
  background: var(--body-color);
}

.banner-section.inner-pages .overlay {
  background-color: #131856;
  background-image: url(../img/index3-overlay.png),
    url(../img/inner-page-banner.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 200px 0 160px;
  background-position-y: bottom, top;
}

.banner-section.inner-pages .overlay .banner-content {
  margin-bottom: 60px;
}

.banner-section.inner-pages h1 {
  margin-bottom: 20px;
}

.banner-section.inner-pages .breadcrumb-item {
  color: var(--body-color);
}

.banner-section.inner-pages .breadcrumb-item:first-child:before {
  display: none;
}

.banner-section.inner-pages .breadcrumb-item::before {
  background-image: url(../img/right-icon.png);
  background-repeat: no-repeat;
  content: "";
  width: 15px;
  height: 15px;
  margin: 5px 8px 0;
}

.banner-section.inner-pages .banner-bottom-area {
  margin-top: -290px;
  text-align: center;
}

.banner-section.about-us .top-area img {
  margin-bottom: 40px;
  border-radius: 20px;
}

.banner-section.about-us .top-area h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-section.about-us .top-area p {
  margin-bottom: 30px;
}

.banner-section.about-us .bottom-content .single-item {
  position: relative;
}

.banner-section.about-us .bottom-content .single-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #a69dc9;
  top: 0;
  left: calc(100% - 40px);
}

.banner-section.about-us .bottom-content .single-item.b-none::after {
  display: none;
}

.banner-section.about-us .bottom-content .single-item .text-area {
  margin-left: 30px;
}

.banner-section.about-us .bottom-content .single-item .text-area p {
  color: #4727eb;
}

.banner-section.our-team .top-area p {
  margin: 0 auto;
  width: 75%;
  margin-bottom: 30px;
}

.banner-section.team-details .banner-bottom-area .top-area {
  padding: 60px 40px;
  position: relative;
  margin-bottom: 0;
}

.banner-section.team-details .banner-bottom-area .top-area::after {
  position: absolute;
  content: "";
  width: 93%;
  height: 1px;
  bottom: 0;
  background: #d6dcff;
}

.banner-section.team-details .banner-bottom-area .top-area .img-area {
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(100, 114, 150, 0.25);
  border-radius: 20px;
  text-align: center;
}

.banner-section.team-details .banner-bottom-area .top-area .img-area img {
  padding: 20px;
  min-width: 100%;
}

.banner-section.team-details .banner-bottom-area .text-area .name {
  margin-bottom: 35px;
}

.banner-section.team-details .banner-bottom-area .text-area .name h3,
.banner-section.team-details .banner-bottom-area .text-area .name p {
  text-transform: uppercase;
}

.banner-section.team-details .banner-bottom-area .text-area .name p {
  color: #4727eb;
  font-weight: bold;
  margin-top: 20px;
}

.banner-section.team-details .banner-bottom-area .text-area .social a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 8px 12px rgba(37, 60, 120, 0.1);
  border-radius: 80px;
  margin: 0 10px 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section.team-details .banner-bottom-area .bottom-content {
  margin-bottom: -67px;
}

.banner-section.team-details .banner-bottom-area .bottom-content .single-text {
  text-align: start;
  margin-bottom: 60px;
}

.banner-section.team-details
  .banner-bottom-area
  .bottom-content
  .single-text
  h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.banner-section.careers .banner-bottom-area .top-area {
  margin-bottom: -7px;
}

.banner-section.careers .banner-bottom-area .top-area img {
  border-radius: 20px;
  margin-bottom: 43px;
}

.banner-section.careers .banner-bottom-area .top-area h2 {
  margin-bottom: 14px;
}

.banner-section.careers .banner-bottom-area .top-area a {
  margin-top: 55px;
}

.banner-section.open-positions {
  background-color: var(--body-color);
}

.banner-section.open-positions .banner-bottom-area .top-area {
  padding: 60px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
}

.banner-section.open-positions .banner-bottom-area .top-area p {
  margin: 25px 0 55px;
}

.banner-section.open-positions .banner-bottom-area .top-area .time-area {
  border-top: 1px solid #d4d2ec;
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
}

.banner-section.open-positions .banner-bottom-area .top-area .time-area .date {
  border-left: 1px solid #b7bbe4;
  margin-left: 20px;
  padding-left: 20px;
}

.banner-section.open-positions .banner-bottom-area .bottom-area {
  margin-bottom: -60px;
}

.banner-section.open-positions .banner-bottom-area .bottom-area .single {
  margin-bottom: 55px;
}

.banner-section.open-positions .banner-bottom-area .bottom-area .single h3 {
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-section.open-positions .banner-bottom-area .bottom-area .single ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
}

.banner-section.open-positions
  .banner-bottom-area
  .bottom-area
  .single
  ul
  li
  img {
  width: 30px;
  max-width: unset;
  margin-right: 20px;
}

.banner-section.help-center {
  background-color: var(--body-color);
}

.banner-section.help-center .banner-bottom-area .top-area {
  padding: 60px;
  margin-bottom: 0;
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
}

.banner-section.help-center .banner-bottom-area .top-area h2 {
  margin-bottom: 20px;
}

.banner-section.help-center .banner-bottom-area .top-area form {
  margin-top: 40px;
}

.banner-section.help-center .banner-bottom-area .top-area form .search {
  padding: 10px;
  background: #fafbff;
  border: 1px solid #d5e3ff;
  border-radius: 36px;
}

.banner-section.help-center .banner-bottom-area .top-area form .search input {
  background-color: transparent;
  border-color: transparent;
}

.banner-section.help-center.details .top-area {
  margin-bottom: 0;
}

.banner-section.help-center.details .top-area .icon {
  width: 200px;
  height: 200px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  border-radius: 100px;
  margin: 0 auto;
}

.banner-section.help-center.details .top-area h2 {
  margin-bottom: 0;
  margin-top: 40px;
}

.banner-section.help-center.info .banner-bottom-area .top-area {
  margin-bottom: 0;
}

.banner-section.help-center.info .banner-bottom-area .top-area h2 {
  margin-bottom: 40px;
}

.banner-section.help-center.info
  .banner-bottom-area
  .top-area
  .profile-area
  .icon-area
  img {
  border-radius: 50%;
}

.banner-section.help-center.info
  .banner-bottom-area
  .top-area
  .profile-area
  .text-area {
  margin-left: 30px;
}

.banner-section.help-center.info
  .banner-bottom-area
  .top-area
  .profile-area
  .text-area
  h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.banner-section.help-center.info
  .banner-bottom-area
  .top-area
  .profile-area
  .text-area
  p {
  color: #4727eb;
}

.banner-section.privacy-policy .banner-content {
  position: relative;
}

.banner-section.privacy-policy .banner-content::after {
  content: "";
  position: absolute;
  width: 415px;
  height: 460px;
  background-image: url(../img/privacy-policy-banner.png);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: 0;
}

.banner-section.privacy-policy .banner-bottom-area .cus-z {
  z-index: 0;
}

.banner-section.privacy-policy .banner-bottom-area .top-area {
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  padding: 60px 0;
  margin-bottom: 0;
}

.banner-section.privacy-policy .banner-bottom-area .top-area .icon-area {
  margin-bottom: 40px;
}

.banner-section.countries .top-area {
  padding: 60px 120px;
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  margin-bottom: 0;
}

.banner-section.countries .top-area h2 {
  margin-bottom: 20px;
}

.banner-section.countries .top-area .where-to {
  padding: 10px;
  background: #fafbff;
  border: 1px solid #d5e3ff;
  border-radius: 36px;
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
}

.banner-section.countries .top-area .where-to input {
  background: transparent;
  border-color: transparent;
}

.banner-section.fees .top-area {
  padding: 60px 0;
  margin-bottom: 0;
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
}

.banner-section.fees .top-area h2 {
  margin-bottom: 20px;
}

.banner-section.fees .select-area {
  display: flex;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}

.banner-section.fees .select-area .nice-select {
  background: #fafbff;
  border: 1px solid #d5e3ff;
  border-radius: 36px;
  width: 100%;
  margin: 0 10px;
  height: 60px;
  line-height: 55px;
}

.banner-section.fees .select-area .nice-select::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  height: 12px;
  margin-top: -4px;
  right: 20px;
  top: 40%;
  width: 11px;
}

.banner-section.fees .select-area .nice-select .list {
  width: 100%;
}

.banner-section.contact .overlay {
  position: relative;
}

.banner-section.contact .overlay::after {
  content: "";
  position: absolute;
  width: 552px;
  height: 482px;
  background-image: url(../img/contact-us-illu.png);
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.banner-section.contact .cus-z {
  z-index: 2;
}

.banner-section.contact .cus-mar {
  margin-bottom: -30px;
}

.banner-section.contact .single-item {
  padding: 40px 30px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
}

.banner-section.contact .single-item .icon-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  width: 140px;
  height: 140px;
  background: #f8f5ff;
  border-radius: 70px;
  margin: 0 auto;
}

.banner-section.contact .single-item h4 {
  margin: 30px 0 10px;
}

.banner-section.contact .single-item .top-area {
  margin-bottom: 30px;
}

.banner-section.contact .single-item .top-area p {
  position: relative;
  padding-bottom: 30px;
  width: 85%;
  margin: 0 auto;
}

.banner-section.contact .single-item .top-area p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cbc2ff;
}

.banner-section.contact .single-item .bottom-area {
  margin-bottom: 10px;
}

.banner-section.contact .single-item .bottom-area .icon-bottom {
  padding: 10px;
  width: 50px;
  height: 50px;
  background: #7633ff;
  margin-right: 20px;
  border-radius: 40px;
}

.banner-section.contact .single-item .bottom-area:last-child {
  margin-bottom: 0;
}

.banner-section.contact .single-item .bottom-area.offline {
  padding: 15px;
  background: #fcfdff;
  border: 1px solid #edecff;
  border-radius: 20px;
}

.banner-section.contact .single-item .bottom-area.offline h6 {
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.banner-section.contact .single-item .bottom-area.offline p {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.banner-section.contact .single-item .bottom-area.offline p::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: -25px;
  background: #a2b3cb;
  border-radius: 8px;
}

.banner-section.blog .banner-bottom-area {
  margin-bottom: -24px;
}

.banner-section.blog .top-area {
  position: relative;
  padding: 60px 0;
}

.banner-section.blog .top-area::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.3);
  border-radius: 30px;
  z-index: 0;
}

.banner-section.blog .top-area .cus-z {
  z-index: 2;
}

.banner-section.blog .top-area .profile-area img {
  border-radius: 50%;
  margin-right: 20px;
}

.banner-section.blog .top-area .profile-area h5 {
  text-transform: uppercase;
}

.banner-section.blog .top-area h3 {
  text-transform: uppercase;
  margin: 20px 0 30px;
}

.banner-section.blog .top-area a {
  color: #5732c6;
  display: flex;
  align-items: center;
  margin-top: 40px;
  text-transform: uppercase;
}

.banner-section.blog .top-area a img {
  margin-left: 5px;
}

.banner-section.blog .top-area .right-illu {
  border-radius: 50%;
}

.banner-section.blog-2 .top-area {
  padding: 0;
  margin: 0;
}

.banner-section.blog-2 .top-area::before {
  display: none;
}

.banner-section.blog-2 .banner-bottom-area {
  margin-bottom: 0;
}

.banner-section.blog-2 .top-item .blog2-bg-img {
  border-radius: 20px;
  width: 100%;
}

.banner-section.blog-2 .bottom-item {
  margin: 0 60px;
  padding: 30px 40px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.3);
  border-radius: 20px;
  margin-top: -140px;
  transform: translateZ(0);
}

.banner-section.blog-2 .bottom-item .text-area {
  border-bottom: 1px solid #c7c9db;
  padding-bottom: 35px;
}

.banner-section.blog-2 .bottom-item a {
  margin-top: 33px;
}

.banner-section.blog-4 {
  background-color: #f9fdff;
}

.banner-section.blog-4 .overlay {
  background-image: url(../img/blog4-overlay.png),
    url(../img/inner-page-banner.png);
  background-repeat: no-repeat;
}

.banner-section.blog-4 .top-area {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.3);
  border-radius: 20px;
}

.banner-section.blog-4 .top-area .left-img {
  width: 100%;
}

.banner-section.blog-4 .banner-bottom-area {
  margin-bottom: 0;
}

.banner-section.blog-4 .banner-bottom-area .date-view {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #1e266d;
}

.banner-section.blog-4 .banner-bottom-area .date-view .view {
  border-left: 1px solid #c7c9db;
  margin-left: 30px;
  padding-left: 30px;
}

.banner-section.blog-4 .banner-bottom-area .date-view .view img {
  margin-right: 10px;
}

.banner-section.blog-4 .banner-bottom-area a {
  border-top: 1px solid #c7c9db;
  margin-top: 23px;
  padding-top: 25px;
}

.banner-section.blog-single-2 {
  margin-bottom: -60px;
}

.banner-section.blog-single-2 .overlay {
  background-image: unset;
  padding-bottom: 0;
}

.banner-section.blog-single-2 .overlay .main-content {
  padding-bottom: 65px;
}

.footer-section.inner {
  background: #fbfbff;
  border-top: 1px solid #d9d8ff;
}

.footer-section.inner .overlay .footer-top {
  padding: 25px 0;
  border-bottom: 1px solid #b8ccff;
}

.footer-section.inner .overlay .footer-top .app-market {
  position: relative;
}

.footer-section.inner .overlay .footer-top .app-market::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background: #b2b3ba;
  right: 50%;
  top: 0;
}

.footer-section.inner .overlay .footer-top .single .review-area {
  margin-top: 12px;
}

.footer-section.inner .overlay .footer-top .single .review-area ul {
  margin-bottom: 3px;
  margin-right: 10px;
}

.footer-section.inner .overlay .footer-top .single .review-area ul i {
  color: #5732c6;
  font-size: 24px;
  font-size: 14px;
}

.footer-section.inner .overlay .footer-top .right-side h6 {
  text-transform: uppercase;
}

.footer-section.inner .overlay .footer-top .right-side .subscribe {
  border-radius: 35px;
  margin-top: 30px;
  padding: 5px;
  background: #f7faff;
  border: 1px solid #e2e2ea;
}

.footer-section.inner .overlay .footer-top .right-side .subscribe input {
  background: transparent;
  border: none;
}

.footer-section.inner .overlay .footer-top .right-side .subscribe button {
  text-transform: capitalize;
}

.footer-section.inner .overlay .wrapper {
  position: relative;
}

.footer-section.inner .overlay .wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 22px;
}

.footer-section .overlay .wrapper {
  margin: -6px 0 -23px;
}

.footer-section .single-area h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-section .single-area .items li {
  margin-bottom: 20px;
}

.footer-section .single-area .items li a {
  position: relative;
  color: #4a518a;
  display: flex;
  align-items: center;
  transition: ease 0.4s;
}

.footer-section .single-area .items li a::before {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  left: 0;
  visibility: hidden;
}

.footer-section .single-area .items li a:hover {
  padding-left: 30px;
  transition: ease 0.4s;
  color: #5732c6;
}

.footer-section .single-area .items li a:hover::before {
  left: 12px;
  transition: ease 0.4s;
  visibility: visible;
}

.footer-section .single-area p {
  margin-bottom: 30px;
}

.footer-section .single-area form .subscribe {
  background: #f7faff;
  border: 1px solid #e2e2ea;
  box-sizing: border-box;
  border-radius: 35px;
  margin-bottom: 30px;
}

.footer-section .single-area form .subscribe input {
  border-radius: 35px;
  border: none;
  background: #f7faff;
}

.footer-section .single-area form .subscribe button {
  padding: 20px;
  background: #5732c6;
  border-radius: 50%;
  display: flex;
}

.footer-section .single-area form .subscribe:focus-within {
  border: 1px solid #5732c6;
}

.footer-section .social a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 8px 12px rgba(37, 60, 120, 0.1);
  border-radius: 80px;
  margin: 0 10px 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section .footer-bottom .main-content {
  border-top: 1px solid #d9d8ff;
  padding: 30px 0;
}

.footer-section .footer-bottom .main-content .left-area p {
  text-transform: uppercase;
}

.footer-section .footer-bottom .main-content .left-area p span {
  padding: 0 7px;
}

.footer-section .footer-bottom .main-content .left-area p a {
  color: #5732c6;
  font-size: inherit;
  line-height: inherit;
}

.footer-section .footer-bottom .main-content .right-area .nice-select {
  padding-right: 65px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border: 1px solid rgba(146, 170, 255, 0.3);
  border-radius: 10px;
}

.footer-section .footer-bottom .main-content .right-area .nice-select .list {
  top: unset;
  bottom: 100%;
  width: 100%;
}

.footer-section .footer-bottom .main-content .right-area .nice-select::after {
  border-bottom: 2px solid #4a518a;
  border-right: 2px solid #4a518a;
  height: 15px;
  margin-top: -12px;
  right: 18px;
  top: 50%;
  width: 14px;
}

.features-section .wrapper {
  margin-bottom: -3px;
}

.features-section .single-item .icon {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 8px 24px 2px rgba(131, 164, 246, 0.15);
  border-radius: 65px;
  margin: 0 auto;
}

.features-section .single-item h5 {
  text-transform: uppercase;
  margin: 30px 0 20px;
}

.features-section .single-item p {
  margin: 0 5px;
}

.customers-section {
  position: relative;
}

.customers-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 60%;
  background-image: url(../img/cus-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.customers-section .overlay {
  position: relative;
  margin-bottom: 50px;
}

.customers-section .customers-area {
  position: relative;
}

.customers-section .customers-area .element {
  position: absolute;
  z-index: 1;
}

.customers-section .customers-area .element.po-1 {
  left: 18%;
  top: 1%;
}

.customers-section .customers-area .element.po-2 {
  left: 18%;
  top: 15%;
}

.customers-section .customers-area .element.po-3 {
  left: 8%;
  top: 30%;
}

.customers-section .customers-area .element.po-4 {
  right: 35%;
  top: 5%;
}

.customers-section .customers-area .element.po-5 {
  right: 13%;
  top: 20%;
}

.customers-section .customers-area .element.po-6 {
  right: -3%;
  top: 30%;
}

.customers-section .customers-area .element.po-7 {
  right: calc(22% - 30px);
}

.customers-section .customers-area .element .image-area p {
  position: relative;
  top: -14px;
  font-size: 18px;
  line-height: 25px;
  border-radius: 25px;
  padding: 10px 20px;
  opacity: 0;
  transition: ease 0.3s;
  color: #000000;
}

.customers-section .customers-area .element .image-area p::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 45px;
  left: 60px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.customers-section .customers-area .element .image-area p.item-1 {
  background: #f8cdbd;
}

.customers-section .customers-area .element .image-area p.item-1::before {
  border-top: 15px solid #f8cdbd;
}

.customers-section .customers-area .element .image-area p.item-2 {
  background: #6ccdd5;
}

.customers-section .customers-area .element .image-area p.item-2::before {
  border-top: 15px solid #6ccdd5;
}

.customers-section .customers-area .element .image-area p.item-3 {
  background: #8fbc87;
}

.customers-section .customers-area .element .image-area p.item-3::before {
  border-top: 15px solid #8fbc87;
}

.customers-section .customers-area .element .image-area p.item-4 {
  background: #edbbbc;
}

.customers-section .customers-area .element .image-area p.item-4::before {
  border-top: 15px solid #edbbbc;
}

.customers-section .customers-area .element .image-area p.item-5 {
  background: #d385c1;
}

.customers-section .customers-area .element .image-area p.item-5::before {
  border-top: 15px solid #d385c1;
}

.customers-section .customers-area .element .image-area p.item-6 {
  background: #8fd6ee;
}

.customers-section .customers-area .element .image-area p.item-6::before {
  border-top: 15px solid #8fd6ee;
}

.customers-section .customers-area .element .image-area p.item-7 {
  background: #f8cdbd;
}

.customers-section .customers-area .element .image-area p.item-7::before {
  border-top: 15px solid #f8cdbd;
}

.customers-section .customers-area .element .image-area img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.customers-section .customers-area .element .image-area img.item-1 {
  background: #6ccdd5;
}

.customers-section .customers-area .element .image-area img.item-2 {
  background: #8fbc87;
}

.customers-section .customers-area .element .image-area img.item-3 {
  background: #edbbbc;
}

.customers-section .customers-area .element .image-area img.item-4 {
  background: #d385c1;
}

.customers-section .customers-area .element .image-area img.item-5 {
  background: #a893e1;
}

.customers-section .customers-area .element .image-area img.item-6 {
  background: #f4cd5d;
}

.customers-section .customers-area .element .image-area img.item-7 {
  background: #8fd6ee;
}

.customers-section .customers-area .element .image-area:hover p {
  opacity: 1;
  transition: ease 0.3s;
}

.customers-section .customers-area .circle {
  z-index: -7;
}

.customers-section .customers-area .circle img {
  opacity: 0.5;
}

.customers-section .testimonials-area {
  position: absolute;
  bottom: 55%;
}

.customers-section .testimonials-area img {
  display: initial;
}

.customers-section .testimonials-area .total-item {
  position: absolute;
  width: 100%;
  background: #441fb1;
  border-radius: 20px;
  margin-top: 60px;
  padding-bottom: 60px;
  z-index: 5;
}

.customers-section .testimonials-area .total-item .profile img {
  width: 130px;
  height: 130px;
  background: #6ccdd5;
  border: 10px solid #5732c6;
  box-sizing: border-box;
  border-radius: 65px;
}

.customers-section .testimonials-area .total-item .bottom-item {
  position: relative;
}

.customers-section .testimonials-area .total-item .bottom-item .quote {
  position: absolute;
  left: 0;
  top: 15px;
}

.customers-section .testimonials-area .total-item .bottom-item .review {
  margin: 20px 0 15px;
}

.customers-section .testimonials-area .total-item .bottom-item .review i {
  font-size: 24px;
  color: #ffc90a;
  margin: 0 -2px;
}

.customers-section .testimonials-area .total-item .bottom-item p {
  color: var(--body-color);
}

.customers-section .testimonials-area .total-item .bottom-item a {
  text-transform: uppercase;
  font-weight: bold;
  color: #00ffff;
  margin: 30px 0 15px;
}

.customers-section .testimonials-area .total-item .bottom-item .country span {
  color: var(--body-color);
  text-transform: uppercase;
}

.customers-section .testimonials-area .total-item .wrapper {
  margin-top: -65px;
}

.customers-section
  .testimonials-area
  .total-item
  .testimonials-carousel
  .slick-list {
  overflow: initial;
}

.why-choose-us {
  margin-top: -170px;
}

.why-choose-us.inner-choose-us {
  margin: 0;
}

.why-choose-us .section-header h2,
.why-choose-us .section-header p {
  color: var(--body-color);
}

.why-choose-us .main-content {
  position: relative;
  z-index: 1;
}

.why-choose-us .main-content .wrapper {
  padding-top: 60px;
  margin-bottom: -63px;
  position: relative;
}

.why-choose-us .main-content .wrapper::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 80%;
  top: 0;
  left: -5%;
  background: var(--body-color);
  border-radius: 20px;
  z-index: -1;
}

.why-choose-us .main-content .single-item {
  margin-bottom: 60px;
}

.why-choose-us .main-content .single-item h5 {
  text-transform: uppercase;
  margin: 30px 0 20px;
}

.affiliate-section .left-area {
  position: relative;
  z-index: 1;
}

.affiliate-section .section h5 {
  color: #4727eb;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.payment-solutions .payment-carousel .slick-list {
  margin: -10px 0;
}

.payment-solutions .payment-carousel .slick-arrow {
  position: absolute;
  outline: none;
  transition: all 0.5s;
  top: -20%;
  width: 60px;
  height: 60px;
  background: #f8f5ff;
  border-radius: 30px;
  margin: 0px 30px;
  z-index: 1;
}

.payment-solutions .payment-carousel .slick-arrow i {
  color: #000000;
  line-height: 3.5;
}

.payment-solutions .payment-carousel .slick-arrow:hover {
  background: #5732c6;
}

.payment-solutions .payment-carousel .slick-arrow:hover i {
  color: var(--body-color);
}

.payment-solutions .payment-carousel .slick-next {
  right: calc(8% - 1px);
}

.payment-solutions .payment-carousel .slick-prev {
  right: calc(15% - 1px);
  z-index: 2;
}

.payment-solutions .single {
  margin: 10px 0;
}

.payment-solutions .single-item {
  padding: 60px 30px;
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(40, 30, 103, 0.1);
  border-radius: 10px;
  margin: 0px 15px;
}

.payment-solutions .single-item .icon {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background: #f8f5ff;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-solutions .single-item h5 {
  text-transform: uppercase;
  margin: 40px 0 20px;
}

@keyframes stretch {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
  -0% {
    transform: scale(1);
  }
  -50% {
    transform: scale(0.8);
  }
  -100% {
    transform: scale(0.5);
  }
}

.how-works {
  background: #faf9fc;
}

.how-works.inner-how-works {
  background: transparent;
  position: relative;
}

.how-works.inner-how-works::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 60%;
  background-image: url(../img/cus-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.how-works.inner-how-works .single-item.second {
  position: relative;
}

.how-works.inner-how-works .single-item.second::after,
.how-works.inner-how-works .single-item.second::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 65px;
  height: 15px;
  top: calc(50% - 20px);
}

.how-works.inner-how-works .single-item.second::before {
  background-image: url(../img/arrow_01.png);
  left: -25px;
}

.how-works.inner-how-works .single-item.second::after {
  background-image: url(../img/arrow_02.png);
  right: -25px;
}

.how-works.inner-how-works .single-item .iconbg {
  margin-right: auto !important;
  margin: 0 auto;
  position: relative;
}

.how-works.inner-how-works .single-item .bottom-icon h5 {
  margin-top: 30px;
  text-transform: uppercase;
}

.how-works.inner-how-works .single-item .icon span {
  right: 0;
}

.how-works.inner-how-works .magnific-area {
  background: #441fb1;
  border-radius: 30px;
  position: relative;
  margin-top: 30px;
  z-index: 1;
}

.how-works.inner-how-works .magnific-area .bg-item {
  padding: 20px 0;
}

.how-works.inner-how-works .magnific-area .bg-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-works.inner-how-works .magnific-area .bg-area::before {
  position: absolute;
  content: "";
  background-image: url(../img/popup-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 82%;
  width: 67%;
  z-index: -1;
  animation: stretch 7s linear infinite;
}

.how-works.inner-how-works .magnific-area .popupvideo {
  position: absolute;
}

.how-works.index-3::before {
  position: initial;
}

.how-works.index-3 .cus-mar {
  margin-bottom: -43px;
}

.how-works.index-3 .single-item .icon {
  position: initial;
}

.how-works.index-3 .single-item .icon .iconbg {
  position: relative;
}

.how-works.index-3 .single-item .icon .iconbg span {
  right: 0;
}

.how-works.index-3 .single-item .bottom-icon h5 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.how-works.index4::before {
  display: none;
}

.how-works.index4 .cus-mar {
  margin-bottom: -35px;
}

.how-works.index4 .cus-mar .single-item {
  margin-bottom: 30px;
}

.how-works.index6:before {
  display: none;
}

.how-works.index6 .cus-mar {
  margin-bottom: -45px;
}

.how-works.index7:before {
  display: none;
}

.how-works.index7 .cus-mar {
  margin-bottom: -45px;
}

.how-works.index8 {
  background: var(--body-color);
}

.how-works.index8 .cus-mar {
  margin-bottom: -40px;
}

.how-works.index8 .single-item {
  padding: 30px 55px;
  border: 1px solid transparent;
}

.how-works.index8 .single-item .icon-area {
  margin: 0 auto;
}

.how-works.index8 .single-item h5 {
  text-transform: uppercase;
  margin: 40px 0 30px;
}

.how-works.index8 .single-item:hover,
.how-works.index8 .single-item.active {
  border: 1px solid #c1d9ff;
  border-radius: 20px;
}

.how-works .left-area {
  position: relative;
}

.how-works .left-area img {
  position: absolute;
  left: -40%;
  max-width: 150%;
}

.how-works .wrapper {
  margin-bottom: -40px;
}

.how-works .single-item {
  margin-bottom: 40px;
}

.how-works .single-item .icon {
  position: relative;
}

.how-works .single-item .icon span {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 30px;
  top: 10px;
  background: #e0fff9;
  border-radius: 20px;
  color: #1e266d;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-works .single-item .icon span.second {
  background: #e5dbff;
}

.how-works .single-item .icon span.third {
  background: #e2ffdd;
}

.how-works .single-item .icon .iconbg {
  width: 160px;
  height: 160px;
  background: var(--body-color);
  box-shadow: 0px 8px 12px rgba(37, 60, 120, 0.1);
  border-radius: 80px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-works .single-item .right h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.how-works.works {
  background: #fbfbff;
}

.app-download.inner-app-download {
  background: #392396;
  position: relative;
}

.app-download.inner-app-download .right-area h2,
.app-download.inner-app-download .right-area ul li {
  color: var(--body-color);
}

.app-download.inner-app-download .img-area {
  position: absolute;
  left: 8%;
  bottom: 0;
}

.app-download.inner-app-download .img-area img {
  max-width: 87%;
}

.app-download.inner-app-download .app-market {
  margin-top: 30px;
}

.app-download.index4 .section-header p {
  color: var(--body-color);
}

.app-download.index4 .mockup-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-download.index4 .mockup-area::before {
  content: "";
  position: absolute;
  width: 636px;
  height: 636px;
  background: #4d39a0;
  border-radius: 318px;
  z-index: 0;
}

.app-download.index4 .mockup-area img {
  z-index: 0;
}

.app-download .left-area {
  position: relative;
  left: -45%;
}

.app-download .left-area img {
  max-width: unset;
}

.app-download .right-area .section-header {
  margin-bottom: 25px;
}

.app-download .right-area .feature li {
  display: flex;
  color: #1e266d;
  margin-bottom: 15px;
}

.app-download .right-area .feature li .icon {
  width: 24px;
  height: 24px;
  border: 1px solid #b2b9d3;
  border-radius: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-download .right-area .feature li .nice-select:active,
.app-download .right-area .feature li .nice-select.open,
.app-download .right-area .feature li .nice-select:focus {
  border: none;
}

.app-download .right-area .phone-number {
  padding: 20px;
  background: #f5f7ff;
  border-radius: 50px;
  margin: 40px 0px;
}

.app-download .right-area .phone-number .nice-select {
  border: none;
  background-color: transparent;
  height: 34px;
  padding-left: 25px;
  width: 100px;
}

.app-download .right-area .phone-number .nice-select .current {
  position: relative;
}

.app-download .right-area .phone-number .nice-select .current::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -24px;
  background-image: url(../img/flag-icon.png);
  background-repeat: no-repeat;
}

.app-download .right-area .phone-number .nice-select.nice-select::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #5732c6;
  right: 0;
  width: 100%;
  bottom: 0;
}

.app-download .right-area .phone-number .nice-select.nice-select:after {
  border-bottom: 2px solid #1e266d;
  border-right: 2px solid #1e266d;
  height: 8px;
  right: 2px;
  width: 8px;
}

.app-download .right-area .phone-number input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #8591ba;
  width: 70%;
  padding: 5px 10px 2px 0;
  margin: 0 20px;
}

.app-download .right-area .phone-number input:focus {
  border-bottom: 1px solid #5732c6;
}

.app-download .right-area .app-market a {
  margin-right: 25px;
}

.faqs-section.index3 .section-header p a,
.faqs-section.index8 .section-header p a {
  color: #4727eb;
}

.faqs-section.index3 .accordion-item .accordion-button,
.faqs-section.index8 .accordion-item .accordion-button {
  text-transform: capitalize !important;
}

.faqs-section.index9 .overlay .accordion {
  margin-bottom: -20px;
}

.faqs-section .overlay .wrapper {
  margin-bottom: -20px;
}

.faqs-section .overlay .right {
  margin-bottom: 57px;
}

.faqs-section .overlay .accordion .accordion-item {
  margin: 20px 0px;
}

.faqs-section .overlay .accordion .accordion-item.intro {
  background: #fdfeff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 20px 0px;
}

.faqs-section .overlay .accordion .accordion-item .accordion-collapse {
  border: none;
}

.faqs-section .overlay .accordion .accordion-item h6 {
  background: #fdfeff;
  border: 1px solid #f2f5ff;
  border-radius: 10px;
}

.faqs-section .overlay .accordion .accordion-item h6 .accordion-button {
  border: none;
  padding: 15px 20px 15px 30px;
  background: transparent;
  text-transform: uppercase;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.faqs-section .overlay .accordion .accordion-item h6 .accordion-button::before {
  content: "";
  position: absolute;
  right: 12px;
  width: 30px;
  height: 30px;
  background-color: #f7f6ff;
  border-radius: 24px;
}

.faqs-section
  .overlay
  .accordion
  .accordion-item
  h6
  .accordion-button.collapsed::after {
  background-image: url(../img/plus.png);
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: all ease 0.3s;
}

.faqs-section .overlay .accordion .accordion-item h6 .accordion-button::after {
  position: absolute;
  content: "";
  background-image: url(../img/minus.png);
  background-repeat: no-repeat;
  background-size: initial;
  height: 14px;
  width: 14px;
  right: 20px;
  transform: rotate(180deg);
  transition: all ease 0.3s;
}

.faqs-section
  .overlay
  .accordion
  .accordion-item
  h6
  .accordion-button
  .head-area {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.faqs-section .overlay .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
}

.faqs-section.help-center {
  position: relative;
}

.faqs-section.help-center .section-header h2,
.faqs-section.help-center .section-header p {
  color: var(--body-color);
}

.faqs-section.help-center::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #392396;
  height: 60%;
  top: 0;
  z-index: -1;
}

.faqs-section.help-center .accordion {
  position: relative;
  padding-top: 40px;
}

.faqs-section.help-center .accordion::before {
  position: absolute;
  content: "";
  width: 140%;
  left: -20%;
  background: var(--body-color);
  border-radius: 20px;
  height: 80%;
  top: 0;
  z-index: -1;
}

.faqs-section.help-center-content .accordion {
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  border-radius: 10px;
  padding: 15px 0;
}

.faqs-section.help-center-content .accordion .accordion-item.intro {
  box-shadow: none;
}

.faqs-section.help-center-content
  .accordion
  .accordion-item
  h6
  .accordion-button {
  padding: 10px;
}

.faqs-section.help-center-content
  .accordion
  .accordion-item
  h6
  .accordion-button::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: #ebebff;
  border-radius: 24px;
}

.faqs-section.help-center-content
  .accordion
  .accordion-item
  h6
  .accordion-button
  .icon {
  min-width: 60px;
  min-height: 60px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  border-radius: 70px;
  margin-right: 20px;
}

.faqs-section.help-center-content
  .accordion
  .accordion-item
  h6
  .accordion-button
  .head-area
  .smr {
  text-transform: capitalize;
  display: block;
  margin-top: 10px;
}

.faqs-section.help-center-content
  .accordion
  .accordion-item
  .accordion-body
  .nav-tabs {
  border: none;
  display: grid;
  background: var(--body-color);
  border-color: transparent;
}

.faqs-section.help-center-content
  .accordion
  .accordion-item
  .accordion-body
  .nav-tabs
  li
  .nav-link {
  background: var(--body-color);
  box-shadow: 0px 1px 0px rgba(128, 140, 255, 0.1);
  border: none;
  border: none;
  width: 100%;
  text-align: start;
  margin-bottom: 0;
  border-radius: 5px;
}

.faqs-section.help-center-content
  .accordion
  .accordion-item
  .accordion-body
  .nav-tabs
  li
  .nav-link.active {
  background: #5732c6;
  color: var(--body-color);
}

.faqs-section.help-center-content .tab-content {
  margin-top: -14px;
}

.faqs-section.help-center-content .tab-content .body-content {
  margin-bottom: -20px;
}

.faqs-section.help-center-content .tab-content .body-content li {
  margin-bottom: 20px;
}

.faqs-section.help-center-content .tab-content .body-content li a {
  position: relative;
  color: #1e266d;
  font-weight: bold;
  padding: 20px;
  display: flex;
  align-items: center;
  background: #fdfeff;
  border: 1px solid #dde5ff;
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  border-radius: 10px;
}

.faqs-section.help-center-content .tab-content .body-content li a::after {
  content: "";
  position: absolute;
  background-image: url(../img/index3-overlay.png), url(../img/right-icon-2.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  right: 20px;
}

.faqs-section.help-center-content .tab-content .body-content li a::before {
  content: "";
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #ebebff;
  border-radius: 30px;
}

.faqs-section.main .nav-tabs {
  border: none;
}

.faqs-section.main .nav-tabs .nav-link {
  padding: 10px 20px;
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(203, 202, 255, 0.25);
  border-radius: 26px;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
}

.faqs-section.main .nav-tabs .nav-link.active {
  background: #5732c6;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  color: var(--body-color);
  transition: all 0.3s;
}

.faqs-section.main .tab-content h4 {
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 20px;
}

.call-action {
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
  background-color: #4f4bcb;
}

.call-action .overlay .main-content {
  background-image: url(../img/call-action-circle.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.call-action .overlay .main-content .main {
  background: linear-gradient(180deg, rgba(79, 75, 203, 0.84) 0%, #4f4bcb 100%);
  width: 100%;
  height: 100%;
}

.call-action .overlay .main-content .main .section-header {
  margin-top: -14px;
  margin-bottom: -7px;
}

.call-action .overlay .main-content .main .section-header .cmn-btn {
  background: #00ffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  width: 250px;
  color: #1e266d;
}

.call-action .overlay .main-content .main .section-header h2,
.call-action .overlay .main-content .main .section-header p {
  color: var(--body-color);
}

.call-action .overlay .main-content .main .section-header p {
  margin: 0 15%;
  padding: 10px 0 30px;
}

.features-inner {
  position: relative;
}

.features-inner .left-area img {
  left: 0%;
  position: absolute;
  max-width: unset;
}

.features-inner .right-area {
  width: 100%;
  margin-bottom: -20px;
}

.features-inner ul li a {
  padding: 10px 10px 10px 30px;
  border: 1px solid #bcb4cf;
  border-radius: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #1e266d;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.features-inner ul li a .img-area {
  background: var(--body-color);
  box-shadow: 0px 0px 5px rgba(158, 161, 189, 0.25);
  border-radius: 70px;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-inner ul li a:hover {
  box-shadow: 0px 1px 24px rgba(40, 30, 103, 0.2);
  transition: all 0.3s;
  border-color: transparent;
}

.features-inner.index11 .section-header h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.features-inner.index11 .section-illu img {
  max-width: unset;
  position: absolute;
  right: 0;
}

.call-action-inner {
  background-image: url(../img/call-action-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.call-action-inner.second {
  background-image: url(../img/call-action-second-bg.png);
}

.call-action-inner.second .section-header h2 {
  color: var(--body-color);
  margin-bottom: 0;
}

.call-action-inner.second .section-header h2 span {
  color: #ffc39c;
}

.call-action-inner.second .section-header h2 img {
  margin-right: 15px;
}

.call-action-inner.second .bottom-area {
  padding: 78px 50px 60px;
}

.call-action-inner.second .bottom-area h4 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.call-action-inner.second .bottom-area .right-area .single {
  padding: 30px 0;
  height: 145px;
  width: 130px;
  background: #e8f0ff;
  box-shadow: 0px 12px 20px rgba(156, 173, 202, 0.5);
  border-radius: 5px;
  text-align: center;
}

.call-action-inner.second .bottom-area .right-area .single.one {
  margin-top: -20px;
}

.call-action-inner.second .bottom-area .right-area .single.two {
  background: #7605c6;
  box-shadow: 0px 12px 20px rgba(59, 2, 99, 0.5);
  margin-left: -20px;
  margin-top: 70px;
}

.call-action-inner.second .bottom-area .right-area .single.two h3,
.call-action-inner.second .bottom-area .right-area .single.two p {
  color: var(--body-color);
}

.call-action-inner.second .bottom-area .right-area .single.three {
  background: #9e2b03;
  box-shadow: 0px 12px 20px rgba(94, 30, 8, 0.5);
  margin-left: -20px;
  margin-top: 20px;
}

.call-action-inner.second .bottom-area .right-area .single.three h3,
.call-action-inner.second .bottom-area .right-area .single.three p {
  color: var(--body-color);
}

.call-action-inner.third {
  background-image: url(../img/call-action-third-bg.png);
  background-size: auto;
}

.call-action-inner.third .section-header h3,
.call-action-inner.third .section-header p {
  color: var(--body-color);
}

.call-action-inner.third .section-header h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.call-action-inner.third .bottom-area p {
  font-weight: bold;
}

.call-action-inner.third .bottom-area a {
  margin-top: 40px;
  width: 250px;
}

.call-action-inner .section-header h3 {
  text-transform: uppercase;
  color: var(--body-color);
}

.call-action-inner .bottom-area {
  background-color: var(--body-color);
  box-shadow: 0px 1px 24px rgba(53, 75, 130, 0.15);
  border-radius: 30px;
  padding: 80px 0;
  background-image: url(../img/call-action-content-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.call-action-inner .bottom-area ul {
  margin-bottom: -20px;
  column-count: 2;
}

.call-action-inner .bottom-area ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.call-action-inner .bottom-area ul li .icon {
  width: 24px;
  height: 24px;
  border: 1px solid #b2b9d3;
  border-radius: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-action-inner .bottom-area .btn-area {
  margin-top: 40px;
}

.call-action-inner.index4 {
  background-image: url(../img/call-action-index4-bg.png);
}

.call-action-inner.index4 .bottom-area {
  padding: 60px 0;
}

.call-action-inner.index4 .bottom-area h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.call-action-inner.index4 .bottom-area .cmn-btn {
  margin: 0 15px;
}

.call-action-inner.index4 .bottom-area .create {
  width: 240px;
}

.call-action-inner.index4 .bottom-area .get {
  border: 1px solid #d3deff;
  background: transparent;
  color: #1e266d;
}

.call-action-inner.index8 {
  background-image: url(../img/call-action-bg-index8.png);
}

.call-action-inner.index8 .section-header .title {
  color: var(--body-color);
  margin-bottom: -15px;
  margin-top: -15px;
}

.call-action-inner.index8 .bottom-area {
  padding: 60px 0;
  position: relative;
}

.call-action-inner.index8 .bottom-area .icon-area img {
  position: absolute;
  bottom: 12px;
}

.call-action-inner.index8 .bottom-area .icon-area .icon-1 {
  left: 5%;
}

.call-action-inner.index8 .bottom-area .icon-area .icon-2 {
  right: 5%;
}

.call-action-inner.index8 .bottom-area h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.call-action-inner.index8 .bottom-area .cmn-btn {
  width: 240px;
}

.call-action-inner.index9.third .cmn-btn {
  width: 170px;
}

.call-action-inner.about-us {
  background-image: unset;
  position: relative;
}

.call-action-inner.about-us::before {
  position: absolute;
  content: "";
  background-color: #392396;
  width: 100%;
  height: 75%;
  top: 0;
  z-index: -1;
}

.call-action-inner.about-us .section-header h2 {
  text-transform: uppercase;
  color: var(--body-color);
}

.call-action-inner.about-us .cus-mar {
  margin-bottom: -20px;
}

.call-action-inner.about-us .cus-mar .single-item {
  margin-bottom: 30px;
}

.call-action-inner.about-us .cus-mar .single-item .icon {
  margin: 0 auto;
}

.call-action-inner.about-us .cus-mar .single-item h6 {
  margin-top: 20px;
  text-transform: uppercase;
}

.call-action-inner.careers {
  background-image: url(../img/careers-bg.png);
  background-repeat: no-repeat;
}

.call-action-inner.careers h2 {
  color: var(--body-color);
}

.call-action-inner.careers .bottom-area h4 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.call-action-inner.careers .bottom-area .cmn-btn {
  width: 240px;
}

.testimonials-inner .left-area {
  direction: rtl;
}

.testimonials-inner .left-area img {
  max-width: 160%;
}

.testimonials-inner h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.testimonials-inner ul a i {
  color: #5732c6;
  font-size: 24px;
}

.testimonials-inner .star-area {
  margin: 40px 0 20px;
}

.testimonials-inner .name-location h6 {
  margin-right: 10px;
}

.security-section .left-area ul li {
  display: flex;
  color: #1e266d;
  margin-bottom: 15px;
}

.security-section .left-area ul li:last-child {
  margin-bottom: 0;
}

.security-section .left-area ul li .icon {
  width: 24px;
  height: 24px;
  border: 1px solid #b2b9d3;
  border-radius: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatinit-section {
  background-image: url(../img/what-init-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.whatinit-section .section-header h3,
.whatinit-section .section-header p {
  color: var(--body-color);
}

.whatinit-section .bottom-content {
  position: relative;
  z-index: 0;
  padding-top: 60px;
}

.whatinit-section .bottom-content::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 100%;
  top: 0;
  background: var(--body-color);
  box-shadow: 0px 1px 24px rgba(183, 199, 255, 0.2);
  border-radius: 20px;
  z-index: -1;
  left: -5%;
}

.whatinit-section .bottom-content .cus-mar {
  margin-bottom: -40px;
}

.whatinit-section .bottom-content .single-item {
  margin-bottom: 40px;
}

.whatinit-section .bottom-area h5 {
  margin: 30px 0 20px;
}

.features-index3 .wrapper {
  margin-bottom: -63px;
}

.features-index3 .single-item {
  margin-bottom: 60px;
}

.features-index3 .single-item .icon {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--body-color);
  box-shadow: 0px 8px 24px 2px rgba(131, 164, 246, 0.15);
  border-radius: 65px;
  margin: 0 auto;
}

.features-index3 .single-item h5 {
  text-transform: uppercase;
  margin: 30px 0 20px;
}

.features-index3.what-we-offer {
  background: #fbfbff;
}

.testimonials-index3.index4 {
  background-image: url(../img/dot-map.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.testimonials-index3.index4 .testimonials-carousel-index4 {
  margin-bottom: -20px;
}

.testimonials-index3.index4 .single-item .profile {
  margin-top: 30px;
  border-top: 1px solid #cbd2d7;
  padding-top: 30px;
}

.testimonials-index3.index4 .single-item .profile .left {
  background-color: #d9c7c7;
}

.testimonials-index3.index4 .single-item .profile .right p {
  color: #4a507e;
}

.testimonials-index3 .testimonials-carousel-two {
  margin-bottom: -20px;
}

.testimonials-index3 .single-item {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 1px 24px rgba(53, 75, 130, 0.15);
  border-radius: 10px;
  margin: 20px 15px;
}

.testimonials-index3 .single-item ul i {
  color: #5732c6;
  font-size: 24px;
}

.testimonials-index3 .single-item h5 {
  margin: 30px 0 20px;
}

.testimonials-index3 .single-item .profile {
  margin-top: 40px;
}

.testimonials-index3 .single-item .profile .left {
  background: #8fbc87;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonials-index3 .single-item .profile .left img {
  border-radius: 50%;
}

.testimonials-index3 .single-item .profile .right h6 {
  text-transform: uppercase;
}

.testimonials-index3 .single-item .profile .right p {
  color: #4727eb;
  margin-top: 10px;
}

.testimonials-index3.reviews .cus-mar {
  margin-bottom: -25px;
}

.testimonials-index3.reviews .single-item {
  margin: 0;
  margin-bottom: 25px;
}

@keyframes comunity {
  0% {
    transform: translateY(100%);
    opacity: 1;
  }
  50% {
    transform: translateY(0);
    opacity: 0.9;
  }
  99.99% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.comunity-section {
  position: relative;
}

.comunity-section::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #392396;
  height: 50%;
  top: 0;
  z-index: -1;
}

.comunity-section .comunity-wrapper {
  align-items: center;
  justify-content: center;
  min-height: 550px;
  position: relative;
  border-radius: 10px;
  background: var(--body-color);
  overflow: hidden;
  display: flex;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
}

.comunity-section .comunity-wrapper .comunity-area {
  border-radius: 20px;
  background-color: var(--body-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: comunity 30s linear infinite;
}

.comunity-section .comunity-wrapper .comunity-area.three {
  top: 100%;
}

.comunity-section .comunity-wrapper .comunity-area.two {
  top: -100%;
}

.comunity-section .comunity-wrapper .comunity-area .comunity-item {
  position: absolute;
}

.comunity-section .comunity-wrapper .comunity-area .comunity-item img {
  width: 100%;
  border-radius: 50%;
}

.comunity-section .section-header h2,
.comunity-section .section-header p {
  color: var(--body-color);
}

.comunity-section .comunity-item:nth-child(1) {
  width: 141px;
  height: 141px;
  opacity: 0.8;
  left: calc(50% + 255px);
  top: 350px;
}

.comunity-section .comunity-item:nth-child(2) {
  width: 63px;
  height: 63px;
  opacity: 0.4;
  left: calc(50% + 465px);
  top: 260px;
}

.comunity-section .comunity-item:nth-child(3) {
  width: 64px;
  height: 64px;
  opacity: 0.5;
  left: calc(50% + 53px);
  top: 340px;
}

.comunity-section .comunity-item:nth-child(4) {
  width: 42px;
  height: 42px;
  opacity: 0.5;
  left: calc(50% + 177px);
  top: 290px;
}

.comunity-section .comunity-item:nth-child(5) {
  width: 42px;
  height: 42px;
  opacity: 0.5;
  left: calc(5%);
  top: 290px;
}

.comunity-section .comunity-item:nth-child(6) {
  width: 42px;
  height: 42px;
  opacity: 0.5;
  left: calc(50% + 390px);
  top: 158px;
}

.comunity-section .comunity-item:nth-child(7) {
  width: 65px;
  height: 65px;
  opacity: 0.5;
  left: calc(50% + 460px);
  top: 70px;
}

.comunity-section .comunity-item:nth-child(8) {
  width: 65px;
  height: 65px;
  opacity: 0.3;
  right: calc(50% + 120px);
  top: 387px;
}

.comunity-section .comunity-item:nth-child(9) {
  width: 65px;
  height: 65px;
  opacity: 0.5;
  right: calc(50% + 345px);
  top: 362px;
}

.comunity-section .comunity-item:nth-child(10) {
  width: 105px;
  height: 105px;
  opacity: 0.5;
  right: calc(50% + 210px);
  top: 265px;
}

.comunity-section .comunity-item:nth-child(11) {
  width: 45px;
  height: 45px;
  opacity: 0.3;
  right: calc(50% + 87px);
  top: 278px;
}

.comunity-section .comunity-item:nth-child(12) {
  width: 68px;
  height: 68px;
  opacity: 0.2;
  left: calc(50% - 15px);
  top: 210px;
}

.comunity-section .comunity-item:nth-child(13) {
  width: 68px;
  height: 68px;
  opacity: 0.65;
  left: calc(50% + 170px);
  top: 90px;
}

.comunity-section .comunity-item:nth-child(14) {
  width: 68px;
  height: 68px;
  opacity: 0.65;
  left: calc(5%);
  top: 90px;
}

.comunity-section .comunity-item:nth-child(15) {
  width: 43px;
  height: 43px;
  opacity: 0.5;
  left: calc(50% + 65px);
  top: 70px;
}

.comunity-section .comunity-item:nth-child(16) {
  width: 49px;
  height: 49px;
  opacity: 0.4;
  right: calc(50% + 475px);
  top: 450px;
}

.comunity-section .comunity-item:nth-child(17) {
  width: 49px;
  height: 49px;
  opacity: 0.4;
  right: calc(50% + 390px);
  top: 256px;
}

.comunity-section .comunity-item:nth-child(18) {
  width: 45px;
  height: 45px;
  opacity: 0.5;
  right: calc(50% + 265px);
  top: 130px;
}

.comunity-section .comunity-item:nth-child(19) {
  width: 75px;
  height: 75px;
  opacity: 0.2;
  right: calc(50% + 213px);
  top: 133px;
}

.comunity-section .comunity-item:nth-child(20) {
  width: 110px;
  height: 110px;
  opacity: 0.3;
  right: calc(50% - 16px);
  top: 10px;
}

.comunity-section .comunity-item:nth-child(21) {
  width: 146px;
  height: 146px;
  opacity: 0.3;
  right: calc(50% + 375px);
  top: 86px;
}

.features-index4 .single-item {
  background: var(--body-color);
  border: 1px solid #e2e2fb;
  border-radius: 10px;
  padding: 40px 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.features-index4 .single-item:hover::before {
  bottom: 0;
  left: 0;
  visibility: visible;
  transition: all 0.5s;
}

.features-index4 .single-item:hover h6 {
  color: var(--body-color);
}

.features-index4 .single-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5732c6;
  bottom: -300px;
  left: 0;
  visibility: hidden;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.5s;
}

.features-index4 .single-item .icon {
  background: #f8f8ff;
  box-shadow: 0px 2px 12px rgba(77, 92, 231, 0.25);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.features-index4 .single-item h6 {
  text-transform: uppercase;
}

.features-index4.index8 {
  background: #392396;
}

.features-index4.index8 .section-header h2,
.features-index4.index8 .section-header p {
  color: var(--body-color);
}

.features-index4.index8 .single-item {
  background: transparent;
  border: 1px solid #5732c6;
}

.features-index4.index8 .single-item h6 {
  color: var(--body-color);
}

.market-solutions {
  background: #392396;
}

.market-solutions .cus-mar {
  margin-bottom: 80px;
}

.market-solutions .section-header {
  margin-bottom: 0;
  margin-top: 25px;
}

.market-solutions .section-header h2,
.market-solutions .section-header p {
  color: var(--body-color);
}

.market-solutions .section-header .cmn-btn {
  width: 220px;
  margin-top: 50px;
}

.market-solutions .single-item {
  padding: 60px 30px;
  background: var(--body-color);
  border-radius: 10px;
}

.market-solutions .single-item .iconbg {
  background: #fbfaff;
  border: 1px solid #dbd2ff;
  border-radius: 70px;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.market-solutions .single-item .bottom h5 {
  text-transform: uppercase;
  margin-top: 30px;
}

.market-solutions .market-carousel .slick-prev {
  left: 60px;
  z-index: 2;
}

.market-solutions .market-carousel .slick-next {
  right: 60px;
}

.market-solutions .market-carousel .slick-arrow {
  position: absolute;
  outline: none;
  transition: all 0.5s;
  bottom: -80px;
  width: 40px;
  height: 40px;
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(105, 119, 168, 0.1);
  border-radius: 20px;
  z-index: 1;
}

.market-solutions .market-carousel .slick-arrow i {
  color: #1e266d;
  line-height: 2.5;
}

.market-solutions .market-carousel .slick-arrow:hover {
  background: #5732c6;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.market-solutions .market-carousel .slick-arrow:hover i {
  color: var(--body-color);
}

.market-solutions .market-carousel .section-dots {
  text-align: center;
  position: absolute;
  left: calc(50% - 70px);
  bottom: -70px;
  display: flex;
  align-items: center;
}

.market-solutions .market-carousel .section-dots li {
  margin: 0 5px;
  display: inline-block;
  list-style: none;
}

.market-solutions .market-carousel .section-dots li.slick-active .dot {
  background-color: var(--body-color);
  width: 16px;
  height: 16px;
}

.market-solutions .market-carousel .section-dots li .dot {
  display: block;
  width: 12px;
  height: 12px;
  background: #826ed3;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}

.market-solutions .market-carousel .section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}

.buy-sell .bottom-item {
  margin-bottom: -24px;
}

.buy-sell .single-item {
  margin-bottom: 20px;
}

.buy-sell .single-item .icon {
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(40, 61, 136, 0.1);
  border-radius: 60px;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy-sell .single-item h5 {
  text-transform: uppercase;
}

.buy-crypto {
  background-color: #392396;
}

.buy-crypto .section-header {
  margin-bottom: -7px;
}

.buy-crypto .section-header h2,
.buy-crypto .section-header p {
  color: var(--body-color);
}

.buy-crypto .section-header .cmn-btn {
  margin-top: 40px;
}

.business-commercial .img-area {
  left: -50%;
  position: relative;
}

.business-commercial .img-area img {
  max-width: unset;
}

.business-commercial .section {
  margin-bottom: -20px;
}

.business-commercial .section p {
  margin-bottom: 20px;
}

.what-you-need {
  background: #fbfbff;
}

.what-you-need .content-area h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.what-you-need .content-area ul li {
  display: -webkit-box;
  align-items: center;
  margin-bottom: 15px;
  width: 90%;
}

.what-you-need .content-area ul li .icon {
  width: 24px;
  height: 24px;
  border: 1px solid #b2b9d3;
  background: #5a40c7;
  border-radius: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-you-need .main-content {
  margin-bottom: -60px;
}

.what-you-need .main-content .row {
  margin-bottom: 60px;
}

.what-you-need.index10 {
  background-color: var(--body-color);
}

.what-you-need.index10 .content-area h2 {
  text-transform: uppercase;
  margin-bottom: 17px;
}

.what-you-need.index10 .content-area ul {
  margin-top: 28px;
}

.what-you-need.index10 .content-area .app-market {
  margin-top: 27px;
}

.what-you-need.index10 .content-area .app-market a {
  margin-right: 30px;
}

.pricing-section .payment-methods {
  border: 1px solid #d6d6ff;
  border-radius: 10px;
  padding: 30px;
}

.pricing-section .payment-methods .table thead {
  background-color: #f6f6ff;
}

.pricing-section .payment-methods .table thead span {
  text-transform: uppercase;
  color: #1e266d;
  padding: 5px;
  font-weight: bold;
}

.pricing-section .payment-methods .table tbody tr {
  box-shadow: 0px 1px 0px rgba(200, 199, 255, 0.25);
}

.pricing-section .payment-methods .table tbody tr td {
  text-align: center;
}

.pricing-section .payment-methods .table tbody tr th,
.pricing-section .payment-methods .table tbody tr td {
  font-weight: normal;
  color: #1e266d;
  padding: 12px;
}

.pricing-section .payment-methods .cmn-btn {
  width: 230px;
  margin-top: 40px;
}

.pricing-section .personal-approach {
  padding: 60px 30px;
  background: #f2fbff;
  border: 1px solid #d6d6ff;
  border-radius: 20px;
}

.pricing-section .personal-approach p {
  padding: 30px 0 40px;
  width: 70%;
  margin: 0 auto;
}

.pricing-section .personal-approach a {
  width: 230px;
  background: transparent;
  color: #1e266d;
  border: 1px solid #5732c6;
  box-shadow: none;
}

.get-started-section {
  background: #392396;
}

.get-started-section .cmn-btn {
  width: 190px;
  margin-top: 20px;
}

.get-started-section h2,
.get-started-section p {
  color: var(--body-color);
}

.get-started-section.index9 .section-header {
  margin-bottom: -6px;
}

.get-started-section.index9 .cmn-btn {
  margin-top: 60px;
}

.get-started-section.index11 .section-header {
  margin-bottom: -6px;
}

.get-started-section.index11 .cmn-btn {
  margin-top: 40px;
  width: 215px;
}

.get-started-section.about-us {
  position: relative;
}

.get-started-section.about-us .section-header {
  margin-bottom: 0;
}

.get-started-section.about-us .section-header .cmn-btn {
  width: 250px;
  margin-top: 30px;
  margin-bottom: -7px;
}

.get-started-section.about-us .img-area img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.our-mission {
  position: relative;
}

.our-mission .section-header {
  margin-bottom: 0;
}

.our-mission .section-header .cmn-btn {
  width: 250px;
  margin-top: 30px;
  margin-bottom: -7px;
}

.our-mission .img-area img {
  max-width: unset;
}

.start-earning .main-content {
  margin: -15px 0 -6px;
}

.start-earning .cmn-btn {
  width: 210px;
  margin-top: 40px;
}

.benefits-section .top-wrapper {
  margin-bottom: -30px;
}

.benefits-section .single-item {
  padding: 60px 30px;
  border: 1px solid #c1d9ff;
  border-radius: 20px;
  margin-bottom: 30px;
}

.benefits-section .single-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: #f8f8ff;
  box-shadow: 0px 2px 12px rgba(77, 92, 231, 0.25);
  border-radius: 50px;
}

.benefits-section .single-item h6 {
  text-transform: uppercase;
  margin-top: 30px;
}

.pricing-plan .wrapper {
  margin-bottom: -30px;
}

.pricing-plan .pricing-block {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
}

.pricing-plan .pricing-block h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pricing-plan .pricing-block .head-area {
  border-bottom: 1px solid #b0c3e1;
  margin: 30px 60px 40px;
  padding-bottom: 10px;
}

.pricing-plan .pricing-block ul {
  margin-top: 40px;
}

.pricing-plan .pricing-block ul li {
  border-bottom: 1px solid #b0c3e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #1e266d;
}

.pricing-plan .price-box {
  background: #f4f7ff;
  border: 1px solid #d3cfff;
  padding: 20px;
  border-radius: 20px;
  margin-top: 40px;
}

.pricing-plan .price-box p {
  color: #4727eb;
}

.pricing-plan .price-box h4 {
  text-transform: uppercase;
  margin: 15px 0;
}

.pricing-plan .price-box span {
  color: #1e266d;
}

.team-member .cus-mar {
  margin-bottom: -30px;
}

.team-member .cus-mar .single-item {
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(100, 114, 150, 0.25);
  border-radius: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.team-member .cus-mar .single-item img {
  border-radius: 20px;
  padding: 15px;
  width: 100%;
}

.team-member .cus-mar .single-item .text-area {
  padding: 20px 0 30px;
}

.team-member .cus-mar .single-item .text-area a {
  display: block;
}

.team-member .cus-mar .single-item .text-area h6 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.awards-section .section-header {
  margin-top: -10px;
}

.awards-section .section-header h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.awards-section .cus-mar {
  margin-bottom: -20px;
}

.awards-section .single-item {
  background: #faf9fc;
  padding: 20px;
  margin-bottom: 20px;
}

.awards-section .single-item .img-area {
  margin-right: 30px;
}

.awards-section .single-item .text-area h3 {
  color: #5732c6;
}

.awards-section .single-item .text-area h5 {
  text-transform: uppercase;
  margin: 30px 0 20px;
}

.growing-team .overlay {
  background-color: #392396;
  background-image: url(../img/team-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.growing-team .section {
  margin: -10px 0 -6px;
}

.growing-team .section h3 {
  text-transform: uppercase;
  color: var(--body-color);
  margin-bottom: 55px;
}

.growing-team .section a {
  width: 240px;
  color: #1e266d;
  background-color: #00ffff;
}

.benefit-section {
  position: relative;
}

.benefit-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  background-color: #392396;
  top: 0;
  z-index: -1;
}

.benefit-section .section-header h2,
.benefit-section .section-header p {
  color: var(--body-color);
}

.benefit-section .top-wrapper {
  position: relative;
  padding-top: 60px;
  margin-bottom: -63px;
}

.benefit-section .top-wrapper::before {
  content: "";
  position: absolute;
  width: 110%;
  left: -5%;
  height: 100%;
  background-color: var(--body-color);
  border-radius: 10px;
  top: 0;
  z-index: -1;
}

.benefit-section .top-wrapper .single-item {
  margin-bottom: 60px;
}

.benefit-section .top-wrapper .single-item h6 {
  text-transform: uppercase;
  margin: 30px 0 20px;
}

.testimonials-careers .img-area {
  position: relative;
}

.testimonials-careers .img-area .title-area {
  position: absolute;
  bottom: 0;
  right: 15%;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(87, 50, 198, 0.2);
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
}

.testimonials-careers .img-area .title-area h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonials-careers .img-area .title-area p {
  color: #4727eb;
}

.testimonials-careers .section h5 {
  color: #4727eb;
}

.testimonials-careers .section h4 {
  margin: 30px 0 20px;
}

.testimonials-careers .section a {
  margin-top: 35px;
  width: 190px;
}

.open-positions {
  background-color: #faf9fc;
}

.open-positions .title-area {
  margin-top: -13px;
}

.open-positions .nav-tabs {
  border: none;
}

.open-positions .nav-tabs .nav-link {
  padding: 10px 20px;
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(203, 202, 255, 0.25);
  border-radius: 26px;
  margin-left: 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
}

.open-positions .nav-tabs .nav-link.active {
  background: #5732c6;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  color: var(--body-color);
  transition: all 0.3s;
}

.open-positions .tab-content {
  margin-top: 55px;
  margin-bottom: -30px;
}

.open-positions .tab-content .single-item {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(203, 202, 255, 0.25);
  border-radius: 10px;
  margin-bottom: 30px;
}

.open-positions .tab-content .single-item h5 {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.open-positions .tab-content .single-item .bottom-area {
  border-top: 1px solid #b7bbe4;
  padding-top: 30px;
  margin-top: 30px;
}

.open-positions .tab-content .single-item .bottom-area .left-bottom .date {
  border-left: 1px solid #b7bbe4;
  margin-left: 20px;
  padding-left: 20px;
}

.open-positions .tab-content .single-item .bottom-area .right-bottom a {
  background: transparent;
  color: #1e266d;
  border: 1px solid #b49bff;
  box-shadow: none;
  border-radius: 30px;
  padding: 10px 15px;
}

.send-resume .section-header {
  margin-bottom: -7px;
}

.send-resume .section-header p {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.send-resume .modal-header button:focus {
  border: none;
  box-shadow: none;
}

.apply-now .main-content {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(203, 202, 255, 0.25);
  border-radius: 30px;
  padding: 60px 30px;
}

.apply-now .main-content h2 {
  margin-bottom: 60px;
  margin-top: -13px;
}

.apply-now .main-content .form .top-area {
  margin-bottom: 5px;
}

.apply-now .main-content .form .single-input {
  border: 1px solid #acb1c8;
  border-radius: 10px;
  margin-bottom: 30px;
}

.apply-now .main-content .form .input-control {
  position: relative;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
}

.apply-now .main-content .form .input-label {
  position: absolute;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  left: 1rem;
  top: 0.75rem;
  padding: 0 0.25rem;
  background: var(--body-color);
  transition: all 0.3s ease;
}

.apply-now .main-content .form .input-field {
  font-size: 18px;
  border: 1px solid transparent;
  color: #000000;
  font-weight: bold;
  background: transparent;
  transition: all 0.3s ease;
}

.apply-now .main-content .form .input-field::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}

.apply-now .main-content .form .input-field:focus + .input-label {
  font-size: 0.9rem;
  font-weight: 500;
  top: -0.75rem;
  left: 1rem;
  z-index: 5;
  color: #000000;
}

.apply-now
  .main-content
  .form
  .input-field:not(:placeholder-shown).input-field:not(:focus)
  + .input-label {
  font-size: 0.9rem;
  font-weight: 500;
  top: -0.75rem;
  left: 1rem;
  z-index: 5;
}

.apply-now .main-content .upload-req {
  margin-bottom: 40px;
}

.apply-now .main-content .upload-req label {
  display: block;
  cursor: pointer;
}

.apply-now .main-content .upload-req label span {
  color: #4727eb;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.apply-now .main-content .upload-req input {
  display: none;
}

.browse-by-category .top-wrapper {
  margin-bottom: -30px;
}

.browse-by-category .single-item {
  border: 1px solid #eaeeff;
  padding: 60px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.browse-by-category .single-item:hover {
  border: 1px solid #7633ff;
  transition: all 0.3s;
}

.browse-by-category .single-item .icon {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  border-radius: 70px;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.browse-by-category .single-item h5 {
  margin: 30px 0 20px;
  text-transform: uppercase;
}

.need-to-contact {
  background: #faf9fc;
}

.need-to-contact .section-header {
  margin-bottom: -7px;
}

.need-to-contact .cmn-btn {
  margin-top: 60px;
}

.create-account .top-wrapper {
  margin-top: -10px;
}

.create-account h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.create-account p {
  margin-bottom: 20px;
}

.create-account ul {
  margin: 40px 0 25px;
}

.create-account ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.create-account ul li img {
  margin-right: 10px;
}

.create-account h5 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 40px;
}

.create-account .note {
  margin: 30px 0 40px;
}

.create-account .note li {
  position: relative;
  margin-left: 20px;
}

.create-account .note li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -19px;
  top: 7px;
  background: #5732c6;
  border-radius: 5px;
}

.create-account .like-dislike {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
}

.create-account .like-dislike .border-area {
  margin-right: 30px;
  border-right: 1px solid #dddddd;
  padding-right: 30px;
}

.privacy-content .top-wrapper {
  margin-top: -7px;
  margin-bottom: -7px;
}

.privacy-content .top-wrapper h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.privacy-content .top-wrapper p {
  margin-bottom: 30px;
}

.privacy-content .top-wrapper ul {
  margin-bottom: 20px;
}

.privacy-content .top-wrapper ul li {
  margin-bottom: 10px;
}

.privacy-content .safe-data {
  margin: 55px 0;
}

.privacy-content .safe-data ul {
  list-style-type: decimal;
  margin-left: 18px;
}

.privacy-content .safe-data ul li {
  padding-left: 15px;
}

.privacy-content .safe-data ul li::marker {
  font-weight: bold;
}

.privacy-content.terms .safe-data {
  margin-bottom: -23px;
}

.supported-countries h2 {
  text-align: center;
  margin-top: -14px;
  text-transform: uppercase;
}

.supported-countries ul {
  margin-top: 55px;
  column-count: 4;
}

.supported-countries ul li {
  padding: 20px;
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(133, 146, 194, 0.2);
  border-radius: 10px;
  margin-bottom: 30px;
}

.supported-countries .btn-area {
  margin-top: 60px;
}

.supported-countries a {
  padding: 15px 30px;
  border: 1px solid #b6b6c4;
  border-radius: 35px;
  color: #1e266d;
  text-transform: uppercase;
}

.fees-content .nav-tabs {
  display: grid;
  padding: 20px;
  border: 1px solid #ced1de;
  border-radius: 20px;
}

.fees-content .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.3s;
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  padding: 10px 20px;
}

.fees-content .nav-tabs .nav-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  border-radius: 40px;
  margin-right: 20px;
  border: 1px solid #d6c6fa;
  background-color: var(--body-color);
}

.fees-content .nav-tabs .nav-link .title-area {
  text-transform: uppercase;
  display: block;
  font-family: var(--body-alt-font);
  font-weight: bold;
  text-align: start;
}

.fees-content .nav-tabs .nav-link.active,
.fees-content .nav-tabs .nav-link:hover {
  background: #5732c6;
  box-shadow: 0px 4px 12px rgba(13, 15, 58, 0.15);
}

.fees-content .nav-tabs .nav-link.active .title-area,
.fees-content .nav-tabs .nav-link:hover .title-area {
  color: var(--body-color);
}

.fees-content .tab-content h5 {
  text-transform: uppercase;
}

.fees-content .tab-content .single-item {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 3px 12px rgba(105, 119, 168, 0.15);
  border-radius: 20px;
  margin-bottom: 30px;
}

.fees-content .tab-content .single-item .icon-area {
  border-top: 1px solid #bdc2d3;
  padding-top: 20px;
  margin-top: 20px;
}

.fees-content .tab-content .single-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(180, 182, 202, 0.25);
  border-radius: 10px;
  margin-right: 15px;
}

.fees-content .tab-content .single-item .text-area {
  background-color: #5732c6;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 10px;
}

.fees-content .tab-content .single-item .text-area h6 {
  text-transform: uppercase;
  color: var(--body-color);
  border-radius: 10px;
}

.fees-content .tab-content .create-account {
  margin-top: 40px;
}

.fees-content .tab-content .create-account .cmn-btn {
  width: 240px;
  margin-top: 15px;
}

.fees-content .tab-content .withdraw-area .single-item h5 {
  margin-bottom: 40px;
}

.fees-content .tab-content .withdraw-area .single {
  padding: 10px;
  background: var(--body-color);
  border: 1px solid #ced1de;
  border-radius: 10px;
  margin-bottom: 20px;
}

.fees-content .tab-content .withdraw-area .single .icon-area {
  border: none;
  padding: 0;
  margin: 0;
}

.fees-content .tab-content .withdraw-area .single .icon-area h6 {
  text-transform: uppercase;
}

.fees-content .tab-content .withdraw-area .single:last-child {
  margin-bottom: 0;
}

.fees-content .tab-content .account-area .single-item h5 {
  margin-bottom: 40px;
}

.fees-content .tab-content .account-area .single-item .right-single {
  padding: 20px;
  background: var(--body-color);
  border: 1px solid #ced1de;
  border-radius: 10px;
  width: 40%;
  margin-left: 15px;
  text-align: center;
}

.fees-content .tab-content .account-area .single-item .right-single .smr {
  font-weight: 800;
  margin-bottom: 20px;
}

.fees-content .tab-content .account-area .single-item .right-single .text-area {
  display: inherit;
  padding: 13px 0;
}

.fees-content .tab-content .account-area .single-item .single {
  padding: 20px;
  background: var(--body-color);
  border: 1px solid #ced1de;
  border-radius: 10px;
}

.fees-content .tab-content .account-area .single-item .single .left-head {
  width: 30%;
  text-transform: uppercase;
}

.fees-content .tab-content .account-area .create-account p a {
  color: #5732c6;
}

.fees-content .tab-content .send-receive-money h4 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.fees-content .tab-content .send-receive-money .single-item {
  box-shadow: none;
  padding: 0;
}

.fees-content .tab-content .send-receive-money .single-item .single {
  padding: 30px;
  background: var(--body-color);
  border: 1px solid #ced1de;
  border-radius: 10px;
  margin-bottom: 20px;
}

.fees-content .tab-content .send-receive-money .single-item .single:last-child {
  margin-bottom: 0;
}

.fees-content .tab-content .send-receive-money .single-item .single .left-area {
  width: 70%;
}

.fees-content
  .tab-content
  .send-receive-money
  .single-item
  .single
  .left-area
  h5 {
  margin-bottom: 15px;
}

.fees-content .tab-content .send-receive-money .single-item .single .text-area {
  text-align: center;
  justify-content: center;
  padding: 0;
  min-width: 120px;
}

.fees-content .tab-content .send-receive-money .single-item.local-trans {
  margin-top: 80px;
}

.fees-content .tab-content .currency-conversion .create-account {
  margin-top: 0;
}

.fees-content .tab-content .currency-conversion h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.fees-content .tab-content .prepaid-card ul {
  margin: 30px 0 25px;
}

.fees-content .tab-content .buy-sell h4 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.fees-content .tab-content .buy-sell .table {
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  margin-bottom: 1px;
}

.fees-content .tab-content .buy-sell .table thead {
  background: #262b64;
}

.fees-content .tab-content .buy-sell .table thead th {
  color: var(--body-color);
}

.fees-content .tab-content .buy-sell .table th,
.fees-content .tab-content .buy-sell .table tr,
.fees-content .tab-content .buy-sell .table td {
  padding: 20px;
  font-weight: 400;
}

.fees-content .tab-content .buy-sell .table tbody {
  border-left: 1px solid rgba(105, 119, 168, 0.1);
}

.fees-content .tab-content .buy-sell .table tbody tr {
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  background-color: var(--body-color);
}

.fees-content .tab-content .buy-sell .table tbody tr th,
.fees-content .tab-content .buy-sell .table tbody tr td {
  color: #1e266d;
}

.fees-content .tab-content .buy-sell .create-account p a {
  color: #5732c6;
}

.fees-content .tab-content .buy-sell.administration table {
  border: 1px solid rgba(105, 119, 168, 0.1);
}

.fees-content .tab-content .buy-sell.administration table thead {
  display: none;
}

.contact-form {
  background-image: url(../img/contact-form-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.contact-form .form-area {
  padding: 60px 30px 30px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.3);
  border-radius: 20px;
}

.contact-form .form-area .single-input {
  padding: 20px;
  background: var(--body-color);
  border: 1px solid #9da1ac;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 30px;
}

.contact-form .form-area .single-input:focus-within {
  border: 1px solid #b8ccff;
}

.contact-form .form-area .single-input input {
  border: none;
  padding: 0;
  padding-right: 15px;
}

.contact-form .form-area .single-input textarea {
  padding: 0;
  border: none;
}

.contact-form .form-area .cmn-btn {
  width: 190px;
}

.error-404 .section-header {
  margin-bottom: 0;
  margin-top: 44px;
}

.error-404 .section-header a {
  margin-top: 40px;
}

.coming-soon {
  background-image: url(../img/coming-soon-bg.png);
  background-repeat: no-repeat;
  background-color: #5732c6;
  background-size: contain;
}

.coming-soon .overlay {
  padding: 100px 0;
}

.coming-soon .mid-area h3 {
  color: var(--body-color);
  text-transform: uppercase;
}

.coming-soon .draw-counter {
  display: inline-block;
  text-align: center;
  padding: 44px 0 0;
  margin-bottom: -6px;
}

.coming-soon .draw-counter .date-area h1 {
  padding: 10px;
  color: var(--body-color);
  border-radius: 3px;
  margin: 0 50px;
}

.coming-soon .draw-counter .time-parameter h5 {
  text-align: center;
  color: #00fedf;
  margin: 0 70px;
  text-transform: uppercase;
}

.coming-soon .bottom-area p {
  color: var(--body-color);
}

.coming-soon .bottom-area .input-field {
  padding: 10px 10px 10px 30px;
  background: #fafbff;
  border-radius: 42px;
  margin-top: 60px;
}

.coming-soon .bottom-area .input-field input {
  padding: 0;
  padding-right: 15px;
  border: none;
}

.coming-soon .bottom-area .input-field .btn-area {
  padding: 15px 30px;
  background: #5732c6;
  border-radius: 32px;
  text-transform: uppercase;
  width: 290px;
  display: flex;
  align-items: center;
}

.coming-soon .bottom-area .input-field .btn-area span {
  color: var(--body-color);
}

.coming-soon .bottom-area .input-field .btn-area .btn-bg {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming-soon .bottom-area .input-field .btn-area .btn-bg img {
  max-width: unset;
}

.coming-soon .bottom-area .social {
  margin-top: 70px;
}

.coming-soon .bottom-area .social ul li a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 8px 12px rgba(37, 60, 120, 0.1);
  border-radius: 80px;
  margin: 0 10px 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-articles .section-header {
  margin-top: 0;
}

.latest-articles .section-header .title {
  margin-bottom: 0;
}

.latest-articles .nav-tabs {
  border: none;
}

.latest-articles .nav-tabs .nav-link {
  padding: 15px 25px;
  background: var(--body-color);
  box-shadow: 0px 4px 8px rgba(87, 50, 198, 0.1);
  border-radius: 26px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.latest-articles .nav-tabs .nav-link:hover,
.latest-articles .nav-tabs .nav-link.active {
  background: #5732c6;
  color: var(--body-color);
}

.latest-articles .tab-content .cus-mar {
  margin-bottom: -40px;
}

.latest-articles .tab-content .tab-pane .single-area {
  margin-bottom: 40px;
}

.latest-articles .tab-content .tab-pane .single-area .top-item img {
  width: 100%;
  border-radius: 20px;
}

.latest-articles .tab-content .tab-pane .single-area .bottom-item {
  padding: 25px 30px;
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(105, 119, 168, 0.1);
  border-radius: 20px;
  margin: 0 30px;
  transform: translateZ(0);
  margin-top: -65px;
}

.latest-articles .tab-content .tab-pane .single-area .bottom-item h5 {
  text-transform: uppercase;
  width: 99%;
  margin-bottom: 20px;
}

.latest-articles .tab-content .tab-pane .single-area .bottom-item .date-area {
  margin-top: 35px;
}

.latest-articles .tab-content .tab-pane .single-area .bottom-item a {
  color: #5732c6;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.latest-articles .tab-content .tab-pane .single-area .bottom-item a img {
  margin-left: 5px;
}

.latest-articles .pagination {
  padding: 5px;
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(105, 119, 168, 0.1);
  border-radius: 10px;
  margin: 0px 20px;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
}

.latest-articles .pagination .page-dots {
  margin-right: 15px;
  font-size: 50px;
}

.latest-articles .pagination .page-item:first-child .page-link,
.latest-articles .pagination .page-item:last-child .page-link {
  border-radius: 20px;
  height: 50px;
}

.latest-articles .pagination .page-item:first-child .page-link:hover,
.latest-articles .pagination .page-item:last-child .page-link:hover {
  background: var(--body-color);
}

.latest-articles .pagination a {
  padding: 6px;
  width: 40px;
  height: 40px;
  background: var(--body-color);
  box-shadow: 0px 4px 12px rgba(105, 119, 168, 0.1);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0 15px;
}

.latest-articles .pagination a:hover,
.latest-articles .pagination a.active {
  color: var(--body-color);
  background: #5732c6;
  box-shadow: 0px 4px 12px rgba(105, 119, 168, 0.1);
}

.latest-articles .pagination a:hover h5,
.latest-articles .pagination a.active h5 {
  color: inherit;
}

.latest-articles.blog-2 {
  margin-top: 0;
}

.latest-articles.blog-2 .nav-tabs .nav-link {
  margin-left: 0;
  margin-right: 10px;
}

.latest-articles.blog-3 .nav-tabs {
  margin-top: 20px;
  margin-bottom: 60px;
}

.latest-articles.blog-3 .section-header {
  margin-bottom: 0;
}

.latest-articles.blog-4 .cus-mar {
  margin-bottom: 0 !important;
}

.latest-articles .sidebar-area {
  margin-bottom: -40px;
}

.latest-articles .sidebar-area .single-side {
  padding: 30px;
  border: 1px solid #c2c9d6;
  border-radius: 20px;
  margin-bottom: 40px;
}

.latest-articles .sidebar-area .single-side .top-icon {
  text-align: center;
}

.latest-articles .sidebar-area .single-side h5 {
  margin: 20px 0 30px;
  text-transform: uppercase;
}

.latest-articles .sidebar-area .single-side form .input-area {
  border: 1px solid #9da1ac;
  border-radius: 10px;
  padding-left: 15px;
  margin: 40px 0 20px;
}

.latest-articles .sidebar-area .single-side form .input-area input {
  border: none;
  border-radius: 10px;
  padding: 15px 25px;
  padding-left: 10px;
}

.latest-articles .sidebar-area .single-side form .cmn-btn {
  width: 100%;
  border-radius: 10px;
}

.latest-articles .sidebar-area .single-side.search h5 {
  margin-top: 0;
}

.latest-articles .sidebar-area .single-side.search .cmn-btn {
  box-shadow: none;
  border: 1px solid #c2c9d6;
  color: #1e266d;
  background: transparent;
}

.latest-articles .sidebar-area .single-side.popular .single-popular {
  margin-bottom: 40px;
}

.latest-articles .sidebar-area .single-side.popular .single-popular:last-child {
  margin-bottom: 0;
}

.latest-articles .sidebar-area .single-side.popular .single-popular img {
  width: 100%;
}

.latest-articles .sidebar-area .single-side.popular h6 {
  text-transform: uppercase;
  border-bottom: 1px solid #c2c9d6;
  margin: 20px 0;
  padding-bottom: 20px;
}

.latest-articles .sidebar-area .single-side.popular p {
  text-transform: uppercase;
}

.latest-articles .sidebar-area .single-side.author {
  position: relative;
}

.latest-articles .sidebar-area .single-side.author::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  height: 75%;
  left: 0;
  z-index: -1;
  background: #f5f7fa;
  border-radius: 10px;
}

.latest-articles .sidebar-area .single-side.author .author-pro {
  margin-bottom: 20px;
}

.latest-articles .sidebar-area .single-side.author .author-pro img {
  border-radius: 50%;
}

.latest-articles .sidebar-area .single-side.author h5 {
  margin-bottom: 20px;
}

.latest-articles .sidebar-area .single-side.author .social {
  margin-top: 25px;
}

.latest-articles .sidebar-area .single-side.author .social a {
  margin-right: 0;
  margin: 0 10px;
}

.latest-articles.posts {
  background-color: #f9fdff;
}

.latest-articles.posts .section-header {
  margin-top: -15px;
}

.latest-articles.posts .cus-mar {
  margin-bottom: -30px;
}

.latest-articles.posts .single-item {
  padding: 20px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.latest-articles.posts .single-item .img-area img {
  border-radius: 10px;
  width: 100%;
}

.latest-articles.posts .single-item h5 {
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
}

.latest-articles.posts .single-item .date-view {
  text-transform: uppercase;
  border-bottom: 1px solid #c7c9db;
  margin-bottom: 23px;
  padding-bottom: 25px;
  color: #1e266d;
}

.latest-articles.posts .single-item .date-view .view {
  border-left: 1px solid #c7c9db;
  margin-left: 30px;
  padding-left: 30px;
}

.latest-articles.posts .single-item .date-view .view img {
  margin-right: 10px;
}

.latest-articles.posts .single-item a {
  color: #5732c6;
  width: 100%;
  text-transform: uppercase;
}

.latest-articles.trending {
  background: #f3fbff;
}

.latest-articles.latest .cus-mar {
  margin-bottom: -30px;
}

.latest-articles.latest .single-item {
  padding: 20px 10px;
  box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.3);
  border-radius: 20px;
}

.latest-articles.latest .single-item .img-area img {
  max-width: unset;
}

.latest-articles.latest .single-item .text-area {
  padding-right: 20px;
  padding-left: 30px;
}

.latest-articles.latest .single-item .text-area h5 {
  margin-top: 0;
}

.latest-articles.latest .sidebar-area {
  margin-bottom: -30px;
}

.latest-articles.latest .sidebar-area .input-area {
  background-color: var(--body-color);
}

.latest-articles.latest .sidebar-area .single-side {
  margin-bottom: 30px;
}

.latest-articles.latest .sidebar-area .single-side.follow h5 {
  margin-top: 0;
}

.latest-articles.latest .sidebar-area .single-side.follow .social a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 8px 12px rgba(37, 60, 120, 0.1);
  border-radius: 80px;
  margin-right: 20px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-articles.latest .sidebar-area .single-side.side-banner {
  padding: 60px 30px;
  background-color: #5732c6;
}

.latest-articles.latest .sidebar-area .single-side.side-banner h5,
.latest-articles.latest .sidebar-area .single-side.side-banner p {
  color: var(--body-color);
}

.latest-articles.latest .sidebar-area .single-side.side-banner h5 {
  margin-bottom: 20px;
  margin-top: -5px;
}

.latest-articles.latest .sidebar-area .single-side.side-banner .cmn-btn {
  color: #1e266d;
  margin-top: 35px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(87, 50, 198, 0.2);
  border-radius: 10px;
  width: 100%;
}

.latest-articles.blog-single .sub-heading {
  margin: 40px 0;
  padding-top: 20px;
}

.latest-articles.blog-single .sub-heading span {
  text-transform: uppercase;
  margin: 0 20px;
}

.latest-articles.blog-single .sub-heading .crypto {
  color: var(--body-color);
  padding: 15px 30px;
  background: #5732c6;
  box-shadow: 0px 4px 8px rgba(87, 50, 198, 0.1);
  border-radius: 26px;
}

.latest-articles.blog-single .section-header {
  margin-bottom: -4px;
}

.latest-articles.blog-single .section-header .title {
  margin-bottom: 30px;
}

.latest-articles.blog-single .main-content {
  border-top: 1px solid #c7c9db;
  padding-top: 58px;
  margin-top: 60px;
}

.latest-articles.blog-single .main-content .single-content {
  margin-bottom: 40px;
}

.latest-articles.blog-single .main-content .single-content h4 {
  margin-top: -7px;
}

.latest-articles.blog-single .main-content .single-content .title-area {
  margin-bottom: 19px;
  text-transform: uppercase;
}

.latest-articles.blog-single .main-content .single-content p span {
  color: #6d41f0;
}

.latest-articles.blog-single .main-content .single-content ul {
  margin-top: 20px;
}

.latest-articles.blog-single .main-content .single-content ul li {
  margin-bottom: 10px;
}

.latest-articles.blog-single .main-content .single-content .img-block img {
  border-radius: 20px;
  margin-bottom: 25px;
  width: 100%;
}

.latest-articles.blog-single .main-content .quotation {
  border-left: 3px solid #5732c6;
  padding-left: 50px;
  margin-bottom: 40px;
}

.latest-articles.blog-single .main-content .quotation p {
  width: 80%;
  padding: 25px 0;
  color: #1e266d;
}

.latest-articles.blog-single .main-content .bottom-content {
  border-top: 1px solid #c7c9db;
  border-bottom: 1px solid #c7c9db;
  padding: 30px 0;
}

.latest-articles.blog-single .main-content .bottom-content .left-area span {
  padding: 15px 20px;
  background: #f5f7fa;
  border-radius: 10px;
  color: #1e266d;
  margin-right: 15px;
}

.latest-articles.blog-single .main-content .bottom-content .social a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 8px 12px rgba(37, 60, 120, 0.1);
  border-radius: 80px;
  margin-left: 20px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-articles.blog-single .main-content .comment-area {
  padding-top: 70px;
}

.latest-articles.blog-single .main-content .comment-area h4 {
  margin-bottom: 30px;
}

.latest-articles.blog-single .main-content .comment-area .comment-single {
  padding: 30px;
  border: 1px solid #d3e1f7;
  border-radius: 20px;
  margin-bottom: 30px;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single.second {
  margin-left: 12%;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .avatar {
  margin-right: 30px;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .avatar
  img {
  max-width: unset;
  border-radius: 50%;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .comnt-text {
  position: relative;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .comnt-text
  .reply-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .comnt-text
  .reply-icon
  button {
  background-color: transparent;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .comnt-text
  .comnt-info
  .name-review {
  margin-bottom: 20px;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .comnt-text
  .comnt-info
  h6,
.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .comnt-text
  .comnt-info
  .lang {
  text-transform: uppercase;
  font-weight: 700;
  color: #1e266d;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .comnt-text
  .comnt-info
  .lang {
  margin-left: 20px;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .comnt-text
  .comnt-info
  .lang
  img {
  margin-right: 5px;
}

.latest-articles.blog-single
  .main-content
  .comment-area
  .comment-single
  .comnt-text
  .comnt-info
  .date {
  margin-top: 20px;
}

.latest-articles.blog-single .main-content .leave-comment {
  padding: 30px;
  border: 1px solid #d3e1f7;
  border-radius: 20px;
  margin-bottom: 30px;
}

.latest-articles.blog-single .main-content .leave-comment h4 {
  margin-bottom: 30px;
}

.latest-articles.blog-single .main-content .leave-comment .single-input {
  padding: 20px;
  background: var(--body-color);
  border: 1px solid #9da1ac;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 30px;
}

.latest-articles.blog-single .main-content .leave-comment .single-input input {
  border: none;
  padding: 0;
  padding-right: 15px;
}

.latest-articles.blog-single
  .main-content
  .leave-comment
  .single-input
  textarea {
  padding: 0;
  border: none;
}

.latest-articles.blog-single.second .section-header {
  margin-bottom: 33px;
}

.latest-articles.blog-single.second .section-header .title {
  width: 90%;
  margin: auto;
}

.latest-articles.blog-single.second .section-header .title-bottom .profile img {
  margin-right: 20px;
  border-radius: 50%;
}

.latest-articles.blog-single.second .section-header .title-bottom .profile h5 {
  text-transform: uppercase;
}

.latest-articles.blog-single.second .main-content {
  border: none;
  padding: 40px 30px 30px;
  background: var(--body-color);
  box-shadow: 0px 4px 24px rgba(171, 188, 248, 0.15);
  border-radius: 20px;
  margin-top: -100px;
  transform: translateZ(1px);
}

.log-reg {
  background-color: #392396;
  padding: 30px 0;
  padding-bottom: 0;
}

.log-reg .form-box {
  padding: 30px;
  background: var(--body-color);
  border-radius: 20px;
}

.log-reg .form-box h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.log-reg .form-box .dont-acc {
  color: #1e266d;
}

.log-reg .form-box .dont-acc a {
  color: #5732c6;
}

.log-reg .form-box .nav-tabs {
  background: var(--body-color);
  border: 1px solid #9587c0;
  box-sizing: border-box;
  border-radius: 30px;
  display: inline-flex;
  margin: 35px 0 40px;
}

.log-reg .form-box .nav-tabs .nav-link {
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: capitalize;
  border: none;
}

.log-reg .form-box .nav-tabs .nav-link.active {
  background: #5732c6;
  color: var(--body-color);
}

.log-reg .single-input {
  padding: 15px 15px 15px 20px;
  background: #f9f9f9;
  box-shadow: 0px 1px 0px #d0d3e8;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
}

.log-reg .single-input input {
  padding: 0;
  border: none;
  background: transparent;
}

.log-reg .single-input .showPass {
  cursor: pointer;
}

.log-reg .single-input:focus-within {
  border-bottom: 1px solid #5732c6;
}

.log-reg .btn-area {
  margin-top: 20px;
  margin-bottom: 30px;
}

.log-reg .btn-area .cmn-btn {
  width: 100%;
  border-radius: 10px;
}

.log-reg .continue {
  position: relative;
}

.log-reg .continue::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #d0d3e8;
  top: 45%;
  left: 0;
}

.log-reg .continue p {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #1e266d;
}

.log-reg .continue p::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 100%;
  background: var(--body-color);
  top: 0;
  left: -5%;
  z-index: -1;
}

.log-reg .login-with {
  margin: 15px 0 20px;
}

.log-reg .login-with a {
  padding: 15px 20px;
  border: 1px solid #d0d3e8;
  border-radius: 10px;
  width: 100%;
}

.log-reg .login-with a:first-child {
  margin-right: 15px;
}

.log-reg .login-with a:last-child {
  margin-left: 15px;
}

.log-reg .forget-pw a {
  color: #1e266d;
}

.log-reg .remember-forgot {
  margin: 10px 0 40px;
}

.log-reg .img-area {
  direction: rtl;
}

.log-reg .img-area img {
  max-width: unset;
}

.log-reg .top-head-area {
  margin-bottom: 70px;
}

.log-reg .checkbox_wrapper {
  position: relative;
  width: 24px;
  margin-right: 10px;
}

.log-reg .checkbox_wrapper input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
  z-index: 2;
}

.log-reg .checkbox_wrapper input[type="checkbox"] + label {
  background-image: url(../img/check-4.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #47399b;
  border-radius: 5px;
}

.log-reg .checkbox_wrapper input[type="checkbox"]:checked + label {
  background-image: none;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: inline-block;
  border: 1px solid #47399b;
  border-radius: 5px;
}

.log-reg.login-2 form {
  margin-top: 30px;
}

.log-reg.login-2 .form-box .login-with {
  margin: 15px 0 40px;
}

.log-reg.login-2 .form-box .btn-area {
  margin-bottom: 0;
}

.log-reg .nice-select {
  background: transparent;
  border: none;
  padding-left: 0;
  width: 100%;
  height: initial;
  line-height: 0;
}

.log-reg .nice-select .list {
  width: 100%;
}

.log-reg .nice-select::after {
  width: 11px;
  height: 11px;
  top: 45%;
}

.log-reg .privacy a {
  color: #5732c6;
}

.log-reg.register .btn-area .cmn-btn {
  text-transform: capitalize;
}

.log-reg.register .country-code .nice-select {
  width: 100px;
}

.log-reg.register .country-code .nice-select::after {
  width: 11px;
  height: 11px;
  top: 35%;
  right: 20px;
}

.log-reg.register.reg-2 h3 {
  text-transform: uppercase;
  color: var(--body-color);
}

.log-reg.register.reg-2 .single-item {
  margin-bottom: 30px;
}

.log-reg.register.reg-2 .single-item:last-child {
  margin-bottom: 0;
}

.log-reg.register.reg-2 .single-item .icon-area {
  border: 1px solid #5466c7;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 10px;
}

.log-reg.register.reg-2 .single-item p {
  color: var(--body-color);
  margin-left: 20px;
  width: 75%;
}

.log-reg.forgot-pws {
  padding-bottom: 0;
}

.log-reg.forgot-pws .icon-area {
  margin-bottom: 40px;
}

.log-reg.forgot-pws .form-box form {
  margin-top: 40px;
}

.log-reg.forgot-pws .form-box form .cmn-btn {
  text-transform: capitalize;
}

.log-reg.forgot-pws.two .img-area img {
  max-width: 100%;
}

@media (min-width: 1400px) {
  .customers-section .customers-area .element.po-6 {
    right: 3%;
    top: 35%;
  }
  .customers-section .customers-area .element.po-4 {
    right: 31%;
    top: 7%;
  }
  .customers-section .customers-area .element.po-7 {
    right: calc(24% - 30px);
  }
  .customers-section .customers-area .element.po-2 {
    left: 32%;
    top: 7%;
  }
  .customers-section .customers-area .element.po-1 {
    left: 21%;
  }
  .customers-section .customers-area .element.po-3 {
    left: 4%;
    top: 30%;
  }
  .customers-section .customers-area .element.po-5 {
    right: 18%;
    top: 20%;
  }
  .send-resume .modal .modal-dialog {
    max-width: 60%;
  }
}

@media (max-width: 1399px) {
  .app-download.inner-app-download .img-area img {
    max-width: 95%;
  }
  .features-inner .left-area img {
    position: unset;
    max-width: 90%;
  }
  .banner-section.index-4 .illu-area::after {
    bottom: -275px;
  }
  .banner-section.index-5 .illu-area::after {
    background-size: 65%;
    background-position: right, bottom;
    bottom: -120px;
  }
  .banner-section.index-7 .right-illu img {
    right: 0;
    bottom: 320px;
    width: 40%;
  }
  .banner-section.index-8 .overlay::before {
    background-position: bottom;
    background-size: 75%;
    right: -10%;
  }
  .call-action-inner.index8 {
    background-size: 100% 80%;
  }
  .banner-section.index-11 .right-illu img {
    width: 50%;
  }
  banner-section.index-11 .overlay {
    padding: 200px 0 120px;
  }
  .features-inner.index11 .section-illu img {
    max-width: 40%;
  }
  .banner-section.about-us .bottom-content .single-item::after {
    left: calc(100% - 20px);
  }
  .coming-soon {
    background-size: cover;
  }
  .send-resume .modal .modal-dialog {
    max-width: 80%;
  }
}

@media (max-width: 1199px) {
  h1,
  h1 > a {
    font-size: 57px;
    line-height: 68.4px;
  }
  h2,
  h2 > a {
    font-size: 43px;
    line-height: 51.6px;
  }
  .why-choose-us .main-content::before {
    height: 50%;
  }
  .payment-solutions .single-item {
    padding: 45px 10px;
  }
  .app-download .left-area img {
    max-width: 130%;
  }
  .header-section .navbar .navbar-collapse .right-area .cmn-btn {
    width: 120px;
  }
  .banner-section.index-2 .exchange-tab .convert-area .wrapper {
    padding: 0 100px;
  }
  .app-download.inner-app-download .img-area {
    left: 0;
  }
  .app-download.inner-app-download .img-area img {
    max-width: 82%;
  }
  .call-action-inner {
    background-size: 100% 80%;
  }
  .call-action-inner.index4 .bottom-area .get {
    background: var(--body-color);
    margin-top: 30px;
  }
  .banner-section.index-4 .overlay .right-content .tooltip-area .item-show {
    left: -80px;
  }
  .app-download.index4 .mockup-area::before {
    width: 500px;
    height: 500px;
  }
  .app-download.index4 .mockup-area img {
    width: 50%;
  }
  .business-commercial .img-area {
    left: 0;
  }
  .business-commercial .img-area img {
    width: 100%;
  }
  .how-works.index8 .single-item {
    padding: 30px 15px;
  }
  .pricing-plan .price-box {
    padding: 20px 0;
  }
  .banner-section.index-11 .overlay {
    padding: 200px 0 60px;
  }
  .features-inner.index11 .section-illu img {
    max-width: 55%;
    right: -10%;
  }
  .testimonials-index3.index4 .testimonials-carousel-index4 {
    margin-top: -20px;
  }
  .banner-section.about-us .bottom-content {
    margin-bottom: -40px;
  }
  .banner-section.about-us .bottom-content .single-item {
    justify-content: center;
    margin-bottom: 40px;
  }
  .banner-section.about-us .bottom-content .single-item::after {
    display: none;
  }
  .get-started-section.about-us .img-area img {
    width: 40%;
  }
  .banner-section.inner-pages .top-area {
    padding-top: 30px;
  }
  .banner-section.inner-pages.about-us .banner-bottom-area {
    margin-top: -130px;
  }
  .banner-section.inner-pages.about-us .overlay {
    padding: 150px 0 50px;
    background-size: 100%, 280%;
  }
  .growing-team .section h3 {
    margin-bottom: 30px;
  }
  .open-positions .nav-tabs .nav-link {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 30px;
  }
  .faqs-section.help-center-content .tab-content .body-content li a {
    padding-right: 10%;
  }
  .need-to-contact .cmn-btn {
    margin-top: 40px;
  }
  .banner-section.privacy-policy .banner-content::after {
    background-size: 90%;
    background-position: bottom;
  }
  .banner-section.contact .single-item .bottom-area.offline h6 {
    width: 100%;
  }
  .banner-section.contact .overlay::after {
    background-size: 80%;
    background-position: bottom;
  }
  .banner-section.inner-pages .overlay {
    background-size: 100%, 250%;
  }
  .latest-articles .nav-tabs .nav-link {
    margin-left: 0;
    margin-right: 15px;
  }
  .banner-section.blog-2 .top-area {
    padding-top: 0;
  }
  .send-resume .modal .modal-dialog {
    max-width: 90%;
  }
  .latest-articles.blog-3 .nav-tabs .nav-link,
  .latest-articles .nav-tabs .nav-link {
    margin-top: 20px;
  }
  .preloader {
    background-size: 25%;
  }
}

@media (max-width: 991px) {
  h1,
  h1 > a {
    font-size: 57px;
    line-height: 68.4px;
  }
  h2,
  h2 > a {
    font-size: 43px;
    line-height: 51.6px;
  }
  h3,
  h3 > a {
    font-size: 32px;
    line-height: 38.4px;
  }
  h4,
  h4 > a {
    font-size: 24px;
    line-height: 28px;
  }
  h5,
  h5 > a {
    font-size: 18px;
    line-height: 22px;
  }
  h6,
  h6 > a,
  table thead tr th,
  a,
  p,
  span,
  li {
    font-size: 16px;
    line-height: 22px;
  }
  .section-header {
    margin-top: -8px;
    margin-bottom: 40px;
  }
  .title {
    margin-bottom: 20px;
  }
  .xxlr {
    font-size: 20px;
    line-height: 28px;
  }
  .xlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .lgr {
    font-size: 16px;
    line-height: 22.4px;
  }
  .mdr {
    font-size: 14px;
    line-height: 19.6px;
  }
  .header-section {
    background-color: #441fb1;
  }
  .header-section .navbar-toggler {
    display: inline-block;
  }
  .header-section .navbar .navbar-brand {
    margin-top: -5px;
    width: 35%;
  }
  .header-section .navbar .navbar-brand img {
    max-width: initial;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    height: 200px;
    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu {
    display: none;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .header-section .nav-item.dropdown .dropdown-menu {
    position: initial;
  }
  .header-section .navbar .navbar-collapse .right-area .lang {
    display: none !important;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }
  .header-section .navbar .navbar-collapse .right-area .cmn-btn {
    width: 110px;
  }
  .banner-section {
    padding: 160px 0 110px;
  }
  .banner-section.index-3 .overlay {
    padding: 150px 0 310px;
  }
  .banner-section.index-2 .overlay {
    padding: 150px 0 550px;
  }
  .banner-section .right-illu img {
    right: -22%;
    bottom: -30px;
    width: 50%;
  }
  .features-section .wrapper {
    margin-bottom: -27px;
  }
  .features-section .single-item {
    margin-bottom: 30px;
  }
  .features-section .single-item .icon {
    width: 110px;
    height: 110px;
  }
  .features-section .single-item .icon img {
    width: 60%;
  }
  .features-section .single-item h5 {
    margin: 25px 0 14px;
  }
  .customers-section .customers-area .element.po-1 {
    left: 8%;
  }
  .customers-section .customers-area .element.po-2 {
    left: 26%;
    top: 3%;
  }
  .customers-section .customers-area .element.po-7 {
    right: calc(13% - 30px);
  }
  .customers-section .customers-area .element.po-4 {
    right: 28%;
    top: 2%;
  }
  .customers-section .customers-area .element.po-6 {
    right: -7%;
    top: 30%;
  }
  .customers-section .customers-area .element.po-5 {
    right: 8%;
    top: 20%;
  }
  .customers-section .customers-area .element.po-3 {
    left: 3%;
    top: 30%;
  }
  .why-choose-us {
    margin-top: 0;
  }
  .why-choose-us .main-content .single-item .icon img {
    width: 30%;
  }
  .why-choose-us .main-content .single-item h5 {
    margin: 25px 0 15px;
  }
  .affiliate-section .left-area {
    width: 60%;
    margin-bottom: 30px;
  }
  .payment-solutions .section-header {
    width: 65%;
  }
  .payment-solutions .payment-carousel .slick-next {
    right: 0;
  }
  .payment-solutions .payment-carousel .slick-prev {
    right: 10%;
  }
  .payment-solutions .payment-carousel .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .payment-solutions .payment-carousel .slick-arrow i {
    line-height: 3.8;
    font-size: 14px;
  }
  .how-works .single-item .icon .iconbg {
    width: 110px;
    height: 110px;
  }
  .how-works .single-item .icon .iconbg img {
    width: 50%;
  }
  .how-works .single-item .icon span {
    right: 25px;
    top: 0;
  }
  .how-works .left-area img {
    left: -10%;
    max-width: 120%;
  }
  .app-download .left-area img {
    max-width: 100%;
    left: 42%;
    position: absolute;
  }
  .footer-section .single-area {
    margin-bottom: 30px;
  }
  .footer-section .single-area h5 {
    margin-bottom: 20px;
  }
  .footer-section .overlay .wrapper {
    margin: -6px 0 -28px;
  }
  .app-download.inner-app-download .img-area {
    display: none;
  }
  .features-inner .left-area {
    margin-bottom: 30px;
    text-align: center;
  }
  .features-inner .left-area img {
    position: unset;
    max-width: 50%;
  }
  .call-action-inner .bottom-area {
    padding: 31px 40px;
  }
  .testimonials-inner .left-area {
    display: none;
  }
  .security-section .img-area img {
    display: none;
  }
  .footer-section.inner .overlay .footer-top .right-side {
    margin-top: 40px;
  }
  .footer-section.inner .overlay .footer-top .right-side .subscribe {
    margin-top: 20px;
  }
  .footer-section.inner .overlay {
    background-size: 100% 8%;
  }
  .call-action-inner.second .bottom-area .right-area .single {
    height: 120px;
    width: 135px;
  }
  .call-action-inner.second .bottom-area {
    padding: 70px 30px 50px;
  }
  .banner-section.index-2 .item-bottom .main-content ul {
    display: grid;
    justify-content: start;
  }
  .banner-section.index-2 .item-bottom .main-content ul li {
    margin-bottom: 20px;
  }
  .banner-section.index-2 .item-bottom .main-content ul li:last-child {
    margin-bottom: 0;
  }
  .banner-section.index-2 .item-bottom .main-content ul img {
    margin-right: 20px;
  }
  .banner-section.index-2 .exchange-tab .convert-area .bottom-area {
    margin: 0 40px;
  }
  .call-action-inner.third {
    background-image: url(../img/call-action-third-bg.png);
    background-size: 100% 80%;
  }
  .how-works.index-3 .single-item .bottom-icon h5 {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .faqs-section .right-area {
    text-align: center;
  }
  .faqs-section .right-area img {
    width: 40%;
  }
  .banner-section.index-3 .banner-bottom .single-head {
    display: grid;
  }
  .banner-section.index-4 .illu-area {
    display: none;
  }
  .banner-section.index-4 .overlay .main-content {
    margin-top: 0;
  }
  .banner-section.inner-banner .overlay {
    padding: 160px 0 120px;
  }
  .banner-section.index-4 .overlay .right-content {
    padding: 50px 20px;
    margin-top: 40px;
  }
  .banner-section.index-4 .overlay .banner-content {
    margin-bottom: -350px;
  }
  .banner-section.index-4 .overlay .right-content .tooltip-area .item-show {
    left: -40px;
  }
  .features-index4 {
    margin-top: 190px;
  }
  .features-index4 .wrapper {
    margin-bottom: -30px;
  }
  .features-index4 .single-item {
    margin-bottom: 30px;
  }
  .app-download.index4 .mockup-area {
    display: none;
  }
  .market-solutions .section-header {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .call-action-inner.index4 .bottom-area {
    padding: 40px 15px;
  }
  .call-action-inner.index4 .bottom-area h3 {
    margin-bottom: 15px;
  }
  .banner-section.index-5 .illu-area::after {
    background-size: 40%;
    bottom: -170px;
  }
  .buy-sell .left-img img {
    display: none;
  }
  .banner-section.index-5 .overlay {
    padding: 160px 0 50px;
  }
  .faqs-section .overlay .wrapper {
    margin-top: -20px;
  }
  .banner-section.index-6 .overlay {
    padding: 160px 0 285px;
  }
  .business-commercial .img-area {
    text-align: center;
    margin-bottom: 30px;
  }
  .business-commercial .img-area img {
    width: 60%;
  }
  .what-you-need .main-content .img-area img {
    width: 60%;
    margin-top: 10px;
  }
  .what-you-need .main-content .cus-order {
    order: 1;
  }
  .pricing-section .payment-methods {
    margin-bottom: 30px;
  }
  .features-index3 .single-item .icon {
    width: 100px;
    height: 100px;
  }
  .features-index3 .single-item .icon img {
    width: 50%;
  }
  .banner-section.index-7 .overlay {
    padding: 150px 0 260px;
  }
  .testimonials-index3.index3,
  .testimonials-index3.index4 {
    background-size: contain;
  }
  .banner-section.index-8 .overlay::before {
    background-size: 50%;
    right: -30%;
  }
  .banner-section.index-8 .overlay {
    padding: 160px 0 52px;
  }
  .features-index4.index8 {
    margin-top: 0;
  }
  .how-works.index8 .single-item .icon-area img {
    width: 30%;
  }
  .start-earning .main-content .cus-order {
    order: 1;
  }
  .start-earning .main-content .img-area img {
    width: 60%;
  }
  .call-action-inner.index8 {
    background-size: 285% 75%;
  }
  .call-action-inner.index8 .section-header {
    margin-bottom: 0;
    text-align: center;
  }
  .banner-section.index-9 .overlay::before {
    background-size: 50%;
    right: -10%;
  }
  .banner-section.index-9 .overlay {
    padding: 160px 0 160px;
  }
  .faqs-section.index9 .section-header {
    margin-top: 0;
  }
  .faqs-section.index9 .right-area {
    margin-top: 30px;
  }
  .banner-section.index-10 .overlay::before {
    background-size: 60%;
    right: -15%;
  }
  .banner-section.index-10 .overlay {
    padding: 160px 0 100px;
  }
  .what-you-need.index10 .main-content .img-area img {
    margin-top: 30px;
  }
  .banner-section.index-11 .overlay {
    padding: 160px 0 60px;
  }
  .banner-section.index-11 .right-illu img {
    display: none;
  }
  .features-inner.index11 .section-illu img {
    display: none;
  }
  .banner-section.inner-pages .overlay {
    padding: 150px 0 210px;
  }
  .banner-section.inner-pages .breadcrumb-item::before {
    background-size: 80%;
  }
  .banner-section.team-details .banner-bottom-area .text-area {
    margin-top: 40px;
  }
  .banner-section.open-positions
    .banner-bottom-area
    .bottom-area
    .single
    ul
    li
    img {
    width: 20px;
    margin-right: 10px;
  }
  .apply-now .main-content {
    padding: 40px 30px;
  }
  .faqs-section.help-center .accordion {
    padding-top: 20px;
  }
  .create-account ul {
    margin: 20px 0 30px;
  }
  .banner-section.privacy-policy .banner-content::after {
    display: none;
  }
  .privacy-content .top-wrapper p {
    margin-bottom: 20px;
  }
  .privacy-content .top-wrapper h4 {
    margin-bottom: 25px;
  }
  .privacy-content .safe-data {
    margin: 40px 0;
  }
  .supported-countries ul li {
    margin-bottom: 15px;
  }
  .fees-content .nav-tabs {
    margin-bottom: 40px;
  }
  .banner-section.contact .overlay::after {
    display: none;
  }
  .banner-section.blog .top-area a {
    margin-top: 30px;
  }
  .banner-section.blog .top-area .right-illu {
    width: 40%;
  }
  .latest-articles .pagination {
    margin-top: 40px;
  }
  .latest-articles {
    margin-top: 23px;
  }
  .latest-articles .sidebar-area {
    margin-top: 60px;
  }
  .latest-articles .section-header {
    margin-bottom: 0;
  }
  .banner-section.blog-4 .top-area .left-img {
    padding: 30px 0 10px;
  }
  .latest-articles.blog-4 {
    margin-top: 0;
  }
  .latest-articles.blog-4 .section-header .title {
    margin-bottom: 30px;
  }
  .latest-articles.trending.blog-4 .cus-mar {
    margin-bottom: -30px !important;
  }
  .latest-articles.latest .sidebar-area {
    margin-bottom: 0;
  }
  .latest-articles.latest .sidebar-area {
    margin-top: 20px;
  }
  .latest-articles.blog-single .sub-heading {
    padding-top: 0;
  }
  .latest-articles.blog-single .main-content .quotation {
    padding-left: 30px;
  }
  .latest-articles.latest .sidebar-area .single-side .top-icon img {
    width: 20%;
  }
  .banner-section.blog-single-2 .overlay .main-content {
    padding-bottom: 40px;
  }
  .log-reg .overlay .col-md-5 {
    display: none !important;
  }
  .log-reg.register.reg-2 .pt-120 {
    padding-top: 0;
  }
  .log-reg.register.reg-2 .left-area {
    margin-bottom: 40px;
  }
  .our-mission .img-area img {
    max-width: 100%;
  }
  .banner-section .illu-item {
    display: none;
  }
  .latest-articles.blog-3 .nav-tabs {
    margin-top: 0;
  }
  .latest-articles.blog-3 .nav-tabs,
  .latest-articles .nav-tabs {
    margin-bottom: 40px;
  }
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu.mega-menu {
    width: 0;
  }
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu.mega-menu
    .dropdown {
    column-count: 1;
  }
  .banner-section.index-2 .rate-details .rate-box {
    display: grid;
    padding: 15px 0;
  }
  .banner-section.index-2 .rate-details .subscribe-box {
    margin: 15px 0 0;
  }
  .banner-section.index-2 .rate-details .country {
    padding: 4px 10px;
    margin: 10px 0;
  }
  .banner-section.index-2 .rate-details .subscribe-box,
  .banner-section.index-2 .rate-details .rate-box .box form .form-box,
  .banner-section.index-2 .rate-details .rate-box.three .form-box {
    display: grid;
  }
  .banner-section.index-2 .rate-details .subscribe-box h5,
  .banner-section.index-2 .rate-details .rate-box h5 {
    margin-bottom: 10px;
  }
  .banner-section.index-2 .rate-details .rate-box.four input {
    margin: 0;
    margin-right: 5px;
  }
  .banner-section.index-2
    .rate-details
    .rate-box
    .box
    form
    .form-box
    .form-group {
    margin: 10px 0;
  }
  .banner-section.index-2 .rate-details input {
    width: min-content;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner-section.index-2 .rate-details {
    padding: 0 15px 20px;
  }
  .banner-section.index-2 .modal-dialog {
    max-width: 100%;
  }
  .banner-section.inner-pages.reviews .overlay,
  .banner-section.inner-pages.blog-single-2 .overlay {
    padding-bottom: 0;
  }
  .footer-section.inner .overlay .wrapper::before {
    bottom: 27px;
  }
  .preloader {
    background-size: 30%;
  }
  .testimonials-careers .img-area {
    text-align: center;
  }
  .testimonials-careers .section {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .banner-section .right-illu img {
    display: none;
  }
  .banner-section .main-content .input-field {
    width: 90%;
  }
  .banner-section .main-content .input-field .cmn-btn {
    width: 180px;
    font-size: 14px;
    line-height: 18px;
  }
  .banner-section {
    padding: 160px 0 70px;
    background-size: 225% 106%;
  }
  .customers-section .testimonials-area .total-item .bottom-item .quote {
    left: 5%;
  }
  .customers-section .testimonials-area .total-item .bottom-item {
    padding: 0 70px;
  }
  .customers-section::before {
    height: 125%;
  }
  .customers-section .testimonials-area .total-item .profile img {
    width: 100px;
    height: 100px;
    border: 5px solid 0.5732C6;
  }
  .customers-section .customers-area .element .image-area img {
    width: 40px;
    height: 40px;
  }
  .customers-section .testimonials-area .total-item .wrapper {
    margin-top: -45px;
  }
  .customers-section .testimonials-area .section-header,
  .customers-section .testimonials-area .section-header .title {
    margin-bottom: 0;
  }
  .whatinit-section {
    background-size: 190% 30%;
  }
  .customers-section .customers-area .element .image-area p::before {
    top: 28px;
    left: 45px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .customers-section .customers-area .element .image-area p {
    top: -20px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
  }
  .why-choose-us .cus-pad {
    padding-top: 115px;
  }
  .how-works .left-area img,
  .app-download .left-area img {
    display: none;
  }
  .faqs-section .overlay .right {
    margin-bottom: 30px;
  }
  .footer-section .main-content .cus-order {
    order: 1;
  }
  .footer-section .main-content .right-area {
    margin-bottom: 20px;
  }
  .why-choose-us .main-content .single-item .icon img {
    width: 25%;
  }
  .banner-section.index-2 .exchange-tab::before {
    top: -20px;
  }
  .banner-section.index-2 .exchange-tab::after {
    top: -40px;
  }
  .banner-section.index-2 .exchange-tab .alerts-area {
    padding-top: 0;
  }
  .banner-section.index-2 .exchange-tab .img-alerts {
    padding-top: 0;
  }
  .banner-section.index-2 .exchange-tab .nav-tabs {
    padding-bottom: 20px;
  }
  .banner-section.index-2 .exchange-tab .nav-tabs .nav-item {
    margin-bottom: 20px;
  }
  .banner-section.index-2 .exchange-tab .convert-area .wrapper {
    padding: 15px;
  }
  .how-works.inner-how-works .single-item.second::before,
  .how-works.inner-how-works .single-item.second::after {
    display: none;
  }
  .how-works.inner-how-works::before {
    top: 75%;
  }
  .how-works.inner-how-works .magnific-area .bg-area::before {
    height: 90%;
    width: 73%;
  }
  .call-action-inner.second .bottom-area .right-area {
    margin-top: 50px;
  }
  .call-action-inner.second .bottom-area {
    padding: 40px 30px 50px;
  }
  .why-choose-us .main-content .wrapper {
    padding-top: 30px;
  }
  .banner-section.index-5 .illu-area {
    display: none;
  }
  .banner-section.index-5 .overlay {
    padding: 160px 0 0;
  }
  .banner-section.index-6 .banner-bottom .single-item {
    padding: 60px;
  }
  .testimonials-index3 .testimonials-carousel-two {
    margin-top: -20px;
  }
  .features-index3.what-we-offer .wrapper {
    margin-bottom: -42px;
  }
  .banner-section.index-8 .overlay::before {
    display: none;
  }
  .how-works.index8 .single-item .icon-area img {
    width: 15%;
  }
  .call-action-inner.index8 .bottom-area .icon-area .icon-1 {
    left: 0;
  }
  .call-action-inner.index8 .bottom-area .icon-area .icon-2 {
    right: 0;
  }
  .call-action-inner.index8 .bottom-area .icon-area img {
    bottom: 0;
    width: 15%;
    border-radius: 30px;
  }
  .banner-section.index-8 .overlay {
    padding: 160px 0 0;
  }
  .banner-section.index-9 .overlay::before {
    display: none;
  }
  .banner-section.index-9 .overlay {
    padding: 160px 0 60px;
  }
  .get-started-section.index9 .cmn-btn {
    margin-top: 30px;
  }
  .banner-section.index-10 .overlay::before {
    display: none;
  }
  .get-started-section.about-us .img-area img {
    display: none;
  }
  .banner-section.inner-pages .breadcrumb-item::before {
    background-size: 70%;
  }
  .banner-section.inner-pages .overlay {
    background-size: 100%, 200%;
  }
  .banner-section.team-details .banner-bottom-area .text-area .name-area {
    display: grid !important;
  }
  .banner-section.team-details .banner-bottom-area .text-area .name {
    margin-bottom: 25px;
  }
  .banner-section.team-details .banner-bottom-area .text-area .social {
    margin-bottom: 30px;
  }
  .banner-section.team-details .banner-bottom-area .text-area .social a {
    margin: 0;
    margin-right: 25px;
  }
  .banner-section.team-details
    .banner-bottom-area
    .bottom-content
    .single-text
    h4 {
    margin-bottom: 15px;
  }
  .banner-section.team-details
    .banner-bottom-area
    .bottom-content
    .single-text {
    margin-bottom: 40px;
  }
  .banner-section.team-details .banner-bottom-area .bottom-content {
    margin-bottom: -43px;
  }
  .benefit-section .top-wrapper {
    padding-top: 30px;
  }
  .browse-by-category .single-item .icon {
    width: 110px;
    height: 110px;
  }
  .browse-by-category .single-item .icon img {
    width: 60%;
  }
  .faqs-section .overlay .accordion .accordion-item h6 .accordion-button {
    padding: 15px 35px 15px 30px;
  }
  .browse-by-category .single-item {
    padding: 40px 20px;
  }
  .banner-section.help-center.details .top-area .icon {
    width: 150px;
    height: 150px;
  }
  .banner-section.help-center.details .top-area .icon img,
  .banner-section.help-center.details .top-area .icon svg {
    width: 90px;
  }
  .faqs-section.help-center-content .tab-content {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .need-to-contact .cmn-btn {
    margin-top: 35px;
  }
  .banner-section.help-center .banner-bottom-area .top-area {
    padding: 40px 15px;
  }
  .banner-section.privacy-policy .banner-bottom-area .top-area {
    padding: 40px 0;
  }
  .cookies img {
    width: 60%;
  }
  .banner-section.countries .top-area {
    padding: 40px 15px;
  }
  .supported-countries ul {
    margin-top: 40px;
    column-count: 3;
  }
  .supported-countries .btn-area {
    margin-top: 25px;
  }
  .banner-section.fees .select-area {
    display: grid;
    width: 80%;
    margin-top: 30px;
  }
  .banner-section.fees .select-area .nice-select {
    margin-bottom: 30px;
  }
  .banner-section.fees .select-area .nice-select:last-child {
    margin-bottom: 0;
  }
  .banner-section.fees .top-area {
    padding-bottom: 30px;
  }
  .fees-content .tab-content .buy-sell .table {
    vertical-align: middle;
  }
  .banner-section.contact .single-item {
    padding-top: 0;
  }
  .contact-form .form-area .col-6 {
    width: 100%;
  }
  .contact-form .form-area .single-input textarea {
    height: 140px;
  }
  .banner-section.contact .single-item .icon-area {
    width: 100px;
    height: 100px;
  }
  .banner-section.contact .single-item .icon-area img {
    min-width: 160%;
  }
  .coming-soon .draw-counter .date-area h1 {
    margin: 0 20px;
  }
  .coming-soon .draw-counter .time-parameter h5 {
    margin: 0 20px;
  }
  .banner-section.blog-2 .bottom-item {
    margin: 0 20px;
    padding: 30px 20px;
    margin-top: -90px;
  }
  .latest-articles .sidebar-area .single-side .top-icon img {
    width: 25%;
  }
  .latest-articles.posts.blog-4 .cus-mar {
    margin-bottom: -30px !important;
  }
  .banner-section.blog-single .banner-bottom-area {
    margin-top: -170px;
  }
  .banner-section.blog-single .overlay {
    padding: 150px 0 100px;
  }
  .latest-articles.blog-single.second
    .section-header
    .title-bottom
    .profile
    img {
    margin-right: 5px;
  }
  .latest-articles.blog-single-2 .sub-heading span {
    margin: 0;
  }
  .latest-articles.blog-single .main-content .bottom-content {
    display: grid !important;
  }
  .latest-articles.blog-single .main-content .bottom-content .right-area {
    margin-top: 30px;
  }
  .latest-articles.blog-single-2
    .main-content
    .comment-area
    .comment-single
    .comnt-text
    .comnt-info
    .lang {
    display: none;
  }
  .latest-articles.blog-single-2.second .main-content {
    padding: 40px 15px 5px;
  }
  .latest-articles.blog-single-2 .main-content .comment-area {
    padding-top: 40px;
  }
  .latest-articles.blog-single .main-content .comment-area .comment-single {
    padding: 15px;
  }
  .latest-articles.blog-single-2 .sub-heading {
    margin: 30px 0;
  }
  .latest-articles.blog-single-2.second .section-header .title-bottom {
    display: grid !important;
    margin-top: 30px;
  }
  .log-reg.register.reg-2 .single-item {
    margin-bottom: 20px;
  }
  .log-reg.forgot-pws .icon-area {
    margin-bottom: 30px;
  }
  .log-reg.forgot-pws .icon-area img {
    width: 40%;
  }
  .comunity-section .comunity-wrapper {
    min-height: 350px;
  }
  .send-resume .modal .modal-dialog {
    max-width: 100%;
  }
  .apply-now .main-content h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 46px;
  }
  h2,
  h2 > a {
    font-size: 30px;
    line-height: 36px;
  }
  h3,
  h3 > a {
    font-size: 24px;
    line-height: 28px;
  }
  h4,
  h4 > a {
    font-size: 18px;
    line-height: 22px;
  }
  h5,
  h5 > a {
    font-size: 16px;
    line-height: 20px;
  }
  h6,
  h6 > a {
    font-size: 15px;
    line-height: 19px;
  }
  a,
  p,
  span,
  li,
  .cmn-btn,
  thead tr th,
  tbody tr th,
  tbody tr td,
  .lgr,
  input,
  label,
  textarea {
    font-size: 14px;
    line-height: 18px;
  }
  .section-header {
    margin-top: -5px;
    margin-bottom: 30px;
  }
  .title {
    margin-bottom: 15px;
  }
  .xxlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .xlr {
    font-size: 16px;
    line-height: 22.4px;
  }
  .banner-section .main-content .bottom-banner .left {
    margin-left: 15px;
  }
  .customers-section .testimonials-area .section-header .title {
    width: 60%;
    margin: 0 auto;
  }
  .why-choose-us .cus-pad {
    padding-top: 90px;
  }
  .customers-section::before {
    height: 85%;
  }
  .customers-section .customers-area .element.po-6 {
    right: 3%;
    top: 40%;
  }
  .why-choose-us .main-content .single-item .icon img {
    width: 20%;
  }
  .payment-solutions .single-item .icon {
    width: 109px;
    height: 110px;
  }
  .payment-solutions .single-item .icon img {
    width: 60%;
  }
  .payment-solutions .section-header {
    width: 100%;
  }
  .payment-solutions .payment-carousel .slick-arrow {
    display: none !important;
  }
  .how-works.inner-how-works::before {
    top: 80%;
  }
  .banner-section.index-3 .banner-bottom p {
    width: 80%;
  }
  .whatinit-section .bottom-content {
    padding-top: 30px;
  }
  .features-index3 .single-item .icon {
    width: 100px;
    height: 100px;
  }
  .features-index3 .single-item .icon img {
    width: 50%;
  }
  .call-action-inner.second .bottom-area .right-area .single.three {
    margin-top: -5px;
  }
  .features-index3 .single-item {
    margin-bottom: 40px;
  }
  .call-action-inner.second .bottom-area h4 {
    margin-bottom: 30px;
  }
  .buy-sell {
    margin-top: 22px;
  }
  .banner-section .main-content p {
    width: 100%;
  }
  .banner-section.index-6 .banner-bottom .single-item {
    padding: 60px 110px;
  }
  .banner-section.index-6 .banner-bottom .single-item .icon {
    width: 100px;
    height: 100px;
  }
  .banner-section.index-6 .banner-bottom .single-item .icon img {
    width: 60%;
  }
  .banner-section.index-10 .overlay {
    padding: 160px 0 70px;
  }
  .banner-section.inner-pages .breadcrumb-item::before {
    background-size: 65%;
  }
  .call-action-inner.about-us .cus-mar .single-item .icon img {
    width: 20%;
  }
  .call-action-inner.careers {
    background-size: 190% 80%;
  }
  .banner-section.inner-pages .top-area {
    margin-bottom: 0;
  }
  .banner-section.open-positions .banner-bottom-area .top-area p {
    margin: 20px 0 30px;
  }
  .banner-section.open-positions .banner-bottom-area .top-area {
    padding: 40px;
  }
  .banner-section.help-center .banner-bottom-area .top-area {
    padding: 40px 20px;
  }
  .supported-countries .btn-area {
    margin-top: 15px;
  }
  .latest-articles .pagination {
    margin: 0;
    margin-top: 30px;
  }
  .latest-articles .pagination a {
    width: 25px;
    height: 25px;
    margin: 0 10px;
  }
  .latest-articles .pagination .page-dots {
    margin-right: 5px;
    font-size: 25px;
  }
  .latest-articles .tab-content .tab-pane .single-area .bottom-item {
    padding: 25px 15px;
    margin: 0 10px;
  }
  .banner-section.blog .top-area .right-illu {
    display: none;
  }
  .banner-section.blog .top-area {
    padding-bottom: 30px;
  }
  .latest-articles .tab-content .tab-pane .single-area .bottom-item {
    margin-top: -60px;
  }
  .latest-articles.blog-single-2.second .main-content {
    margin-top: 0;
  }
  .log-reg.register.reg-2 .single-item p {
    margin-left: 15px;
  }
  .send-resume .modal .modal-dialog {
    max-width: 100%;
  }
  .send-resume .modal .modal-body .container,
  .send-resume .modal .modal-body {
    padding: 0;
  }
  .latest-articles.blog-2 {
    margin-top: -23px;
  }
  .faqs-section.main .nav-tabs {
    margin-bottom: -15px;
  }
  .faqs-section.main .nav-tabs .nav-link {
    margin-left: 0;
    margin: 0 10px;
    margin-bottom: 15px;
  }
  .preloader {
    background-size: 40%;
  }
}

@media (max-width: 480px) {
  .banner-section {
    background-size: 320% 108%;
  }
  .banner-section .main-content .input-field {
    width: 100%;
    position: relative;
  }
  .banner-section .main-content .input-field input {
    padding: 10px 15px;
    font-size: 16px;
  }
  .banner-section .main-content .input-field .cmn-btn {
    width: 140px;
    position: absolute;
    bottom: -60px;
    right: 0;
  }
  .banner-section .main-content .bottom-banner {
    margin-top: 100px;
  }
  .customers-section {
    margin-top: -28%;
  }
  .customers-section .testimonials-area .total-item .bottom-item .review i {
    font-size: 20px;
  }
  .affiliate-section .left-area {
    width: 100%;
  }
  .customers-section .customers-area .circle img {
    opacity: 0;
  }
  .customers-section .customers-area .element {
    display: none;
  }
  .why-choose-us .cus-pad {
    padding-top: 150px;
  }
  .customers-section::before {
    height: 200%;
  }
  .how-works .single-item .icon .iconbg {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  .how-works .single-item .icon .iconbg img {
    width: 48%;
  }
  .how-works .single-item .icon span {
    width: 30px;
    height: 30px;
    right: 18px;
  }
  .app-download .right-area .section-header {
    width: 87%;
  }
  .app-download .right-area .phone-number {
    position: relative;
  }
  .app-download .right-area .phone-number button {
    position: absolute;
    width: 140px;
    bottom: -60px;
    right: 0;
  }
  .app-download .right-area .phone-number {
    margin-bottom: 110px;
  }
  .app-download .right-area .phone-number input {
    font-size: 14px;
    width: 100%;
  }
  .app-download .right-area .app-market {
    display: flex;
    justify-content: space-between;
  }
  .app-download .right-area .app-market a {
    margin: 0;
  }
  .faqs-section .overlay .accordion .accordion-item h6 .accordion-button {
    padding: 15px 35px 15px 15px;
  }
  .faqs-section .overlay .accordion .accordion-item .accordion-body {
    padding: 20px 15px;
  }
  .footer-section .single-area form .subscribe input {
    font-size: 16px;
  }
  .footer-section .footer-bottom .main-content .left-area p {
    text-align: center;
  }
  .customers-section .testimonials-area .section-header .title {
    width: 100%;
  }
  .banner-section.index-2 .exchange-tab .convert-area .bottom-area {
    margin: 0;
  }
  .why-choose-us.inner-choose-us .cus-pad {
    padding-top: 60px;
  }
  .how-works.inner-how-works .magnific-area .bg-area::before {
    height: 100%;
    width: 83%;
  }
  .banner-section.index-2 .exchange-tab .convert-area .wrapper {
    padding: 0;
  }
  .banner-section.index-2 .exchange-tab .convert-area .bottom-area ul li {
    padding: 20px 15px;
  }
  .banner-section.index-2 .exchange-tab .convert-area .bottom-area .recipient {
    width: 70%;
    text-align: start;
  }
  .banner-section.index-2
    .exchange-tab
    .convert-area
    .bottom-area
    .tooltip-area
    .item-show {
    top: -105px;
    left: -35px;
    width: 210px;
  }
  .how-works.inner-how-works .magnific-area .bg-area::before {
    height: 145%;
    width: 130%;
  }
  .how-works.inner-how-works .magnific-area .bg-area {
    overflow: hidden;
  }
  .why-choose-us .main-content .single-item {
    margin-bottom: 40px;
  }
  .features-inner ul li a {
    padding: 10px;
  }
  .features-inner ul li a .img-area {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .app-download .right-area .feature li .icon,
  .security-section .left-area ul li .icon {
    min-width: 24px;
  }
  .call-action-inner.second .bottom-area .right-area .single {
    width: 105px;
    padding: 45px 0;
    height: 145px;
  }
  .footer-section.inner .overlay {
    background-image: unset;
  }
  .call-action-inner .bottom-area ul {
    column-count: 1;
  }
  .buy-sell .single-item .icon {
    max-width: 70px;
    max-height: 70px;
    margin-right: 20px;
  }
  .buy-sell .single-item .icon img {
    width: 50%;
  }
  .banner-section.index-6 .banner-bottom .single-item {
    padding: 40px 60px;
  }
  .business-commercial .img-area img {
    width: 85%;
  }
  .what-you-need .main-content .img-area img {
    width: 80%;
  }
  .pricing-section .payment-methods {
    padding: 5px;
  }
  .pricing-section .payment-methods .cmn-btn {
    margin-top: 20px;
  }
  .pricing-section .personal-approach {
    padding: 30px 0;
  }
  .features-index3 .single-item .icon {
    width: 90px;
    height: 90px;
  }
  .testimonials-index3 .single-item ul i {
    font-size: 18px;
  }
  .testimonials-index3 .single-item h5 {
    margin: 20px 0 15px;
  }
  .banner-section.index-7 .overlay .main-content form {
    width: 100%;
    padding: 10px;
  }
  .footer-section.inner .overlay .footer-top .right-side .subscribe input {
    padding: 10px;
  }
  .call-action-inner.index8 .bottom-area .icon-area img,
  .start-earning .main-content .img-area img {
    display: none;
  }
  .call-action-inner.index8 .bottom-area {
    padding: 40px 0;
  }
  .call-action-inner.third .bottom-area a {
    margin-top: 20px;
  }
  .banner-section.index-10 .overlay .main-content .app-market a {
    margin: 0;
    margin-right: 5px;
  }
  .what-you-need.index10 .content-area .app-market a {
    margin-right: 5px;
  }
  .banner-section.team-details .banner-bottom-area .top-area {
    padding: 0;
    padding-bottom: 30px;
  }
  .open-positions .tab-content .single-item .bottom-area {
    display: grid !important;
  }
  .open-positions .tab-content .single-item .bottom-area .right-bottom a {
    margin-top: 30px;
  }
  .benefit-section .top-wrapper .single-item {
    margin-bottom: 30px;
  }
  .benefit-section .top-wrapper .single-item img {
    width: 30%;
  }
  .benefit-section .top-wrapper .single-item h6 {
    margin: 15px 0 15px;
  }
  .banner-section.open-positions .banner-bottom-area .top-area {
    padding: 30px 10px;
  }
  .banner-section.open-positions .banner-bottom-area .bottom-area .single h3 {
    margin-bottom: 20px;
  }
  .apply-now .main-content {
    padding: 40px 15px;
  }
  .banner-section.help-center .banner-bottom-area .top-area form .search input {
    padding: 0 5px;
  }
  .banner-section.help-center .banner-bottom-area .top-area {
    padding: 40px 15px;
  }
  .faqs-section .overlay .accordion .accordion-item h6 .accordion-button {
    padding: 15px 50px 15px 15px;
  }
  .faqs-section.help-center-content .tab-content .body-content li a {
    padding-right: 16%;
  }
  .banner-section.help-center.details .top-area .icon img,
  .banner-section.help-center.details .top-area .icon svg {
    width: 70px;
  }
  .banner-section.help-center.details .top-area .icon {
    width: 120px;
    height: 120px;
  }
  .banner-section.help-center.details .banner-bottom-area {
    margin-top: -220px;
  }
  .banner-section.help-center.details .overlay .banner-content {
    margin-bottom: 0;
  }
  .create-account .note {
    margin: 20px 0 30px;
  }
  .banner-section.help-center.info
    .banner-bottom-area
    .top-area
    .profile-area
    .icon-area
    img {
    width: 100px;
  }
  .banner-section.help-center.info
    .banner-bottom-area
    .top-area
    .profile-area
    .text-area {
    margin-left: 20px;
  }
  .banner-section.privacy-policy .banner-bottom-area .top-area .icon-area img {
    width: 60%;
  }
  .supported-countries ul {
    column-count: 1;
  }
  .banner-section.countries .top-area .where-to {
    width: 100%;
  }
  .banner-section.countries .top-area .where-to input {
    padding: 10px;
  }
  .banner-section.countries .top-area .where-to {
    margin-top: 25px;
  }
  .fees-content .tab-content .single-item {
    display: grid !important;
    padding: 20px 10px;
  }
  .fees-content .tab-content .single-item .text-area {
    padding: 15px;
    margin-left: 12px;
  }
  .fees-content .tab-content .single-item .icon {
    display: none;
  }
  .fees-content .tab-content .account-area .single-item .single {
    display: grid !important;
  }
  .fees-content .tab-content .account-area .single-item .single .left-head {
    width: 100%;
    margin-bottom: 15px;
  }
  .fees-content .tab-content .account-area .single-item .right-single {
    width: 100%;
    padding: 10px;
    margin: 0;
    margin-right: 10px;
  }
  .fees-content .tab-content .send-receive-money .single-item .single {
    padding: 10px;
  }
  .fees-content
    .tab-content
    .send-receive-money
    .single-item
    .single
    .text-area {
    min-width: 100px;
  }
  .fees-content .tab-content .buy-sell .table {
    width: 150%;
  }
  .contact-form .form-area {
    padding: 40px 15px 30px;
  }
  .coming-soon .draw-counter .date-area h1 {
    margin: 0 5px;
  }
  .coming-soon .draw-counter .time-parameter h5 {
    margin: 0 7px;
  }
  .coming-soon .bottom-area .input-field {
    margin-top: 40px;
  }
  .coming-soon .bottom-area .input-field .btn-area {
    width: 240px;
  }
  .coming-soon .bottom-area .input-field .btn-area .btn-bg {
    display: none;
  }
  .banner-section.blog-2 .banner-bottom-area {
    margin-bottom: -50px;
  }
  .banner-section.blog-2 .bottom-item {
    margin: 0;
    margin-top: -40px;
  }
  .latest-articles .sidebar-area .single-side {
    padding: 15px;
  }
  .latest-articles.posts.latest.blog-4 {
    margin-bottom: 40px;
  }
  .latest-articles.posts.latest.blog-4,
  .latest-articles.posts.trending.blog-4 {
    margin-top: 0;
  }
  .latest-articles.blog-4 {
    margin-top: 60px;
  }
  .latest-articles.blog-4 .section-header .title {
    margin-bottom: 20px;
  }
  .banner-section.blog-4 .top-area {
    padding: 30px 15px;
    padding-top: 0;
  }
  .latest-articles.latest .single-item .img-area img {
    display: none;
  }
  .latest-articles.latest .single-item .text-area {
    padding-right: 15px;
    padding-left: 15px;
  }
  .latest-articles.blog-single .main-content .leave-comment .col-6 {
    width: 100%;
  }
  .latest-articles.blog-single
    .main-content
    .comment-area
    .comment-single.second {
    margin-left: 5%;
  }
  .latest-articles.blog-single .main-content .comment-area .comment-single {
    padding: 15px;
  }
  .latest-articles.blog-single
    .main-content
    .comment-area
    .comment-single
    .avatar {
    margin-right: 15px;
  }
  .latest-articles.blog-single .main-content .comment-area {
    padding-top: 40px;
  }
  .latest-articles.blog-single .main-content {
    padding-top: 40px;
    margin-top: 40px;
  }
  .banner-section.blog-single .banner-bottom-area {
    margin-top: -70px;
  }
  .banner-section.blog-single .overlay {
    padding: 150px 0 10px;
  }
  .latest-articles.blog-single .sub-heading {
    margin: 25px 0;
  }
  .latest-articles.blog-single .main-content .quotation {
    padding-left: 20px;
  }
  .latest-articles.blog-single .main-content .quotation p {
    width: 100%;
    padding: 15px 0;
  }
  .latest-articles.blog-single .main-content .leave-comment {
    padding: 20px 15px;
  }
  .latest-articles.blog-single
    .main-content
    .comment-area
    .comment-single
    .comnt-text
    .comnt-info
    .lang {
    display: none;
  }
  .log-reg .remember-forgot {
    display: grid !important;
  }
  .log-reg .forget-pw {
    margin-top: 20px;
  }
  .log-reg .form-box {
    padding: 30px 15px;
  }
  .comunity-section .comunity-wrapper {
    min-height: 250px;
  }
  .comunity-section::before {
    height: 65%;
  }
  .latest-articles.blog-2 {
    margin-top: 23px;
  }
  .app-download .right-area .phone-number {
    margin-bottom: 60px;
    display: grid !important;
  }
  .app-download .right-area .phone-number form {
    display: grid !important;
  }
  .app-download .right-area .phone-number form input {
    padding: 10px 5px;
    margin: 0;
    margin-left: 30px;
  }
  .app-download .right-area .phone-number form .btn-area {
    margin-top: 15px;
  }
  .app-download .right-area .app-market {
    justify-content: left;
  }
  .app-download .right-area .app-market a {
    margin-right: 15px;
  }
  .testimonials-careers {
    margin-top: 30px;
  }
  .app-download .right-area .phone-number .nice-select .current::before {
    background-size: 80%;
  }
}

@media (max-width: 375px) {
  .why-choose-us .cus-pad {
    padding-top: 250px;
  }
  .footer-section.inner .overlay .footer-top .app-market::after {
    display: none;
  }
  .market-solutions .market-carousel .section-dots {
    display: none !important;
  }
  .banner-section.index-6 .banner-bottom .single-item {
    padding: 40px 20px;
  }
  .banner-section.blog-2 .top-area .profile-area {
    display: grid !important;
  }
  .banner-section.blog-2 .top-area .profile-area .profile-right {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
