* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
button,
input {
  font-family: "Urbanist", sans-serif
}

.nav-wrap {
  background: #8074f2;
  border: none !important;
  /*padding-top: 30px;*/
  padding: 12px 0;
  box-shadow: none !important;
}
.navbar-right {
	margin-bottom: 0;
}
.tab-switch .nav-item.active .nav-link .tab-txt {
  display: inline-block;
}.tab-txt {
  font-size: 14px;
}
.pinner {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background-color: #fff;
  flex: 0 0 36px;
  max-width: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center
}

.wrapper .top-nav-left-nav li:first-child {
  display: none
}

.wrapper.toggle .top-nav-left-nav li:first-child {
  display: block
}

.top-nav-left-nav li p.pinner2 {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0;
  cursor: pointer
}
.add-fund-accordian .card {
  display: none;
}.add-fund-accordian .card.active {
  display: block;
}.stretch-card .card-body {
  padding: 0 !important;
}
.line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-direction: column
}.fund-content-wrap p {
  color: #727B85;
}
.stretch-card .step-box-para {
  width: 100%;
  text-align: left;
  padding-bottom: 8px;
}.stretch-card a {
  color: #fff;
  font-size: 18px;
}
.line span.line1 {
  width: 30%;
  margin-left: auto
}

.naving-wrap .dropdown-menu {
  width: 200px !important;
  height: 300px;
  overflow: auto;
}

.naving-wrap .dropdown-menu li a {
  display: block;
  white-space: normal;
  word-break: break-word;
  font-size: 14px;
  padding: 3px 5px
}.nightmode .stretch-card .card {
  border: none;
  border-radius: 25px;
}

.line span {
  width: 60%;
  height: 3px;
  background-color: #794BFC;
  margin: 1px 0;
  border-radius: 10px;
  transition: .3s ease
}

.line span.line3 {
  width: 30%;
  margin-right: auto
}

.pinner:hover .line span,
.top-nav li p.pinner2:hover .line span {
  width: 60%;
  margin: 1px 0
}

.nav-wrap .navbar-center {
  margin-left: 20px
}

.ft-new-one {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background: rgba(0, 163, 255, 0.15);
  border: 1px solid #794BFC;
  color: #794BFC;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px
}

.nav-wrap .navbar-center li a {
  color: rgba(114, 123, 133, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.nav-wrap .navbar-center li.active a {
  color: #0B1B2B;
  background: none !important
}

.nav-wrap .navbar-right li {
  list-style: none
}

.nav-wrap .navbar-right li a {
  width: 144px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #04192C;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-evenly
}

.nav-wrap .navbar-right li a i {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: #FFF;
  color: #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(15px)
}

#top-sec {
  position: relative
}

#top-sec .top-row {
  border-radius: 30px;
  background: #EDEEFC;
  padding: 40px;
  padding-bottom: 80px;
  position: relative
}

#top-sec .top-row::before {
  content: '';
  position: absolute;
  background-image: url(https://i.23robo.info/projects/cutesmm/img/left1s.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 100%;
  top: -25%;
  left: -90px
}

#top-sec .top-row::after {
  content: '';
  position: absolute;
  background-image: url(https://i.23robo.info/projects/cutesmm/img/right1s.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
  top: -25%;
  right: -87px
}

.top-small {
  color: #794BFC;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
  position: relative;
  z-index: 9999 !important
}

.main-title {
  color: #0B1B2B;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 1
}

.step-box-para {
  color: #727B85;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  width: 80%;
  margin: auto;
  padding-top: 20px;
  position: relative;
  z-index: 999 !important
}

#top-sec .frm-wrap {
  position: relative;
  z-index: 9999 !important;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0 28px 74.6px 0 rgba(6, 6, 68, 0.10);
  padding: 10px;
  margin-top: 50px
}

#top-sec .frm-wrap .form-group {
  position: relative;
  margin: 0
}

#top-sec .frm-wrap form {
  margin: 0
}

#top-sec .frm-wrap .form-group .form-control {
  border-radius: 100px;
  background: #EDEEFC;
  border: none;
  box-shadow: none;
  padding-left: 58px;
  height: 55px
}

#top-sec .frm-wrap .form-group .inpt-icon {
  position: absolute;
  top: 8px;
  left: 11px;
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  background: #794BFC;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}

#top-sec .frm-wrap .btn-tp {
  width: 100%;
  height: 55px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: #794BFC;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between
}

#top-sec .frm-wrap .btn-tp i {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  background: #fff;
  color: #794BFC;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(7px)
}

#top-sec .remember-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

#top-sec .remember-wrap .checkbox label {
  color: #6C7076;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#top-sec .remember-wrap .forget-box a {
  color: #6C7076;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 5;
}.forget-box {
  padding-top: 12px;
}

#top-sec .remember-wrap .checkbox label #remember {
  transform: translateY(-3px)
}

#top-sec .frm-wrap .btn-width {
  padding-left: 0
}

#top-sec .step-box {
  border-radius: 26px;
  background: #04192C;
  padding: 28px
}

#top-sec .step-box p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 12px
}

#top-sec .step-box-two p {
  text-align: left;
  color: #794BFC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin: 0;
  padding: 10px 6px
}

#top-sec .step-box-two {
  display: flex;
  align-items: center
}

#top-sec .step-box-two h6 {
  color: #0B1B2B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  text-align: center;
  color: #0B1B2B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  text-align: left;
  padding-left: 10px
}

#top-sec .step-row {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background: linear-gradient(180deg, #FFF 51.05%, rgba(255, 255, 255, 0.00) 103.93%);
  padding: 20px;
  transform: translateY(40px)
}

#social-media {
  padding: 100px 0
}

#social-media .step-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

#social-media .step-social li {
  list-style: none;
  text-align: center;
  transition: .3s all ease-in-out;
  margin-right: 45px
}

#social-media .step-social li:hover {
  transform: translateY(-20px)
}

#social-media .step-social li h6 {
  color: #0B1B2B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 18px
}

.step-flex {
  padding-left: 10px
}

.title {
  color: #062514;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 0
}

.card-wrap {
  border-radius: 30px;
  background: #EDEEFC;
  padding: 25px
}

.step-head {
  color: #0B1B2B;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 61px;
  margin: 0
}

.step-txt {
  color: #727B85;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6
}

.step-first {
  color: #794BFC !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px
}

.card-wrap1 {
  border-radius: 30px;
  background: #794BFC;
  padding: 25px;
  position: relative
}

.card-wrap1:hover::before {
  width: 80%;
  height: 24px;
  border-radius: 317px;
  background: #794BFC;
  filter: blur(15px);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: -1;
  margin: auto
}

.step-head1 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 61px;
  margin: 0
}

.step-txt1 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6
}

.step-first1 {
  color: #FFF !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px
}

.card-wrap2 {
  border-radius: 30px;
  background: #04192C;
  padding: 25px
}

.step-head2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 61px;
  margin: 0
}

.step-txt2 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6
}

.step-first2 {
  color: #FFF !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px
}

.card-wrap img,
.card-wrap1 img,
.card-wrap2 img {
  padding-top: 20px
}

#our-benefits .col-sm-12 {
  padding-bottom: 50px
}

#why-darkside {
  padding: 150px 0
}

.step-txt-hero {
  color: #794BFC;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.step-txt-pro {
  color: #0B1B2B;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%
}

.wrap-box {
  border-radius: 15px;
  background: #794BFC;
  padding: 20px;
  height: 183px
}

.wrap-box h4 {
  color: #FFF;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0
}

.wrap-box p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.wrap-box1 {
  border-radius: 15px;
  background: #04192C;
  padding: 20px;
  margin-top: 30px;
  padding-bottom: 50px
}

.wrap-box1 h4 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.wrap-box1 p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6
}

.wrap-box2 {
  border-radius: 15px;
  background: #EDEEFC;
  padding: 20px
}

.wrap-box2 h4 {
  color: #0B1B2B;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 80%
}

.wrap-box3 {
  border-radius: 15px;
  border: 2px dashed #04192C;
  padding: 20px;
  margin-top: 30px
}

.wrap-box3 .flew-box {
  display: flex;
  align-items: center;
  gap: 20px
}

.wrap-box3 .flew-box h4 {
  color: #0B1B2B;
  text-align: right;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.wrap-box3 .flew-box .step-txt {
  text-align: right
}

.btn-prim {
  border-radius: 27.5px;
  background: #04192C;
  width: 171px;
  height: 57px;
  flex-shrink: 0;
  color: #FFF !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  float: right
}

.btn-prim i {
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  background: #fff;
  color: #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -6px
}

.wrap-txt-hero {
  color: #794BFC;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.wrap-txt {
  color: #0B1B2B;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.flex-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px
}

.btn-blue {
  width: 171px;
  height: 57px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: #794BFC;
  color: #FFF !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px
}

.btn-blue i {
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  background: #fff;
  color: #794BFC;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -6px
}

#servce-provide {
  padding: 150px 0
}

#servce-provide .tab-row {
  border-radius: 30px;
  background: #EDEEFC;
  padding: 30px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}

#servce-provide .nav-pills {
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 320px;
  overflow: visible
}

#servce-provide .nav-pills .nav-link {
  width: 100%;
  margin-bottom: 14px;
  border-radius: 150px;
  background: #EDEEFC;
  border: none;
  padding: 6px;
  text-align: left;
  color: #727B85;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center
}

#servce-provide .nav-pills .nav-link img {
  margin-right: 10px
}

.right-box-star h4 {
  color: #0B1B2B;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.right-box-star .step-txt {
  color: #727B85;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6
}

.flex-d {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px
}

.flex-d h6 {
  color: #0B1B2B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 4px 0
}

.flex-d p {
  color: #727B85;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 2
}

