body,
p,
a,
li,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin", sans-serif;
}
a {
  text-decoration: none;
  color: #5218CF;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
hr {
  border-top-color: RGBA(95, 88, 115, 0.25);
}
body {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0 !important;
}
/*Dashboard CSS Update v2.0*/
body.auth {
  background: linear-gradient(180deg,rgba(243, 237, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.well {
  box-shadow: none;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 16px;
  filter: drop-shadow(4px 6px 10px rgba(0, 0, 0, 0.03));
}
.well-head {
  background: #5218CF;
  background: linear-gradient(180deg,rgba(82, 24, 207, 1) 0%, rgba(113, 62, 221, 1) 100%);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  border-radius: 16px 16px 0 0;
  padding: 10px 20px;
  margin-bottom: 30px;
  margin-top: -20px;
}
.well-head i {
  margin-right: 8px;
}
.well .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  background-color: #F7F3FF;
  border: 1px solid #EEE3FF;
  border-radius: 12px;
  height: 44px;
}
.well .select2-container--default .select2-selection--single .btn-group-vertical.align-middle.select2-selection__icon {
  width: 34px;
  height: 34px;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE5D6;
  border-radius: 8px;
  color: #000000;
}
.well .select2-container--default .select2-selection--single .select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE5D6;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 8px;
}
.well .select2-container .select2-selection__rendered > span {
  color: #000000;
}
.nightmode .well .select2-container .select2-selection__rendered > span {
  color: #FFFFFF;
}
.nightmode .well .select2-container--default .select2-selection--single .btn-group-vertical.align-middle.select2-selection__icon {
  background-color: #FDF001;
  border-color: #FDF001;
  color: #000000;
}
.well .select2-container--default .select2-selection--single .select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
  border-color: #FDF001;
  background-color: #FDF001;
}
.well .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #EAE5D6;
}
.nightmode .well .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-color: #3A3A3A;
  background-color: #262626;
}
.input-group {
  background: #F7F3FF;
  border: 1px solid #EEE3FF;
  border-radius: 12px;
  padding: 5px;
}
.input-group-addon {
  background-color: transparent;
  border: none;
  padding-left: 10px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.input-group .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 32px;
}
.input-group .input-group-btn .btn.btn-primary {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0 10px 10px 0 !important;
}
.update-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.update-list-item {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 14px;
  background: #F7F3FF;
  transition:all .35s ease;
}
.update-item-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}
.update-platform-icon {
  padding: 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.update-item-info {
  flex: 1;
  min-width: 0;
}
.update-item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.update-item-meta {
  margin: 0px;
}
.update-item-meta span:first-child {
  opacity: 0.6;
}
.update-item-meta span {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
.update-item-right {
  flex-shrink: 0;
}
.update-status-badge {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 123456px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.update-status-badge.new-service {
	color: #27B0FF;
	border: 1px solid #27B0FF;
}
.update-status-badge.rate-decreased {
    border: 1px solid #FFAC27;
    color: #FFAC27;
}
.update-status-badge.rate-increased {
	color: #FF5A27;
    border: 1px solid #FF5A27;
}
.update-status-badge.service-enabled {
	color: #22C55E;
	border: 1px solid #22C55E;
}
.update-status-badge.service-disabled {
	color: #FF2727;
	border: 1px solid #FF2727;
}
.table {
  border-spacing: 0 12px;
  border-collapse: separate;
}
.table thead tr th {
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid #EEE3FF;
  border-bottom: 1px solid #EEE3FF;
  background-color: #F7F3FF;
}
.table thead tr th:first-child {
  border-left: 1px solid #EEE3FF;
  border-radius: 16px 0 0 16px;
}
.table thead tr th:last-child {
  border-right: 1px solid #EEE3FF;
  border-radius: 0 16px 16px 0;
}
.table tbody tr td {
  border-top: 1px solid #EEE3FF;
  border-bottom: 1px solid #EEE3FF;
  font-size: 14px;
  font-weight: 400;
  color: #31235C;
}
.table tbody tr td:first-child {
  border-left: 1px solid #EEE3FF;
  border-radius: 16px 0 0 16px;
}
.table tbody tr td:last-child {
  border-right: 1px solid #EEE3FF;
  border-radius: 0 16px 16px 0;
}
.auth .nav.nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auth .nav.nav-pills a {
  min-width: 110px;
  text-align: center;
  border: 1px solid #EEE3FF;
  background: #FFFFFF;
  padding: 12px 20px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #31235C;
  border-radius: 12px;
}
.auth .nav.nav-pills li a:hover,
.auth .nav.nav-pills li a:focus,
.auth .nav.nav-pills li a:focus-visible {
  background-color: #FFFFFF;
  color: #31235C;
}
.auth .nav.nav-pills li.active a,
.auth .nav.nav-pills li.active a:hover {
  color: #ffffff;
  background: #713EDD;
  background: linear-gradient(180deg,rgba(113, 62, 221, 1) 0%, rgba(82, 24, 207, 1) 100%);
  border-color: transparent;
}
.status-badge {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 123456px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.status-Completed {
  background-color: #228b22;
}
.status-Refunded {
  background-color: #f70000;
}
.status-Pending {
  background-color: #721cff;
}
.status-Partial {
  background-color: #eaff00;
  color: #000;
}
.link-td a {
  text-decoration: none;
}





/*Signin page CSS Update v2.0*/
.guest .navbar-default {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 20px 0;
}
.guest.signup .navbar.navbar-default {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.guest .header-wrapper {
  filter: drop-shadow(4px 10px 31px rgba(0, 0, 0, 0.09));
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 8px 0;
}
#top-sec {
  background: radial-gradient(ellipse at center, rgba(120, 63, 200, 1) 0%, rgba(50, 24, 89, 1) 100%);
  /* padding: 180px 0 0; */
  padding: 130px 0 0;
  overflow: hidden;
  position: relative;
}
.trusted-wrap {
  display: flex;
  margin-top: 35px;
}
.trusted-pics {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.trusted-pics li:last-child {
  margin-right: 5px;
}
.truster-stars {
  display: flex;
  align-items: center;
}
.stars {       
  font-size: 16px;
  color: #FFAD15;
}
.trusted-partners {
  font-size: 16px;
  font-weight: 500;
  color: #5F5873;
}
.trusted-partners strong {
  font-weight: 500;
  color: #0A0715;
}
.top-heading {
  font-size: 54px;
  font-weight: 500;
  color: #0A0715;
}
.top-heading span {
  color: #713EDD;
}
.main-text {
  font-size: 16px;
  font-weight: 400;
  color: #5F5873;
  margin-bottom: 10px;
}
.form-sigin {
  background-color: #fff;
  border-radius: 20px;
  max-width: 403px;
  padding: 0 30px 45px;
  box-shadow: 0 40px 30px -30px rgba(0, 0, 0, 0.36);
}
.form-head {
  background: #5218CF;
  background: linear-gradient(180deg,rgba(82, 24, 207, 1) 0%, rgba(113, 62, 221, 1) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  border-radius: 20px 20px 0 0;
  padding: 10px 31px;
  margin-bottom: 30px;
}
.form-head::after {
  content: '';
  background-image: url(https://mypanelcdn.com/aaAkI/6noFKRf7hWHpcIZ9.webp);
  width: 65px;
  height: 61px;
  display: block;
  position: absolute;
  right: -50px;
  top: -35px;
  background-size: contain;
}
.form-head i {
  margin-right: 7px;
}
.control-label {
  font-size: 14px;
  font-weight: 400;
  color: #5F5873;
  display: block;
}
.form-control {
  background-color: #F7F3FF;
  border: 1px solid #EEE3FF;
  border-radius: 12px;
  height: 44px;
  box-shadow: none;
}
.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.remember-decision {
  display: flex;
  justify-content: space-between;
}
.remember-decision .checkbox {
  margin-top: 0;
}
.remember-decision .checkbox, 
.remember-decision .forget-password, 
.signup-text {
  font-size: 13px;
  font-weight: 500;
  color: #565656;
}
.top-search-form {
  padding-top: 190px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  top: -130px;
  background: #F3EDFF;
  background: url(https://mypanelcdn.com/aaAkI/4OWlG0UoDsybKhAH.webp), linear-gradient(180deg,rgba(243, 237, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-repeat: no-repeat;
  background-position: center top,center top;
  background-size: cover;
}
.servi-text {
  font-weight: 500;
  color: #0A0715;
}
.servi-image {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servi-image::before,.servi-image:after {
  content: '';
  display: inline-block;
  width: 35%;
  height: 1px;
  background-color: #EEE3FF;
}
.why-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.info-box {
  display: flex;
  align-items: center;
  background-color: #F7F3FF;
  border: 1px solid #EEE3FF;
  border-radius: 12px;
  max-width: 200px;
  padding: 5px;
  margin-bottom: 20px;
}
.info-right {
  min-width: 37px;
  height: 37px;
  background-color: #ffff;
  border-radius: 9px;
  border: 1px solid #EEE3FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #713EDD;
  margin-right: 5px;
}
.info-left {
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid #EEE3FF;
  width: 100%;
  height: 37px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #713EDD;
}
.text-center .info-box {
  margin-left: auto;
  margin-right: auto;
}
.main-heading {
  font-size: 40px;
  font-weight: 500;
  color: #0A0715;
  margin-bottom: 15px;
}
.main-heading span {
  color: #713EDD;
}
.why-box-wrap {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
}
.why-box-wrap li {
  background-color: #F7F3FF;
  border-radius: 16px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  padding: 45px 35px;
}
.why-box-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  color: #0A0715;
  margin-bottom: 10px;
}
.why-box-wrap li.primary {
  background: #713EDD;
  background: linear-gradient(180deg,rgba(113, 62, 221, 1) 0%, rgba(82, 24, 207, 1) 100%);
}
.why-box-wrap li.primary h3,.why-box-wrap li.primary .main-text {
  color: #fff;
}
.about-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-sec img {
  width: 100%;
  display: block;
  margin: auto;
}
.how-wrap {
  padding: 60px 80px;
  border-radius: 16px;
  background-color: #F7F3FF;
}
.how-wrap .info-box {
  background-color: #FFFFFF;
}
.how-wrap .info-box .info-right,.how-wrap .info-box .info-left {
  background-color: #F7F3FF;
}
.how-box-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  gap: 20px;
}
.how-box-wrap >li {
  background-color: #fff;
  width: 48%;
  border-radius: 10px;
  padding: 23px 26px;
}
.how-count {
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: #713EDD;
  background: linear-gradient(180deg,rgba(113, 62, 221, 1) 0%, rgba(82, 24, 207, 1) 100%);
  border-radius: 6px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 15px;
}
.how-box-wrap h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0A0715;
  margin-bottom: 12px;
}
.how-box-wrap p {
  font-size: 16px;
  color: #5F5873;
  font-weight: 400;
}
/*.how-wrap .row:nth-child(2) {
  display: flex;
  align-items: flex-end;
}
.how-wrap img {
  margin-bottom: -90px;
}*/
.how-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.country-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.country-list {
  margin-top: 40px;
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.country-list >li {
  background-color: #F7F3FF;
  border-radius: 16px;
  /*! min-height: 200px; */
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 25px 20px;
  border: 1px solid #e5dcfd;
}
.country-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.country-flag {
  min-width: 60px;
  height: 60px;
  background-image: url(https://mypanelcdn.com/aaAkI/43Hbctz0FKwp8YjM.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.country-flag.flag-1 {
  background-position-x: -301px;
}
.country-flag.flag-2 {
  background-position-x: -241px;
}
.country-flag.flag-3 {
  background-position-x: -180px;
}
.country-flag.flag-4 {
  background-position-x: -120px;
}
.country-flag.flag-5 {
  background-position-x: -61px;
}
.country-flag.flag-6 {
  background-position-x: 0;
}
.country-heading-wrap h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0A0715;
  margin-bottom: 0;
}
.country-heading-wrap div {
  color: #713EDD;
  font-size: 14px;
  font-weight: 500;
}
.country-list >li>p {
  font-size: 16px;
  color: #5F5873;
  font-weight: 400;
}
.country-features {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}
.country-features li {
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  color: #0A0715;
  border-radius: 8px;
  padding: 8px 10px;
  box-shadow: 0px 2px 5px -6px rgba(0, 0, 0, 0.33);
}
.country-features li i {
  color: #713EDD;
  margin-right: 5px;
}
#why-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
#why-sec .platform-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
#why-sec .platform-tab {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 15px;
  border-radius: 12px;
  border: 1px solid #EEE3FF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  color: #31235C;
  background-color: #FFF;
}
#why-sec .ptab-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFF;
  flex-shrink: 0;
  overflow: hidden;
}
#why-sec .ptab-ig { background: linear-gradient(135deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); }
#why-sec .ptab-fb { background: #1877F2; }
#why-sec .ptab-yt { background: #FF0000; }
#why-sec .ptab-tt { background: #010101; }
#why-sec .ptab-tg { background: #229ED9; }

#why-sec .platform-tab.active,
#why-sec .platform-tab:hover {
  background: linear-gradient(180deg,rgba(113, 62, 221, 1) 0%, rgba(82, 24, 207, 1) 100%);
  border-color: transparent;
  color: #fff;
}
#why-sec .platform-tab.active .ptab-icon,
#why-sec .platform-tab:hover .ptab-icon {
  background: #F7F3FF4F;
  border: 1px solid #F7F3FF4F;
  color: #fff;
}
#why-sec .platform-tab-panels {
  text-align: center;
}
#why-sec .platform-panel {
  display: none;
  animation: fadeInTab 0.3s ease;
}
#why-sec .platform-panel.active {
  display: block;
}
@keyframes fadeInTab {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
#why-sec .platform-panel-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
}
#why-sec .platform-panel-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
/* Platform hero banner (replaces broken local images) */
#why-sec .platform-hero-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 10px 10px;
  margin: 0 auto 20px;
  max-width: 320px;
  text-align: left;
  color: #FFF;
}
#why-sec .phb-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
#why-sec .phb-text { display: flex; flex-direction: column; gap: 0; }
#why-sec .phb-text strong { font-size: 16px; font-weight: 500; }
#why-sec .phb-text span { font-size: 12px; }
/* Banner background per platform */
#why-sec .ptab-banner-ig {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 20%, #dc2743 45%, #cc2366 75%, #bc1888 100%);
  box-shadow: 0 12px 36px rgba(220, 39, 67, 0.30);
}
#why-sec .ptab-banner-fb {
  background: linear-gradient(135deg, #1877F2 0%, #0a5cc7 100%);
  box-shadow: 0 12px 36px rgba(24, 119, 242, 0.30);
}
#why-sec .ptab-banner-yt {
  background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
  box-shadow: 0 12px 36px rgba(255, 0, 0, 0.28);
}
#why-sec .ptab-banner-tt {
  background: linear-gradient(135deg, #010101 0%, #2B2B2B 100%);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}
#why-sec .ptab-banner-tg {
  background: linear-gradient(135deg, #229ED9 0%, #0c6ea8 100%);
  box-shadow: 0 12px 36px rgba(34, 158, 217, 0.30);
}
#why-sec .platform-panel h2 {
  font-size: 20px;
  font-weight: 500;
  color: #0A0715;
  margin-bottom: 15px;
}
#why-sec .platform-panel p {
  font-size: 16px;
  color: #5F5873;
  max-width: 780px;
  margin: 0 auto 20px;
}
#why-sec .platform-panel p strong {
  color: #2563EB;
}
#why-sec .platform-register-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #2563EB;
  text-decoration: none;
  transition: gap 0.2s;
}
#why-sec .platform-register-btn:hover {
  gap: 12px;
  color: #1d4ed8;
  text-decoration: none;
}
#why-sec .platform-register-btn .reg-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2563EB;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 600px) {
  #why-sec .platform-tabs-nav { gap: 8px; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; scrollbar-width: none; }
  #why-sec .platform-tabs-nav::-webkit-scrollbar { display: none; }
  #why-sec .platform-tab { padding: 8px 10px; font-size: 12px; white-space: nowrap; flex-shrink: 0; }
  #why-sec .platform-panel h2 { font-size: 20px; }
  #why-sec .platform-panel p { font-size: 14px; }
  #why-sec .platform-hero-banner { padding: 18px 20px; gap: 14px; border-radius: 16px; }
  #why-sec .phb-icon { width: 56px; height: 56px; font-size: 28px; border-radius: 14px; }
  #why-sec .phb-text strong { font-size: 16px; }
  #why-sec .phb-text span { font-size: 12px; }
}
.faq-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.questions-wrapper {
  margin-top: 20px;
  padding: 0 195px;
}
.questions-wrapper .panel-default > .panel-heading {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}
.questions-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-radius: 16px;
  padding: 30px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  color: #31235C;
  background-color: #FFF;
  border: 1px solid #EEE3FF;
}
.questions-wrapper .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.questions-wrapper .panel-title a {
  font-size: 16px;
  font-weight: 500;
  height: 64px;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 20px 52px 20px 30px;
  position: relative;
  justify-content: space-between;
}
.questions-wrapper .panel-title a {
  background: linear-gradient(180deg,rgba(113, 62, 221, 1) 0%, rgba(82, 24, 207, 1) 100%);
  border: 1px solid transparent;
  border-radius: 16px;
  color: #ffffff;
}
.questions-wrapper .panel-title a.collapsed {
  background: #F7F3FF;
  border-color: #e5dcfd;
  color: #713EDD;
}
.questions-wrapper .panel-group .panel + .panel {
  margin-top: 12px;
}
.questions-wrapper .panel-title a:after {
  content: "\f146";
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.questions-wrapper .panel-title a.collapsed::after {
  content: "\f0fe";
  color: #713EDD;
}
footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #0A0715;
}
footer p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
footer h2 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.f-menus ul {
  padding: 0;
  list-style: none;
}
.f-menus ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-decoration: none;
  line-height: 26px;
}
@media(max-width: 550px){
  body {
    font-size: 14px;
  }
  .top-search-form {
    padding-top: 110px;
    padding-bottom: 40px;
    margin-bottom: -110px;
  }
  .top-heading {
    font-size: 32px;
    margin-top: 0;
  }
  .main-text {
    font-size: 14px;
  }
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .btn.btn-primary, 
  .btn.btn-secondary {
    padding: 10px 15px;
  }
  .trusted-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .form-sigin {
  	border-radius: 16px;
  	max-width: 92%;
    padding: 0 15px 15px;
    margin: auto;
  }
  .form-head {
  	font-size: 14px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 16px 16px 0 0;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .form-control {
  	height: 42px;
  }
  .forgot-password1 {
    font-size: 14px;
  }
  .form-head::after {
  	width: 35px;
    height: 31px;
    right: -30px;
    top: -15px;
  }
  .btn.btn-primary, .btn.btn-secondary {
  	padding: 10px 15px;
  }
  .servi-image::before, .servi-image::after {
    width: 10%;
  }
  .why-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .info-left {
  	height: 32px;
    font-size: 14px;
  }
  .info-right {
  	min-width: 32px;
    height: 32px;
  }
  .info-box {
  	max-width: 180px;
    padding: 3px;
  }
  .main-heading {
    font-size: 32px;
  }
  .why-box-wrap {
  	gap: 10px 0;
    margin: 20px auto 0;
    flex-wrap: wrap;
  }
  .why-box-wrap li {
  	min-height: auto;
    padding: 15px 20px;
  }
  .why-box-wrap h3 {
    font-size: 18px;
  }
  .about-sec {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .about-sec img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .about-sec .info-box {
    margin-left: auto;
    margin-right: auto;
  }
  .about-sec .main-heading {
    text-align: center;
  }
  .about-sec .main-text {
    text-align: center;
  }
  .about-sec .btn-group {
    display: flex;
    justify-content: center;
  }
  .how-sec {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .how-wrap {
    padding: 20px 20px;
  }
  .how-wrap .row:nth-child(2) {
    flex-direction: column-reverse;
  }
  .how-wrap img {
    margin-bottom: 0;
    width: 80%;
    margin-left: 15%;
    margin-right: auto;
    display: block;
  }
  .how-box-wrap > li {
    width: 100%;
    padding: 15px 15px;
  }
  .how-box-wrap h3 {
    font-size: 18px;
  }
  .how-box-wrap p {
    font-size: 14px;
  }
  .how-count {
  	width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .country-sec {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .country-list {
    margin-top: 20px;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .country-heading-wrap h3 {
    font-size: 18px;
  }
  .country-heading-wrap div {
    font-size: 12px;
  }
  .country-list > li > p {
    font-size: 14px;
  }
  .country-list > li {
    padding: 15px;
  }
  #why-sec {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .faq-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .questions-wrapper {
    padding: 0 0;
  }
  .questions-wrapper .panel-title a {
    font-size: 14px;
    height: 48px;
    padding: 15px 42px 15px 15px;
  } 
  .questions-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
  	padding: 15px;
    font-size: 14px;
  }
  .well {
    padding-left: 10px;
    padding-right: 10px;
  }
  .well-head {
  	font-size: 14px;
    margin-left: -11px;
    margin-right: -11px;
    border-radius: 14px 14px 0 0;
  }
  .update-list-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    gap: 12px;
  }
  .update-item-left {
    align-items: flex-start;
  }
   .update-item-title {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 6px 0;
  }
  .update-item-meta span {
    font-size: 12px;
    font-weight: 500;
  }
  .update-item-right {
    width: 100%;
  }
  .auth .nav.nav-pills {
    flex-wrap: wrap;
    width: 100%;
    gap: 5px 0;
  }
  .auth .nav.nav-pills li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .status-badge {
    height: 25px;
    line-height: 25px;
  }
  .auth .nav.nav-pills a {
  	padding: 8px 10px;
    font-size: 12px;
  }
  
}









.offering h2 {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 125.3%;
  color: #0C2447;
}
.offering p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #4a5568;
}
.offering-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
.offering-list li {
  padding: 15px;
  border-radius: 20px;
  position: relative;
}
.offering-list li:nth-child(odd) {
  background: linear-gradient(181.71deg, rgba(5, 175, 242, 0.232) -83.79%, rgba(5, 175, 242, 0) 98.66%);
}
.offering-list li:nth-child(even) {
  background: linear-gradient(181.71deg, rgba(0, 182, 122, 0.232) -83.79%, rgba(0, 182, 122, 0) 98.66%);
}
.offering-list h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0C2447;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.offering {
  padding: 60px 0;
}
.offering-list li::before {
  content: '';
  padding-top: 64px;
  display: block;
  width: 46px;
  height: 64px;
  background-size: cover;
  background-image: url(https://mypanelcdn.com/aaAkI/Czv36fP0IhE1Wq4Z.png);
  margin-bottom: 10px;
}
.offering-list li:nth-child(1):before {
  background-position: -441px 0;
}
.offering-list li:nth-child(2):before {
  background-position: -393px 0;
}
.offering-list li:nth-child(3):before {
  background-position: -345px 0;
}
.offering-list li:nth-child(4):before {
  background-position: -296px 0;
}
.offering-list li:nth-child(5):before {
  background-position: -245px 0;
}
.offering-list li:nth-child(6):before {
  background-position: -198px 0;
}
.offering-list li:nth-child(7):before {
  background-position: -147px 0;
}
.offering-list li:nth-child(8):before {
  background-position: -99px 0;
}
.offering-list li:nth-child(9):before {
  background-position: -49px 0;
}
.offering-list li:nth-child(10):before {
  background-position: 0 0;
}
.why-choose h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 125.3%;
  color: #0C2447;
}
.why-choose p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 143.8%;
  color: #0C2447;
}
@media(max-width: 550px){
  .offering-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .offering-list li {
    padding: 10px;
  }
  .offering-list h3 {
    font-size: 16px;
  }
  .offering p {
    font-size: 16px;
  }
}
.main-title {
  /*font-size: 50px;*/
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.txt {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}

#top-sec .txt {
  padding-right: 95px;
}

#top-sec .txt {
  font-size: 16px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
.btn-group .btn.btn-primary, 
.btn-group .btn.btn-secondary {
  border-radius: 12px !important;
}
.btn-group .btn.btn-primary {
  margin-right: 10px;
}
.btn.btn-primary,
.btn.btn-secondary {
  border: 1px solid;
  border-radius: 12px;
  padding: 12px 20px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
}
.btn i {
  margin-left: 10px;
}
.btn.btn-primary{
  color: #ffffff;
  background: #713EDD;
  background: linear-gradient(180deg,rgba(113, 62, 221, 1) 0%, rgba(82, 24, 207, 1) 100%);
  border-color: transparent;
}
.btn.btn-secondary {
  color: #31235C;
  background-color: #FFFFFF;
  border-color: #EEE3FF;
}
.btn.btn-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
#servicefilter {
  width: 100%;
  text-align: left;
  padding-top: 11px;
  padding-bottom: 11px;
}
#servicefilter i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-wrap .btn.btn-primary,
.btn-wrap .btn.btn-secondary {
  margin-right: 15px;
}

