@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
  font-family: 'Twitter Chirp';
  src: url('https://demo.sudikshya.com/fonts-chirp/chirp-extended-heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('https://demo.sudikshya.com/fonts-chirp/Chirp-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('https://demo.sudikshya.com/fonts-chirp/Chirp-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #101010;
  scrollbar-color: rgb(62, 65, 68) rgb(22, 24, 28);
  font-family: 'Inter', sans-serif;
  color: #e7e9ea;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Twitter Chirp", sans-serif;
  font-weight: bold;
  word-spacing: 2px;
}
.form-control {
  background: transparent !important;
  border: 1px solid #ffffff30 !important;
  padding: 15px;
  color: #fff !important;
}
.form-control::placeholder {
  color: #e7e9ea;
}
.form-control:is(:-webkit-autofill, :autofill) {
  background: transparent !important;
}
.form-group {
  margin-bottom: 10px;
}
a.btn.btn-primary, button.btn.btn-primary {
  border-radius: 30px;
  padding: 10px;
  font-weight: 500;
  width: 100%;
  color: #000;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
  background: #A0B2C6;
}
.guestwrap {
  display: flex;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  /*align-items: center;
  justify-content: center;*/
}
svg.x-logo {
  fill: #fff;
  width: 100%;
}

.topCont h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
}
.topCont h3 {
  color: #e7e9ea;
  font-size: 30px;
  margin-top: 50px;
}
.topBtnssignin {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
button.btn-primary-white {
  background: #ffffff;
  border-radius: 30px;
  padding: 8px;
  color: #000;
  font-weight: 400;
  border: 2px solid #fff;
}
.googlebtn {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #fff;
}
.topBtnssignin button img {
  max-width: 20px;
}
.topBtnssignin button {
  display: flex;
  align-items: center;
  padding-right: 15px !important;
  justify-content: center;
  gap: 10px;
}
.googleBtnwrap {
  background: #fff;
  padding: 10px;
  border-radius: 30px;
  display: flex;
  padding-right: 15px;
  color: #000;
  font-weight: 400;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.googleBtnwrap img {
  max-width: 20px;
}
.form-group.googlebtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
}
.signinOpts {
  display: block;
  margin-top: 30px;
}

.dividerOr:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #ffffff20;
}

.dividerOr:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #ffffff20;
}
.dividerOr {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  gap: 10px;
}
.topBtnssignin small {
  color: #ffffff99;
  font-size: 11px;
  font-weight: 500;
}

.modal {
  z-index: 20000;
}

.modal-backdrop.show {
  background: #00000050;
  backdrop-filter: blur(100px);
  opacity: 0.8;
}
.modal-content {
  background: #000;
  color: #fff;
  border: 1px solid #ffffff30;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.modal-header button.btn-close {
  color: #fff;
  opacity: 1;
  line-height: 1;
}
.modal-header {
  border-bottom: 1px solid #ffffff30;
}
.modal-header svg {
  fill: #fff;
  max-width: 30px;
}
.modal-body h4 i {
  color: #A0B2C6;
}
.modal-body h4 {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.loginformWrapper {
  max-width: 500px;
  margin: 30px auto;
  padding: 20px;
}
.form-switch.switch-lg .form-check-input {
  width: 40px;
  height: 22px;
  margin-right: 8px;
}
.form-check.form-switch.switch-lg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.extraOpts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 15px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  z-index: 1;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}