.btn-him {
  width: 229px;
  height: 57px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: #794BFC;
  color: #FFF !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin-top: 20px
}
.nightmode .wrapper-box .card {
  border: none;
}.nightmode .mr-ste {
  color: #fff;
}.nightmode .tab-switch .nav-item .nav-link {
  color: #fff;
  background: transparent !important;
}.nightmode .tab-switch .nav-item .nav-link:hover {
  background: ;
  background: #794bfc !important;
}.nightmode .well-ord .table tbody tr td {
  color: #fff;
}.nightmode .well-adds .tab-switch .nav-item .nav-link {
  color: #04192C;
}.nightmode .well-adds .tab-switch .nav-item.active .nav-link {
  color: #fff;
}
.btn-him i {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: #fff;
  color: #794BFC;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -6px
}

#servce-provide .nav-pills .nav-link i {
  float: right;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  background: #fff;
  color: #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none
}

#servce-provide .nav-pills .nav-item {
  width: 100%
}

#servce-provide .nav-pills .nav-item.active .nav-link {
  border-radius: 150px;
  background: #04192C;
  color: #fff
}

#servce-provide .nav-pills .nav-item.active .nav-link i {
  display: flex;
  margin-left: auto
}

#servce-provide .nav-pills .nav-item.active {
  flex: 0 0 126%;
  max-width: 130%
}

#our-mission .row {
  display: flex;
  align-items: center;
  justify-content: center
}

#our-mission .wrap-txt1 {
  color: #0B1B2B;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 80%
}

#get-info {
  padding: 80px 0;
  background: #EDEEFC;
  margin-top: 100px
}

#get-info .card-wrapper {
  border-radius: 32px;
  background: #FFF;
  padding: 30px !important;
  z-index: 1;
  position: relative;
  transition: 300ms all linear
}

#get-info .card-wrapper:hover {
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 9.5%, rgba(255, 255, 255, 0.00) 74%);
  box-shadow: 0 30px 100px 0 rgba(121, 75, 252, 0.47)
}

#get-info .card-wrapper .card-img-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1
}

#get-info .card-wrapper .card-1::before {
  content: '';
  position: absolute;
  background-color: #82D173;
  filter: blur(15px);
  width: 54px;
  height: 54px;
  bottom: 10px;
  z-index: -1
}

#get-info .card-wrapper .card-2::before {
  content: '';
  position: absolute;
  background-color: #FDB386;
  filter: blur(15px);
  width: 54px;
  height: 54px;
  bottom: 10px;
  z-index: -1
}

#get-info .card-wrapper .card-3::before {
  content: '';
  position: absolute;
  background-color: #794BFC;
  filter: blur(15px);
  width: 54px;
  height: 54px;
  bottom: 10px;
  z-index: -1
}

#get-info .card-wrapper .card-title h5 {
  color: #062240;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center
}

#get-info .card-wrapper .card-title p {
  color: #727B85;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 95%;
  margin: auto;
  padding-bottom: 40px
}

#get-info .card-wrapper a {
  width: 100%;
  border-radius: 30px;
  background: #794BFC;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  text-decoration: none;
  display: none;
  transition: 300ms all linear
}

#get-info .card-wrapper a i {
  float: right
}

#get-info .card-wrapper:hover a {
  display: block
}

#get-info .mb-wrap {
  padding-bottom: 40px
}

#work-process {
  padding: 80px 0
}

#work-process .bg-blue {
  border-radius: 30px;
  background: #794BFC;
  padding: 50px
}

#work-process h6 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

#work-process p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 50px
}

#work-process .card-hero {
  position: relative
}

#work-process .card-number h5 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.00) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

#work-process .card-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px
}

#work-process .card-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  width: 75%
}

#work-process .card-hero2 {
  padding-top: 40px
}

#work-process .card-hero4 {
  padding-top: 40px
}

#work-process .card-hero2 h6 {
  width: 65%
}

#work-process .card-hero3 h6 {
  width: 60%
}

#work-process .card-hero4 h6 {
  width: 60%
}

#work-process .card-hero1::before {
  content: '';
  position: absolute;
  background-image: url(https://i.23robo.info/projects/cutesmm/img/bor.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 47px;
  top: -29px
}

#work-process .card-hero2::before {
  content: '';
  position: absolute;
  background-image: url(https://i.23robo.info/projects/cutesmm/img/bo1.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 47px;
  top: -40px
}

#work-process .card-hero3::before {
  content: '';
  position: absolute;
  background-image: url(https://i.23robo.info/projects/cutesmm/img/bor2.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 49px;
  top: -40px
}

#features-darksidepanel {
  padding: 80px 0
}

#features-darksidepanel .wrap-txt-hero {
  text-align: center
}

#features-darksidepanel .title {
  padding-bottom: 50px
}

#features-darksidepanel .card-fast {
  border-radius: 20px;
  background: #EDEEFC;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  transition: 300ms all linear
}

#features-darksidepanel .card-fast:hover {
  background: #794BFC
}

#features-darksidepanel .card-fast:hover .card-title h5 {
  color: #FFF
}

#features-darksidepanel .card-fast:hover .card-title p {
  color: #fff
}

#features-darksidepanel .card-fast:hover a {
  color: #fff
}

#features-darksidepanel .card-title h5 {
  color: #0B1B2B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 20px
}

#features-darksidepanel .card-title p {
  color: #727B85;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 5px;
  padding-bottom: 15px
}

#features-darksidepanel a {
  color: #794BFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none
}

#easiest-way .title {
  text-align: left
}

#easiest-way h6 {
  color: #794BFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px
}

#easiest-way .btn-prim {
  float: left;
  margin-top: 10px
}

.panel-title>a:before {
  float: right !important;
  font-family: "Font Awesome 5 Pro";
  content: "\f068";
  padding-right: 5px
}

.panel-title>a.collapsed:before {
  float: right !important;
  content: "\f067"
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none
}

#faq .panel-heading {
  border-radius: 18px;
  background: #EDEEFC !important;
  border: none !important;
  padding: 17px;
  transition: 300ms all linear
}

#faq .panel-heading:hover {
  background: #794BFC !important
}

#faq .panel-heading:hover .panel-title {
  color: #fff
}

#faq .panel-default {
  border: none;
  border-radius: 20px;
  margin-bottom: 20px
}

#faq .panel-body {
  border: none;
  margin-top: 10px;
  box-shadow: none;
  border-radius: 20px;
  background: #EDEEFC;
  color: #727B85;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding-left: 32px
}

#faq .panel-body .sp1 {
  color: #794BFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126.648%;
  padding-right: 10px
}

#faq .panel-title {
  color: #0B1B2B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

#faq span {
  padding-right: 20px;
  position: relative
}

#faq span::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  background: rgba(0, 0, 0, 0.07);
  left: 26px
}

#faq {
  padding: 80px 0
}

#faq .title {
  text-align: left
}

#faq .step-txt {
  padding-top: 15px;
  padding-bottom: 15px
}

#faq .row {
  display: flex;
  align-items: center;
  justify-content: center
}

#signup-now .black-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background: #794bfc;
  padding: 50px;
  height: 250px
}

#signup-now .black-bg li {
  list-style: none
}

#signup-now .black-bg li h5 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 41px
}

#signup-now .black-bg li p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 85%
}

#signup-now .black-bg li .img-pop {
  transform: translateY(-28px)
}

.top-pannel ul {
  list-style: none;
  position: relative
}

.top-pannel ul:before {
  content: "";
  position: absolute;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #D9D9D9 57.29%, rgba(217, 217, 217, 0.00) 100%);
  width: 5px;
  height: 120%;
  top: -49px;
  left: 86px
}

.top-pannel ul li {
  display: flex;
  align-items: center;
  position: relative
}

.top-pannel ul li:not(:last-child) {
  margin-bottom: 30px
}

.top-pannel ul li .number {
  color: #EFEFF1;
  font-size: 45px;
  font-weight: 400;
  display: inline-block;
  min-width: 80px;
  cursor: pointer;
  position: relative
}

.top-pannel ul li .dots {
  margin-right: 35px
}

.top-pannel ul li .title {
  color: #0B1B2B;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 15px
}

.top-pannel ul li p {
  color: #727B85;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6
}

.top-pannel ul li .desc {
  overflow: hidden;
  height: 74px
}

.top-pannel ul li.active .number {
  color: #794BFC
}

.top-pannel ul li.active .detail {
  border-radius: 14px;
  background: #794BFC;
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.10);
  padding: 40px;
  width: 100%
}
.navbar .navbar-nav > li > a, .navbar-brand {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #fff !important;
  background: transparent !important;
}
.top-pannel ul li.active .desc {
  height: auto
}

.top-pannel ul li.active p {
  color: #fff
}

.top-pannel ul li.active .title {
  color: #fff
}

.top-pannel ul li.active:before {
  width: 5px;
  height: 202px;
  border-radius: 2.5px;
  background: linear-gradient(180deg, rgba(121, 75, 252, 0.00) 0%, #794BFC 50.5%, rgba(121, 75, 252, 0.00) 100%);
  position: absolute;
  content: "";
  top: 93px;
  left: 86px
}

.top-pannel {
  padding-top: 50px
}

#easiest-way {
  padding-bottom: 150px
}

.title-with-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center
}

#testimonials-sec {
  background: #EDEEFC;
  padding: 80px 0;
  margin-bottom: 50px
}

#testimonials-sec .step-txt {
  width: 65%;
  margin: auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 80px
}

#testimonials-sec .card-slick {
  border-radius: 22px;
  background: #FFF;
  padding: 25px;
  width: 348px;
  margin: 50px 12px 12px !important;
  position: relative;
  margin-bottom: 55px
}

#testimonials-sec .card-slick:hover::before {
  content: '';
  position: absolute;
  width: 85%;
  height: 20px;
  border-radius: 314px;
  background: #794BFC;
  filter: blur(30px);
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

#testimonials-sec .card-slick .card-img-top {
  display: flex;
  align-items: center;
  justify-content: space-between
}

#testimonials-sec .card-slick .card-img-top .img-tops {
  margin-top: -85px;
  padding-bottom: 25px
}