body.guest .header-wrapper .navbar-right {
  margin-right: 30px;
}
.guest .navbar-default .navbar-brand {
  height: auto;
  padding-left: 30px;
  line-height: 1;
}
.guest .navbar-nav li a {
  font-size: 14px;
  font-weight: 600;
  color: #5F5873;
  text-shadow: none;
  position: relative;
}
.guest .navbar-default .navbar-nav > li > a:hover, 
.guest .navbar-default .navbar-nav > li > a:active, 
.guest .navbar-default .navbar-nav > li > a:focus, 
.guest .navbar-default .navbar-nav > li.active > a {
  color: #0A0715;
}
.top-sec-img-wrap {
  position: relative;
}

.top-sec-img {
  position: absolute;
  /*width: auto;*/
  width: 760px;
  max-width: unset;
  right: -231px;
  /* top: -200px; */
  top: -150px;
  z-index: 0;
}

#top-sec .main-title,
#top-sec .txt,
.btn-wrap {
  position: relative;
  z-index: 1;
}
#top-sec::after {
  content: '';
  width: 100%;
  height: 100px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: ;
  background-color: #fff;
  z-index: 0;
}

#top-sec::after {
  content: '';
  width: 100%;
  height: 70px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 0;
}

.have-acc,
.have-acc a,
.checkbox label {
  color: #49247d !important;
  text-align: center;
}