@media (max-width: 767px) {
  img.moblog {
    max-width: 50px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .guestwrap {
    align-items: self-start;
    padding: 20px;
    justify-content: flex-start;
    padding-top: 100px;
    overflow: auto;
  }
  .topCont h1 {
    font-size: 40px;
  }
  .topBtnssignin {
    max-width: 100%;
  }
}
img.modal-logo {
  max-width: 150px;
  margin: 5px;
}

.sticky-pills {
  position: sticky;
  top: 15px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #ffffff30;
}
.sticky-pills a {
  color: #ffffff99;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  padding: 12px 15px;
  border-radius: 10px !important;
}
.sticky-pills a:hover {
  color: #ffffff;
}
.termstab b, .termstab strong {
  color: #fff;
}
.termstab {
  color: #ffffff99;
}
.termstab h3, .termstab h2, .termstab h1, .termstab h4, .termstab h5, .termstab h6 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}
section.sechead h1 {
  font-weight: 900;
}
.sticky-pills img {
  max-width: 30px;
  margin: 5px auto 15px auto;
}
section.sechead a i {
  color: #A0B2C6;
}
section.sechead a {
  background: #fff;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #101010;
  width: 300px;
  z-index: 1;
  border-right: 1px solid #ffffff30;
  transform: translateX(0px);
  transition: all 250ms ease;
}
ul.sidebarul li a i {
  font-size: 17px;
  width: 35px;
}
ul.sidebarul li a {
  display: flex;
  padding: 12px;
  padding-right: 18px;
  justify-content: flex-start;
  align-items: center;
  margin: 5px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
/*ul.sidebarul li a:hover {
background: #ffffff10;
}*/
ul.sidebarul li a::after {
  content: "";
  position: absolute;
  background: #ffffff50;
  border-radius: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  transition: transform 250ms ease, opacity 250ms ease;
  pointer-events: none;
  filter: blur(100px);
}
ul.sidebarul li a:hover::after {
  transform: scale(4);
  opacity: 1;
}
ul.sidebarul li a.active::after {
  transform: scale(4);
  opacity: 1;
}
ul.sidebarul {
  margin: 0;
  padding: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.userwrap, nav.usernav {
  margin-left: 300px;
  transition: all 250ms ease;
}
.userwrap {
  padding: 10px;
}
nav.usernav {
  background: #00000020;
  border-bottom: 1px solid #ffffff30;
  position: sticky;
  top: 0;
  z-index: 1;
  margin-bottom: 20px;
  backdrop-filter: blur(16px);
  transition: all 250ms ease;
}
nav.usernav a.navbar-brand img {
  max-width: 150px;
}
.panel-body {
  background: transparent;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #ffffff30;
}

.profilebar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px;
}
.profilebar span {
  font-size: 12px;
}
.profilebar b {
  display: block;
  font-size: 16px;
}
.profilebar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px;
}
.maininitialppnav {
  height: 50px;
  width: 50px;
  background: #A0B2C6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  color: #000;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
}
.profilebar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px;
  gap: 10px;
  margin-bottom: 0;
  border: 1px solid #ffffff30;
  padding: 10px;
  border-radius: 10px;
}
i.caretmenuitem {
  margin-left: auto;
  width: auto !important;
}
.dropdown-menu {
  background: #000;
  color: #fff;
  border-color: #ffffff30;
}
.select2-results__option {
  position: relative;
  overflow: hidden;
}
.select2-results__option::after {
  content: "";
  position: absolute;
  background: #ffffff50;
  border-radius: 0;
  height: 100%;
  width: 0%;
  transition: transform 500ms ease, opacity 500ms ease, all 500ms ease;
  pointer-events: none;
  filter: blur(100px);
}
.select2-results__option:hover::after {
  width: 100%;
  opacity: 1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]::after {
  width: 100%;
  opacity: 1;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #A0B2C6 !important;
  color: #fff;
}
.select2-results__option a {
  color: #ffffff99 !important;
  padding: 8px !important;
  border-bottom: 1px solid #ffffff30;
  font-size: 15px;
}
.select2-results__option.active a {
  color: #000 !important;
}
span.select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
  background: #fff;
  color: #000;
}
small.help-block.min-max {
  background: #A0B2C6;
  color: #000;
  font-weight: 900;
  padding: 2px 10px;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin: 10px 0;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
}

.filterservscard {
  position: sticky;
  top: 97px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ffffff30;
}

