@font-face {
  font-family: 'HK Guise';
  src: url('https://i.23robo.info/projects/darkside-panel/fonts/HK Guise Medium.woff2') format('woff2'),
    url('https://i.23robo.info/projects/darkside-panel/fonts/HK Guise Medium.woff') format('woff');
}
body {
  font-family: 'HK Guise', sans-serif;
  background: #01010C;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul{
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
input,
b,
strong,
div {
  font-family: 'HK Guise', sans-serif;
}
.guest .navbar-default {
  background-color: transparent;
  border-color: transparent;
  padding-top: 20px;
}
.guest .navbar-header {
  border-radius: 14px;
  border: 1px solid #15151F;
  background: #0B0B16;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin: auto;
  min-height: 64px;
}
.guest .navbar-center {
  border-radius: 14px;
  border: 1px solid #15151F;
  background: #0B0B16;
  width: 67%;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 64px;
}
.guest .navbar-right {
  border-radius: 14px;
  border: 1px solid #15151F;
  background: #0B0B16;
  padding: 8px;
  min-height: 64px;
}
.guest .navbar-right li .btn.btn-prim {
  border-radius: 12px;
  border: 1px solid #26262F;
  background: #13131D;
  width: 98px;
  height: 48px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  justify-self: center;
}
.guest .navbar-right li .btn.btn-seco {
  width: 98px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #5378FF 0%, #513DFF 100%);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-self: center;
}
.guest .navbar-center li.active a {
	border-radius: 10px;
	background: linear-gradient(180deg, #5378FF 0%, #513DFF 100%);
	color: #fff !important;
	height: 34px;
	display: flex;
	align-items: center;
}
.guest .navbar-center li a {
	color: #797979 !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28px;
	height: 34px;
	display: flex;
	align-items: center;
	gap: 5px;
}
#topsec {
	padding-top: 200px;
	padding-bottom: 100px;
	position: relative;
	background-image: url('https://i.23robo.info/projects/darkside-panel/img/top-bg.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#topsec::before {
  content: '';
  position: absolute;
  height: 642px;
  width: 1074px;
  border-radius: 1187px;
  background: linear-gradient(180deg, rgba(83, 131, 255, 0.70) 0%, rgba(81, 53, 255, 0.49) 100%);
  filter: blur(225px);
  left: 0;
  right: 0;
  margin: auto;
  top: -80px;
}
.main-title {
  color: #FFF;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.step-gradeient {
  max-width: fit-content;
  height: 51px;
  padding: 15px;
  border-radius: 14px;
  border: 1px solid #1F1F1F;
  background-color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-image: url('https://i.23robo.info/projects/darkside-panel/img/st-shades.webp');
  background-repeat: no-repeat;
  background-position: top;
}
.step-gradeient span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  background: linear-gradient(90deg, #FFF 0%, #7A7D88 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt-white {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  width: 95%;
}
.txt {
  color: #84889A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.btn.btn-primary {
  min-width: 155px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, #5378FF 0%, #513DFF 100%);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}
.btn.btn-secondary {
  min-width: 155px;
  height: 44px;
  border-radius: 12px;
  background: #0B0B16;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}
#topsec .btn.btn-secondary {
  margin-left: 5px;
}
.top-btn-flex {
  padding-top: 25px;
  padding-bottom: 30px;
}
.top-imgs-flex {
  display: flex;
  align-items: center;
  gap: 5px;
}
.st-title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.st-title span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.step-well {
  border-radius: 0 0 18px 18px;
  /* border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: -7px 4px 44.5px 0px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(13.149999618530273px); */
  padding: 30px;
  position: relative;
  border-top: none;
}
.top-border {
  position: relative;
  /* border-radius: 18px 18px 0px 0px; */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.11); */
  /* background: rgba(255, 255, 255, 0.07); 
  /* backdrop-filter: blur(13.149999618530273px);*/
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-image: url('https://i.23robo.info/projects/darkside-panel/img/frm-top-shde.webp');
  border: none;
  background-repeat: no-repeat;
}
.top-border {
  position: relative;
  border-radius: 18px 18px 0px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(13.149999618530273px);
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.top-border .dots {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 100%;
}
.dots-flex {
  display: flex;
  align-items: center;
  gap: 4px;
}
.frm-wrapper {
	width: 489px;
	margin: auto;
	background-image: url('https://i.23robo.info/projects/darkside-panel/img/bg-tops.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
    border-radius: 18px;
}
.frm-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.or-wrapper {
  display: block;
  text-align: center;
  color: #F5F5F8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.or-wrap {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #888EA4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  padding: 0 35px;
}
.or-wrapper::after {
  content: '';
  background: rgba(255, 255, 255, 0.10);
  width: 164.5px;
  height: 1px;
  position: absolute;
  left: 25px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.or-wrapper::before {
  content: '';
  background: rgba(255, 255, 255, 0.10);
  width: 164.5px;
  height: 1px;
  position: absolute;
  left: unset;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.control-label {
  color: #888EA4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
}
.form-control {
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: #090A25 !important;
  box-shadow: none !important;
  min-height: 50px;
  padding: 12px 12px;
  color: #fff;
  box-shadow: none;
}
.reme-form .checkbox label {
  color: #888EA4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reme-form .forgot-password {
  color: #888EA4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-well .btn.btn-primary {
  width: 100%;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}
#why-choose {
  padding-top: 50px;
}
#why-choose .step-gradeient {
  margin: auto;
  margin-bottom: 30px;
}
.title {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.36px;
}
.step-card {
  border-radius: 30px;
  border: 1px solid #15151F;
  background: #0B0B16;
  padding: 30px;
  margin-top: 20px;
}
.step-card svg {
  margin-top: 10px;
  margin-bottom: 15px;
}
.step-card h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step-card p {
  color: #84889A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
}
.step-card a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
#feature-sec {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.step-feature-box {
	border-radius: 24px;
	background: #0B0B16;
	padding: 30px;
	position: relative;
	overflow: hidden;
	background-image: url('https://i.23robo.info/projects/darkside-panel/img/featr-boxshde.webp');
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #15151F;
}
.step-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.44px;
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 10px 0;
}
#feature-sec .btn.btn-primary {
  margin-top: 10px;
}
#feature-sec img {
  margin-bottom: -86px;
}
#feature-sec .panel-heading {
  border-radius: 14px;
  /* border: 1px solid #15151F; */
  background: #0B0B16;
  padding: 0;
}
#feature-sec .panel {
  margin-bottom: 15px;
  border-radius: 14px;
  border: 1px solid #15151F;
  background: #0B0B16;
  padding: 10px;
}
#feature-sec .panel-title a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}
#feature-sec .panel-body {
  border: none;
  color: #84889A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
}
#feature-sec .panel-heading:hover {
  background: linear-gradient(180deg, #5378FF 0%, #513DFF 100%);
}
.step-payments {
  border-radius: 25px;
  border: 1px solid #15151F;
  background: #0B0B16;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.step-payments img {
  position: absolute;
  right: -16px;
  top: -40px;
}
.stp-pay {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#feature-sec::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/darkside-panel/img/left-bg.webp');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: -140px;
  background-position: left;
  top: -100px;
}
#feature-sec::after {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/darkside-panel/img/right-bg.webp');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: -140px;
  background-position: right;
  bottom: -136px;
  z-index: -1;
}
#get-traffic .step-gradeient {
  margin: auto;
  margin-bottom: 30px;
}
#get-traffic {
  position: relative;
  background-image: url('https://i.23robo.info/projects/darkside-panel/img/top-bg.webp');
  background-repeat: no-repeat;
  background-position: bottom;
}
#get-traffic .hero-brd {
  position: relative;
}
#get-traffic .hero-brd::before {
  content: '';
  display: block;
  visibility: visible;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 250px;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90deg, rgba(1, 1, 12, 0.00) 0%, #FFF 50%, #01010C 100%);
  transform: translateY(200px);
  opacity: 0.4;
}
.tb-rows {
	border-radius: 14px !important;
}
#resetpass-sec {
	padding: 50px 0;
}
.step-crd {
  margin-top: 80px;
  /* background: #01010C; */
  overflow: hidden;
  position: relative;
  padding: 30px;
  transition: 0.3s all linear;
}
.step-crd::before {
  content: '';
  position: absolute;
  content: '';
  display: block;
  visibility: visible;
  height: 100%;
  width: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url('https://i.23robo.info/projects/darkside-panel/img/brds.webp');
  background-repeat: no-repeat;
}
.step-crd::after {
  content: '';
  position: absolute;
  content: '';
  display: block;
  visibility: visible;
  height: 100%;
  width: 1px;
  bottom: 0;
  right: 0;
  left: unset;
  background-image: url('https://i.23robo.info/projects/darkside-panel/img/brds.webp');
  background-repeat: no-repeat;
}
.step-crd:hover {
  background: linear-gradient(180deg, rgba(83, 131, 255, 0.00) 0%, rgba(81, 53, 255, 0.08) 100%);
}
.step-crd h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 10px;
}
.step-crd p {
  color: #84889A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#get-traffic  .col-sm-4 {
  padding: 0;
}
#get-traffic  .row.step-row-imgs {
  padding-top: 40px;
}
#get-started .step-get img {
  margin: auto;
  margin-bottom: 20px;
}
#get-started .step-get .btn.btn-primary {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 155px;
  margin-top: 20px;
}
#get-started {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
#get-started::before {
  content: '';
  position: absolute;
  width: 698px;
  height: 385px;
  flex-shrink: 0;
  border-radius: 698px;
  background: linear-gradient(180deg, #5383FF 0%, rgba(81, 53, 255, 0.70) 100%);
  filter: blur(150px);
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -280px;
  opacity: 0.8;
}
.left-side ul {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.txt-footer {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
.txt-footer span {
  color: #84889A;
}
.right-side ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.right-side ul li a {
  color: #84889A;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  text-decoration: none;
  width: max-content;
  height: 36px;
  font-size: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-self: center;
}
.right-side ul li a:hover {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: #01010C;
  color: #fff;
}
#footer-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.right-side .txt-footer {
  width: 100%;
  padding-top: 0;
}
#footer-wrapper {
  background-image: url('https://i.23robo.info/projects/darkside-panel/img/footer-bg.webp');
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}
#services-sec #service-table img {
  width: 100%;
}
.well {
  border-radius: 15px;
  border: 1px solid #15151F;
  background: #0B0B16;
  padding: 25px;
}
#service-table thead tr th {
  background: #13131D;
  padding: 15px;
  border: none !important;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  vertical-align: middle;
}
#service-table tbody tr td {
  border: none !important;
  background: #01010c;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  padding: 15px;
  vertical-align: middle;
}
#service-table {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.search .btn.btn-default {
  background: transparent;
  border: none;
  color: #fff;
  right: 40px;
}
#service-table .search .form-control {
  width: 247px !important;
}
#service-table .btn.btn-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	height: 34px;
	font-size: 14px;
}
.guest #service-sec .well h4 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#service-sec .modal-body img {
	width: 100%;
}
.service-name {
  width: 100%;
}
#api-sec {
    padding-top: 50px;
	padding-bottom: 50px;
}
#service-table .modal-content {
  background: #0B0B16;
  border: 1px solid #15151F;
}
#service-table .modal-header {
  display: flex;
  align-items: center !important;
}
#service-table .modal-header .close {
  margin-left: auto;
  color: #fff !important;
  opacity: 5;
}
.table tbody tr td {
  background: #101020;
  border: 1px solid #3E4768;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
}
.m-b-md {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.36px;
}
.m-t-md {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.36px;
}
.table thead tr th {
  border: 1px solid #3E4768 !important;
  background: #101020;
  vertical-align: middle;
  color: #fff;
}
#api-sec p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.36px;
}
pre {
  border: 1px solid #3E4768;
  background: #101020;
  color: #fff;
}
.checkbox label {
  color: #fff;
}
.pull-right-middle {
  color: #fff;
}
.checkbox label a {
  color: #84889A;
}
.pull-right-middle a {
  color: #84889A;
}
#dripfeed {
  color: #fff;
}
.help-block {
  color: #84889A;
}
.auth .btn.btn-primary {
  justify-content: center;
}
.auth .navbar-default {
  background-color: #0B0B16;
  border-color: #15151F;
  padding: 10px;
}
.auth .navbar-left-block li.active a {
  border-radius: 10px;
  background: linear-gradient(180deg, #5378FF 0%, #513DFF 100%);
  color: #fff !important;
}
.auth .navbar-left-block li a {
  color: #797979;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  padding: 12px 12px;
}
.badge {
  background: transparent;
}
#addfunds-sec .panel-body {
  background: transparent;
  border: none;
}
.table {
  margin-bottom: 0;
  border: none;
}
#order-sec .nav-pills li a {
  border-radius: 12px;
  border: 1px solid #26262F;
  background: #13131D;
  color: #fff;
}
.nav-pills li.active a {
  background: linear-gradient(180deg, #5378FF 0%, #513DFF 100%);
  border: none;
}
#order-sec .table thead tr th {
  border: none !important;
  padding: 15px;
}
#order-sec tbody tr td {
  border: none;
  background: #01010c;
  white-space: nowrap;
  padding: 15px;
}
.table {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.files-label {
  color: #fff;
}
#account-sec p {
  color: #fff;
}
.auth .navbar-right-block li.active a {
  background: linear-gradient(180deg, #5378FF 0%, #513DFF 100%);
  border-radius: 12px;
  color: #fff;
}
.auth .navbar-default .dropdown-toggle {
  background: #13131D !important;
  border-radius: 12px;
  margin-right: 5px;
}
#signup-sec .btn.btn-primary {
  justify-content: center;
}
#resetpass-sec form h3 {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.36px;
  text-align: center;
}
#service-table thead tr th:first-child {
  border-radius: 14px 0 0 14px;
}
#service-table thead tr th:last-child {
  border-radius: 0 14px 14px 0;
}
.tb-rows {
  border-radius: 14px;
}
#service-table tbody tr td:first-child {
  border-radius: 14px 0 0 14px;
}
#service-table tbody tr td:last-child {
  border-radius: 0 14px 14px 0;
}
#order-sec .table thead tr th:first-child {
  border-radius: 14px 0 0 14px;
}
#order-sec .table thead tr th:last-child {
  border-radius: 0 14px 14px 0;
}
#order-sec .table tbody tr td:first-child {
  border-radius: 14px 0 0 14px;
}
#order-sec .table tbody tr td:last-child {
  border-radius: 0 14px 14px 0;
}
.updates-sec .btn.btn-primary {
  margin-right: 5px;
}
.guest #navbar {
  border: none !important;
}
.guest #navbar {
  border: none !important;
  box-shadow: none;
}
.search-wrap {
	width: 71%;
	margin-left: 10px !important;
}
.order-id-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.order-id-wrap .btn-custom {
	width: 20px !important;
    min-width: 20px !important;
	height: 20px !important;
	padding: 0 !important;
	text-align: center !important;
	display: inline-flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
	font-size: 11px !important;
	border-radius: 4px !important;
}
#api-sec .m-b-md {
	text-align: center;
}
.well-form-wraps h6 {
	color: #FFF;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 106.445%;
}
.well-form-wraps .step-txt {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 20px;
}
#frm-sec {
	padding: 50px 0;
}
.spra {
	color: #FFF;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 106.445%;
}
.form-right .step-txt {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 20px;
}
.form-right {
	border-radius: 15px;
	background: #0B0B16;
	padding: 25px 25px 50px;
	border: 1px solid #15151F;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.form-right::before {
	content: '';
	position: absolute;
	width: 663.892px;
	height: 385px;
	border-radius: 663.892px;
	background: linear-gradient(180deg, #5383FF 0%, rgba(81, 53, 255, 0.70) 100%);
	filter: blur(150px);
	left: 0;
	right: 0;
	margin: auto;
	bottom: -50px;
	z-index: -1;
}
.guest #service-sec {
	padding-top: 50px;
	padding-bottom: 50px;
}
.guest .navbar-brand img {
	max-width: 110px;
}
.guest .navbar-center li a:hover {
	border-radius: 12px;
	background: linear-gradient(180deg, #5378FF 0%, #513DFF 100%);
	color: #fff !important;
	height: 34px;
	display: flex;
	align-items: center;
}
.login-with-google {
	position: relative;
	width: 100%;
	height: 48px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 14px;
	background: #090A25;
	border: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	margin: auto;
	margin-bottom: 20px;
}
.login-g-svg {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	gap: 5px;
}
.google-btn {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 55px;
	width: 100%;
	overflow: hidden;
	opacity: 0;
}

@media screen and (max-width: 1199px) {
  .guest .navbar-center {
    width: 60%;
  }
  .frm-wrapper {
    width: 100%;
    margin: auto;
  }
  .main-title {
    font-size: 37px;
  }
  #get-traffic .hero-brd::before {
    top: 43%;
  }
}
@media screen and (max-width: 991px) {
  .guest .navbar-center {
    width: 48%;
  }
  #get-traffic .hero-brd::before {
    top: 50%;
  }
  .right-side ul {
    gap: 0;
  }
  #get-traffic .hero-brd::before {
    top: 350px;
    transform: translateY(150px);
  }
  #order-sec .nav.nav-pills {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
  }
  #order-sec .search {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .guest .navbar-header {
    display: block;
  }
  .guest .navbar-header {
    min-height: auto;
  }
  .guest .navbar-center {
    margin-left: 0;
    margin-bottom: 0;
    display: block;
    min-height: auto;
    width: 100%;
    border-bottom: none;
    border-radius: 14px 14px 0 0;
    padding: 8px;
  }
  .guest .navbar-right {
    border-radius: 0 0 14px 14px;
    min-height: auto;
    display: flex;
    align-items: center;
    margin: 0;
    border-top: none;
  }
  .frm-wrapper {
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 18px;
    border-bottom: none;
  }
  #topsec {
    padding-top: 150px;
  }
  br {
    display: none;
  }
  .title {
    font-size: 32px;
  }
  .step-feature-box {
    margin-bottom: 20px;
  }
  .step-payments img {
    position: relative;
    right: -31px;
    bottom: 0;
  }
  .step-crd {
    margin-top: 0;
  }
  #get-traffic .hero-brd::before {
    top: 0;
    transform: translateY(0);
  }
  #order-sec .nav-pills li a {
    margin-bottom: 8px;
  }
  .table-responsive {
    border: none;
  }
}
@media screen and (max-width: 575px) {
  #topsec {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .step-gradeient span {
    font-size: 16px;
  }
  .main-title {
    font-size: 28px;
  }
  .top-imgs-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .step-well {
    padding: 15px;
  }
  .or-wrapper::before {
    width: 119.5px;
    right: 14px;
  }
  .or-wrapper::after {
    width: 119.5px;
    left: 14px;
  }
  .or-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #why-choose {
    padding-top: 20px;
  }
  .title {
    font-size: 26px;
  }
  .step-card {
    border-radius: 15px;
    padding: 15px;
  }
  .step-card h2 {
    font-size: 20px;
  }
  #feature-sec {
    padding: 20px 0;
  }
  .step-feature-box {
    border-radius: 15px;
    padding: 15px;
  }
  .step-title {
    font-size: 26px;
  }
  #feature-sec .panel-title a {
    font-size: 16px;
  }
  #feature-sec .panel {
    padding: 8px;
  }
  #feature-sec img {
    margin-bottom: -35px;
    top: 0;
  }
  .step-payments {
    border-radius: 15px;
    padding: 15px;
    margin-top: 0;
  }
  .stp-pay {
    font-size: 20px;
  }
  .step-crd {
    padding: 15px;
  }
  #get-started {
    padding-bottom: 50px;
  }
  #footer-wrapper {
    padding-top: 30px;
  }
  #topsec .radio, #topsec .checkbox {
    margin-top: 0;
    margin-bottom: 4px;
  }
  .search {
    width: 100%;
    margin-top: 10px;
  }
  .form-control {
    min-height: 45px;
  }
  .guest #service-sec {
	padding-top: 0;
	padding-bottom: 0;
}
.well-form-wraps h6 {
	font-size: 25px;
}
.well {
	padding: 15px;
}
.spra {
	font-size: 25px;
}
.form-right {
	padding: 15px 15px 30px;
}
#frm-sec {
	padding: 0;
	padding-bottom: 30px;
}
#api-sec {
	padding-top: 0;
	padding-bottom: 30px;
}
.m-b-md {
	font-size: 26px;
}
}