.login-frm .form-group {
  box-shadow: inset 0 10px 10px 0 rgba(10, 8, 8, 46%);
  border-radius: 100px;
  padding: 12px 12px 0;
  background-color: #fff;
}

.login-frm .form-group .inpt-icon {
  left: 19px;
}

.login-frm .form-control {
  border: 0;
  outline: none;
  box-shadow: none;
}

.login-btn-wrap {
  border-radius: 100px;
  padding: 12px 12px 0;
  background-color: #fff;
  box-shadow: inset 0 10px 10px 0 rgba(10, 8, 8, 46%);
}

.login-btn-wrap .btn.btn-primary {
  color: #fff;
  width: 100%;
}

.login-frm .row .col-sm-2 {
  padding-left: 0;
}

#cheapest {
  padding: 120px 0 80px;
}

.title {
  font-size: 48px;
  color: #000000;
  font-weight: 700;
  line-height: 1.4;
}

.title-txt {
  color: rgb(19, 17, 41, 70%);
}

.likes-wrap {
  display: flex;
  border: 1px solid #49247d;
  border-radius: 10px;
  padding: 30px 15px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.likes-left {
  flex: 0 0 32%;
  max-width: 32%;
}

.likes-right {
  flex: 0 0 68%;
  max-width: 68%;
}

.likes-title {
  font-size: 24px;
  color: #131129;
  margin-bottom: 12px;
}

.likes-txt {
  color: rgb(19, 17, 41, 70%);
  font-size: 16px;
  margin-bottom: 0;
}

.likes-wrap:hover {
  background: radial-gradient(ellipse at center, rgba(120, 63, 200, 1) 0%, rgba(50, 24, 89, 1) 100%);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 45%);
}