#testimonials-sec .card-slick .card-title {
  padding-bottom: 15px
}

#testimonials-sec .card-slick .card-title h4 {
  color: #062240;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 127.224%;
  margin: 0
}

#testimonials-sec .card-slick .card-body p {
  color: #727B85;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6
}

#testimonials-sec .card-slick .card-img-top .img-top2 {
  transform: translateY(20px)
}

.marketing-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto
}

.marketing-slider-nav .slick-arrow {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: #794BFC;
  color: #fff;
  border: none;
  border-radius: 50px;
  margin: 3px
}

.foot-before {
  background: #8074f2;
  padding-top: 80px;
  padding-bottom: 20px;
  margin-top: 80px
}

.foot-before .footer-text p {
  color: #FEFEFE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 20px
}

.foot-before .footer-icons h6 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 20px
}

.foot-before .links-title h6::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 34px;
  height: 2px;
  flex-shrink: 0;
  border-radius: 1px;
  background: #794BFC
}

.foot-before .footer-icons i {
  width: 43.556px;
  height: 43.556px;
  flex-shrink: 0;
  background: #794BFC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  color: #fff;
  font-size: 18px;
  border-radius: 50px
}

.foot-before .links {
  display: flex;
  align-items: center;
  justify-content: space-evenly
}

.foot-before .links-title h6 {
  color: #FFF;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative
}

.foot-before .links ul li {
  list-style: none;
  transform: translateY(20px)
}

.foot-before .links ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5
}

.foot-before .contact ul li {
  list-style: none;
  transform: translateY(20px)
}

.foot-before .contact ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2
}

.foot-before .contact ul li a i {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: #794BFC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 5px
}

.copy-right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  padding: 16px;
  transform: translateY(-18px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05)
}

.copy-right ul li p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0
}

.copy-right ul li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px
}

.copy-right ul li {
  list-style: none
}

.well-form h6 {
  color: #04192C;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.well-form {
  border-radius: 23px;
  background: #FFF;
  border: none;
  padding: 10px
}

.well-form .control-label {
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px
}

.well-form .form-control {
  border-radius: 30px;
  background: #EDEEFC;
  border: none;
  height: 50px
}

.well-form .checkbox label {
  color: #727B85;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.well-form .checkbox label a {
  color: #794BFC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.well-form .btn-primary {
  width: 185px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 33px;
  background: #794BFC;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.well-form .btn-primary i {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #FFF;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #794BFC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  rotate: -33deg;
  margin-right: -8px
}

#frm-sec .form-right {
  padding-top: 50px
}

#frm-sec .form-right .spra {
  color: #04192C;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.5%
}

#frm-sec .form-right .step-txt {
  color: #727B85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 30px
}

#frm-sec .row {
  padding-top: 50px
}

#service-sec .step-txt {
  text-align: center;
  width: 75%;
  margin: auto;
  padding-bottom: 50px
}

.social-teams {
  border-radius: 16px;
  background: #EDEEFC;
  padding: 18px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.social-teams li {
  display: flex !important;
  align-items: center;
  justify-content: space-evenly;
  height: 84px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #FFF;
  margin: 5px
}

.well-float-wrap {
  border-radius: 15px;
  background: #EDEEFC;
  border: none;
  box-shadow: none
}

.well-float-wrap h4 {
  color: #04192C;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%
}

.well-float-wrap #service-table {
  border-collapse: separate;
  border-spacing: 0 15px;
  white-space: nowrap
}

.well-float-wrap #service-table thead tr th {
  border: none;
  border: none;
  background: #04192C;
  padding: 24px;
  height: 60px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle
}

.well-float-wrap #service-table thead tr th:first-child {
  border-radius: 30px 0 0 30px
}

.well-float-wrap #service-table thead tr th:last-child {
  border-radius: 0 30px 30px 0
}

.well-float-wrap #service-table tbody tr td {
  border: none;
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
  white-space: wrap;
  border-bottom: 1px solid #727B85;
}
.order-clr {
  background: #794bfc;
  padding: 4px 10px;
  border-radius: 12px;
  color: #fff !important;
}
.well-float-wrap #service-table tbody tr td strong {
  color: #223545;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal
}

.well-float-wrap #service-table tbody tr td .flex-nows {
  display: flex;
  align-items: center
}

.well-float-wrap #service-table tbody tr .width-50 {
  width: 100%
}

.well-float-wrap #service-table tbody tr td .flex-nows span i {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background: rgba(0, 163, 255, 0.15);
  border: 1px solid #794BFC;
  color: #794BFC;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px
}

.grid-margin {
  margin-bottom: 25px
}

.notify-box-wrap.active {
  border-color: #794BFC
}

.card.notify-box-wrap {
  position: relative;
  overflow: hidden
}

.notify-btn-wrap.half .btn.btn-primary {
  width: 85%;
  margin-bottom: 3px
}

.stretch-card>.card {
  width: 100%;
  min-width: 100%
}

.notify-status {
  display: none
}

.card {
  border: 1px solid #d5dcec;
  border-radius: 0;
  background: #E8F7FF
}

.card.notify-box-wrap {
  position: relative;
  overflow: hidden
}

.card .card-body {
  padding: 35px 25px
}

.notify-box-wrap.active .notify-status {
  display: block;
  position: absolute;
  right: -29px;
  top: -9px;
  background-color: #794BFC;
  padding: 19px 20px 1px;
  transform: rotateZ(45deg);
  font-weight: 300;
  color: #fff
}

.notify-icon {
  text-align: center
}

.notify-icon img {
  display: block;
  margin: auto auto 15px;
  height: 50px
}

.modal-open .modal-wrap {
  overflow-x: hidden;
  overflow-y: auto
}

.img-sz {
  max-width: 170px
}

.notify-icon i {
  font-size: 60px;
  color: #794BFC
}

.notify-btn-wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  align-content: center
}

.notify-btn-wrap .btn.btn-primary {
  color: #fff;
  background: #794BFC;
  border: none
}

.text-primary {
  color: #794BFC !important
}

.modal.in,
.modal.show {
  background-color: rgba(0, 0, 0, .1)
}

.modal-wrap .modal-dialog .modal-content .modal-body {
  padding: 35px 26px
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer
}

.modal-wrap .modal-dialog {
  margin-top: 100px
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none
}

.card-titles {
  margin-bottom: 1.125rem;
  text-transform: capitalize;
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #794BFC;
  border-color: #794BFC;
  opacity: .5 !important
}

.btn.disabled,
.btn:disabled,
.swal2-modal .swal2-buttonswrapper .disabled.swal2-styled,
.swal2-modal .swal2-buttonswrapper .swal2-styled:disabled {
  opacity: .65
}

.sub-ed {
  display: none
}

.well-float-wrap #service-table tbody tr td .flex-nows .fa-star {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background: rgba(0, 163, 255, 0.15);
  border: 1px solid #794BFC;
  color: #794BFC;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px
}

.well-float-wrap #service-table .btn-primary.btn-modals {
  width: 86px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 39px;
  background: #794BFC;
  border: none;
  background: #794BFC;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#service-sec .btn-primary {
  border-radius: 39px;
  background: #794BFC;
  border: none;
  width: 100px;
  height: 45px
}

#service-sec .form-control {
  border-radius: 30px;
  background: #FFF;
  border: none;
  box-shadow: none;
  width: 99%;
  height: 45px
}

#service-sec .nav-pills {
  border-radius: 30px;
  background: #EDEEFC;
  padding: 15px;
  display: flex !important;
  flex-wrap: wrap;
}

.justify-content-md-center {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.search-wrap .btn-default {
  width: 123px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 30px !important;
  background: #794BFC !important;
  border: none;
  color: #fff
}

.search-wrap {
  width: 80%;
  margin-left: 10px !important
}

.well-float-wrap #service-table tbody tr td .flex-nows span a {
  text-decoration: none
}

#api-sec {
  padding: 50px 0
}

#api-sec .m-b-md {
  color: #04192C;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center
}

#api-sec .table-bordered-wrap {
  border-collapse: separate;
  border-spacing: 15px 15px;
  border-radius: 20px;
  background: #EDEEFC;
  border: none
}

#api-sec .table-bordered-wrap tbody tr td {
  border: none;
  border-radius: 25px;
  background: #FFF;
  padding: 12px;
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#api-sec .table-bordered thead tr th {
  border: none
}

#api-sec .tabel-wrap {
  border: none
}

#api-sec .tabel-wrap thead tr th {
  background: #04192C;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px
}

#api-sec .tabel-wrap thead tr th:first-child {
  border-top-left-radius: 15px
}

#api-sec .tabel-wrap thead tr th:last-child {
  border-top-right-radius: 15px
}

#api-sec .tabel-wrap tbody tr td {
  border-radius: 15px;
  border-left: 1px solid #ECECEC;
  background: #FFF;
  border-right: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px
}

#api-sec .example-wrap .example-code {
  border-radius: 15px 15px 0 0;
  background: #794BFC;
  padding: 15px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0
}

#api-sec .pre-bg {
  border-radius: 0 0 15px 15px;
  border: 1px solid #ECECEC;
  background: #FFF;
  color: #727B85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#api-sec .btn-default {
  background: #794BFC !important;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 27.5px;
  border: none;
  padding: 14px
}

#api-sec #service_type {
  border-radius: 27.5px;
  background: #04192C;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 50px;
  border: none
}

.wrapper {
  padding: 15px
}

.sidebar-wrap {
  width: 240px;
  border-radius: 20px;
  background: #794BFC;
  position: fixed;
  height: calc(100% - 30px);
  padding: 12px;
  z-index: 999;
  overflow-y: auto;
  scrollbar-width: thin;
  left: 15px;
  top: 15px;
  transition: 300ms all ease-in
}

.sidebar-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between
}

.sidebar-logo .logo {
  color: #fff;
  font-size: 14px
}

