@import url('https://fonts.cdnfonts.com/css/satoshi');
body{
  font-family: 'Satoshi', sans-serif;
  padding: 0;
  margin: 0;
}
/*Homepage Style*/
#main-top {
  padding-top: 140px;
  background: #CF85F5;
  background: linear-gradient(177deg, rgba(207, 133, 245, 1) 0%, rgba(53, 121, 228, 1) 100%);
}
.logOut .navbar.navbar-default {
  background-color: transparent;
  border: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
}
.masthead {
  background-color: #FFF;
  border-radius:0 0 20px 20px;
  padding: 12px;
  filter: drop-shadow(0 4px 23.2px rgba(0, 0, 0, 0.42));
}
._site_name {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.14);
  max-width: 255px;
  border-radius: 30px;
  text-align: center;
  height: 48px;
  line-height: 2.4;
  position: relative;
}
._site_name:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(to top, RGBA(255, 255, 255, 0), RGB(255, 255, 255));
  -webkit-mask: linear-gradient(to top, RGBA(255, 255, 255, 0), RGB(255, 255, 255));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
#main-top h1 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.heading-icon {
  margin-left: 15px;
  margin-top: -8px;
}
._main_text {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
._count_orders {
  font-weight: 700;
}
.form-group._custom_fields {
  position: relative;
}
._custom_fields .form-control {
  background-color: #fff;
  border-color: #E5E5E5;
  border-radius: 20px;
  height: 58px;
  padding-left: 60px;
  box-shadow: none;
}
._custom_fields ._input_icon {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #C658FF;
  background: linear-gradient(177deg, rgba(198, 88, 255, 1) 0%, rgba(25, 79, 175, 1) 100%);
  border-radius: 15px;
  text-align: center;
  line-height: 38px;
}
#main-top form .row .col-sm-6:first-child {
  padding-right: 5px;
}
#main-top form .row .col-sm-6:last-child {
  padding-left: 5px;
}
form .checkbox {
  margin-top: 0;
}
form .checkbox label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
}
form .checkbox label:before {
  content: '';
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 2px;
}
.checkbox input:checked ~ label:after {
  content: '\f57d';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 1px;
  background: -webkit-linear-gradient(#194FAF, #C658FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}
form .checkbox input {
  display: none;
}
.logOut .navbar-nav li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 0;
  display: block;
  background-color: transparent;
  border: none;
}
.nav.navbar-nav.navbar-right._custom_nav_elem {
  margin-left: 350px;
  margin-right: 0;
}
.logOut .nav.navbar-nav.navbar-right {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logOut .nav.navbar-nav.navbar-right li {
  margin: 0 20px;
}
.logOut .navbar-nav li.active a, .logOut .navbar-nav li.active a:hover, .logOut .navbar-nav li a:hover {
  background: -webkit-linear-gradient(#194FAF, #C658FF);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logOut .nav.navbar-nav.navbar-right._custom_nav_elem li {
  margin: 0;
}
.nav.navbar-nav.navbar-right._custom_nav_elem li a {
  border-radius: 20px;
  background-color: #010101;
  color: #fff;
  padding: 19px;
}
.nav.navbar-nav.navbar-right._custom_nav_elem li a:hover {
  background: #010101;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
#main-top .container > .row {
  display: flex;
  align-items: center;
}
._main_hero {
  width: 150%;
  background: url(https://storage.perfectcdn.com/81013d/jmurweefu4m6guxc.svg);
  margin-left: -170px;
  position: relative;
  z-index: 0;
}
._main_hero img {
  width: 85%;
  display: block;
  margin-left: auto;
  margin-right: -30px;
}
._bottom_shape{
  --c: 190px;
  height: 190px;
  aspect-ratio: 3/2;
  mask: radial-gradient(60% var(--c) at top,#0000 calc(100% - 5px),#000);
  background: #FFFFFF;
  width: 100%;
  margin-top: -110px;
}
#main-top form {
  position: relative;
  z-index: 1;
}
._form_btn {
  background: linear-gradient(90deg, #FF7A00 0%, #FFA600 100%);
  border: none;
  border-radius: 20px;
  height: 48px;
  min-width: 120px;
  font-size: 14px;
  font-weight: 500;
}
._forgot_password {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  float: right;
}
._forgot_password:hover {
  color: #fff;
  text-decoration: none;
}
._regester_text {
  font-size: 15px;
  text-align: left;
  color: #ffffff;
  font-weight: 500;
}
._regester_text a {
  color: #ffffff;
}
._regester_text a:hover {
  color: #ffffff;
  text-decoration: none;
}
._why_main_head {
  max-width: 263px;
  font-size: 18px;
  font-weight: 500;
  color: #010101;
  background-color: #fff;
  margin: -30px auto 70px;
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  height: 58px;
  align-items: center;
}
._why_main_head span {
  display: inline-flex;
  background-color: #fff;
  min-width: 252px;
  height: 48px;
  align-items: center;
  border-radius: inherit;
  justify-content: center;
  filter: drop-shadow(0 10px 23.6px RGBA(107, 108, 137, 0.26));
}
._why_main_head svg {
  width: 18px;
  margin-right: 5px;
}
._sub_heading {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: #010101;
  margin-bottom: 30px;
}
._main_content {
  font-size: 16px;
  font-weight: 500;
  color: #6B6C89;
}
._wcbox {
  padding: 30px 25px;
  border-radius: 26px;
}
._affordable._wcbox {
  background-color: RGBA(25, 33, 175, 0.17);
}
._secure._wcbox {
  background: #C658FF;
  background: linear-gradient(0deg, #c658ff 0%, #194faf 100%);
}
._privacy._wcbox {
  background: linear-gradient(0deg, #FF7A00 0%, #FFA600 72%);
}
._hassle._wcbox {
  background-color: #000000;
}
._wcbox_icon_container {
  width: 58px;
  height: 57px;
  display: flex;
  background-image: url(https://storage.perfectcdn.com/81013d/ucixrlhggez4iha0.svg);
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 20px;
}
._wcbox_icon_container img {
  display: block;
  width: 34px;
  object-fit: fill;
}
._wcbox_heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
._wcbox_content {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
._affordable ._wcbox_heading {
  color: #010101;
}
._affordable ._wcbox_content {
  color: #6B6C89;
}
.more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  display: block !important;
}

.more-content.open {
  max-height: 200px;
  opacity: 1;
}
.read-more {
  background-color: #FFF;
  color: #171719;
  font-size: 12px;
  font-weight: 500;
  width: 94px;
  height: 31px;
  display: block;
  text-align: center;
  line-height: 31px;
  border-radius: 10px;
  cursor: pointer;
}
#increase-social {
  padding-top: 135px;
}
.increase-social-image {
  width: 100%;
  display: block;
}
.btn.btn-main {
  background: linear-gradient(90deg, #194FAF 0%, #C658FF 100%);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 200px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 44px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
._targeted_wrap > div {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
  pointer-events: none;
}

._targeted_wrap > div.active {
  max-height: 500px; /* adjust based on content */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0s linear 0s;
}
._targeted_item.active {
  color: #000;
}
._targeted_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  gap: 15px 0;
}
._targeted_list li {
  max-width: 49%;
  flex: 0 0 49%;
}
._targeted_item {
  background-color: #EAEAF7;
  border: 1px solid RGBA(98, 68, 244, 0.29);
  border-radius: 16px;
  color: #010101;
  font-weight: 500;
  line-height: 22px;
  height: 58px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
._targeted_wrap {
  background-color: RGBA(216, 217, 241, 0.54);
  padding: 45px 35px;
  border-radius: 30px;
  height: 466px;
}
._tgbox_heading {
  font-size: 32px;
  color: #010101;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
._targeted_wrap .btn.btn-main {
  position: absolute;
  bottom: 35px;
}
#targeted-panel {
  padding-top: 120px;
}
#how-it-work {
  padding-top: 150px;
}
.how-wrap {
  background-color: RGBA(216, 217, 241, 0.54);
  border-radius: 43px;
  padding: 50px;
}
.how-left-box {
  background: url(https://storage.perfectcdn.com/81013d/0sjk7w8fck0hbl18.webp),linear-gradient(180deg, #194FAF 0%, #C658FF 100%);
  border: 4px solid #fff;
  border-radius: 37px;
  box-shadow: 0 44px 50px -40px #C658FF;
  padding: 40px 32px 166px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: contain;
}
._how_badge {
  width: 172px;
  background-color: #FFFFFF;
  height: 49px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  padding: 0 6px;
  font-size: 18px;
  font-weight: 500;
  color: #010101;
  margin-bottom: 20px;
}
._how_badge span {
  width: 37px;
  height: 37px;
  display: inline-flex;
  background-color: #FF772E;
  border-radius: 32px;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.how-left-box ._sub_heading {
  font-size: 27px;
  color: #fff;
  margin-bottom: 18px;
}
.how-left-box ._how_content {
  color: #Fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.text-right .btn-white {
  margin-left: auto;
}
.btn.btn-main.btn-white {
  background: #FFF;
  color: #010101;
  border: 1px solid RGBA(98, 68, 244, 0.29);
}
._how_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
._how_list li {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
._how_circle {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  border: 12px solid #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  min-width: 100px;
  margin-right: 50px;
  position: relative;
  filter: drop-shadow(0 16px 10px RGBA(41, 47, 64, 0.44));
}
._how_circle._orange {
  background-color: #FF772E;
}
._how_circle._purple {
  background: linear-gradient(0deg, #194FAF 0%, #C658FF 100%);
}
._hiw_heading {
  font-size: 22px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 10px;
}
._how_text ._main_content {
  font-size: 14px;
}
._how_circle._orange:after,
._how_circle._purple::after {
  background-image: url(https://storage.perfectcdn.com/81013d/2z2f3cbd84n5tim3.webp);
}
._how_circle._orange:after {
  top: 60px;
  right: -40px;
}
._how_circle._purple::after {
  top: 70px;
  left: -38px;
  transform: rotateY(180deg);
}
._how_circle:after {
  content: '';
  width: 23px;
  height: 77px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
}
li:last-child ._how_circle::after {
  display: none;
}
._our_list_content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
  pointer-events: none;
}

._our_list_content.active {
  max-height: 1000px; /* adjust based on content height */
  opacity: 1;
  visibility: visible;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0s linear 0s;
  pointer-events: auto;
}

#our-top {
  padding-top: 150px;
}
._our_list {
  padding: 0;
  list-style: none;
  margin: 30px 0 40px;
  display: flex;
}
._our_list ._our_list_item,
._ot_heading:before {
  width: 82px;
  height: 82px;
  background-image: url(https://storage.perfectcdn.com/1idq4h/9lajon5wn7d34fgi.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
._ot_heading:before {
  content: '';
  display: block;
  margin-bottom: 15px;
}
._our_list ._our_list_item {
  width: 82px;
  height: 82px;
  background-color: transparent;
  border: none;
}
._our_list ._our_list_item._our_instagram,
._our_instagram ._ot_heading::before{
  background-position: 0 0;
}
._our_list ._our_list_item._our_facebook,
._our_facebook ._ot_heading::before{
  background-position: -181px 0;
}
._our_list ._our_list_item._our_youtube,
._our_youtube ._ot_heading::before {
  background-position: -91px 0;
}
._our_list ._our_list_item._our_twitter,
._our_twitter ._ot_heading::before {
  background-position: -363px 0;
}
._our_list ._our_list_item._our_tiktok,
._our_tiktok ._ot_heading::before{
  background-position: -272px 0;
}
._our_list ._our_list_item._our_linkedin,
._our_linkedin ._ot_heading::before {
  background-position: -454px 0;
}
._our_list li {
  margin-right: 10px;
}
._our_top_wrap {
  position: relative;
  padding: 50px 40px;
  box-shadow: 0 100px 50px -80px rgba(0, 0, 0, 0.35);
  border-radius: 31px;
  min-height: 564px;
  max-width: 564px;
  height: 564px;
  overflow: hidden;
}
._our_top_wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 31px;
  padding: 3px;
  background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#194FAF);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
._ot_heading {
  font-size: 32px;
  font-weight: 700;
  color: #010101;
  margin-top: 0;
  position: relative;
  margin-bottom: 15px;
}
._our_list_content ._main_content {
  font-size: 14px;
  margin-bottom: 18px;
}
._ot_list_head {
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 20px;
}
._ot_bullets {
  padding: 0;
  margin: 0;
  list-style: none;
}
._ot_bullets li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #6B6C89;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
._ot_bullets li:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 4px solid transparent;
  background: linear-gradient(0deg,#C658FF,#194FAF) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#orders-completed {
  padding-top: 120px;
}
._order_completed_wrap {
  background: linear-gradient(90deg, #194FAF 0%, #C658FF 100%);
  border-radius: 43px;
  padding: 20px;
}
._order_completed_box {
  background-color: #fff;
  border-radius: 30px;
  filter: drop-shadow( 0 4px 4px rgba(0, 0, 0, 0.47));
  display: flex;
  align-items: center;
  padding: 30px 25px;
}
._order_completed_left {
  margin-right: 15px;
}
._order_completed_heading {
  font-size: 32px;
  font-weight: 700;
  color: #010101;
}
._order_completed_content {
  font-size: 16px;
  font-weight: 500;
  color: #6B6C89;
}
._order_completed_wrap .col-sm-4:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
}
._primary_feat_list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0;
  margin: 50px 0 0;
}
._primary_feat_list > li {
  max-width: 31.580%;
  flex: 0 0 31.580%;
}
._primary_feat_box {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(1, 1, 1, 0.18);
  border-radius: 37px;
  padding: 62px 25px 40px;
  min-height: 348px;
  text-align: center;
  filter: drop-shadow(36px 27px 47px RGBA(87, 102, 143, 0.17));
}
._primary_feat_icon {
  margin-bottom: 15px;
}
._pf_heading {
  font-size: 24px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 20px;
}
._primary_feat_box ._main_content {
  font-size: 14px;
}
#primary-feat {
  padding-top: 90px;
}
#secure-payment {
  padding-top: 120px;
}
._secure_payment_wrap {
  background: linear-gradient(90deg, #194FAF 0%, #C658FF 100%);
  border-radius: 43px;
  padding: 60px 60px 105px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
._secure_payment_wrap ._sub_heading,._secure_payment_wrap ._main_content {
  color: #fff;
}
._secure_payment_wrap ._sub_heading {
  margin-bottom: 15px;
  font-size: 48px;
}
._secure_payment_wrap ._main_content {
  font-size: 14px;
}
._secure_payment_list {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 0 6px;
  margin: 20px auto 0;
}
._secure_payment_list ._secure_payment_item {
  display: block;
  width: 96px;
  height: 51px;
  background-color: #fff;
  border-radius: 7px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  background-image: url(https://storage.perfectcdn.com/1idq4h/4oppq7mtqumq32xe.webp);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 28px;
}
._secure_payment_item._payment_one {
  background-position: 15px center;
}
._secure_payment_item._payment_two {
  background-position: -97px center;
}
._secure_payment_item._payment_three {
  background-position: -207px center;
}
._secure_payment_item._payment_four {
  background-position: -316px center;
}
._secure_payment_item._payment_five {
  background-position: -426px center;
}
._secure_payment_wrap:before {
  width: 88%;
  height: 1010px;
}
._secure_payment_wrap::after {
  width: 74%;
  height: 818px;
}
._secure_payment_wrap ._sub_heading::after {
  height: 630px;
  width: 58%;
}
._secure_payment_wrap::before, ._secure_payment_wrap::after, ._secure_payment_wrap ._sub_heading::after {
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.25);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  transform: translateY(-50%);
  z-index: 0;
}

._cheapest_list_box {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: none;
}

._cheapest_list_box.active {
  display: block;
  opacity: 1;
  transform: scale(1);
}

._cheapest_list_box.fade-out {
  opacity: 0;
  transform: scale(1.05);
}
#cheapest-smm {
  padding-top: 320px;
  background-color: RGBA(216, 217, 241, 0.54);
  padding-bottom: 150px;
  margin-top: -190px;
}
._cheapest_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
._cheapest_list_item {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 14px;
  border: none;
  width: 100%;
  text-align: left;
  padding: 21px;
  font-size: 20px;
  font-weight: 500;
  color: #010101;
}
._cheapest_list_item.active:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, #194FAF,#C658FF);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
}
._cheapest_wrap {
  background-color: #fff;
  border-radius: 21px;
  padding: 42px;
  min-height: 397px;
}
#cheapest-smm ._cheapest_wrap ._sub_heading {
  font-size: 28px;
  margin-bottom: 10px;
}
._cheapest_wrap .btn.btn-main {
  position: absolute;
  bottom: 35px;
}
.brand-higher-image {
  width: 100%;
}
#brand-higher {
  padding-top: 140px;
}
#brand-higher .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.swiper._testimonial_slider {
  max-width: 100%;
  overflow: visible;
  margin-top: 50px;
}
._testimonial_item {
  transition: padding .3s;
  width: 100%;
  max-width: 412px;
  background-color: RGBA(216, 217, 241, 0.34);
  position: relative;
  border-radius: 34px;
  padding: 30px 30px 40px;
}
._testimonial_item:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#194FAF);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
}
.swiper-slide-active ._testimonial_item::before {
  padding: 2px;
}
._testimonial_slider .swiper-slide {
  width: auto;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  flex-shrink: 0;
  width: auto;
}

#customer-testimonial {
  padding-top: 80px;
  overflow: hidden;
}
#customer-testimonial svg {
  margin-bottom: 15px;
}

._testimonial_avatar {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
._avatar_color_1 {
  background-color: #BFF0C8;
}
._avatar_color_2 {
  background-color: #F4CE9B;
}
._avatar_color_3 {
  background-color: #C4EAFC;
}
._avatar_color_4 {
  background-color: #CCC1F0;
}
._avatar_color_4 {
  background-color: #F3ABA7;
}
._avatar_color_5 {
  background-color: #EDA7F3;
}
._testimonial_avatar:after {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://storage.perfectcdn.com/1idq4h/7cb61cpwkw50t4b3.webp);
  background-size: cover;
}
._avatar_icon_1:After {
  background-position: 0 0;
}
._avatar_icon_2::after {
  background-position: -77px 0px;
}
._avatar_icon_3:after {
  background-position: -151px 0;
}
._avatar_icon_4:after {
  background-position: -226px 0;
}
._avatar_icon_5::after {
  background-position: -302px 0;
}
._testimonial_heading {
  font-size: 22px;
  font-weight: 500;
  color: #010101;
  margin-bottom: 15px;
}
._testimonial_review {
  font-size: 14px;
  font-weight: 400;
  color: #6B6C89;
  line-height: 1.6;
  height: 120px;
  padding-bottom: 45px;
  border-bottom: 1px solid RGBA(87, 102, 143, 0.29);
}
._testimonial_rating_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
._testimonial_rating_start {
  background-image: url(https://storage.perfectcdn.com/1idq4h/g7ihd1yktjduoei7.webp);
  width: 135px;
  height: 27px;
  display: block;
}
._testimonial_quotation_icon {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: url(https://storage.perfectcdn.com/1idq4h/f4ogp9a6qqcqk1fz.webp),linear-gradient(180deg, #194FAF 0%, #C658FF 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 14px,auto;
}
._testimonial_slider .swiper-button-next,._testimonial_slider .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-top: auto;
}
.swiper-navigation {
  display: flex;
  justify-content: center;
  gap: 0 5px;
  margin-top: 30px;
}
._testimonial_slider .swiper-button-next::after,._testimonial_slider .swiper-button-prev::after {
  content: '';
  background-image: url(https://storage.perfectcdn.com/1idq4h/aeeiqrfw1mwdt2lp.webp);
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50px;
}
._testimonial_slider .swiper-button-next:after {
  background-position: -49px 0;
}
._testimonial_slider .swiper-button-prev::after {
  background-position: -1px 0;
}
._faq_wrap {
  background: linear-gradient(90deg, #194FAF 0%, #C658FF 100%);
  border-radius: 43px;
  padding: 60px 185px 105px;
  overflow: hidden;
  height: 1000px;
  position: relative;
}
#frequently-questions {
  padding-top: 125px;
  padding-bottom: 110px;
}
._faq_wrap ._sub_heading,._faq_wrap ._main_content {
  color: #fff;
}
._faq_wrap ._main_content {
  font-size: 14px;
  margin-bottom: 20px;
}
._faq_wrap ._sub_heading {
  margin-bottom: 15px;
}
._faq_wrap .panel-default>.panel-heading {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}
._faq_wrap .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #6B6C89;
  margin-top: 12px;
}
._faq_wrap .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
._faq_wrap .panel-title a {
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 20px 30px;
  position: relative;
  justify-content: space-between;
}
._faq_wrap .panel-title a {
  background-color: #FF7A00;
  border-radius: 16px;
  color: #ffffff;
}
._faq_wrap .panel-group .panel + .panel {
  margin-top: 12px;
}
._faq_wrap .panel-title a.collapsed {
  background-color: #ffffff;
  color: #010101;
}
._faq_wrap .panel-title a:after {
  content: "\f056";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 19px;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._faq_wrap .panel-title a.collapsed::after {
  background: linear-gradient(180deg, #194FAF 0%, #C658FF 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: "\f055";
}
._faq_wrap:before,
._faq_wrap:after,
._faq_wrap ._sub_heading::after{
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.25);
  display: block;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  transform: translateY(-50%);
  z-index: 0;
}
._faq_wrap::before {
  width: 88%;
  height: 1010px;
}
._faq_wrap::after {
  width: 74%;
  height: 818px;
}
._faq_wrap ._sub_heading::after {
  height: 630px;
  width: 58%;
}
._faq_wrap .panel-group {
  z-index: 2;
  position: relative;
}
._footer_main {
  background-color: #D8D9F1;
  border-top: 1px solid RGBA(98, 68, 244, 0.29);
}
.footer-top {
  padding-top: 60px;
  padding-bottom: 50px;
}
.btn-footer-wrap .btn-main {
  margin-left: auto;
}
.footer-mid .container {
  padding-top: 30px;
  border-top: 2px solid RGBA(112, 79, 229, 0.25);
}
.footer-mid p {
  font-size: 16px;
  font-weight: 500;
  color: #6B6C89;
}
._footer_widget_heading {
  font-size: 24px;
  color: #010101;
  font-weight: 700;
  margin-bottom: 20px;
}
._footer_widget_quick_links {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
._footer_widget_quick_links li a {
  font-size: 16px;
  font-weight: 500;
  color: #6B6C89;
  text-decoration: none;
  display: block;
}
._footer_copyright_wrap {
  background-color: #010101;
  height: 54px;
}
._footer_copyright_wrap p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
._footer_copyright_wrap .row {
  display: flex;
  align-items: center;
}
.dmca-badge {
  display: block;
  margin-top: -50px;
}
.footer-mid {
  padding-bottom: 70px;
}
.footer-top ._sub_heading {
  margin: 0;
}
@media(max-width: 550px){
  .navbar-default .navbar-brand img {
    max-height: 36px;
  }
  .navbar-default .navbar-brand {
    height: auto;
    line-height: 1;
  }
  #main-top .container > .row {
    display: block;
  }
  ._site_name {
    margin: auto;
    font-size: 14px;
    max-width: 156px;
    height: 34px;
    line-height: 2.2;
  }
  #main-top h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
  }
  .heading-icon {
    margin-left: 5px;
    margin-top: -4px;
    width: 20%;
  }
  ._main_text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
  }
  #main-top form .row .col-sm-6:first-child {
    padding-right: 15px;
  }
  #main-top form .row .col-sm-6:last-child {
    padding-left: 15px;
  }
  ._custom_fields ._input_icon {
    width: 38px;
    height: 38px;
    line-height: 32px;
    border-radius: 12px;
    left: 5px;
  }
  ._custom_fields ._input_icon img {
    height: 16px;
  }
  ._custom_fields .form-control {
    border-radius: 15px;
    height: 48px;
    padding-left: 52px;
  }
  .btn.btn-primary._form_btn {
    width: 100%;
    border-radius: 15px;
  }
  ._regester_text {
    font-size: 14px;
    text-align: center;
  }
  ._main_hero {
    width: 100%;
    margin: auto;
    display: block;
    background-size: contain;
  }
  ._main_hero img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  ._bottom_shape{
    --c: 100px;
    mask: radial-gradient(70% var(--c) at top,#0000 calc(100% - 3px),#000);
    margin-top: -70px;
  }
  ._why_main_head{
    max-width: 173px;
    font-size: 14px;
    margin: -110px auto 25px;
    height: 40px;
  }
  ._why_main_head span{
    min-width: 165px;
    height: 34px;
  }
  ._sub_heading {
    font-size: 32px;
    margin-bottom: 15px;
  }
  ._main_content {
    font-size: 14px;
    font-weight: 400;
  }
  ._main_content br {
    display: none;
  }
  ._wcbox {
    padding: 20px 20px;
    border-radius: 20px;
    margin-top: 10px;
  }
  ._wcbox_icon_container {
    width: 38px;
    height: 37px;
    margin-bottom: 10px;
    background-size: contain;
  }
  ._wcbox_icon_container img {
    width: 22px;
  }
  ._wcbox_heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  ._wcbox_content {
    font-weight: 400;
  }
  #increase-social ._sub_heading, #increase-social ._main_content {
    text-align: center;
  }
  .btn.btn-main {
    font-size: 14px;
    width: 154px;
    height: 48px;
    border-radius: 15px;
  }
  #increase-social .btn.btn-main {
    margin: auto;
  }
  #targeted-panel {
    padding-top: 40px;
  }
  #targeted-panel ._sub_heading {
    text-align: center;
  }
  ._targeted_item{
    border-radius: 15px;
    line-height: 18px;
    height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
  }
  ._targeted_list {
    margin-bottom: 15px;
    gap: 8px 0;
  }
  ._targeted_wrap{
    padding: 20px 15px;
    border-radius: 20px;
    height: 280px;
  }
  ._targeted_wrap .btn.btn-main {
    bottom: 15px;
  }
  ._tgbox_heading {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #how-it-work {
    padding-top: 40px;
  }
  .how-wrap {
    border-radius: 20px;
    padding: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .how-left-box{
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 20px 15px 106px;
    margin-bottom: 15px;
  }
  ._how_badge {
    width: 138px;
    height: 42px;
    padding: 0 5px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .how-left-box ._sub_heading {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  .how-left-box ._how_content {
    line-height: 18px;
    text-align: center;
  }
  #how-it-work .text-right {
    text-align: center;
  }
  .text-right .btn-white {
    margin-right: auto;
  }
  ._how_list li {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  ._how_circle{
    width: 70px;
    height: 70px;
    font-size: 22px;
    border: 6px solid #fff;
    min-width: 70px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  ._hiw_heading {
    font-size: 18px;
    margin-bottom: 0;
  }
  ._how_circle::after{
    display:none;
  }
  ._how_list {
    margin-top: 15px;
  }
  #our-top {
    padding-top: 40px;
  }
  #our-top ._sub_heading,
  #our-top ._main_content{
    text-align: center;
  }
  ._our_list ._our_list_item {
    width: 52px;
    height: 52px;
  }
  ._our_list li {
    margin: auto;
  }
  ._our_list {
    margin: 10px 0 15px;
    justify-content: center;
    align-items: center;
  }
  ._our_list ._our_list_item._our_youtube {
    background-position: -58px 0;
  }
  ._our_list ._our_list_item._our_facebook {
    background-position: -115px 0;
  }
  ._our_list ._our_list_item._our_tiktok {
    background-position: -172px 0;
  }
  ._our_list ._our_list_item._our_twitter {
    background-position: -230px 0;
  }
  ._our_list ._our_list_item._our_linkedin {
    background-position: -288px 0;
  }
  #our-top .btn.btn-main {
    margin: 0 auto 15px;
  }
  ._ot_heading {
    font-size: 22px;
    margin-bottom: 10px;
  }
  ._ot_list_head {
    font-size: 14px;
    margin-bottom: 10px;
  }
  ._ot_bullets li {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  ._ot_bullets li::before {
    width: 12px;
    height: 12px;
    border: 3px solid transparent;
  }
  ._our_top_wrap{
    padding: 20px 15px;
    border-radius: 20px;
    height: 504px;
    min-height: 504px;
  }
  ._our_top_wrap::before{
    border-radius: 20px;
    padding: 2px;
  }
  #our-top ._our_list_content ._main_content {
    text-align: left;
  }
  #orders-completed {
    padding-top: 60px;
  }
  ._order_completed_wrap {
    border-radius: 20px;
    padding: 10px;
  }
  ._order_completed_box {
    border-radius: 20px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  ._order_completed_icon svg {
    width: 56px;
    height: 56px;
  }
  ._order_completed_wrap .col-sm-4:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  ._order_completed_heading {
    font-size: 22px;
  }
  ._order_completed_content {
    font-size: 14px;
    font-weight: 400;
  }
  #primary-feat {
    padding-top: 40px;
  }
  #primary-feat ._sub_heading br {
    display: none;
  }
  ._primary_feat_box {
    padding: 20px 15px 20px;
    min-height: 303px;
    border-radius: 20px;
  }
  ._primary_feat_icon svg {
    width: 40px;
    height: 40px;
  }
  ._primary_feat_list{
    gap: 10px;
    margin: 20px 0 0;
  }
  ._primary_feat_list > li {
    max-width: 48%;
    flex: 0 0 48%;
  }
  ._pf_heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  ._primary_feat_box ._main_content {
    margin: 0;
  }
  ._primary_feat_icon {
    margin-bottom: 0;
  }
  #secure-payment {
    padding-top: 40px;
  }
  ._secure_payment_wrap {
    border-radius: 20px;
    padding: 20px 15px 20px;
  }
  ._secure_payment_wrap ._sub_heading {
    font-size: 22px;
  }
  ._secure_payment_list {
    margin: 10px auto 0;
  }
  ._secure_payment_list ._secure_payment_item{
    height: 32px;
    background-size: auto 20px;
  }
  ._secure_payment_item._payment_one {
    background-position: 4px center;
  }
  ._secure_payment_item._payment_two {
    background-position: -75px center;
  }
  ._secure_payment_item._payment_three {
    background-position: -153px center;
  }
  ._secure_payment_item._payment_four {
    background-position: -231px center;
  }
  ._secure_payment_item._payment_five {
    background-position: -309px center;
  }
  ._secure_payment_wrap::before, 
  ._secure_payment_wrap::after, 
  ._secure_payment_wrap ._sub_heading::after {
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  ._secure_payment_wrap ._sub_heading::after {
    height: 340px;
  }
  ._secure_payment_wrap::before {
    height: 380px;
  }
  ._secure_payment_wrap::after {
    height: 368px;
  }
  #cheapest-smm {
    padding-top: 110px;
    padding-bottom: 40px;
    margin-top: -80px;
  }
  #cheapest-smm ._sub_heading, 
  #cheapest-smm ._main_content {
    text-align: center;
  }
  ._cheapest_list_item {
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    font-size: 16px;
  }
  ._cheapest_list {
    gap: 10px 0;
    margin-bottom: 12px;
  }
  #cheapest-smm ._cheapest_wrap ._sub_heading {
    font-size: 22px;
  }
  ._cheapest_wrap {
    border-radius: 15px;
    padding: 20px 15px;
    min-height: 352px;
  }
  ._cheapest_wrap .btn.btn-main {
    left: 0;
    right: 0;
    margin: auto;
  }
  ._primary_feat_list > li:last-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
  ._primary_feat_list > li:last-child ._primary_feat_box {
    min-height: auto;
  }
  #brand-higher {
    padding-top: 40px;
  }
  #brand-higher .row {
    display: block;
  }
  .brand-higher-image {
    width: 50%;
    margin: auto;
    display: block;
  }
  #brand-higher ._sub_heading, 
  #brand-higher ._main_content {
    text-align: center;
  }
  #brand-higher .btn.btn-main {
    margin: auto;
  }
  #customer-testimonial {
    padding-top: 40px;
  }
  #customer-testimonial svg {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }
  .swiper._testimonial_slider {
    margin-top: 20px;
  }
  ._testimonial_item {
    max-width: 340px;
    border-radius: 20px;
    padding: 20px 15px 20px;
  }
  ._testimonial_avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }
  ._testimonial_avatar::after {
    width: 60px;
    height: 60px;
  }
  ._avatar_icon_5::after {
    background-position: -284px 0;
  }
  ._avatar_icon_2::after {
    background-position: -57px 0px;
  }
  ._avatar_icon_3::after {
    background-position: -170px 0;
  }
  ._testimonial_heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  ._testimonial_review {
    line-height: 1.2;
    height: 105px;
    padding-bottom: 15px;
  }
  ._testimonial_rating_box {
    padding-top: 10px;
  }
  ._testimonial_rating_start {
    width: 85px;
    height: 17px;
    background-size: contain;
  }
  ._testimonial_quotation_icon {
    width: 32px;
    height: 32px;
    background-size: 14px 10px,auto;
  }
  .swiper-navigation {
    gap: 0 2px;
    margin-top: 15px;
  }
  #frequently-questions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  ._faq_wrap {
    border-radius: 20px;
    padding: 20px 15px 0px;
    overflow: hidden;
    height: auto;
  }
  ._faq_wrap::before {
    height: 520px;
  }
  ._faq_wrap::after {
    height: 488px;
  }
  ._faq_wrap ._sub_heading::after {
    height: 420px;
  }
  ._faq_wrap::before, ._faq_wrap::after, ._faq_wrap ._sub_heading::after {
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  ._faq_wrap ._main_content {
    margin-bottom: 10px;
  }
  ._faq_wrap .panel-title a {
    height: 54px;
    padding: 12px 15px;
    justify-content: space-between;
    border-radius: 12px;
  }
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-top ._sub_heading {
    font-size: 22px;
    text-align: center;
    margin-bottom: 12px;
  }
  .btn-footer-wrap a {
    margin: auto;
  }
  .footer-mid .container {
    padding-top: 20px;
    border-top: 1px solid RGBA(112, 79, 229, 0.25);
  }
  .footer-mid p {
    font-size: 14px;
    font-weight: 400;
  }
  ._footer_widget_heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  ._footer_widget_quick_links li a {
    font-size: 14px;
  }
  .footer-mid {
    padding-bottom: 20px;
  }
  .dmca-badge img {
    width: 45px;
  }
  .dmca-badge {
    margin-top: -30px;
  }
  ._footer_copyright_wrap p {
    font-size: 14px;
    padding-top: 6px;
  }
  #main-top {
    padding-top: 100px;
  }
  .masthead {
    border-radius: 0 0 20px 20px;
    padding: 10px 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: linear-gradient(177deg, rgb(198, 88, 255) 0%, rgb(25, 79, 175) 100%);
    height: 4px;
    border-radius: 20px;
    margin-top: 3px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 3px;
    padding: 2px 3px;
    border: none;
    margin-bottom: 0;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .nav.navbar-nav.navbar-right._custom_nav_elem {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .logOut .nav.navbar-nav.navbar-right {
    display: block;
    height: auto;
    margin-top: 0;
  }
  .nav.navbar-nav.navbar-right._custom_nav_elem li a {
    padding: 10px 15px;
    border-radius: 0;
    background-color: transparent;
    color: #010101;
  }
  .logOut .nav.navbar-nav.navbar-right li {
    margin: 0;
  }
  .logOut .navbar-nav li a {
    padding: 10px 15px;
  }


}
/*Homepage Style end*/
/*User Dashboard Style*/
.app-main {
  /*flex: 1;
  display: flex;
  z-index: 8;*/
  position: relative;
}
.app-sidebar-wrap {
  position: fixed;
  left: 20px;
  top: 20px;
  height: calc(100% - 40px);
  z-index: 14;
}
.app-main-outer {
  flex: 1;
  flex-direction: column;
  display: flex;
  z-index: 12;
  padding: 20px 20px 0 calc((30px) + 280px);
  transition: all .2s;
}
.app-sidebar {
  width: 270px;
  background-color: #EAEAF7;
  border-radius: 18px;
  z-index: 11;
  overflow: hidden;
  min-width: 270px;
  position: relative;
  flex: 0 0 270px;
  transition: all .2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.app-brand-wrap {
  padding: 24px;
  display: flex;
  justify-content: space-between;
}
.app-logo-brand img {
  width: 124px;
}
.app-hamburger {
  width: 37px;
  height: 37px;
  background-color: #fff;
  border: none;
  border-radius: 11px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 10px;
  gap: 3px 0;
}
.app-hamburger span {
  height: 2px;
  border-radius: 50px;
  background-color: #010101;
  width: 18px;
}
.app-hamburger span:nth-child(2) {
  width: 15px;
}
.app-hamburger span:last-child {
  width: 11px;
}
.app-profile-wrap {
  padding: 24px 24px 14px;
}
.app-profile-viewer {
  background-color: #fff;
  border-radius: 11px;
  padding: 14px;
  display: flex;
}
.app-profile-icon {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background: linear-gradient(0deg, #194FAF 0%, #C658FF 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.app-profile-icon img {
  width: 26px;
}
.app-username-title {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  text-transform: capitalize;
}
.app-user-balance {
  font-size: 14px;
  font-weight: 400;
  color: #57668F;
}
.app-user-balance span {
  font-weight: 600;
  color: #C658FF;
}
.app-profile-info {
  width: 75%;
  position: relative;
}
.app-profile-info::after, 
.vertical-nav-menu .has-children > a::after, 
.dropdown-toggle.lang-button::after, 
.dropdown-toggle.currency-toggle::after {
  content: '';
  background-image: url(https://storage.perfectcdn.com/1idq4h/w0nrke8bgifpyjpi.png);
  width: 6px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;

}
.app-sidebar-menu-wrap {
  padding: 0 24px 24px;
}
.app-menu-title {
  font-size: 12px;
  font-weight: 500;
  color: #6B6C89;
  margin-bottom: 8px;
}
.vertical-nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.has-children > a {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  padding: 6px;
  background-color: #fff;
  border-radius: 11px;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.vertical-nav-menu a > .navbar-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(0deg, #194FAF 0%, #C658FF 100%);
  margin-right: 10px;
  position: relative;
}
.vertical-nav-menu a > .navbar-icon:after {
  content: '';
  background-image: url(https://storage.perfectcdn.com/1idq4h/bph8feij4831s2d6.webp);
  width: 15px;
  height: 15px;
}
.vertical-nav-menu a > .navbar-icon.icon-cart::after {
  background-position: -66px 0;
}
.vertical-nav-menu a > .navbar-icon.icon-tracking::after {
  background-position: -125px 0;
  width: 12px;
  height: 11px;
}
.vertical-nav-menu a > .navbar-icon.icon-services::after {
  background-position: -152px 0;
  width: 14px;
  height: 13px;
}
.vertical-nav-menu a > .navbar-icon.icon-payments::after {
  background-position: -97px 0;
  height: 12px;
}
.vertical-nav-menu a > .navbar-icon.icon-support::after {
  background-position: -112px 0;
  width: 13px;
}
.vertical-nav-menu a > .navbar-icon.icon-money::after {
  background-position: -137px 0;
}
.vertical-nav-menu a > .navbar-icon.icon-other::after {
  background-position: -82px 0;
  width: 14px;
}
.vertical-nav-menu .submenu {
  height: 0;
  overflow: hidden;
  transition: 0.25s ease;
  position: relative;
  list-style: none;
  padding-left: 37px;
  margin-top: 0;
}
.vertical-nav-menu .submenu::before {
  content: "";
  height: 100%;
  opacity: 1;
  width: 1px;
  background: #6B6C89;
  position: absolute;
  left: 20px;
  top: 0;
}
.vertical-nav-menu .submenu.collapsing {
  transition: 0.25s ease;
}

.vertical-nav-menu .submenu.mm-show {
  height: auto;
  margin-top: 10px;
}
.vertical-nav-menu .submenu >li>a {
  font-size: 14px;
  font-weight: 500;
  color: #6B6C89;
  text-decoration: none;
  padding: 8px 16px;
  display: block;
  border-radius: 11px;
}
.vertical-nav-menu .submenu > li.active > a {
  background-color: #DCDCEC;
  color: #010101;
}
.vertical-nav-menu .has-children > a::after {
  right: 19px;
  cursor: pointer;
  top: auto;
  transform: none;
  transition: all .3s ease;
  animation: chevronToRight .6s ease forwards;
}
.vertical-nav-menu .has-children.active > a::after {
  animation: chevronToUp .6s ease forwards;
}
@keyframes chevronToUp {
  0% {
    transform:rotate(0deg)
  }
  50% {
    border-bottom-right-radius:50%;
  }
  100% {
    transform:rotate(630deg)
  }
}
@keyframes chevronToRight {
  0% {
    transform:rotate(630deg)
  }
  50% {
    border-bottom-right-radius:50%;
  }
  100% {
    transform:rotate(0deg)
  }
}
.app-sidebar-footer {
  margin-top: auto;
  padding: 25px;
}
.app-sidebar-footer-heading {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  border-bottom: 2px solid RGBA(112, 79, 229, 0.25);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.app-sidebar-footer-social-list {
  display: flex;
  list-style: none;
  background-color: #fff;
  border-radius: 15px;
  padding: 12px;
  justify-content: center;
  gap: 0 12px;
  margin: 0;
}
.app-sidebar-footer-social-list li > a.social-item {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #24A1DE;
  font-size: 18px;
}
.app-sidebar-footer-social-list li > a.social-item.social-skype {
  background-color: RGBA(36, 161, 222, 0.13);
}
.app-sidebar-footer-social-list li > a.social-item.social-telegram {
  background-color: RGBA(36, 161, 222, 0.16);
}
.app-sidebar-footer-social-list li > a.social-item.social-whatsapp {
  background-color: RGBA(37, 211, 102, 0.16);
  color: #25D366;
}
.app-header {
  background-color: RGBA(216, 217, 241, 0.54);
  border-radius: 14px;
  padding: 10px 12px 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-current-location {
  font-size: 16px;
  font-weight: 400;
  color: #6B6C89;
}
.app-current-location span {
  font-weight: 500;
  color: #010101;
}
.app-header-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 5px;
}
.menu-user-logout {
  background-color: #010101;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0 15px;
}
.menu-icon {
  background-image: url(https://storage.perfectcdn.com/1idq4h/o6ksznfo4rm0h41x.webp);
}
.app-header-menu a {
  text-decoration: none;
}
.menu-icon.icon-logout {
  height: 14px;
  width: 12px;
  background-position: -181px 0;
  margin-left: 8px;
}
.menu-user-logout:hover,.menu-user-logout:active {
  color: #ffff;
}
.setting-button, .mode-button, .menu-user-account {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.setting-button, .mode-button {
  background-color: #fff;
}
.menu-user-account {
  background: linear-gradient(0deg, #194FAF 0%, #C658FF 100%);
}
.menu-icon.icon-account {
  width: 14px;
  height: 21px;
  background-position: -166px 0;
}
.menu-icon.icon-setting {
  background-position: -32px 0;
  width: 18px;
  height: 18px;
}
.menu-icon.mode-icon-1 {
  width: 18px;
  height: 18px;
  background-position: -14px 0;
  border-radius: 100px;
}
.dropdown-toggle.lang-button,.dropdown-toggle.currency-toggle {
  width: 87px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #010101;
  text-decoration: none;
  text-transform: capitalize;
}
.menu-icon.icon-lang {
  width: 15px;
  height: 16px;
  background-position: 0px 0;
  border-radius: 50px;
  margin-right: 4px;
}
.menu-icon.icon-currency {
  width: 16px;
  height: 16px;
  background-position: -50px 0;
  margin-right: 4px;
}
.dropdown-toggle.lang-button::after, 
.dropdown-toggle.currency-toggle::after {
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
}
.app-inner-layout-page {
  padding-top: 15px;
}
.announce-kit {
  background-color: #EAEAF7;
  border-radius: 17px;
  padding: 6px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.anounce-left {
  background: linear-gradient(90deg, #FF7A00 0%, #FFA600 100%);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 150px;
  line-height: 52px;
  border-radius: 15px;
  text-align: center;
  margin-right: 12px;
}
.announce-right {
  font-size: 18px;
  color: #010101;
  display: inline-flex;
  align-items: center;
}
.announce-right img {
  margin-right: 5px;
}
.announce-right >a {
  color: #C658FF;
  text-decoration: none;
}
.welcome-box {
  background: url(https://storage.perfectcdn.com/1idq4h/fx5jsmcdjr7io3o8.svg),url(https://storage.perfectcdn.com/1idq4h/fx5jsmcdjr7io3o8.svg),linear-gradient(180deg, #194FAF 0%, #C658FF 100%);
  border-radius: 28px;
  padding: 55px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: -170px center,1170px center,0 0;
  background-size: 32%,32%,auto;
}
.welcome-small-box {
  background-color: #Fff;
  max-width: 314px;
  border-radius: 30px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #010101;
}
.welcome-icon {
  width: 37px;
  height: 37px;
  background-color: #FF772E;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-right: 7px;
}
.welcome-heading {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.welcome-box p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.filter-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.filter-list >li {
  max-width: 19%;
  flex: 0 0 19%;
}
.brand-category {
  width: 100%;
  background-color: #EBEAF8;
  border: none;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 12px;
}
.filter-icon {
  background-image: url(https://storage.perfectcdn.com/1idq4h/h78q0pddpf841dde.webp);
  width: 43px;
  height: 43px;
  margin-right: 5px;
  background-size: cover;
  border-radius: 12px;
}
.filter-icon.fb-icon {
  background-position: -172px 0;
}
.filter-icon.ig-icon {
  background-position: -43px 0;
}
.filter-icon.tt-icon {
  background-position: -258px 0;
}
.filter-icon.yt-icon {
  background-position: -129px 0;
}
.filter-icon.x-icon {
  background-position: -86px 0;
}
.filter-icon.sp-icon {
  background-position: -215px 0;
}
.filter-icon.li-icon {
  background-position: -301px 0;
}
.filter-icon.sc-icon {
  background-position: -344px 0;
}
.filter-icon.tg-icon {
  background-position: -387px 0;
}
.filter-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.filter-wrap {
  margin-bottom: 35px;
}
.loggedIn .well {
  background-color: #EBEAF8;
  border: none;
  border-radius: 24px;
  box-shadow: none;
  padding: 25px 15px;
}
.well-heading {
  font-size: 20px;
  font-weight: 500;
  color: #010101;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.well-heading-icon {
  width: 47px;
  height: 47px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: linear-gradient(180deg, #194FAF 0%, #C658FF 100%);
}
.well .nav.nav-tabs {
  border: none;
  margin-bottom: 10px;
}
.well .nav.nav-tabs>li {
  margin-bottom: 0;
}
.well .nav.nav-tabs > li >a {
  font-size: 14px;
  font-weight: 500;
  color: #010101;
  background-color: #fff;
  border-radius: 10px;
  height: 32px;
  padding: 4px 18px;
  border: none;
  margin-right: 5px;
  cursor: pointer;
}
.well .nav.nav-tabs > li.active > a,.well .nav.nav-tabs > li.active > a:hover,.well .nav.nav-tabs > li.active > a:focus {
  color: #Ffff;
  background: linear-gradient(260deg, #194FAF 0%, #C658FF 100%);
}
.loggedIn .form-group .form-control {
  height: 52px;
  background-color: #FFFFFF;
  border-color: RGBA(98, 68, 244, 0.29);
  border-radius: 13px;
}
.loggedIn .form-group textarea.form-control {
  height: auto;
}
.loggedIn .form-group .form-control.select2-selection.select2-selection--single.form-control {
  display: flex;
  align-items: center;
}
.loggedIn .form-group .search-dropdown .form-control.select2-selection.select2-selection--single.form-control {
  height: 32px;
  border-radius: 10px;
}
.loggedIn .control-label {
  font-size: 14px;
  font-weight: 500;
  color: #6B6C89;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-group .panel-body.border-solid.border-rounded {
  background-color: #FFFFFF;
  border-color: RGBA(98, 68, 244, 0.29);
  border-radius: 13px;
}
.help-block.min-max {
  color: #6244F4;
  font-size: 10px;
}
.alert {
  border-radius: 12px;
}
.alert.alert-success {
  background-color: RGBA(37, 211, 102, 0.16);
  border-color: RGBA(37, 211, 102, 0.16);
  color: #158A41;
}
.input-group.form-input-group {
  background-color: #fff;
  border-radius: 15px;
  padding: 9px;
  display: flex;
  align-items: center;
}
.pay-icon {
  width: 42px;
  height: 42px;
  background-color: RGBA(98, 68, 244, 0.29);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.pay-text {
  font-size: 14px;
  font-weight: 500;
  color: #010101;
}
.input-group.form-input-group .input-group-btn {
  display: inline-flex;
  align-items: center;
  width: auto;
}
.input-group.form-input-group .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-left: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  color: #010101;
}
.btn.btn-main.btn-form {
  border-radius: 15px;
  width: 100%;
  height: 60px;
}
.save-deal {
  border-radius: 15px;
  background-color: #fff;
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  color: #010101;
}
.select2-container .badge.badge-secondary.badge-pill.rounded-pill {
  color: #fff;
  background: linear-gradient(260deg, #194FAF 0%, #C658FF 100%);
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 68px;
}
.nav-pills.app-pills >li>a {
  font-size: 14px;
  font-weight: 500;
  color: #010101;
  background-color: #EBEAF8;
  border-radius: 12px;
  height: 50px;
  display: flex;
  align-items: center;
}
.nav-pills.app-pills > li > a img {
  margin-right: 4px;
}
.nav-pills.app-pills > li.active > a img {
  filter: brightness(0) invert(1);
}
.nav-pills.app-pills > li.active > a,.nav-pills.app-pills > li.active > a:hover,.nav-pills.app-pills > li.active > a:focus {
  background: linear-gradient(90deg, #194FAF 0%, #C658FF 100%);
  color: #fff;
}
.app-pills.nav-pills > li + li {
  margin-left: 8px;
}
.search .input-group .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.search .input-group .btn.btn-default {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #010101;
  font-size: 18px;
}
.search .input-group {
  background-color: #EBEAF8;
  border-radius: 12px;
  padding: 8px 12px;
}
.app-pills.nav-pills li.search {
  margin-left: 0;
  width: 362px;
}
.order-wrap {
  display: flex;
  flex-direction: column;
  background-color: #EBEAF8;
  border-radius: 15px;
  padding: 14px 20px;
  margin-bottom: 20px;
  border: 1px solid #DFDEF5;
}
.order-top,.order-bottom {
  display: flex;
}
.order-top-left {
  display: flex;
  align-items: center;
}
.order-bottom-left {
  display: flex;
  gap: 0 6px;
}
.order-id,
.service-id {
  background: linear-gradient(260deg, #194FAF 0%, #C658FF 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  padding: 6px 15px;
  min-width: 83px;
  margin-right: 12px;
}
.copy-id i {
  font-size: 10px;
  margin-left: 4px;
}
.order-service {
  font-size: 14px;
  font-weight: 500;
  color: #010101;
}
.order-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #BFBED3;
  justify-content: space-between;
}
.order-bottom {
  padding-top: 10px;
  justify-content: space-between;
}
.order-link,.order-date,.order-quantity,.order-charge,.order-start-count,.order-remains {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  border-radius: 7px;
}
.order-link {
  min-width: 252px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link-copy {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: linear-gradient(0deg, #194FAF 0%, #C658FF 100%);
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
}
.order-heading {
  color: #C658FF;
}
.date {
  border-right: 1px solid #BFBED3;
  padding-right: 6px;
}
.status-badge {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  padding: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.status-badge.status-canceled {
  background-color: #FF3737;
}
.status-badge:before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/1idq4h/q4sqdzlfafwiuzy6.webp);
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 2px;
}
.status-badge.status-completed {
  background-color: #22AB00;
}
.status-badge.status-inprogress {
  background-color: #FF7A00;
}
.status-badge.status-partial {
  background-color: #3B82FF;
}
.status-badge.status-processing {
  background-color: #24A1DE;
}
.status-badge.status-pending {
  background-color: #194FAF;
}
.status-badge.status-pending:before {
  background-position: -86px 0;
}
.status-badge.status-processing:before {
  background-position: -65px 0;
  width: 21px;
}
.status-badge.status-partial:before {
  background-position: -32px 0;
}
.status-badge.status-inprogress:before {
  background-position: -48px 0;
}
.status-badge.status-completed:before {
  background-position: 0px 0;
}
.status-badge.status-canceled:before {
  background-position: -16px 0;
}
.order-actions-btn .btn.btn-xs.btn-primary {
  background: linear-gradient(90deg, #194FAF 0%, #C658FF 100%);
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 12px;
}
.nav.nav-pills.service-filter {
  display: flex;
  gap: 0 8px;
  margin-bottom: 25px;
}
.nav.nav-pills.service-filter li:last-child {
  flex: 1;
  gap: 0;
}
.service-filter .btn.btn-primary.dropdown-toggle {
  background: linear-gradient(90deg, #194FAF 0%, #C658FF 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  height: 50px;
  min-width: 167px;
}
.nav.nav-pills.service-filter::before, 
.nav.nav-pills.service-filter::after {
  display: none;
}
.service-cate-heading {
  font-size: 26px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 20px;
}
.table-main {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-main >thead>tr>th {
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
}
.table-main thead > tr th:first-child {
  border-radius: 12px 0 0 12px;
  text-align: center;
  min-width: 9%;
}
.table-main thead >tr th:last-child {
  border-radius: 0 12px 12px 0;
  text-align: center;
}
.table-main tbody >tr>td {
  border: none;
  background-color: #EBEAF8;
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  border-top: 1px solid #DFDEF5;
  border-bottom: 1px solid #DFDEF5;
  vertical-align: middle;
}
.table-main tbody tr>td:first-child {
  border-left: 1px solid #DFDEF5;
  border-radius: 12px 0 0 12px;
}
.table-main tbody >tr>td:last-child {
  border-radius: 0 12px 12px 0;
  border-right: 1px solid #DFDEF5;
}
.fav-btn, 
.buy-service-btn {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.fav-btn span,
.buy-service-btn i{
  background: linear-gradient(180deg, #194FAF 0%, #C658FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-id {
  min-width: auto;
  white-space: pre;
}
.service-id-wrap {
  display: flex;
  gap: 0 6px;
  margin: auto;
  justify-content: center;
}
.service-badge {
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 7px;
}
.view-description-btn {
  background: linear-gradient(90deg, #194FAF 0%, #C658FF 100%);
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 15px;
  border-radius: 7px;
  margin-right: 7px;
}
.service-description-wrap {
  display: flex;
  margin: auto;
  justify-content: center;
}
.btn.btn-main.btn-block {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 13px;
}