.likes-wrap:hover .likes-title,
.likes-wrap:hover .likes-txt {
  color: #fff;
}

.row.likes-row {
  margin-top: 40px;
}

.automate-img {
  display: block;
  margin: auto auto 30px;
}

#automate .title {
  text-align: center;
}

.automate-slider {
  margin-top: 50px;
}

.txt-dark {
  color: rgb(19, 17, 41, 70%);
}
.homepage .col-sm-4 .work-info {
  display: block;
  background: linear-gradient(181.71deg, rgba(5, 175, 242, 0.232) -83.79%, rgba(5, 175, 242, 0) 98.66%);
  border-radius: 20px;
  padding: 20px;
  margin-bottom:19px;
}

.homepage .col-sm-4:nth-child(2) .work-info {
  background: linear-gradient(181.71deg, rgba(0, 182, 122, 0.232) -83.79%, rgba(0, 182, 122, 0) 98.66%);
}
.homepage .col-sm-4:nth-child(3) .work-info {
  background: linear-gradient(181.71deg, rgba(255, 140, 4, 0.208) -83.79%, rgba(255, 140, 4, 0) 98.66%);
}
.homepage .work-info h2 {
  font-family: thicccboi;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125.3%;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 0px;
} 
.homepage .work-info p {
  margin-bottom: 0px;
  font-family: thicccboi;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125.3%;
  color: #000000;
}
.homepage .work-bx {
  margin-bottom: 0 !important;
}
.homepage .pro-detail {
  padding-top: 0 !important;
}
.tab-content .tab-pane > a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 125.3%;
  color: #05AFF2;
}
.nav.nav-pills.nav-tabs-custom {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.nav-pills.nav-tabs-custom li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  background-color: #e2f6fd;
}
.nav-pills.nav-tabs-custom li.active a {
  background: #05AFF2;
  box-shadow: 0px 10px 50px rgba(5, 175, 242, 0.5);
  border-color: #05AFF2;
}
.tab-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
}
.tab-content .tab-pane {
  text-align: center;
}
.tab-content .tab-pane p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 143.8%;
  color: #0C2447;
}
.tab-content .tab-pane h3 {
  font-weight: 700;
  color: #0C2447;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nav-pills .tab-icon {
  margin-right: 10px;
}
.tab-icon.ig-icon {
  background: linear-gradient( to right, #833ab4,#fd1d1d,#fcb045 );
}
.tab-icon.fb-icon {
  background-color: #1877F2;
}
.tab-icon.yt-icon {
  background-color: #FF0000;
}
.tab-icon.tt-icon {
  background-color: #000;
}
.tab-icon.tg-icon {
  background-color: #24A1DE;
}
.tab-icon.x-icon {
  background-color: #1DA1F2;
}
.tab-pane .tab-icon {
  width: 74px;
  height: 74px;
  font-size: 38px;
  margin-bottom: 20px;
}
.tabs-container .tab-pane h3 {
  font-size: 20px;
  font-weight: 600;
  color: #08183C;
}
.tab-pane .tab-icon {
  width: 74px;
  height: 74px;
  font-size: 38px;
  margin-bottom: 20px;
}
.tabs-container .tab-pane h3 {
  font-size: 20px;
  font-weight: 600;
  color: #08183C;
}
.automate-slider .slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px auto;
}