.sidebar-logo .logo img {
  max-width: 150px;
  overflow: hidden
}

.sidebar-menu-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 70px)
}

.sidebar-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14)
}

.sidebar-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0
}

.sidebar-menu li {
  flex: 0 0 100%;
  max-width: 100%
}

.dropdown.open {
  margin-bottom: 20px
}

.sidebar-menu li a {
  padding: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 30px;
  margin-bottom: 6px;
  text-decoration: none !important;
  border: 1px solid transparent;
  position: relative;
  font-size: 16px;
}
.navbar-icon{
  font-size: 16px;
}
.sidebar-menu li.active a .navbar-icon,
.sidebar-menu li a:hover .navbar-icon,
.sidebar-menu li a:focus .navbar-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: #FFF;
  filter: drop-shadow(0px 4px 4px rgba(255, 255, 255, 0.13));
  color: #04192C;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px
}

.sidebar-menu li.active a,
.sidebar-menu li.active a:hover,
.sidebar-menu li a:hover,
.sidebar-menu li a:focus {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #04192C;
  border-radius: 30px
}

.wrapper.toggle .sidebar-menu li.active a,
.wrapper.toggle .sidebar-menu li.active a:hover,
.wrapper.toggle .sidebar-menu li a:hover,
.wrapper.toggle .sidebar-menu li a:focus {
  border: none;
  background: transparent !important;
  border-radius: 0
}

.fa-cart-plus::before {
  content: "\f217"
}

.sidebar-menu li.active a::after,
.sidebar-menu li.active a:hover::after,
.sidebar-menu li a:hover::after,
.sidebar-menu li a:focus::after {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.inner-wrap {
  padding-left: 250px;
  transition: 300ms all ease-in
}

.wrapper.toggle .inner-wrap {
  padding-left: 0
}

.pinner-img {
  color: #794BFC
}

.wrapper.toggle .sidebar-wrap {
  left: -285px
}

.wrapper.toggle .sidebar-wrap li a {
  padding: 4px 0;
  text-align: center;
  border-radius: 11px
}

.wrapper.toggle .sidebar-logo {
  justify-content: center
}

.menu-icon {
  width: 40px;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 14px;
  margin-right: 5px
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  background: rgba(161, 221, 255, 0.24);
  padding: 14px;
  height: 55px;
  margin-bottom: 20px
}

.top-nav .top-nav-left .top-nav-left-nav {
  display: flex;
  align-items: center;
  margin: 0
}

.top-nav .top-nav-left .top-nav-left-nav .bread-wrap {
  margin-left: 12px;
  list-style: none
}

.top-nav .top-nav-left .top-nav-left-nav .bread-wrap .bread {
  color: #727B85;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.top-nav .top-nav-left .top-nav-left-nav .bread-wrap .bread span {
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.top-nav .top-nav-right-nav {
  display: flex;
  align-items: center;
  margin: 0
}

.top-nav .top-nav-right-nav li {
  list-style: none;
  margin-right: 4px
}

.top-nav .top-nav-right-nav li .acc {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  background: #04192C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  text-decoration: none
}

.top-nav .top-nav-right-nav li .acc:hover {
  background: #794BFC
}

.top-nav .top-nav-right-nav .dropdown a {
  width: 100%;
  height: 38px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #04192C;
  border: 1px solid rgba(133, 134, 163, 0.17)
}

#currencies-list #currencies-item {
  width: 100%;
  border: none
}

.badge {
  background: transparent !important;
  color: #04192C !important;
  font-weight: 500 !important
}

.top-nav .top-nav-right-nav li .mode-btn {
  border-radius: 30px;
  background: #794BFC;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  min-width: 70px;
  border: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  padding: 3px
}

.nightmode .top-nav-right-nav li a.mode-btn {
  justify-content: flex-end
}

.mode-inner {
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100px;
  border: 5px solid #fff;
  color: #794BFC
}

.daymode .top-header-nav li a.mode-btn i::before {
  content: '\f755'
}

.stats-row {
  border-radius: 16px;
  background: #E8F7FF;
  padding: 20px
}

.new-txt {
  color: #04192C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.stats-row .stats-box {
  display: flex;
  align-items: center;
  border-radius: 15px;
  background: #FFF;
  padding: 15px
}

.stats-row .stats-box .stats-right {
  margin-left: 8px
}

.stats-txt {
  color: #727B85;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0
}

.btn-bluss {
  width: 96px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 26px;
  background: #00A3FF !important;
  color: #FFF !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none
}

.modal-header .close {
  margin-top: -24px
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 35px 26px
}

.stats-title {
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0
}

.wrap-box-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px
}

.hide-category {
  border-radius: 16px;
  background: #E8F7FF;
  padding: 14px 18px;
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 136px;
  height: 30px;
  flex-shrink: 0
}

.new-bgss {
  border-radius: 16px;
  background: #E8F7FF;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap
}

.news-wrap {
  padding: 20px
}

.news-wrap .dash-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #FFF;
  margin-bottom: 10px;
  padding: 10px;
  height: 56px
}

.news-wrap .dash-wrap h6 {
  margin: 0;
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.news-wrap .dash-wrap p {
  margin: 0;
  width: 40%;
  height: 46px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #794BFC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.new-bgss .cate-shortcut {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.new-bgss .cate-shortcut li {
  list-style: none
}

.status-table {
  margin-top: 30px
}

.status-table thead tr th {
  background: #04192C;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px
}

.status-table tbody tr td {
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #E8F7FF !important;
  border: 1px solid rgba(133, 134, 163, 0.19);
  padding: 18px
}

.status-check.uncheck {
  display: flex;
  align-items: center;
  justify-content: center
}

.status-table thead tr th:first-child {
  border-radius: 20px 0 0 0
}

.status-table thead tr th:last-child {
  border-radius: 0 20px 0 0
}

.new-bgss .cate-shortcut li a {
  list-style: none;
  width: 222px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 12px;
  margin-bottom: 12px;
  margin-left: 8px;
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none
}

.new-bgss .cate-shortcut li a:hover {
  background: #794BFC !important;
  box-shadow: 0 17px 24.8px 0 rgba(0, 163, 255, 0.26);
  color: #fff
}

.new-bgss .cate-shortcut li a:hover .sershortcut-icon {
  color: #794BFC;
  background: #fff
}

.new-bgss .cate-shortcut li a .sershortcut-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: #794BFC;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  font-size: 12px
}

.account-info {
  border-radius: 20px;
  background: #E8F7FF;
  padding: 20px;
  margin-top: 20px;
  box-shadow: none !important;
  border: none;
  box-shadow: none
}

.account-info .nav {
  display: flex;
  align-items: center;
  border: none
}

.well-float-wrap .modal-body {
  color: #04192C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.title-fav {
  color: #04192C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto 0 0 !important
}

.search-wrap {
  width: 89%
}

.account-info .nav-item.active .acc-btn {
  width: 130px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: #04192C;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.account-info .nav-item .acc-btn {
  width: 130px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 6px;
  border: none
}

.account-info .newordersr {
  padding-top: 20px
}

.account-info .control-label {
  color: #727B85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.account-info .form-control {
  border-radius: 43px;
  background: #FFF;
  border: none;
  height: 44px;
  padding: 10px 14px;
  box-shadow: none
}

.account-info .btn-primary {
  width: 100%;
  border-radius: 42px;
  background: #794BFC;
  border: none;
  height: 50px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center
}

.wrapper-box .ser-desc-box2 {
  border-radius: 17px;
  background: #FFF;
  padding: 15px;
  margin-bottom: 20px
}

.wrapper-box .ser-desc-box2 .ser-desc-title {
  color: #04192C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.wrapper-box .ser-desc-box2 .ser-desc-txt {
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.wrapper-box .dash-title {
  color: #04192C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0
}

.wrapper-box .dash-title img {
  margin-right: 6px
}

.wrapper-box .sash-para {
  color: #727B85;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 12px
}

.wrapper-box .ser-desc-box3 {
  border-radius: 16px;
  border: .5px solid rgba(32, 28, 63, 0.06);
  background: #04192C;
  padding: 15px;
  margin-top: 10px
}

.wrapper-box .ser-desc-box3 .ser-desc-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.wrapper-box .ser-desc-box3 .ser-desc-txt {
  border-radius: 10px;
  border: .5px solid rgba(32, 28, 63, 0.06);
  background: #FFF;
  padding: 12px;
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 35px
}

.wrapper-box .ser-desc-box {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: .5px solid rgba(32, 28, 63, 0.06);
  background: #FFF;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 1
}

.wrapper-box .ser-desc-box .ser-img {
  width: 48.533px;
  height: 48.533px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.wrapper-box .ser-desc-box .ser-img1::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 21px;
  flex-shrink: 0;
  background: #FFBA30;
  filter: blur(15px);
  z-index: -1;
  bottom: 0
}

#social-media .step-social li img {
  width: 90px
}

.wrapper-box .ser-desc-box .ser-img2::before {
  content: '';
  position: absolute;
  width: 22.708px;
  height: 22px;
  flex-shrink: 0;
  background: #82D173;
  filter: blur(15px);
  z-index: -1;
  bottom: 0
}

.wrapper-box .ser-desc-box .ser-img3::before {
  content: '';
  position: absolute;
  width: 22.708px;
  height: 22px;
  flex-shrink: 0;
  background: #794BFC;
  filter: blur(15px);
  z-index: -1;
  bottom: 0
}

.wrapper-box .ser-desc-box .ser-img4::before {
  content: '';
  position: absolute;
  width: 22.708px;
  height: 22px;
  flex-shrink: 0;
  background: #FB9D42;
  filter: blur(15px);
  z-index: -1;
  bottom: 0
}

.wrapper-box .ser-desc-box .ser-desc-title {
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .32px;
  margin: 4px 0
}

.wrapper-box .ser-desc-box .ser-desc-txt {
  color: #727B85;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .28px;
  margin: 0
}