.hamburger .line{
  width: 30px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
/* SIX */
#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -2px;
}
#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}
#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}
span.line.lines2 {
  width: 20px;
}
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-5px) translateX(0px) rotate(90deg);
  -ms-transform: translateY(-5px) translateX(0px) rotate(90deg);
  -o-transform: translateY(-5px) translateX(0px) rotate(90deg);
  transform: translateY(-5px) translateX(0px) rotate(90deg);
}
div.hamburger {
  display: none;
}
@media(max-width: 1200px) {
  .sidebar {
    transform: translateX(-300px);
    background: #00000020;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px); /* for iOS Safari */
  }
  .userwrap, nav.usernav {
    margin-left: 0;
  }
  .sidebar.sideopened {
    transform: translateX(0);
  }
  div.hamburger {
    display: block;
  }
}

.filterservscard label.form-check-label i {
  background: #A0B2C6;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #000;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
}
.filterservscard .form-check.form-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
  flex-direction: row-reverse;
  padding-left: 0;
  border-bottom: 1px solid #ffffff30;
}
.form-group.searchbarserv .form-control::placeholder {
  color: #000;
  font-weight: 600;
}
.form-group.searchbarserv .form-control {
  background: #fff !important;
  color: #000 !important;
  font-weight: 600;
}
table.table thead tr th {
  background: #fff;
  color: #000;
  padding: 15px;
}
table.table tbody tr.carretr {
  background: #A0B2C6;
}
table.table tbody tr td {
  background: #ffffff10;
  color: #fff;
  vertical-align: middle;
}
.servbtn {
  max-width: 200px;
}

div#loading-overlay {
  background: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed !important;
  height: -webkit-fill-available !important;
  width: 100%;
  padding: 20px !important;
  flex-direction: column !important;
  gap: 40px;
}
div#loading-overlay .spinner-border.text-primary {
  height: 100px;
  width: 100px;
}

div#loading-overlay h2#loading-text small {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff99;
}
div#loading-overlay h2#loading-text {
  margin: 0;
  font-size: 20px;
}
div#loading-overlay h2#loading-text b {
  color: #A0B2C6;
}

th.service-description__th {
  white-space: nowrap;
}
td.service-description a, td.service-description button {
  flex: 1;
}
.servbtnsact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  white-space: nowrap;
}
td.service-description button.servbtn {
  background: #fff;
  padding: 5px;
  border: 0;
  border-radius: 25px;
  font-weight: 600;
  font-size: 12px;
}
td.service-description a.servbuybtn {
  background: #A0B2C6;
  color: #fff;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
}

table.table-rounded tr td:first-child, table.table-rounded tr th:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
table.table-rounded tr td:last-child, table.table-rounded tr th:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

tr.spacer {
  height: 10px;
}
.servlinktw {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ordtag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 5px;
}
a.refundbtnstat {
  background: #A0B2C6;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  text-decoration: none;
}
.btn-group a {
  background: #dc3545;
  color: #fff;
  font-size: 12px;
  padding: 1px 10px 1px 4px;
  border-radius: 20px;
  text-decoration: none;
}
.cnabox span {
  width: 90px;
  display: inline-block;
  color: #ffffff99;
}
.cnabox {
  font-size: 12px;
}


a.spedUpbtn.speedupreq {
  background: #fff;
  padding: 5px;
  color: #000;
  text-decoration: none;
  border-radius: 15px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
}
a.spedUpbtn.refillreq {
  background: #168723;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 15px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
}
td.quantdstu strong {
  display: block;
  line-height: 1;
}

span.orddetbox b {
  font-size: 14px;
  color: #fff;
}
span.orddetbox {
  font-size: 12px;
  color: #ffffff99;
}