.automate-slider .slick-dots li button {
  background: transparent;
  border: 0;
  font-size: 0;
  width: 15px;
  height: 15px;
  background-color: #e3d5fb;
  border-radius: 100px;
  margin: 0 2px;
}

.automate-slider .slick-dots li.slick-active button {
  background-color: #6616e9;
}

.automate-slider-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 140px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.automate-slide {
  width: 75%;
  margin: auto;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #ffae00;
  border-radius: 100px;
  background-color: #ffae00;
  box-shadow: none;
  color: #fff;
  font-size: 25px;
}

#automate {
  padding: 80px 0;
}

.member-wrap {
  display: flex;
  flex-wrap: wrap;
  background-image: url('https://i.imgur.com/ojSBhEd.png');
  background-size: 100% 100%;
  height: 250px;
  padding: 0 65px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.member-title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.member-txt {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #6d39b8;
}

.row.member-row {
  margin-top: 65px;
}

.member-wrap.member2 {
  background-image: url('https://i.imgur.com/4qNBSRH.png');
}

.member-wrap.member2 .member-txt {
  color: #ffae00;
}

.member-wrap.member3 {
  background-image: url('https://i.imgur.com/6vOaWbL.png');
}

#best {
  padding: 20px 0;
  background: radial-gradient(ellipse at center, rgba(120, 63, 200, 1) 0%, rgba(50, 24, 89, 1) 100%);
}

#best .title {
  color: #fff;
}

.best-slider .slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.best-slider .slick-dots li button {
  width: 25px;
  height: 8px;
  border: 0;
  box-shadow: none;
  border-radius: 100px;
  margin-right: 7px;
  font-size: 0;
  background-color: #ffffff;
}

.best-slider .slick-dots li.slick-active button,
.best2 .best-slider .slick-dots li.slick-active button {
  background-color: #ffae00;
  width: 40px;
}

#best .row {
  display: flex;
  align-items: center;
}

.best-img {
  display: block;
  margin: auto;
}

#best.best2 {
  background: transparent;
  background-color: #fff;
  padding: 80px 0;
}