.wrapper-box .ser-desc-box-wraps {
  border-radius: 16px;
  border: .5px solid rgba(32, 28, 63, 0.06);
  background: #FFF;
  padding: 15px;
  /*  margin-top: 20px*/
}

.wrapper-box .ser-desc-box-wraps .ser-desc-title {
  color: #04192C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.wrapper-box .ser-desc-box-wraps .ser-desc-txt {
  color: #727B85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.well-form .div-wrap h6 {
  color: #04192C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0
}

.well-form .div-wrap {
  margin-right: auto
}

.well-form .nav-tab-two .nav-item a {
  width: 130px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: #FFF;
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: none;
  margin-right: 5px
}

.well-form .nav-tab-two .nav-item.active a {
  background: #04192C;
  color: #fff;
  border: none
}

.well-form .form-control {
  height: 45px !important;
  resize: none;
  margin-top: 10px;
  border-radius: 20px
}
.wrapper-box .form-control {
  height: auto !important;
}
.cate-shortcut:not(.active) {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: .3s linear all
}

.cate-shortcut.active {
  height: auto;
  transition: .3s linear all
}

.cate-shortcut {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px
}

.copyright ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin: 0
}

.copyright ul li {
  list-style: none;
  padding: 0 26px;
  text-align: center;
  margin: auto
}

.copyright {
  border-radius: 30px;
  background: #04192C;
  padding: 1px;
  margin-top: 30px
}

.copyright ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px
}

.copyright ul li p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0
}

.auth .container {
  width: 100%
}

.ord-txt {
  color: #04192C;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px
}

.search-wrap-btn .input-group {
  width: 100%
}

.brand-category {
  border-radius: 12px;
  background: #FFF;
  width: 100%;
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 11px;
  height: 50px;
  text-decoration: none !important;
  transition: 300ms all linear
}

.brand-category:hover {
  border-radius: 12px;
  background: #794BFC !important;
  box-shadow: 0 17px 24.8px 0 rgba(0, 163, 255, 0.26);
  color: #fff
}

.brand-category:hover .sershortcut-icon {
  background: #fff;
  color: #794BFC
}

.search-wrap-btn {
  border-radius: 30px;
  background: #E8F7FF;
  padding: 10px
}

.brand-category .sershortcut-icon {
  margin-right: 7px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: #794BFC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px
}

.search-wrap-btn #history-search {
  margin: 0
}

.search-wrap-btn .form-control {
  border-radius: 30px !important;
  background: #FFF;
  border: none;
  padding: 21px;
  width: 99%;
  height: 48px;
  box-shadow: none !important
}

.search-wrap-btn .btn-default {
  width: 123px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 30px !important;
  background: #794BFC;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 103.5%
}

.nav-pill-two li a {
  width: 120px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 26px;
  background: #EDEEFC !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04192C !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px auto auto !important
}

.nav-pill-two>li.active>a,
.nav-pill-two>li.active>a:hover,
.nav-pill-two>li.active>a:focus {
  color: #fff !important;
  background: #794BFC !important;
  width: 96px
}

.nav-pill-two li a i {
  margin-right: 5px;
  font-size: 12px
}

.Pending {
  color: #56B8FF
}

.btn-bgs.Pending {
  background: #56B8FF;
  border-radius: 30px;
  color: #fff;
  padding: 3px 12px
}

.btn-bgs.Canceled {
  background: #FF3838;
  border-radius: 30px;
  color: #fff;
  padding: 3px 12px
}

.btn-bgs.In.progress {
  background: #B77CF6;
  border-radius: 30px;
  color: #fff;
  padding: 3px 12px
}

.btn-bgs.Completed {
  background: #5CBE4A;
  border-radius: 30px;
  color: #fff;
  padding: 3px 12px
}

.In.progress {
  margin: 5px;
  display: block;
  height: auto;
  color: #B77CF6
}

.order-id-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nightmode .order-id-wrap {
  color: #fff !important;
}

.account-info .card {
  border: none;
  background: none;
  padding: 0 !important
}

.account-info .card .card-body {
  padding: 0 !important
}

.nav .nav-item,
.navbar-nav .nav-item {
  line-height: 1
}

.tab-switch .nav-item .nav-link {
  color: #a8abad;
  font-size: 1rem;
  padding-bottom: 1.2rem;
  font-weight: 600;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color
}

.tab-txt {
  display: none
}

.tab-switch .nav-item .nav-link {
  color: #04192c;
  font-size: 2rem;
  font-weight: 600
}

.order-id-wrap .btn-custom {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  text-align: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-content: center !important;
  align-items: center !important;
  font-size: 11px !important;
  background: #00a3ff !important;
  border: none !important;
  border-radius: 4px !important
}

.modal-footer .btn.btn-secondary {
  border-radius: 26px;
  background: #00A3FF;
  color: #fff;
  width: 100px
}

.mr-ste {
  color: #04192C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto 0 0 !important
}

.Completed {
  color: #5CBE4A
}

.Partial {
  color: #5685FF
}

.Processing {
  color: #FFBA30
}

.table thead tr th {
  border: none;
  background: #04192C;
  padding: 15px;
  color: #fff;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.table thead tr th:first-child {
  border-radius: 30px 0 0 30px
}

.table thead tr th:last-child {
  border-radius: 0 30px 30px 0
}

.Canceled {
  color: #FF3838
}

.well-ord {
  border-radius: 16px;
  background: #E8F7FF;
  border: none;
  padding: 20px;
  margin-top: 20px
}

.order-wrap {
  border-radius: 15px;
  background: #FFF;
  padding: 15px;
  margin-bottom: 12px
}

.table tbody tr td {
  border: none;
  vertical-align: middle;
  padding: 15;
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #727B85;
}
.well-ord .table tbody tr td {
  border: none;
  vertical-align: middle;
  padding: 16px 12px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #727B85;
}
.tab-switch .brand-category {
  background-color: #eff3f5;
  padding: 10px 5px;
  border: 1px solid #d5dcec;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.well-ord .table>tbody>tr>td:first-child {
  font-weight: 500;
  color: #1A2128;
  width: 150px;
}
.nightmode .well-ord .table>tbody>tr>td:first-child {
  font-weight: 500;
  color: #1A2128;
  width: 150px;
}
.icon {
  color: #794bfc;
  margin-right: 5px;
}
.media {
  width: 95px;
}
.media:hover .icon {
  color: #fff;
}
.order-top-ul,
.order-bottom-ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0
}

.order-top-ul {
  margin-bottom: 10px !important;
  border-bottom: 1px solid #EFEFF1;
  padding-bottom: 18px !important
}

.order-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-right: 10px;
  margin-right: 10px;
  position: relative
}

.order-txt {
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 5px
}

.order-label {
  color: #727B85;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.order-btns {
  margin: 0 0 0 auto
}

.Completed {
  font-size: 12px
}

.order-content.Completed .order-txt {
  color: green
}

.order-status-icon i {
  margin-left: 6px
}

.order-btns .order-btn {
  width: 96px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 26px;
  background: #04192C;
  border: none;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center
}

.auth #service-sec .step-txt {
  display: none
}

.auth .social-teams {
  margin-top: 20px
}

.add-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E8F7FF;
  border-radius: 50px;
  padding: 8px;
  margin-bottom: 20px
}

.well-form-wraps {
  border-radius: 23px;
  background: #FFF;
  box-shadow: 0 42px 97px 0 rgba(4, 25, 44, 0.22);
  padding: 20px
}

.add-wrap li {
  list-style: none;
  display: flex;
  align-items: center
}

.mi-wrap {
  margin-left: 10px
}

.mi-wrap h6 {
  color: #04192C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
  margin: 0
}

.mi-wrap p {
  color: #727B85;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 106.445%;
  margin: 0;
  padding-top: 5px
}

.add-wrap li a {
  width: 120px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 39px;
  border: 1px solid #50CD89;
  background: rgba(80, 205, 137, 0.19);
  color: #50CD89;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-right: 5px
}

.payment-box {
  background: #e8f7ff;
  border-radius: 25px;
  padding: 20px
}

.btn-view {
  width: 172px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #04192C;
  color: #FFF !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  margin: 12px auto
}

.sidebar-wrap .dropdown-menu {
  position: relative;
  border: 1px solid rgba(0, 117, 255, 0.13) !important;
  background-color: #02070D !important;
  border-radius: 20px;
  width: 100%;
  padding: 5px
}

.btn .caret {
  margin-left: 0
}

.sidebar-wrap .dropdown-menu {
  border: none;
  box-shadow: none
}

.py-txt {
  color: #04192C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
  padding-bottom: 10px
}

.payment-box .nav-item {
  width: 100%;
  margin-bottom: 8px
}

.payment-box .nav-link {
  width: 100%;
  border-radius: 30px;
  background: #FFF;
  border: none;
  display: flex;
  padding: 10px 13px;
  align-items: center;
  height: 52px
}

.payment-box .nav-tabs {
  border-bottom: none
}

.lps {
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  background: #794BFC;
  margin-left: auto;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  margin-right: -7px
}

.payment-box img {
  height: auto
}

.payment-box .nav-item.active .lps {
  display: flex
}

.well-adds {
  background: #e8f7ff;
  padding: 20px;
  border-radius: 25px;
  border: none
}

.well-adds .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: 25px
}

.well-adds .adds-title {
  color: #04192C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
  margin: 0 auto 0 0 !important
}

.well-adds .nav-item.active .nav-link {
  width: 151px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #04192C !important;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none
}

.well-adds .nav-item .nav-link {
  width: 151px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #D6DEE4 !important;
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px
}

.well-adds .control-label {
  color: #727B85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.well-adds .form-control {
  border-radius: 30px;
  background: #FFF;
  border: none;
  padding: 15px;
  height: auto;
  resize: none
}

.well-adds .panel-body {
  border-radius: 30px;
  border: none
}