.nav-pills.pills-newto li {
  width: 100%;
}
.nav-pills.pills-newto li button {
  flex: 1;
  width: 100%;
  display: block;
  color: #ffffff99;
  background: #ffffff10;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.nav-pills.pills-newto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  gap: 8px;
  border: 1px solid #ffffff30;
}
.card {
  background: #ffffff10;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.form-select {
  background: #1f1f1f !important;
  border: 1px solid #ffffff30 !important;
  padding: 15px;
  color: #fff !important;
  font-size: 14px;
}
.form-control {
  background: #1f1f1f !important;
  border: 1px solid #ffffff30 !important;
  padding: 15px;
  color: #fff !important;
}
.files-wrapper span {
  color: #fff;
}

.srcBar .btn.btn-secondary {
  background: #A0B2C6;
  border: 1px solid #A0B2C6;
  width: 50px;
}

.orderNav ul.nav-fill .nav-item .nav-link:hover {
  background: #ffffff20;
}
.orderNav ul.nav-fill .nav-item.active .nav-link {
  background: #A0B2C6;
  color: #000;
  font-weight: 600;
}
.orderNav ul.nav-fill {
  gap: 10px;
}
.orderNav ul.nav-fill form {
  margin: 0;
}
.orderNav ul.nav-fill .nav-item .nav-link {
  background: #ffffff10;
  color: #fff;
  border-radius: 30px;
  padding: 14px;
}
.orderNav {
  background: #ffffff10;
  padding: 10px;
  border-radius: 13px;
  margin-bottom: 20px;
}
form#history-search input, form#history-search button {
  border: 0 !important;
  border-bottom: 1px solid #ffffff20 !important;
  border-radius: 0;
  color: #fff;
}

ul.footerOutside li a {
  color: #efefef;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
}
ul.footerOutside {
  padding: 0;
  display: flex;
  column-gap: 30px;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  flex-wrap: wrap;
}

.dropdown.ppdropdown a:after {
  display: none;
}
.dropdown.ppdropdown a .maininitialppnav {
  height: 45px;
  width: 45px;
  border-radius: 35px;
  color: #000;
}
.dropdown.ppdropdown {
  margin-left: auto;
  margin-right: 15px;
}
ul.profdd.dropdown-menu {
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}
ul.profdd.dropdown-menu .profficard small {
  color: #ffffff99;
  font-size: 14px;
}
ul.profdd.dropdown-menu .profficard p {
  margin: 0;
}
ul.profdd.dropdown-menu .profficard {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff20;
}
.dropdown.ppdropdown a {
  color: #fff;
  font-size: 14px;
}
ul.profdd.dropdown-menu a {
  background: #000;
}
span.menuvdivider {
  height: 1px;
  background: #ffffff20;
  display: block;
  margin: 5px 0;
}

.goog-te-gadget-simple span {
  color: #fff;
}
.goog-te-gadget-simple img {
  display: none;
}
.goog-te-gadget-simple {
  background: #ffffff10 !important;
  border: 0 !important;
  padding: 6px !important;
  border-radius: 8px;
}
.goog-te-gadget-simple > span a {
  display: flex;
  gap: 10px;
}
.skiptranslate iframe {
  display: none;
}
a.navbar-brand {
  margin-right: 0;
}

.actionsidebr {
  display: flex;
  margin: 10px 25px 0;
  gap: 10px;
}
button.currenBtn {
  border: 0;
  height: 32px;
  width: 100%;
  border-radius: 8px;
  background: #ffffff10;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.Canceledrefbadge {
  background: red;
}
.Partialrefbadge {
  background: #cb8300;
}
.amountRefun {
  background: #ffffff10;
  padding: 8px;
  border-radius: 6px;
}
button.btn.btn-primary.btn-danger {
  background: #dc3545;
  color: #fff;
}