#best.best2 .title {
  color: #000000;
}

#best.best2 .txt {
  color: rgb(19, 17, 41, 70%);
}

.best2 .best-slider .slick-dots li button {
  background-color: #dbcdef;
}

#panels {
  padding: 80px 0;
  background-color: #ded7e7;
}

#panels .title {
  text-align: center;
}

.panel-wrap {
  background-color: #fefefe;
  border-radius: 20px;
  padding: 30px 20px 50px;
  position: relative;
}

.panel-head {
  display: flex;
  align-items: center;
  align-content: center;
}

.panel-head-left img {
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 20%);
  border-radius: 10px;
}

.panel-head-right {
  padding-left: 15px;
}

.panel-head-right .panel-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 6px;
}

.panel-wrap .panel-body {
  margin-top: 25px;
  margin-bottom: 0;
}

.panel-wrap::before {
  content: '';
  position: absolute;
  right: 30px;
  top: -30px;
  background-image: url('https://i.imgur.com/2c7q2Gx.png');
  width: 86px;
  height: 73px;
  z-index: ;
}

.panel-wrap::after {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/hlQE4i4.png');
  width: 91px;
  height: 63px;
  bottom: -60px;
  right: 40px;
}

.row.panel-row {
  margin-top: 80px;
  margin-bottom: 50px;
}



.ftr-top {
  padding: 50px 0;
}

.payop {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 55%;
  margin: auto;
  justify-content: space-between;
  background-color: #05aff2;
  border-radius: 12px;
  padding: 20px 15px;
}

.payop .txt {
  margin-bottom: 0;
}

.ftr-bottom {
  padding: 20px 0 10px;
  border-top: 1px solid #fff;
}

.copy-right {
  text-align: center;
  color: rgba(255, 255, 255, 70%);
  margin-bottom: 10px;
}

#signup-sec .title {
  color: #0C2447;
  text-align: center;
  margin-bottom: 45px;
}

.sign-frm {
  background-color: #05aff2;
  border-radius: 25px;
  padding: 30px 19px;
}

.sign-frm-title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.sign-frm .form-control {
  padding-left: 25px;
}

.sign-frm .btn.btn-primary {
  width: 100%;
  color: #fff;
}

.sign-frm .have-acc {
  margin-top: 15px;
  color: #fff !important;
}

.sign-frm .have-acc a {
  color: #fff !important;
  font-weight: 700;
}

#signup-sec {
  padding: 45px 0;
}

.signup-img {
  display: block;
  margin: auto;
}

#signup-sec .frm-row {
  display: flex;
  align-items: center;
}
.contact-box {
  background: radial-gradient(ellipse at center, rgba(120, 63, 200, 1) 0%, rgba(50, 24, 89, 1) 100%);
  padding: 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 160px;
}

.contact-box .contact-box-left {
  margin-right: 15px;
}

.contact-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.contact-txt {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.term-box {
  background: radial-gradient(ellipse at center, rgba(120, 63, 200, 1) 0%, rgba(50, 24, 89, 1) 100%);
  border-radius: 25px;
  padding: 30px 19px;
  margin-bottom: 20px;
  text-align: center;
}

.sidebar-wrap.open {
  left:0px !important;
}

.term-box-title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background-color: #ffae00;
  width: max-content;
  margin: auto;
  padding: 10px 20px;
  border-radius: 100px;
  min-width: 235px;
  margin-bottom: 20px;
}

.term-txt {
  font-size: 18px;
  font-weight: 400;
  /*color: #fff;*/
  line-height: 1.4;
  margin-bottom: 20px;
}

.term-box.term-box1 {
  background: transparent;
  background-color: #ffae00;
}

.term-box.term-box1 .term-box-title {
  background: radial-gradient(ellipse at center, rgba(120, 63, 200, 1) 0%, rgba(50, 24, 89, 1) 100%);
}

#signup-sec .accordion .card {
  background: radial-gradient(ellipse at center, rgba(120, 63, 200, 1) 0%, rgba(50, 24, 89, 1) 100%);
  border-radius: 50px;
  margin-bottom: 20px;
}

#signup-sec .accordion .card .card-head h2 {
  font-size: 18px;
  color: #000;
  border-radius: 50px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

#signup-sec .accordion .card .card-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  padding: 20px 20px 45px;
}

.faq-q {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #ffae00;
}

#signup-sec .accordion {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

#signup-sec .accordion .card {
  flex: 0 0 48%;
  max-width: 48%;
  margin-left: 5px;
  margin-right: 5px;
}







.ser-modal .modal-content {
  background-color: #0c2447;
}

.ser-modal .modal-header {
  position: relative;
}

.ser-modal .modal-header .close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 1;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle;
}

.row.search-row {
  margin-bottom: 30px;
}

.row.search-row .dropdown-menu {
  width: 100%;
  background-color: #0c2447;
  padding: 0;
  border: 0;
}

.row.search-row .dropdown-menu a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none !important;
}

.row.search-row .dropdown-menu a:hover,
.row.search-row .dropdown-menu a:focus,
.row.search-row .dropdown-menu a:focus-visible {
  background-color: #05aff2;
}


.sidebar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 99999;
  background-color: #0c2447;
  overflow-y: auto;
  scrollbar-width: thin;
  /* scrollbar-color: #351a5e #000; */
  scrollbar-color: #05aff2 #000;
  transition: 0.3s ease-in-out;
}
.sidebar-logo {
  height: 65px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #572e8f;
  margin-bottom: 25px;
  padding: 0 15px;
  border-bottom: transparent;
}

.profile-pic {
  display: block;
  margin: auto auto 12px;
}

.profile-name {
  font-size: 18px;
  font-weight: 700;
  color: #05aff2;
  margin-bottom: 5px;
}

.profile-balance {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}


.bread {
  font-size: 18px;
  color: #6937af !important;
  font-weight: 500 !important;
}

.a-icon {
  width: 45px;
  height: 45px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #31235C;
  background-color: #FFF;
  border: 1px solid #EEE3FF;
}


.stats-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 35px 15px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 50%);
}

.stats-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  line-height: 1.4;
}

.stats-txt {
  font-size: 22px;
  font-weight: 700;
  color: #6937af;
  margin-bottom: 0;
}
.stats-left {
  flex: 0 0 65%;
  max-width: 65%;
}
.stats-right {
  flex: 0 0 35%;
  max-width: 35%;
  position: relative;
}
.stats-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}




.day {
  color: #fff;
  font-size: 14px;
  display: block;
}

.days {
  color: #fff;
}