.add-para {
  border-radius: 25px;
  background: #e8f7ff;
  padding: 20px;
  margin-top: 20px
}

.add-para p {
  color: #727B85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 171%;
  padding-top: 10px
}

.well-adds .btn-primary {
  border-radius: 50px;
  background: #794BFC;
  width: 100%;
  border: none;
  height: 50px
}

.ticket-box {
  background: #e8f7ff;
  border-radius: 25px;
  padding: 20px
}

.ticket-box li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-radius: 17px;
  background: #FFF;
  padding: 15px
}

.ticket-box li p {
  color: #727B85;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 106.445%;
  margin: 7px 0
}

.ticket-box li h5 {
  color: #04192C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%
}

.ticket-box li img {
  position: absolute;
  right: 26px;
  transform: translateY(12px)
}

.well-form-tickets {
  background: #e8f7ff;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  margin-top: 20px
}

.well-form-tickets textarea {
  resize: none;
  border: none;
  border-radius: 15px
}

.well-form-tickets .ticket-message {
  border-radius: 15px
}

.well-form-tickets .btn-primary {
  border-radius: 50px;
  background: #794BFC;
  width: 100%;
  border: none;
  height: 50px
}

.nav-pill-two .btn-primary {
  width: 120px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 26px;
  background: #794BFC !important;
  border: none;
  margin-top: 10px
}

.aff-box {
  border-radius: 18px;
  background: #794BFC;
  padding: 35px
}

.ref {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.affs {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.aff-box1 {
  border-radius: 18px;
  background: #04192C;
  padding: 35px
}

.aff-box2 {
  border-radius: 18px;
  background: #FFF;
  padding: 35px
}

.aff-box2 .ref {
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.aff-box2 .affs {
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.panel.panel-default {
  background: none !important
}

.aff-float {
  background: #e8f7ff;
  padding: 20px;
  border-radius: 25px;
  margin-bottom: 20px;
  border: none;
  box-shadow: none
}

.aff-pay li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  background: #FFF;
  padding: 12px;
  margin-bottom: 15px;
  height: 59px
}

.aff-pay li h6 {
  color: #727B85;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0
}

.aff-pay li p {
  color: #04192C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0
}

.child-txt {
  color: #04192C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%
}

.child-box {
  display: flex;
  align-items: center
}

.child-box li {
  list-style: none;
  border-radius: 12px;
  background: #FFF;
  padding: 12px;
  margin: 5px
}

.child-box li span {
  color: #82D173;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.child-box li h6 {
  color: #04192C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 8px
}

.child-box li p {
  color: #727B85;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%
}

.floats-box .child-box {
  display: block
}

.floats-box h6 {
  padding-top: 0 !important
}

.floats-box li {
  margin-bottom: 20px
}

.alert-box {
  background: #e8f7ff;
  border: none;
  box-shadow: none;
  border-radius: 15px
}

.alert-box div {
  color: #04192C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 10px
}

.alert-box ul {
  display: flex;
  align-items: center;
  padding: 0 !important;
  gap: 8px
}

.alert-box ul li {
  list-style: none;
  border-radius: 40px;
  background: #794BFC;
  width: 100%;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.h-wrpa {
  color: #04192C;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 8px
}

.aff-float .control-label {
  color: #727B85;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.aff-float .form-control {
  border-radius: 30px;
  background: #FFF;
  border: none;
  height: 50px
}

.aff-float .btn-primary {
  border-radius: 50px;
  background: #794BFC;
  width: 100%;
  padding: 12px;
  border: none;
  height: 50px
}

.faqs-wrap .h-wrpa {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px
}

#faq .panel-body .sp1::before {
  display: none
}

.faqs-wrap {
  padding: 0 !important
}

.nightmode {
  background: #04192C
}

.nightmode .top-nav {
  background: #072846
}

.nightmode .top-nav .top-nav-left .top-nav-left-nav .bread-wrap .bread span {
  color: #FFF
}

.nightmode .top-nav .top-nav-right-nav .dropdown .dropdown-toggle {
  background: #04192C;
  color: #fff;
  border: none
}

.nightmode .badge {
  color: #fff !important
}

.nightmode .stats-row {
  background: #072846
}

.nightmode .new-txt {
  color: #fff
}

.nightmode .stats-row .stats-box {
  background: #04192C
}

.nightmode .stats-txt {
  color: #727B85
}

.nightmode .stats-title {
  color: #fff
}

.nightmode .new-bgss {
  background: #072846
}

.nightmode .hide-category {
  background: #072846;
  color: #fff
}

.nightmode .new-bgss .cate-shortcut li a {
  background: #04192C;
  color: #fff
}

.nightmode .account-info {
  background: #072846
}

.nightmode .title-fav {
  color: #fff
}

.nightmode .account-info .form-control {
  background: #04192C;
  color: #fff
}

.nightmode .copyright {
  background: #072846
}

.nightmode .wrapper-box .ser-desc-box2 {
  background: #04192C
}

.nightmode .wrapper-box .ser-desc-box2 .ser-desc-title {
  color: #fff
}

.nightmode .wrapper-box .ser-desc-box2 .ser-desc-txt {
  color: #fff
}

.nightmode .wrapper-box .dash-title {
  color: #fff
}

.nightmode .wrapper-box .ser-desc-box3 .ser-desc-txt {
  border-radius: 10px;
  border: .5px solid rgba(32, 28, 63, 0.06);
  background: #072846;
  color: #fff
}

.nightmode .wrapper-box .ser-desc-box {
  border-radius: 16px;
  border: .5px solid rgba(32, 28, 63, 0.06);
  background: #04192C
}

.nightmode .wrapper-box .ser-desc-box .ser-desc-title {
  color: #fff
}

.nightmode .wrapper-box .ser-desc-box-wraps {
  border-radius: 16px;
  border: .5px solid rgba(32, 28, 63, 0.06);
  background: #04192C
}

.nightmode .wrapper-box .ser-desc-box-wraps .ser-desc-title {
  color: #fff
}

.nightmode .wrapper-box .ser-desc-box .ser-img {
  background: #072846
}

.nightmode .well-form .div-wrap h6 {
  color: #fff
}

.nightmode .search-wrap-btn {
  background: #072846
}

.nightmode .search-wrap-btn .form-control {
  background: #04192C
}

.nightmode .nav-pill-two li a {
  background: #072846 !important;
  color: #fff !important
}

.nightmode .brand-category {
  background: #04192C;
  color: #fff
}

.nightmode .well-ord {
  background: #072846
}

.nightmode .order-wrap {
  background: #04192C
}

.nightmode .order-txt {
  color: #fff
}

.nightmode .order-top-ul {
  border-bottom: 1px solid #727b85
}

.nightmode .order-btns .order-btn {
  background: #794BFC
}

.auth.nightmode .main-title {
  color: #fff
}

.nightmode .ord-txt {
  color: #fff
}

.nightmode .add-wrap {
  background: #072846
}

.nightmode .payment-box {
  background: #072846
}

.nightmode .py-txt {
  color: #fff
}

.nightmode .payment-box .nav-link {
  background: #04192C
}

.nightmode .well-adds {
  background: #072846
}

.nightmode .well-adds .form-control {
  background: #04192c;
  color: #fff
}

.nightmode .well-adds .panel-body {
  background: #04192c
}

.nightmode .well-adds .adds-title {
  color: #fff
}

.nightmode .add-para {
  background: #072846
}

.nightmode .add-para p {
  color: #fff
}

.nightmode .social-teams {
  background: #072846
}

.nightmode .social-teams li {
  background: #04192C
}

.nightmode #service-sec .nav-pills {
  background: #072846
}

.nightmode #service-sec .form-control {
  background: #04192c;
  color: #fff
}

.nightmode .card {
  background: #072846;
  border: 1px solid #794BFC
}

.nightmode .new-title.text-center {
  color: #fff
}

.nightmode .well-float-wrap {
  background: #072846
}

.nightmode .well-float-wrap h4 {
  color: #fff
}

.nightmode .well-float-wrap #service-table tbody tr td {
  background: #04192c;
  color: #fff
}

.nightmode .well-float-wrap #service-table tbody tr td strong {
  color: #fff
}

.nightmode .files-label {
  color: #fff
}

.nightmode .ticket-box {
  background: #072846
}

.nightmode .ticket-box li {
  background: #04192C
}

.nightmode .ticket-box li h5 {
  color: #fff
}

.nightmode .well-form {
  background: #04192c
}

.nightmode table tr th {
  color: #fff;
  border-bottom: 1px solid #5b6772
}

.nightmode table tr td {
  color: #fff
}

.auth.nightmode #api-sec .m-b-md {
  color: #fff
}

.auth.nightmode #api-sec .table-bordered-wrap {
  background: #072846
}

.auth.nightmode #api-sec .table-bordered-wrap tbody tr td {
  background: #04192c;
  color: #fff
}

.auth.nightmode #api-sec .tabel-wrap thead tr th {
  background: #072846
}

.auth.nightmode #api-sec .tabel-wrap tbody tr td {
  background: #04192c;
  color: #fff;
  border: none
}

.auth.nightmode #api-sec .pre-bg {
  background: #072846;
  border: none;
  color: #fff
}

.auth.nightmode strong {
  color: #fff
}

.nightmode .aff-float {
  background: #072846
}

.nightmode .aff-pay li {
  background: #04192C
}

.nightmode .aff-pay li p {
  color: #fff
}

.nightmode .aff-float {
  background: #072846
}

.nightmode .child-txt {
  color: #fff
}

.nightmode .child-box li {
  background: #04192c
}

.nightmode .child-box li h6 {
  color: #fff
}

.nightmode .h-wrpa {
  color: #fff
}

.nightmode .aff-float .form-control {
  background: #04192c;
  color: #fff
}

.auth.nightmode #faq .panel-heading {
  background: #072846 !important
}

.auth.nightmode #faq .panel-title {
  color: #fff
}

