@font-face {
  font-family: "AvantisLuf";
  src: url("/fonts/avantis-luf-bold-webfont.woff2") format("woff2"), url("/fonts/avantis-luf-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AvantisLuf";
  src: url("/fonts/avantis-luf-medium-webfont.woff2") format("woff2"), url("/fonts/avantis-luf-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AvantisLuf";
  src: url("/fonts/avantis-luf-semibold.woff2") format("woff2"), url("/fonts/avantis-luf-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "AvantisLuf";
  src: url("/fonts/avantis-luf-regular-webfont.woff2") format("woff2"), url("/fonts/avantis-luf-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@keyframes moveCircle {
  0% {
    top: 90%;
    left: 90%;
  }
  25% {
    top: 10%;
    left: 90%;
  }
  50% {
    top: 10%;
    left: 10%;
  }
  75% {
    top: 90%;
    left: 10%;
  }
  100% {
    top: 90%;
    left: 90%;
  }
}
@keyframes moveCircle2 {
  0% {
    left: 0%;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0%;
  }
}
@keyframes rotation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body {
  font-family: "AvantisLuf";
  background-color: #1a2b55;
  color: #fff;
  overflow-x: hidden;
}

div::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
div::-webkit-scrollbar-thumb {
  background: rgba(202, 202, 210, 0.5);
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
div::-webkit-scrollbar-track {
  background: rgba(15, 14, 17, 0.1);
  border-radius: 0.25rem;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.red {
  color: #e7376b;
}

.green {
  color: #5db766;
}

.btn {
  padding: 15px 28px;
  background: #3e78e7;
  border-radius: 33px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.btn:hover {
  background: rgba(62, 121, 231, 0.7);
  color: #fff;
}

.white-btn {
  background: #fff;
  color: rgb(57, 76, 94);
}

.box-shadow-theme {
  background: #1a2b55;
  border: 1px solid #1a2b55;
  box-shadow: -5px 5px 10px rgba(22, 37, 72, 0.2), 5px -5px 10px rgba(22, 37, 72, 0.2), -5px -5px 10px rgba(30, 49, 98, 0.9), 5px 5px 13px rgba(22, 37, 72, 0.9), inset 1px 1px 2px rgba(30, 49, 98, 0.3), inset -1px -1px 2px rgba(22, 37, 72, 0.5);
  border-radius: 13px;
}

.main-sidebar {
  position: fixed;
  height: 100%;
  background: linear-gradient(144.61deg, #203d75 42.66%, #628de0 69.75%, #968fea 101.08%, #66aef4 127.1%);
  width: 8rem;
  border-radius: 0px 20px 20px 0px;
  left: 0;
  top: 0;
  overflow-y: auto;
  z-index: 1;
  padding: 30px 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.main-sidebar::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.main-sidebar::-webkit-scrollbar-thumb {
  background: rgba(202, 202, 210, 0.5);
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.main-sidebar::-webkit-scrollbar-track {
  background: rgba(15, 14, 17, 0.1);
  border-radius: 0.25rem;
}
.main-sidebar * {
  width: 100%;
}

@media only screen and (min-width: 991px) {
  .content-wrapper {
    margin-left: 8rem;
  }
  .container-fluid {
    max-width: 96%;
  }
}
.sidebar-menu {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 30px;
}

.menu-item {
  border-radius: 24px;
  margin-bottom: 35px;
}
.menu-item a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.menu-item.active .menu-icon {
  background: #304b85;
  box-shadow: -6px -6px 12px rgba(255, 255, 255, 0.25), 6px 6px 12px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.menu-icon {
  display: block;
}

.login-out a {
  background: #5d7cc8;
  box-shadow: -6px -6px 12px rgba(255, 255, 255, 0.15), 6px 6px 12px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}
.header .page-title {
  color: #fff;
  font-weight: 700;
}

.header-right {
  display: flex;
  gap: 15px;
  align-items: center;
}

.notification {
  width: 24px;
  height: 24px;
  background: #1a2b55;
  box-shadow: -6px -6px 12px rgba(255, 255, 255, 0.15), 6px 6px 12px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-acc-dropdown {
  font-size: 12px;
  margin-left: 6px;
}

.pair-price {
  font-weight: 700;
  font-size: 13px;
}

.pair-name {
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 8px;
}

.price-inc {
  font-size: 9px;
}

/******/
.ticker {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background-color: #1f3361;
  display: flex;
  margin: 0;
  max-width: 100%;
  height: 42px;
}

.marquee {
  animation: ticker-animation 20s linear infinite;
}

@keyframes ticker-animation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.ticker-row {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
}

.ticker-item {
  display: flex;
  padding: 0 20px;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  line-height: 1;
}

.price-inc {
  margin-left: 5px;
}

.up {
  color: #5db766;
}

.down {
  color: #e7376b;
}

.sep {
  opacity: 0.2;
}

.search {
  padding: 0px 20px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.search form {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
}
.search form input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0 0 0 15px;
  font-size: 12px;
  font-weight: 700;
}
.search form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search form input:focus {
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
}

.search-btn {
  height: 100%;
  width: 40px;
  padding: 0;
  background: transparent;
  border: none;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  text-align: left;
}

.price-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}

.ptext {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.current-price {
  font-size: 26px;
  font-weight: 600;
}

.market-value {
  font-size: 14px;
}

.graph-box {
  padding: 20px;
  margin-top: 15px;
}
.graph-box img {
  width: 100%;
  height: auto;
}

.table-data-container {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .table-data-container .row {
    gap: 10px;
  }
}

.table-head {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.table-data {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 0;
  align-items: center;
}
.table-data .row {
  align-items: center;
}

.nav-item .nav-link {
  border-radius: 33px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #4f4975;
}
.nav-item .nav-link.active {
  background-color: #3e78e7;
}

.live-open-trade {
  background-color: #dcdae5;
  display: inline-flex;
  border-radius: 33px;
}
.live-open-trade .disabled {
  opacity: 0.5;
}

.loss {
  color: #e7376b;
}

.edit-opt-link {
  padding: 0px 8px;
  display: inline-block;
  background: transparent;
  border: none;
}
.edit-opt-link img {
  cursor: pointer !important;
}

.buy-sell-box {
  margin-top: 15px;
}
.buy-sell-box .tab-content {
  padding: 0 20px 20px;
}

.buy-sell-tab .nav-item {
  width: 50%;
}
.buy-sell-tab .nav-link {
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.buy-sell-tab .nav-link.active {
  background-color: #fff;
  color: #3e78e7;
}
.buy-sell-tab .nav-link.buy-btn {
  border-radius: 10px 0px 0 0;
}
.buy-sell-tab .nav-link.sell-btn {
  border-radius: 0px 10px 0 0;
}

.limit-order-market {
  text-align: center;
}

.current-trade-rate {
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

/* Hide the arrow buttons */
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.trade-input-opt {
  margin: 20px 0;
}

.range-slider-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.range-slider-input input {
  max-width: 105px;
  border-radius: 16px;
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  text-align: center;
}

.range-number {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  opacity: 0.7;
  margin-top: -10px;
}

.level-name-bar {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 8px;
}
.level-name-bar .level-name {
  width: 33.33%;
}
.level-name-bar .level-name.current-level {
  color: #fff;
  font-weight: 700;
}
.level-name-bar .level-name span {
  position: relative;
}
.level-name-bar .level-name span:before {
  content: "";
  width: 1px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
}

.value-bar {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 24px;
}
.value-bar .level-value {
  width: 33.33%;
}

.trade-input-opt-title {
  font-size: 14px;
  font-weight: 500;
}

.level-pro {
  padding-right: 25px;
}

.level-inf {
  padding-right: 5px;
}

.capture-btn {
  padding: 9px 10px;
  background: #3e78e7;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: center;
  border-radius: 33px;
  width: 100%;
  border: solid 1px #3e78e7;
}

.lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-gainer-loser-box {
  margin-top: 30px;
}

.gainer-loser-nav .nav-link {
  font-size: 10px;
  text-transform: capitalize;
  color: hsla(0, 0%, 100%, 0.7);
  display: flex;
}
.gainer-loser-nav .nav-link.active {
  background-color: rgba(62, 120, 231, 0.1);
  font-weight: 600;
  border: solid 1px #3e78e7;
}
.gainer-loser-nav .nav-link img {
  margin-right: 4px;
}

.list-name {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.list-price {
  font-size: 11px;
  font-weight: 700;
}
.list-price .up {
  font-size: 8px;
}
.list-price .down {
  font-size: 8px;
}

.lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.profit-loss-table.table-data-container {
  padding: 20px 10px 0;
}
.profit-loss-table .table-data:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}

.week-stipend {
  background: linear-gradient(270deg, #1a2b55, #203d75 -12.28%, #628de0 25.42%, #968fea 69.04%, #66aef4 105.26%);
  padding: 10px 30px;
  border-radius: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

.stipend-amnt {
  font-weight: 700;
}

.net-gain-loss {
  margin: 30px 0;
  padding: 20px;
  gap: 30px;
}
.net-gain-loss .net-amount {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.net-gain-loss .up {
  font-size: 18px;
}

.gain-loss {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .gain-loss {
    margin-top: 15px;
  }
}

.small-head {
  font-size: 10px;
  text-transform: uppercase;
}

.level-bar {
  margin-top: 30px;
}

.level-bar-dash .progress {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.progress {
  height: 12px;
}

.level-box {
  max-width: 124px;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .level-box {
    margin-top: 15px;
  }
}

.level-circle {
  width: 81px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(from 180deg at 50% 50%, #974ccc 0deg, #564cc7 360deg);
  border-radius: 100%;
  margin: 0 auto;
}

.level-title {
  font-size: 8px;
  display: block;
  line-height: 1;
}

.weeks-left {
  font-size: 28px;
  font-weight: 700;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  border: solid 5px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.weeks-left-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.5;
  line-height: 1;
  color: #fff;
}

.large-week-left .weeks-left-title {
  position: absolute;
  bottom: 45px;
}

circle.MuiCircularProgress-progress {
  stroke: #974ccc;
}

.w-left {
  color: #fff;
  margin-bottom: 15px;
}

.begginner {
  background: linear-gradient(0deg, rgba(151, 76, 204, 0.8156512605) 0%, rgb(151, 76, 204) 53%);
  width: 33.33%;
}

.advanced {
  background: linear-gradient(0deg, rgb(91, 80, 217) 0%, rgb(132, 125, 212) 33%, rgb(86, 76, 199) 100%);
  width: 33.33%;
}

.progress-bar-dash {
  width: 50%;
  border-radius: 20px;
  background: linear-gradient(270deg, #628de0 0%, #968fea 1.27%, #73b3f1 24.67%, #e171a0 54.25%, #f48e7e 93.23%);
}

.pl-lists-container {
  padding: 0 10px;
  max-height: 75vh;
  overflow: auto;
}

.pl-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25px;
  align-items: center;
  padding: 15px 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.pl-list .up {
  font-size: 8px;
}
.pl-list .down {
  font-size: 8px;
}
.pl-list.active {
  background: rgba(62, 121, 231, 0.1);
  padding: 15px 12px;
}
.pl-list.active:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: #3e78e7;
}

.weekbyweek-pl {
  margin-top: 15px;
  overflow: hidden;
}

.filter-head {
  color: rgba(255, 255, 255, 0.7);
}

.sort-filters {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top-gainers img {
  margin-right: 3px;
}

.filter-type {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
}
.filter-type.active, .filter-type:hover {
  border: 1px solid #3e78e7;
  background: rgba(62, 120, 231, 0.1);
  font-weight: 600;
  color: #fff;
  z-index: 10;
}
.filter-type:hover .filter-dropdown-parent {
  display: block;
}

.filter-dropdown-parent {
  display: none;
  padding-top: 15px;
}

.filter-dropdown {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-inline-start: 0px !important;
  position: absolute;
  top: 37.1px;
  left: 0;
  overflow: hidden;
  background: #1d3364;
  border: 1px solid #3e78e7;
  border-radius: 0 0 10px 10px;
}
.filter-dropdown div {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0 !important;
  width: 100%;
  padding-left: 8px;
  border-radius: 10px;
}

.dashboard-search.search input {
  font-weight: 400;
}

.market-sentiments-cont {
  margin-top: 15px;
  padding: 20px 0;
}

.market-sentiments-progress .progress {
  height: 8px;
  background: #81d29d;
}

.view-all-btn {
  text-align: center;
  margin: 20px 0;
}

.volume {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.allstocks-btn {
  border: solid 1px #3e78e7;
}

.sentiments-buy-sell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.stock-name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.market-sentiments-progress {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.mkt-buy-sell {
  display: flex;
  gap: 10px;
}
.mkt-buy-sell .up {
  color: #81d29d;
}

.progress-buy {
  background: #e7376b;
  width: 45.12%;
  border-radius: 15px;
}

.progress-sell {
  background: #81d29d;
  width: 54.88%;
}

.market-sentim-price {
  font-size: 12px;
  font-weight: 700;
}
.market-sentim-price .up {
  font-size: 8px;
}

.market-data-row {
  align-items: center;
  padding: 20px 5px;
  margin: 0;
}
.market-data-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.05);
}

.ms-price-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ms-table-head {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
}

.medium-weekly-prog {
  width: 100px;
  height: 100px;
  border-width: 4px;
  font-size: 20px;
  text-align: center;
}
.medium-weekly-prog .weeks-left-title {
  font-size: 10px;
  position: absolute;
  bottom: 32px;
}
.medium-weekly-prog .withdrow-btn {
  font-size: 10px;
  padding: 11px 20px;
}

.small-subtitle {
  font-size: 7px;
  opacity: 0.7;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.current-week {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}

.small-weekly-prog {
  width: 90px;
  height: 90px;
  border-width: 3.5px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .small-weekly-prog {
    margin: 0 auto;
  }
}
.small-weekly-prog .weeks-left-title {
  font-size: 9px;
  position: absolute;
  bottom: 28px;
}

.weekly-summary {
  padding: 20px 30px;
}
@media only screen and (max-width: 991px) {
  .weekly-summary {
    text-align: center;
  }
}
.weekly-summary .net-amount {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.weekly-summary .up {
  font-size: 14px;
}
.weekly-summary .small-head {
  display: block;
  margin-top: 20px;
}

.update-list {
  font-size: 12px;
  margin-bottom: 15px;
  border-left: solid 3px rgba(255, 255, 255, 0.3);
  padding-left: 10px;
}

.top-news {
  border-color: #e7376b;
  font-weight: 600;
}

.comp-update-title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

.comp-updates-box {
  padding: 20px 0px 20px 30px;
}

.comp-update-lists {
  height: 23vh;
  overflow: auto;
}

.withdraw-btn-small {
  font-size: 12px;
  padding: 15px 20px;
  background: linear-gradient(270deg, #e171a0 0%, #f48e7e 100%);
  box-shadow: 0 0 12px 0px rgba(255, 255, 255, 0.4156862745);
}

.withdraw-btn-small:hover {
  background: linear-gradient(270deg, #e171a0 0%, #f48e7e 100%) !important;
}

.graph-open-close {
  margin-left: 15px;
}
.graph-open-close a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
}
.graph-open-close .collapsed img {
  transform: rotate(180deg);
}

.modal-popup {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  border-radius: 20px;
  background: #1a2b55;
  padding: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.1);
  max-height: 100vh;
  overflow: auto;
  z-index: 2;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 4, 23, 0.8);
  z-index: 1;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 5px;
  cursor: pointer;
}

.form-control,
.form-select {
  background: transparent;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.form-control:focus,
.form-select:focus {
  background-color: transparent;
  color: #fff;
}

.modal-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.captured-img {
  text-align: center;
  margin: 15px 0;
  border-radius: 7.435px;
  border: 0.572px solid #1a2b55;
  background: #1a2b55;
}

.captured-inner {
  display: inline-block;
}

.analysis-options {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .analysis-options {
    flex-wrap: wrap;
  }
}
.analysis-options .form-select {
  font-size: 14px;
  width: 100%;
  border: 1px solid #3e78e7;
}
.analysis-options .form-select option {
  background: #1a2b55;
}
.analysis-options .ana-option {
  width: 100%;
}

.span-label-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
}

.analysis-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.form-submit {
  text-align: center;
  margin-top: 40px;
}

.calculator {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.calculator:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: linear-gradient(180deg, #203d75 17.19%, #628de0 43.75%, #968fea 74.48%, #66aef4 100%);
  filter: blur(72px);
}

.calc-row {
  align-items: center;
}

.calculator-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.5);
  max-width: 422px;
  margin: 0 auto;
}
.calculator-box h4 {
  color: #1a2b55;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
}

.section-list-items {
  list-style: none;
  padding: 0;
}
.section-list-items li {
  display: flex;
  gap: 15px;
}
.section-list-items li img {
  min-width: 50px;
}

.section-title-small {
  font-size: 25px;
  margin-bottom: 5px;
  display: block;
}

.sec-title2 {
  text-transform: uppercase;
  font-size: 74px;
  margin-bottom: -50px;
  display: inherit;
}
@media only screen and (max-width: 767px) {
  .sec-title2 {
    margin: 0;
  }
}

.long-desc {
  font-size: 18px;
  opacity: 0.7;
  max-width: 431px;
}

.get-lit-sec {
  padding: 100px 0;
  position: relative;
}
.get-lit-sec .container-fluid {
  max-width: 100%;
}
.get-lit-sec .list-icon img {
  filter: brightness(0) invert(1);
}

.screen1 {
  height: auto;
}

.lit-list {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 35px;
  display: flex;
  gap: 8px;
}

.lit-lists {
  margin-top: 32px;
  margin-bottom: 15px;
}

.get-lit-row {
  align-items: center;
}
.get-lit-row .screen1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.home-hero-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #131d2f;
  color: #fff;
}
.home-hero-sec .hero-row {
  min-height: 75vh;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-hero-sec .hero-row {
    margin-top: 40px;
  }
}
.home-hero-sec .container {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: 106px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .hero-title {
    font-size: 38px;
  }
}

.lit-typetext {
  font-size: 48px;
  min-height: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.lit-typetext .f-letter {
  background: linear-gradient(315deg, #4f7ac8 16%, #9c94f1 27.27%, #82a9cd 49.67%, #f989b8 70.25%, #d79a91 88.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.logo-text {
  text-transform: uppercase;
  margin: 55px 0;
  line-height: 1;
  background: linear-gradient(315deg, #4f7ac8 16%, #9c94f1 27.27%, #82a9cd 49.67%, #f989b8 70.25%, #d79a91 88.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-tagline {
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .hero-tagline {
    font-size: 24px;
  }
}

.hero-sub-tagline {
  font-size: 21px;
  letter-spacing: 0.5px;
  font-weight: 900;
}
.hero-sub-tagline span:nth-child(1) {
  color: #4f7ac8;
}
.hero-sub-tagline span:nth-child(2) {
  color: #f989b8;
}

.traparent-btn {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
}

.close-btn {
  color: #e7376b;
  padding: 5px 8px;
  border: solid 1px;
  border-radius: 33px;
  display: inline-block;
  text-align: center;
}

.hero-btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.gradient-circle1 {
  border-radius: 266px;
  background: rgba(62, 120, 231, 0.3);
  filter: blur(97px);
  width: 266px;
  height: 266px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: moveCircle 80s infinite ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gradient-circle1 {
    animation: none;
  }
}

.gradient-circle2 {
  border-radius: 266px;
  background: rgba(62, 120, 231, 0.3);
  filter: blur(97px);
  width: 240px;
  height: 240px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: moveCircle2 100s linear infinite;
}
@media only screen and (max-width: 767px) {
  .gradient-circle2 {
    animation: none;
    top: unset;
    bottom: 10%;
    transform: translateY(0);
  }
}

.topbar {
  position: absolute;
  width: 100%;
  min-height: 85px;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .topbar .btn {
    padding: 10px 15px;
  }
}

.top-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.login-reg {
  font-size: 16px;
  font-weight: 500;
}

.try-demo-btn {
  font-size: 18px;
  font-weight: 500;
}

.back-screenshot {
  /* width: auto; */
  position: absolute;
  right: -80px;
  top: 50%;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .back-screenshot {
    position: relative;
    transform: none;
  }
}

.screen1 {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .screen1 {
    margin-top: 40px;
  }
}

.section-desc {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.intro-banner {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  color: #394c5e;
}
@media only screen and (max-width: 767px) {
  .intro-banner {
    padding: 50px 0;
  }
}
.intro-banner .section-desc {
  font-size: 16px;
}

.intro-banner-2 {
  position: relative;
  background: rgb(35, 36, 45);
  color: #fff;
}
.intro-banner-2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(192deg, #628de0 0%, #968fea 19.27%, #66aef4 41.67%, #e171a0 56.25%, #f48e7e 93.23%);
  filter: blur(200px);
  z-index: 0;
  opacity: 0.5;
}
.intro-banner-2 .container {
  position: relative;
}

.icon-text {
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .icon-text {
    margin-bottom: 30px;
  }
}

.it-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
}

.it-icon {
  width: 80px;
  height: 80px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.ring-back {
  position: absolute;
  /* left: 0; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotation 40s infinite linear;
  width: auto;
  height: auto;
}

.now-lit-screen {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 565px;
  margin: 0 auto;
}

.section-tagline {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.try-demo {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  color: #394c5e;
  background-image: url(../public/images/landing-page/curve-back.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.form-box {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
}

.landing-form .form-control {
  border-radius: 30px;
  border: 1px solid rgba(147, 141, 144, 0.4);
  padding: 10px 25px;
}

.list-icon {
  min-width: 30px;
}

.getintouch-btn {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}

.sky-banner {
  padding: 50px 0;
  background: url(../public/images/landing-page/small-banner.svg) center no-repeat;
  background-size: cover;
  text-align: center;
}

.sky-title {
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 900;
}

.lit-works-steps {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #394c5e;
}

.box-title {
  font-size: 22px;
  margin-top: 15px;
}

.box-icon-content {
  max-width: 300px;
  margin: 15px auto;
  position: relative;
  text-align: center;
}
.box-icon-content .box-icon img {
  background: #fff;
}

.lit-timeline-col {
  position: relative;
}
.lit-timeline-col:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  top: 60px;
  left: 57%;
}
@media only screen and (max-width: 767px) {
  .lit-timeline-col:before {
    display: none;
  }
}

.box-desc {
  font-size: 15px;
}

.enroll-btn {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-width: 2px;
}

.enroll-now-div {
  margin-top: 50px;
  max-width: 1160px;
  margin: 50px auto 0;
  text-align: center;
}

.feature-sec {
  padding: 80px 0;
  color: #394c5e;
  background-color: #fff;
}
.feature-sec .container-fluid {
  max-width: 100%;
}
.feature-img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .feature-img {
    margin-right: -25px;
  }
}

.feature-right {
  position: relative;
  text-align: right;
}

.feature-cricle {
  width: auto;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 0;
}

.screenshots {
  height: auto;
  z-index: 1;
  position: relative;
  max-height: 615px;
  width: auto;
}

.feat-box {
  position: relative;
}
.feat-box:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: rgba(0, 0, 0, 0.05);
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.features-box {
  max-width: 450px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .features-box {
    margin-top: 30px;
  }
}
.features-box .lit-list {
  font-size: 18px;
  margin-bottom: 15px;
  gap: 8px;
}
.features-box .list-icon img {
  width: 25px;
}

.feature-box-sec {
  background: #fff;
  position: relative;
  padding: 100px 0;
  color: #394c5e;
}
.feature-box-sec .container {
  z-index: 1;
  position: relative;
}
.feature-box-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #a7a7a7 0%, #aaa 30%, #f3f3f3 72.4%, #a7a7a7 100%);
  opacity: 0.2;
}

.backbtn {
  /* position: absolute; */
  float: left;
  line-height: 65px;
  color: #fff;
  padding-right: 15px;
}

.feature-box-title {
  background: linear-gradient(45deg, rgb(62, 80, 110) 0%, rgb(31, 58, 107) 50%, rgb(37, 61, 103) 100%);
  padding: 15px 30px;
  border-radius: 15px 15px 0 0;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
}
.feature-box-title:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
}

.feature-box-desc {
  padding: 0 30px 0px 0px;
}

.login-box {
  max-width: 500px;
  margin: 0px auto;
  padding: 50px;
  background: #fff;
  border-radius: 15px;
  color: #394c5e;
}
@media only screen and (max-width: 767px) {
  .login-box {
    padding: 30px;
  }
}
.login-box .form-control {
  border: solid 1px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  color: #394c5e;
}
.login-box .form-control::-moz-placeholder {
  color: rgba(57, 76, 94, 0.4);
}
.login-box .form-control::placeholder {
  color: rgba(57, 76, 94, 0.4);
}
.login-box .login-btn {
  font-size: 16px;
  padding: 12px 25px;
}

.login-reg-form {
  margin-top: 30px;
}

.rem-forget-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.login-reg-head {
  font-weight: 700;
}

.login-reg-sec {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.search-open-container {
  position: relative;
  display: none;
}
.search-open-container.active {
  display: block;
}

.lists-dropdown {
  list-style: none;
  padding: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  background: #2a3f72;
  z-index: 1;
  border-radius: 10px;
  max-height: 358px;
  overflow: auto;
}
.lists-dropdown li {
  padding-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.lists-dropdown li:hover {
  color: rgba(255, 255, 255, 0.7);
}
.lists-dropdown::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.lists-dropdown::-webkit-scrollbar-thumb {
  background: rgba(202, 202, 210, 0.5);
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.lists-dropdown::-webkit-scrollbar-track {
  background: rgba(15, 14, 17, 0.1);
  border-radius: 0.25rem;
}

.stop-target-field {
  border: 1px solid #3e78e7;
  border-radius: 10px;
  color: #fff;
  padding: 5px 10px;
  background: transparent;
  max-width: 195px;
}

.update-btn {
  background: transparent;
  border: none;
  color: #3e78e7;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 20px;
}

.stop-loss-popup {
  max-width: 380px;
  position: fixed;
}
.stop-loss-popup label {
  font-size: 14px;
}
.stop-loss-popup .down {
  font-size: 9px;
  font-weight: 600;
}
.stop-loss-popup .up {
  font-size: 9px;
  font-weight: 600;
}

.risk-reward {
  background: #485577;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.watchlist {
  padding: 10px 20px !important;
}
.watchlist select {
  font-size: 10px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding: 5px 10px;
  border: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.watchlist select option {
  background: #2a3f72;
}

.bank-field {
  width: 100%;
  background: transparent;
  border: solid 1px #3e78e7;
  border-radius: 5px;
  color: #fff;
  padding: 5px 12px;
  margin-top: 20px;
}

.withdraw-submit {
  padding: 8px 20px;
  margin-top: 18px;
  /* font-size: 14px; */
}

.watchlist-pop select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding: 10px 15px;
}
.watchlist-pop select option {
  background: #2a3f72;
}

.small-btn {
  padding: 10px 20px;
}

.edit-col {
  padding: 0;
}

/* Landing Footer */
.footer-header {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.text-white > * {
  color: #fff !important;
}

.footer-header-socials__title {
  margin-right: 30px;
}

.footer-header-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-header-socials__list {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.footer-header-socials__list > * {
  padding: 0px 10px;
}

.footer-bottom {
  margin: 30px auto;
}

.footer-links {
  float: right;
}

.footer-links > * > * {
  margin: 0 16px;
}

@media screen and (max-width: 767px) {
  .footer-header-socials {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .footer-links {
    margin-bottom: 20px;
    float: left;
  }
  .footer-bottom > .row {
    flex-direction: column-reverse;
  }
  .footer-copyright {
    text-align: center;
  }
}
.widthdraw-popup {
  max-width: 600px;
}

.wmp-group {
  max-width: 400px;
  margin: 0 auto;
}

.lists-dropdown-dashboard {
  list-style: none;
  padding: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  background: #2a3f72;
  z-index: 1;
  border-radius: 10px;
  max-height: 200px;
  overflow: auto;
}
.lists-dropdown-dashboard li {
  padding-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.lists-dropdown-dashboard li:hover {
  color: rgba(255, 255, 255, 0.7);
}
.lists-dropdown-dashboard::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.lists-dropdown-dashboard::-webkit-scrollbar-thumb {
  background: rgba(202, 202, 210, 0.5);
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.lists-dropdown-dashboard::-webkit-scrollbar-track {
  background: rgba(15, 14, 17, 0.1);
  border-radius: 0.25rem;
}

.close-script {
  background: rgba(228, 231, 55, 0.2);
  text-align: center;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #e7376b;
}

.edit-modal-popup {
  position: absolute;
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  background: #1a2b55;
  padding: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.1);
  max-height: 100vh;
  overflow: auto;
  z-index: 2;
}

.verified-check-icon {
  margin-right: 5px;
}

.rs-99-sect {
  width: 100%;
  padding-bottom: 20px;
}

.landing-calculator {
  color: #394c5e;
  margin: 0 auto;
  transform: translateY(10%);
  height: 568px;
  width: 480px;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 25px 30px 25px 30px;
  border-radius: 15.7122783661px;
}
.landing-calculator .landing-calculator-title {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 3px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(57, 76, 94, 0.1607843137);
}
.landing-calculator .landing-calculator-slider-values {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(57, 76, 94, 0.1607843137);
}
.landing-calculator .landing-calculator-slider-values .landing-calculator-main-values {
  margin-top: 30px;
}
.landing-calculator .landing-calculator-slider-values .landing-calculator-main-values .landing-calculator-gains-profit-loss {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0em;
  font-weight: 100;
}
.landing-calculator .landing-calculator-slider-values .landing-calculator-main-values .landing-calculator-gains-profit-loss .landing-calculator-gains span {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
}
.landing-calculator .landing-calculator-slider-values .landing-calculator-main-values .landing-calculator-gains-profit-loss .landing-calculator-profit-loss span {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
}
.landing-calculator .landing-calculator-slider-values .landing-calculator-infinite-one-hundred-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landing-calculator .landing-calculator-sub-values {
  margin-top: 30px;
  color: #394c5e;
}
.landing-calculator .landing-calculator-sub-values .sub-values {
  padding: 0px 15px;
}
.landing-calculator .landing-calculator-sub-values .sub-values div {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.landing-calculator .landing-calculator-sub-values .sub-values div span {
  font-weight: 600;
}
.landing-calculator .landing-calculator-sub-values .landing-calculator-final-value {
  width: 100%;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
  background: #1b60e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rs-99-content {
  padding-top: 80px;
}
.rs-99-content .rs-99-title {
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.rs-99-content .rs-99-title-price {
  font-size: 45px;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
}
.rs-99-content .rs-99-title-price span:nth-child(1) {
  font-weight: 500;
}
.rs-99-content .rs-99-title-price span:nth-child(2) {
  font-weight: 700;
}
.rs-99-content .rs-99-form {
  width: 75%;
}
.rs-99-content .form-group {
  padding-top: 20px;
}
.rs-99-content .rs-99-form-email-phoneno {
  display: flex;
  gap: 20px;
}
.rs-99-content .form-label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 100;
  padding-left: 30px;
  margin-bottom: 6px;
}
.rs-99-content .form-control {
  border-radius: 25px;
  padding-left: 30px;
}
.rs-99-content .form-control::-moz-placeholder {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
}
.rs-99-content .form-control::placeholder {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
}
.rs-99-content .textarea-form-control {
  resize: none;
  height: 100px;
  padding-top: 10px;
}
.rs-99-content .rs-99-sec-submit-btn {
  margin-top: 30px;
  background: #1b60e5;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.slider-parent {
  margin-top: 30px;
}
.slider-parent .slider-input {
  -webkit-appearance: none;
  height: 20px;
  width: 100%;
  background: linear-gradient(255.28deg, #628de0 -91.58%, #968fea -50.95%, #66aef4 -9.38%, #e171a0 38.8%, #f48e7e 77.54%);
  border-radius: 20px;
}
.slider-parent .slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: #3e78e7;
  border: 15px solid #3e78e7;
  position: relative;
  -webkit-transition: all ease-in-out 0.05s;
  transition: all ease-in-out 0.05s;
}

.testimonials {
  padding: 80px 0;
  background: linear-gradient(180deg, #f6f4ff 0%, #dedce5 100%);
  background: #23242d;
  position: relative;
  color: #fff;
}
.testimonials .text-center .title {
  text-align: center;
  font-size: 65px;
  background: linear-gradient(192deg, #628de0 0%, #968fea 19.27%, #66aef4 41.67%, #e171a0 56.25%, #f48e7e 93.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .testimonials .text-center .title {
    font-size: 45px;
  }
}
.testimonials .para-dark {
  color: #fafcff;
}
.testimonials .highlight {
  color: #fd8b02;
  font-weight: 600;
}
.testimonials .slick-list {
  padding-bottom: 15px;
}
.testimonials .quote {
  position: absolute;
  right: 70px;
  top: 10px;
  transform-origin: right top;
  transform: scale(1);
  opacity: 0.7;
}
.testimonials .reviews {
  margin-top: 50px;
}
.testimonials .customer-type {
  color: #3e78e7;
}
.testimonials .single-review {
  padding: 50px 30px 20px;
  text-align: left;
  background-image: url(../public/images/testimonials/quote.png);
  background-position: 30px 5px;
  background-repeat: no-repeat;
  background-size: 32px;
}
@media only screen and (max-width: 767px) {
  .testimonials .single-review {
    background-position: top center;
  }
}
.testimonials .single-review .content {
  height: 180px;
  color: #fff;
  font-weight: 300;
  line-height: 1.5em;
}
@media only screen and (max-width: 1199px) {
  .testimonials .single-review .content {
    height: auto !important;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .single-review .content {
    text-align: center;
  }
}
.testimonials .single-review .author {
  margin-top: 20px;
}
.testimonials .single-review .author .name {
  color: #445f19;
  font-weight: 500;
}
.testimonials .single-review .author .desi {
  color: #8c8c8c;
}
.testimonials .review-customer-det {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 35px;
}
@media only screen and (max-width: 1199px) {
  .testimonials .review-customer-det {
    margin-top: 15px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .review-customer-det {
    justify-content: center;
  }
}
.testimonials .review-logo img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .slick-next {
  right: -60px;
}
@media only screen and (max-width: 767px) {
  .testimonials .slick-next {
    right: -10px;
  }
}
.testimonials .slick-prev {
  left: -60px;
}
@media only screen and (max-width: 767px) {
  .testimonials .slick-prev {
    left: -10px;
  }
}/*# sourceMappingURL=style.css.map */