.news-txt {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.single-news {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.day,
.days {
  font-weight: 500;
  margin-bottom: 0;
}

.new-icon {
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #0c2447;
  border-radius: 100px;
  margin: 0 12px 0 20px;
  font-size: 22px;
  position: relative;
}

.new-icon::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
  width: 2px;
  height: 50px;
  border-left: 3px dashed #0c2447;
}

.news-wrap .single-news:last-child .new-icon-wrap .new-icon::after {
  display: none;
}

.news-wrap .single-news:last-child {
  margin-bottom: 0;
}

.news-wrap {
  margin-top: 30px;
  max-height: 870px;
  overflow-y: auto;
}




.fund-desc-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.fund-detail {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.fund-detail-right {
  margin-left: 15px;
}

.fund-detail-txt {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.qr-code {
  margin-bottom: 20px;
}

.payment-box-txt {
  font-weight: 500;
  line-height: 1.6;
}

.payment-box-txt span {
  color: #0c2447;
  font-size: 24px;
  font-weight: 700;
}

.fund-video-wrap iframe {
  width: 100%;
  border-radius: 12px;
  height: 310px;
}

pre {
  padding: 12px;
  font-size: 16px;
}



.ticket-message-block .info,
.ticket-message-block .info .text-muted {
  color: #fff !important;
  margin-top: 5px;
}


.toggle-btn a {
  color: #0c2447 !important;
  font-size: 20px;
}

.wrapper.toggle .sidebar-wrap {
  left: -270px;
}

.wrapper.toggle .page-content {
  padding-left: 0;
}

.show-on-mob {
  display: none;
}

.sidebar li a.Child.Panels .menu-icon::after {
  background-position: -606.5px -17px;
}


.stats-title .tooltip-inner {
  background-color: #05aff2;
  opacity: 1;
  color: #000;
  font-size: 12px;
  max-width: 450px;
  font-weight: 500;
}

.dropdown-toggle .a-icon {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.auth .nav.navbar-nav.navbar-right.navbar-right-block li a.dropdown-toggle {
  background: transparent !important;
}

.auth .nav.navbar-nav.navbar-right.navbar-right-block li a.dropdown-toggle+.dropdown-menu,
.auth .nav.navbar-nav.navbar-right.navbar-right-block li a.dropdown-toggle+.dropdown-menu li a {
  width: auto;
  min-width: auto;
}

.auth .nav.navbar-nav.navbar-right.navbar-right-block li a.dropdown-toggle+.dropdown-menu {
  left: 0;
  right: 0;
  margin: auto;
}

.auth .nav.navbar-nav.navbar-right.navbar-right-block li a.dropdown-toggle+.dropdown-menu li a:hover,
.auth .nav.navbar-nav.navbar-right.navbar-right-block li a.dropdown-toggle+.dropdown-menu li.active a:hover,
.auth .nav.navbar-nav.navbar-right.navbar-right-block li a.dropdown-toggle+.dropdown-menu li.active a {
  background-color: #0c2447;
  color: #fff;
}

#orderform-category+.dropdown #dropdownMenu3,
#orderform-service+.dropdown #order-dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#order-cItem,
#order-sItem {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  transition: ;
  text-align: left;
  font-size: ;
  padding: 6px 12px;
}

#order-cItem,
#order-sItem span {
  color: #0c2447;
  font-size: 16px;
}

#order-services span,
#order-category span {
  color: #0c2447;
  font-size: 18px;
}

#category-drop,
#orders-drop {
  height: 250px;
  overflow-y: auto;
}

.news-label {
  margin-bottom: 5px;
  background-color: #0c2447;
  color: #fff;
  border-radius: 100px;
  padding: 0 8px;
  width: max-content;
}
.what-we-left img {
  padding-top: 50px;
  transform: translateY(5px);
}
.homepage .banner-info {
  background: url('https://i.23robo.info/projects/godsmm/img/theme2-banner-bg.jpg') no-repeat;
  background-size: cover;
  padding-top: 165px;
  margin-top: -140px;
  padding-bottom: 50px;
}
.homepage .top-banner-bx a:last-child {
  text-align: center;
  width: 182px;
  height: 60px;
  border: 1px solid #05AFF2;
  border-radius: 10px;
  line-height: 60px;
  color: #fff !important;
}

@media(max-width: 550px){
  .wrapper.toggle .sidebar-wrap {
    left: 0;
    width: 270px;
  }
}

















@media (max-width:1199px) {
  .wrapper .page-content .navbar-right {
    display: none;
  }

  .wrapper.toggle .page-content .navbar-right {
    display: block;
  }

  .wrapper .page-content {
    padding-left: 0;
  }

  .auth .wrapper #navbar {
    display: flex !important;
    justify-content: flex-end;
  }

  .auth .wrapper.toggle #navbar {
    justify-content: space-between;
  }
}


@media (max-width:991px) {
  .wrapper .page-content .navbar-right {
    display: none;
  }

  .wrapper.toggle .page-content .navbar-right {
    display: block;
  }

  .wrapper .page-content {
    padding-left: 0;
  }

  .auth .wrapper #navbar {
    display: flex !important;
    justify-content: flex-end;
  }

  .auth .wrapper.toggle #navbar {
    justify-content: space-between;
  }
}



@media (max-width:767px) {

  .updateonmobilenews h1 {
    font-size: 14px;
  }

  .page-content {
    padding-left: 0;
  }

  .auth .collapse {
    display: block;
  }

  .auth .navbar-toggle,
  .auth .navbar-right {
    display: none;
  }

  .auth .navbar-left-block {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
  }

  .auth .collapse {
    border: 0 !important;
  }

  .wrapper.toggle .bread {
    display: block;
  }

  .wrapper .bread {
    display: none;
  }

  .wrapper.toggle .inner-page {
    display: block;
  }

  .wrapper .inner-page {
    display: block;
  }

  .auth .wrapper.toggle .navbar-right {
    display: block;
  }

  .auth .wrapper.toggle .navbar-right li {
    display: none;
  }

  .auth .wrapper.toggle .navbar-right li.dropdown {
    display: block;
  }

  .auth .wrapper.toggle #navbar {
    display: flex;
    justify-content: space-between;
  }

  .auth .wrapper.toggle .navbar-right .dropdown-menu li {
    display: block;
  }

  .auth .wrapper.toggle .navbar-right .dropdown-menu {
    position: absolute;
  }

  .auth .wrapper.toggle .navbar-right .dropdown-menu {
    background-color: #05aff2;
  }

  .auth .wrapper.toggle .navbar-right .dropdown-menu li a {
    color: #fff;
  }

  .stats-wrap {
    margin-bottom: 15px;
  }
}