.auth.nightmode #faq .panel-body {
  background: #072846
}

.nightmode .alert-box {
  background: #072846
}

.nightmode .alert-box div {
  color: #fff
}

.nightmode .wrapper-box {
  background: #072846
}

.nightmode .wrapper-box p {
  color: #fff
}

.nightmode .well-form-tickets {
  background: #072846
}

.nightmode .ticket-message-right .ticket-message {
  background: #04192C;
  color: #fff
}

.nightmode .titcket-title {
  color: #fff
}

.nightmode .control-label {
  color: #727B85
}

.nightmode .form-control {
  background: #04192c;
  border: none
}

.nightmode .mi-wrap h6 {
  color: #fff
}

.nightmode .status-table thead tr th {
  background: #794BFC
}

.nightmode .status-table tbody tr td {
  background: #04192C !important;
  color: #fff
}

.nightmode .news-wrap .dash-wrap {
  background: #04192c
}

.nightmode .news-wrap .dash-wrap h6 {
  color: #fff
}
.sidebar-menu li a[href="/tickets"] .badge {
  background-color: #fff !important;
  color: #794bfc !important;
}
.daymode .stretch-card a {
  color: #04192c;
  box-shadow: none !important;
}
.stretch-card .card {
  border: 0;
}
.google-login-wrap {
  position: relative;
  width: 100%;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 100px;
  background-color: #794bfc;
  border-color: #794bfc;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}
.google-login {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.google-login svg {
  width: 20px;
  display: inline-block;
  margin-left: 8px;
}
.google-btn {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 55px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}
.google-login-wrap iframe {
  height: 55px !important;
  margin: 0 !important;
}
#frm-sec .btn.btn-primary {
  width: 100%;
}
.service-name {
  min-width: 100%;
}
#service-sec .btn-primary.filter-btn {
  overflow: hidden;
}
.update-filter {
  margin-top: 0 !important;
  height: 68px !important;
  line-height: 68px !important;
  padding: 0;
  text-align: center;
  width: 100% !important;
  border-radius: 100px !important;
}
.update-filter-ul li {
  width: 100%;
}
.dropdown.update-filter-dropdown li a {
  margin: 0 !important;
  border-radius: 0;
  display: flex;
  text-align: center;
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  height: auto;
  padding: 5px 12px;
  margin-bottom: 5px !important;
}
.nightmode #service_description .panel-body {
  background-color: #04192c;
  border-color: #04192c;
  color: #fff;
}
.nightmode .well-adds .tab-switch .nav-item .nav-link {
  background-color: #d6dee4 !important;
}
.nightmode .well-adds .tab-switch .nav-item.active .nav-link {
  color: #fff;
  background-color: #04192c !important;
}
.dropdown-currencies.open {
  margin-bottom: 0;
}
.guest #service-sec .nav-pills {
  flex-wrap: nowrap !important;
}
.dropdown.open {
  margin-bottom: 0;
}
#top-sec .frm-wrap .g-recaptcha.form-group {
  width: max-content;
  margin: 12px auto;
}
#top-sec .frm-wrap {
  border-radius: 20px;
}
@media (max-width: 1199px) {
  #top-sec .top-row::before {
    top: -32%;
    left: -54px
  }

  #top-sec .top-row::after {
    content: '';
    top: -32%;
    right: -54px
  }

  #servce-provide .nav-pills .nav-item.active {
    flex: 0 0 100%;
    max-width: 100%
  }

  #servce-provide .nav-pills {
    width: 100%
  }

  #features-darksidepanel .card-fast {
    padding: 15px
  }

  .main-title {
    width: 100%
  }

  .inner-wrap {
    padding-left: 0
  }

  .stats-row .stats-box {
    margin-bottom: 10px
  }

  .wrapper.toggle .inner-wrap {
    padding-left: 0
  }

  .wrapper-box .ser-desc-box {
    gap: 0
  }

  .wrap-av {
    padding-left: 3px
  }

  .top-nav {
    display: flex;
    align-items: center;
    height: auto;
    flex-wrap: wrap
  }

  .top-nav-left {
    padding-bottom: 10px
  }

  .copyright ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    flex-wrap: wrap
  }
}

@media (max-width: 991px) {
  .new-bgss .cate-shortcut li a {
    width: 187px
  }

  .wrap-av {
    padding-left: 15px
  }
}