.btn.btn-primary, small.help-block.min-max, .maininitialppnav {
  position: relative;
  overflow: hidden;
}
.btn.btn-primary:after, small.help-block.min-max:after, .maininitialppnav:after {
  content: '';
  position: absolute;
  top: -25%;
  right: -50%;
  bottom: -50%;
  left: -100%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  animation: 2s infinite forwards sheen;
  filter: blur(20px);
}
@keyframes sheen {
  100% {
    transform: rotateZ(70deg) translate(10em, -100em)
  }
}
ul.currencieslist li a {
  display: flex;
  background: #ffffff10;
  color: #fff;
  text-decoration: none;
  padding: 8px;
  border-radius: 10px;
}
ul.currencieslist {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 8px;
  margin: 0;
}

.paymentInfo {
  display: flex;
  flex-direction: column;
}
.paymentInfo b {
  background: #A0B2C6;
  align-self: flex-start;
  padding: 2px 10px;
  display: flex;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #000;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
}
.methamnt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.methamnt span.amountBad {
  color: #a0b2c6;
  font-size: 22px;
  font-weight: 700;
}

nav.guestnav {
  background: #00000020;
  border-bottom: 1px solid #ffffff30;
  position: sticky;
  top: 0;
  z-index: 1;
  margin-bottom: 20px;
  backdrop-filter: blur(16px);
  transition: all 250ms ease;
}
nav.guestnav .navbar-nav .show > .nav-link, nav.guestnav .navbar-nav .nav-link.active {
  background: #a0b2c6;
  color: #000;
  font-weight: 600;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
}
nav.guestnav .nav-link {
  color: #ffffff;
  border-radius: 6px;
}

@media (max-width: 992px) {
  .guestnav button.navbar-toggler {
    background: #a0b2c6;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 40px;
    border: 1px solid #ffffff10;
    box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
    flex-direction: column;
    gap: 5px;
  }
  span.toggel-icon.icontw {
    width: 15px;
    background: #00000099;
  }
  span.toggel-icon {
    background: #000;
    height: 3px;
    width: 25px;
    border-radius: 10px;
  }
  div#navbar {
    padding: 5px 15px;
  }
}
section.sechead {
  margin-top: -20px;
}



.linesanim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: -webkit-fill-available;
  margin: auto;
  width: 90vw;
  pointer-events: none;
  z-index: -1;
}
.linesan {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.linesan::after {
  content: '';
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #bcc7d3 75%, #a0b2c6 100%);
  animation: drop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.linesan:nth-child(1) {
  margin-left: -50%;
}
.linesan:nth-child(1)::after {
  animation-delay: 2s;
}
.linesan:nth-child(2) {
  margin-left: -25%;
}
.linesan:nth-child(2)::after {
  animation-delay: 5.3s;
}
.linesan:nth-child(3) {
  margin-left: 25%;
}
.linesan:nth-child(3)::after {
  animation-delay: 2.7s;
}
.linesan:nth-child(4) {
  margin-left: 50%;
}
.linesan:nth-child(4)::after {
  animation-delay: 4.2s;
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}


.btn-Grp {
  display: flex;
  gap: 10px;
}
.btn-Grp a.btn.btn-primary {
  background: transparent;
  color: #a0b2c6;
  backdrop-filter: blur(25px);
}

.nav-pills .nav-link.active {
  color: #000;
  font-weight: 600;
}
.descSsserv {
  background: #ffffff10;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ffffff20;
  margin-bottom: 10px;
  margin-top: -5px;
}
div#order-notes {
  border-left: 3px solid #fff;
  padding: 10px;
  background: #ffffff10;
}

a.businesTerms {
  background: #A0B2C6;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, 0px 0px 15px 0px #a0b2c670;
  color: #000 !important;
  font-weight: 700;
}

.wrapfiltservgrd h5 {
  margin: 0 !important;
  font-size: 18px !important;
}
.wrapfiltservgrd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapfiltservgrd button {
  width: fit-content !important;
  padding: 5px 15px !important;
}
nav.usernav {
  z-index: 100;
}
a.spedUpbtn.speedupreq {
  display: inline-flex;
  white-space: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}
table.table thead tr th {
  white-space: nowrap;
}

.guestwrap {
  display: flex;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  flex-direction: column;
  padding-top: 150px;
}