@media (max-width:550px) {
  #top-sec {
    padding-top: 80px;
    padding-bottom: 25px;
  }

  .main-title {
    font-size: 32px;
  }

  .main-title br {
    display: none;
  }

  #top-sec .txt {
    padding-right: 0;
  }

  .txt {
    font-size: 15px;
  }

  .btn-wrap {
    margin-top: 20px;
  }

  .top-sec-img {
    display: none;
  }

  #cheapest {
    padding: 30px 0;
  }

  .panel-wrap::before {
    right: 30px;
    top: -10px;
    width: 36px;
    height: 23px;
    background-size: 36px 23px;
  }

  .title {
    font-size: 28px;
    line-height: 1.3;
  }

  .title br {
    display: none;
  }

  .txt br {
    display: none;
  }

  .row.likes-row {
    margin-top: 20px;
  }

  .likes-wrap {
    padding: 15px 8px;
    margin-bottom: 15px;
  }

  #automate {
    padding: 20px 0;
  }

  .automate-slide {
    width: 90%;
  }

  .slick-arrow {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  .row.member-row {
    margin-top: 15px;
  }

  .member-wrap {
    height: 180px;
  }

  .member-title {
    margin-bottom: 0;
  }

  #best .row {
    display: block;
  }

  .best-img {
    margin-top: 15px;
  }

  #best.best2 {
    padding: 25px 0;
  }

  #panels {
    padding: 30px 0;
  }

  .panel-wrap {
    padding: 20px 15px 20px;
    margin-bottom: 65px;
  }

  .row.panel-row {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .payop {
    width: 90%;
    padding: 15px 12px;
  }

  .payop img {
    display: block;
    margin: 15px auto auto;
  }

  .ftr-top {
    padding: 20px 0;
  }

  .ftr-bottom {
    padding: 10px 0 5px;
  }

  .copy-right {
    font-size: 12px;
  }

  .guest #navbar {
    background-color: #0c2447 !important;
  }

  .guest .navbar-default {
    z-index: 3 !important;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }

  #signup-sec {
    padding: 15px 0;
  }

  #signup-sec .title {
    margin-bottom: 15px;
  }

  .search-wrap #searchService {
    font-size: 15px !important;
    padding-left: 20px;
    height: 45px;
  }

  .search-wrap {
    margin-bottom: 12px;
  }

  #servicefilter {
    font-size: 16px;
  }

  .search-wrap .input-group-btn .btn.btn-default {
    font-size: ;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .search-wrap .input-group-btn {
    right: 39px;
  }

  .table-responsive {
    border: 0;
    margin: 0;
  }

  .cat-tr td {
    text-align: left;
    font-size: 18px;
    padding: 12px !important;
  }

  table thead tr th,
  table tbody tr td {
    padding: 12px !important;
    font-size: 14px;
  }

  .service-description .btn.btn-primary {
    height: 25px;
    line-height: 25px;
    width: max-content;
    padding: 0 15px;
  }

  #signup-sec .accordion .card {
    border-radius: 12px;
    margin-bottom: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #signup-sec .accordion .card .card-head h2 {
    font-size: 14px;
    border-radius: 12px;
    padding: 5px 10px;
  }

  .faq-q {
    display: none;
  }

  #signup-sec .accordion .card .card-body {
    font-size: 14px;
    padding: 15px 15px 25px;
  }

  .contact-box {
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    height: auto;
  }

  .contact-box-img {
    max-width: 80px;
  }

  .contact-title {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .contact-txt {
    font-size: 16px;
  }

  .term-box {
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
  }

  .term-box-title {
    margin-left: 0;
    margin-right: auto;
    font-size: 20px;
    width: max-content;
    min-width: auto;
    padding: 8px 17px;
  }

  .term-txt {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }

  #signup-sec .frm-row {
    display: block;
  }

  .signup-img-wrap {
    display: none;
  }

  #signup-sec .frm-row .form-control {
    height: 45px;
  }

  .auth .collapse {
    display: block;
  }

  .auth .navbar-toggle,
  .auth .navbar-right {
    display: none;
  }

  .auth .navbar-left-block {
    display: flex;
    align-content: center;
    align-items: center;
  }

  .auth .collapse {
    border: 0 !important;
  }

  .wrapper.toggle .bread {
    display: block;
  }

  .wrapper .bread {
    display: none;
  }

  .wrapper.toggle .inner-page {
    display: block;
  }

  .wrapper .inner-page {
    display: none;
  }

  

  .stats-img {
    max-width: 80%;
    right: -20px;
  }

  .stats-wrap {
    padding: 15px 10px;
    border-radius: 12px;
    margin-bottom: 12px;
  }


  .desc-box {
    margin-bottom: 15px;
  }

  .dash-title {
    font-size: 20px;
  }

  .new-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin: 0 10px 0 15px;
  }

  .new-icon::after {
    bottom: -62px;
    width: 1px;
    height: 62px;
    border-left: 2px dashed #ffae00;
  }

  .single-news {
    margin-bottom: 20px;
  }

  .auth textarea.form-control {
    height: 180px;
  }

  .service-description .modal-body {
    white-space: normal;
    word-break: break-word;
  }


  .fund-desc-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }

  .qr-code {
    max-width: 70px;
    margin-bottom: 15px;
  }

  .payment-box-txt span {
    font-size: 20px;
  }

  .payment-box-txt {
    font-size: 14px;
  }

  .sidebar li a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .show-on-mob {
    display: block;
  }

  .guest .navbar-nav li.active a,
  .guest .navbar-nav li.active a:hover,
  .guest .navbar-nav li a:hover,
  .guest .navbar-nav li a:focus,
  .guest .navbar-nav li a:focus-visible {
    background-color: #05aff2;
  }

  .wrapper .inner-page {
    display: block;
  }

  .page-content {
    padding-left: 0;
  }

  .wrapper .toggle-btn {
    margin-left: auto;
  }

  .wrapper.toggle .toggle-btn {
    margin-left: 0;
  }

  .stats-title .tooltip-inner {
    max-width: 300px;
  }

  .homepage .form-sigin .checkbox label {
    color: #05aff2 !important;
  }

  .homepage .what-we-bx {
    padding-bottom: 25px;
  }

  .auth .navbar-static-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .auth .inner-page {
    padding-top: 85px;
  }

  .modal-title {
    white-space: normal;
  }

  .auth .wrapper.toggle .navbar-right {
    display: block;
  }

  .auth .wrapper.toggle .navbar-right li {
    display: none;
  }

  .auth .wrapper.toggle .navbar-right li.dropdown {
    display: block;
  }

  .auth .wrapper.toggle #navbar {
    display: flex;
    justify-content: space-between;
  }

  .auth .wrapper.toggle .navbar-right .dropdown-menu li {
    display: block;
  }

  .auth .wrapper.toggle .navbar-right .dropdown-menu {
    position: absolute;
  }

  .auth .wrapper.toggle .navbar-right .dropdown-menu {
    background-color: #05aff2;
  }

  .auth .wrapper.toggle .navbar-right .dropdown-menu li a {
    color: #fff;
  }

}