@media (max-width: 575px) {
  #top-sec .top-row {
    padding: 0;
    padding-bottom: 20px;
    overflow: hidden
  }

  .main-title {
    font-size: 30px;
    width: 100%
  }

  .top-small {
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 5px
  }

  #top-sec .top-row::before {
    display: none
  }

  #top-sec .top-row::after {
    display: none
  }

  .nav-wrap {
    padding-top: 5px
  }

  .step-box-para {
    width: 100%
  }

  #top-sec .frm-wrap {
    border-radius: 30px;
    padding: 15px;
    margin-top: 20px
  }

  #top-sec .frm-wrap .form-group .form-control {
    margin-bottom: 10px;
    height: 50px
  }

  #top-sec .frm-wrap .form-group .inpt-icon {
    top: 5px;
    left: 7px
  }

  #top-sec .frm-wrap .btn-tp {
    width: 100%;
    height: 50px;
    margin: auto
  }

  #top-sec .frm-wrap .btn-tp i {
    width: 40px;
    height: 40px
  }

  #top-sec .remember-wrap {
    display: block;
    text-align: center
  }

  .forgot-password {
    position: unset
  }

  #top-sec .frm-wrap .btn-width {
    padding-left: 15px
  }

  #top-sec .step-row {
    display: block
  }

  #top-sec .step-box {
    border-radius: 26px;
    padding: 15px;
    margin-bottom: 20px
  }

  #top-sec .step-box-two {
    display: flex;
    align-items: center;
    margin-bottom: 20px
  }

  #social-media {
    padding: 0;
    padding-top: 30px
  }

  #social-media .step-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around
  }

  #social-media .step-social li:hover {
    transform: translateY(0)
  }

  .step-box-para {
    padding-top: 10px
  }

  #our-benefits .col-sm-12 {
    padding-bottom: 20px
  }

  .card-wrap {
    padding: 20px;
    margin-bottom: 20px
  }

  .card-wrap img,
  .card-wrap1 img,
  .card-wrap2 img {
    padding-top: 0
  }

  .card-wrap1 {
    padding: 20px;
    margin-bottom: 20px
  }

  .card-wrap2 {
    padding: 20px
  }

  #why-darkside {
    padding: 30px 0
  }

  .step-txt-pro {
    font-size: 27px
  }

  .wrap-box h4 {
    font-size: 50px
  }

  .wrap-box {
    padding: 15px;
    height: auto
  }

  .wrap-box1 {
    padding: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px
  }

  .wrap-box1 h4 {
    font-size: 25px
  }

  .wrap-box2 h4 {
    font-size: 25px;
    width: 100%
  }

  .wrap-box3 .flew-box {
    display: block
  }

  .wrap-box3 .flew-box h4 {
    font-size: 25px
  }

  .btn-prim {
    height: 50px
  }

  .btn-prim i {
    width: 40px;
    height: 40px
  }

  .wrap-box3 {
    padding-bottom: 72px
  }

  .wrap-txt {
    font-size: 26px
  }

  #our-mission .row {
    display: block
  }

  .btn-blue {
    width: 155px;
    height: 50px
  }

  .btn-blue i {
    width: 40px;
    height: 40px
  }

  .btn-prim {
    width: 155px;
    height: 50px
  }

  .btn-prim i {
    width: 40px;
    height: 40px
  }

  #servce-provide {
    padding: 30px 0
  }

  .title {
    font-size: 28px
  }

  #servce-provide .tab-row {
    padding: 15px;
    margin-top: 20px;
    display: block
  }

  #servce-provide .nav-pills .nav-link {
    padding: 5px
  }

  .flex-d {
    margin-top: 0
  }

  .btn-him {
    width: 225px;
    height: 50px
  }

  #our-mission .wrap-txt1 {
    font-size: 28px;
    width: 100%
  }

  .left-wrap {
    padding-top: 30px
  }

  #get-info {
    padding: 30px 0;
    margin-top: 30px
  }

  #get-info .mb-wrap {
    padding-bottom: 30px
  }

  #get-info .card-wrapper {
    padding: 20px;
    margin-bottom: 20px
  }

  #get-info .card-wrapper .card-img-top {
    padding-top: 0
  }

  #work-process {
    padding: 30px 0
  }

  #work-process .bg-blue {
    padding: 10px
  }

  #work-process h6 {
    font-size: 25px;
    padding-top: 20px
  }

  #work-process p {
    padding-bottom: 0
  }

  #work-process .card-hero1::before {
    display: none
  }

  #work-process .card-hero2::before {
    display: none
  }

  #work-process .card-hero3::before {
    display: none
  }

  #features-darksidepanel {
    padding: 20px 0
  }

  #features-darksidepanel .title {
    padding-bottom: 20px
  }

  #features-darksidepanel .card-title h5 {
    padding-top: 10px
  }

  .top-pannel ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }

  .top-pannel ul::before {
    display: none
  }

  .top-pannel ul li .title {
    font-size: 25px;
    padding-bottom: 10px
  }

  .top-pannel ul li.active .detail {
    padding: 15px
  }

  #easiest-way {
    padding-bottom: 0
  }

  #testimonials-sec {
    padding: 30px 0;
    margin-bottom: 0
  }

  #testimonials-sec .step-txt {
    width: 100%;
    padding-bottom: 20px
  }

  #testimonials-sec .card-slick {
    margin-bottom: 10px
  }

  #faq {
    padding: 30px 0
  }

  #faq .row {
    display: block
  }

  #signup-now .black-bg {
    display: block;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    background: #1B1046;
    padding: 20px;
    height: 250px
  }

  #signup-now .black-bg li .img-pop {
    transform: translateY(-54px)
  }

  .img-res {
    display: none
  }

  #signup-now .black-bg li h5 {
    font-size: 25px;
    padding-top: 0
  }

  .foot-before .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px
  }

  .foot-before .footer-icons h6 {
    padding-top: 10px
  }

  .copy-right ul {
    display: block;
    margin-top: 50px;
    padding: 10px
  }

  .copy-right ul li p {
    margin: 8px 0;
    text-align: center
  }

  .copy-right ul li {
    list-style: none;
    text-align: center
  }

  #get-info .card-wrapper .card-title p {
    width: 100%;
    padding-bottom: 20px
  }

  .foot-before {
    padding-top: 30px;
    padding-bottom: 0;
    margin-top: 50px
  }

  #service-sec {
    padding-top: 0
  }

  #service-sec .step-txt {
    width: 100%;
    padding-bottom: 20px
  }

  .social-teams {
    margin-bottom: 20px;
    padding: 10px
  }

  #service-sec .nav-pills li {
    width: 100%
  }

  #service-sec .btn-primary {
    width: 100%;
    height: 45px;
    margin-bottom: 5px
  }

  #service-sec .form-control {
    width: 100%
  }

  #service-sec .nav-pills .input-group {
    width: 100%
  }

  .search-wrap .btn-default {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 9px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .well-float-wrap h4 {
    font-size: 27px
  }

  .table-responsive {
    border: none
  }

  .well-float-wrap #service-table tbody tr td {
    height: 48px;
    padding: 18px
  }

  #api-sec {
    padding: 0
  }

  #api-sec .m-b-md {
    font-size: 28px
  }

  #api-sec {
    padding: 0
  }

  #api-sec .well-float {
    float: none !important;
    width: 100%
  }

  .stats-row .stats-box {
    margin-bottom: 10px
  }

  .stats-row {
    padding: 0
  }

  .new-txt {
    padding-top: 10px
  }

  .wrap-box-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap
  }

  .wrapper.toggle .inner-wrap {
    padding-left: 0
  }

  .new-bgss .cate-shortcut li a {
    width: 235px;
    margin-bottom: 6px
  }

  .wrapper.toggle .menu-icon {
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin: auto;
    transform: translateX(-3px)
  }

  .wrapper.toggle .sidebar-menu li.active a .navbar-icon,
  .wrapper.toggle .sidebar-menu li a:hover .navbar-icon,
  .wrapper.toggle .sidebar-menu li a:focus .navbar-icon {
    width: 25px;
    height: 25px;
    margin-left: 0;
    font-size: 11px
  }

  .wrapper.toggle .pinner i {
    font-size: 18px;
    color: #fff !important
  }

  .wrapper.toggle .pinner {
    background: transparent
  }

  .wrapper.toggle .sidebar-title {
    display: none
  }

  .new-bgss {
    padding: 10px 0 !important
  }

  .account-info .nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }

  .account-info .nav-item .acc-btn {
    width: 125px;
    height: 40px;
    font-size: 14px
  }

  .account-info .nav-item.active .acc-btn {
    width: 125px;
    height: 40px;
    font-size: 14px
  }

  .title-fav {
    margin: 7px 0
  }

  .account-info {
    padding: 15px
  }

  .account-info .btn-primary {
    height: 45px
  }

  .wrapper-box .ser-desc-box {
    margin-top: 10px
  }

  .cate-shortcut .col-sm-3 {
    width: 25%
  }

  .top-nav .top-nav-left .top-nav-left-nav .bread-wrap .bread span {
    font-size: 12px
  }

  .top-nav .top-nav-right-nav .dropdown a {
    width: 95px;
    height: 35px
  }

  .top-nav .top-nav-right-nav li .mode-btn {
    min-width: 65px
  }

  .top-nav .top-nav-right-nav li .acc {
    width: 30px;
    height: 30px;
    font-size: 12px
  }

  .mode-inner {
    width: 25px;
    height: 25px;
    font-size: 12px
  }

  .top-nav {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 5px;
    border-radius: 15px
  }

  .account-info {
    margin-top: 15px
  }

  .brand-category {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .cate-shortcut-txt {
    display: none
  }

  .well-form .div-wrap h6 {
    padding-bottom: 10px
  }

  .well-form .nav-tab-two .nav-item a {
    width: 140px;
    height: 40px;
    font-size: 14px
  }

  .ord-txt {
    font-size: 29px;
    padding-top: 0;
    padding-bottom: 0
  }

  .search-wrap-btn .btn-default {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 7px;
    right: 10px
  }

  .search-wrap-btn .form-control {
    padding: 12px;
    width: 100%;
    height: 42px
  }

  .nav-pill-two li a {
    width: 92px;
    height: 42px;
    margin-top: 10px !important
  }

  .nav-pill-two>li.active>a,
  .nav-pill-two>li.active>a:hover,
  .nav-pill-two>li.active>a:focus {
    width: 92px
  }

  .well-ord {
    padding: 15px
  }

  .order-top-ul li,
  .order-bottom-ul li {
    padding-bottom: 5px
  }

  .order-btns {
    margin: 5px 0
  }

  .add-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 15px;
    margin-top: 15px
  }

  .lps {
    width: 35px;
    height: 35px
  }

  .payment-box .nav-link {
    height: 48px
  }

  .payment-box {
    padding: 15px;
    margin-bottom: 15px
  }

  .well-adds .nav-tabs {
    border: none;
    display: flex;
    flex-wrap: wrap
  }

  .well-adds .adds-title {
    font-size: 24px;
    padding-bottom: 10px;
    width: 100%
  }

  .well-adds .nav-item.active .nav-link {
    width: 115px;
    height: 45px
  }

  .well-adds .nav-item .nav-link {
    width: 115px;
    height: 45px
  }

  .well-adds .btn-primary {
    height: 45px
  }

  .add-para p {
    font-size: 14px
  }

  .ticket-box {
    margin-bottom: 15px;
    padding: 15px
  }

  .well-adds {
    padding: 15px
  }

  .ticket-box li h5 {
    font-size: 15px
  }

  .news-wrap .dash-wrap {
    display: flex;
    padding: 14px;
    height: auto;
    flex-wrap: wrap
  }

  .news-wrap .dash-wrap p {
    margin: 0;
    width: 90px;
    height: 35px;
    font-size: 16px;
    margin-top: 5px
  }

  .status-table thead tr th {
    border: none
  }

  .child-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }

  .aff-float {
    padding: 15px;
    margin-bottom: 10px
  }

  .aff-pay li {
    margin-bottom: 10px;
    height: 50px
  }

  .child-txt {
    padding-top: 15px
  }

  .floats-box {
    padding: 15px !important
  }

  .alert-box ul {
    display: flex;
    align-items: center;
    padding: 0 !important;
    gap: 8px;
    flex-wrap: wrap
  }

  .alert-box div {
    font-size: 16px
  }

  .faqs-wrap .h-wrpa {
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px
  }

  #faq .panel-title {
    font-size: 14px
  }

  .floats-box li {
    margin-bottom: 10px
  }

  .child-box li {
    width: 100%
  }

  #api-sec .table-bordered-wrap {
    background: #072846;
    margin-bottom: 10px
  }

  .aff-box {
    padding: 15px;
    margin-bottom: 10px
  }

  .aff-box1 {
    padding: 15px;
    margin-bottom: 10px
  }

  .aff-box2 {
    border-radius: 18px;
    background: #FFF;
    padding: 15px
  }

  .aff-ss {
    padding: 0 !important
  }

  .top-nav-left-nav li p.pinner2 {
    width: 30px;
    height: 30px;
    margin: 0;
    margin-left: 5px
  }

  .top-nav .top-nav-right-nav {
    margin-left: 18px
  }

  .top-nav-left {
    margin-left: 9px
  }

  .brand-category .sershortcut-icon {
    margin-right: 0
  }

  .child-box li {
    margin: 5px 0
  }

  .well-form .div-wrap {
    margin-right: auto;
    width: 100%
  }

  .nav-wrap .navbar-center {
    margin-left: 0
  }

  .modal-wrap .img-fluid {
    max-width: 170px
  }

  .modal-wrap .modal-dialog {
    max-width: 500px;
    margin: 30px auto
  }

  #features-darksidepanel .card-fast {
    padding: 15px;
    margin-bottom: 15px
  }

  .top-pannel ul li.active::before {
    display: none
  }
  .new-bgss .col-sm-6 {
    width: 100%;
  }
}
.dash-tabs li a {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-weight: 400;
  font-size: 16px;
  color: #3F4254;
  margin: 0 20px 20px 0;
}.dash-tabs li.active a, .dash-tabs li.active a:hover, .dash-tabs li a:focus, .dash-tabs li a:focus-visible {
  color: #3F4254;
}.update-content {
  scrollbar-width: thin;
  scrollbar-color: #794bfc#fff;
}.bg-wrap {
  background: #FFF;
  border-radius: 15px;
  margin-bottom: 14px;
  padding-top: 6px;
  padding-left: 14px;
  overflow-y: auto;
}.update-content .right-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}.update-content .right-wrap li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}.update-content .right-wrap li .order-txt {
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}.order-txt-label {
  font-weight: 600;
}.dash-tabs li a i, .title-icon {
  width: 30px;
  height: 30px;
  font-size: 16px;
}.dash-tabs li.active a i, .dash-tabs li.active a:hover i, .dash-tabs li a:focus i, .dash-tabs li a:focus-visible i {
  background-color: #794bfc;
}.dash-tabs li a i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  background-color: #794bfc;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  margin-right: 5px;
}.drop-wrap a i {
  margin-right: 15px;
}.nightmode .bg-wrap {
  background: #04192c;
}.nightmode .dash-tabs li a {
  color: #fff;
}.guest .navbar-brand img {
	max-width: 150px;
}.auth .sidebar-logo .logo img {
	filter: brightness(0);
}.navbar-default .navbar-toggle .icon-bar {
	background-color: #000 !important;
}