* {
  padding:0;
  margin:0;
}
@keyframes redtxt {
  from {
    background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  to {
    background: linear-gradient(90deg, #EC1B5B 0%, #F43837 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes welcomerotate {
  from {
    transform: translateY(-50%) rotateY(0deg);
  }
  to {
    transform: translateY(-50%) rotateY(360deg);
  }
}
@keyframes dots {
  0% {
    background-position:
      0 0,
      4px 4px;
  }
  100% {
    background-position:
      8px 0,
      12px 4px;
  }
}
@keyframes flash {
  100% {
    transform: rotateZ(70deg) translate(10em, -100em)
  }
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
body,
a,
p,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit";
}
.guest {
  background: #000;
  padding: 0;
  position: relative;
}
.guest .navbar {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  top: 0;
  padding-top: 15px;
}
.guest .navbar-nav > li > a {
  color: #FFF !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 12px;
  background-color: transparent !important;
}
.guest .navbar-collapse.collapse {
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  min-height: 50px;
}
.guest .navbar-collapse::before,
.guest .navbar-collapse::after {
  display: none;
}
.guest .navbar-nav {
  display: flex;
  align-content: center;
  align-items: center;
}
.guest .navbar-nav > li > a.mode-btn {
  border-radius: 100px;
  border: 1px solid #A7A7A7;
  background-color: #D1D1D1 !important;
  min-width: 100px;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  line-height: 1;
  padding: 4px;
}
#topsec {
  background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/topbg.png');
  background-size: cover;
  background-position: bottom center;
  padding: 155px 0 80px;
}
.title-badge {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  padding: 7px 28px;
  margin-bottom: 20px;
}
.title-badge.title-badge-center {
  margin: 0 auto 20px;
  display: block;
  width: max-content;
}
.main-title {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
  margin-bottom: 45px;
}
.redtxt {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: redtxt 3s linear infinite;
}
.twofactor-txt {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 28px;
}
.login-frm {
  max-width: 806px;
  margin: 0 auto;
}
.form-group {
  position: relative;
}
.guest .form-control {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  height: 53px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.guest .form-control::placeholder { 
  color: rgba(255, 255, 255, 0.50);
}
.inpt-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  line-height: 1;
}
.inpt-icon + .form-control {
  padding-left: 55px;
}
.forgot-password {
  position: unset;
  margin-left: auto;
  width: max-content;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.btn.btn-primary {
  border-radius: 8px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 17px;
  border: 0;
  position: relative;
  overflow: hidden;
}
.btn.btn-primary::before {
  content: '';
  position: absolute;
  top: -50%;
  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 flash;
  filter: blur(18px);
}
.btn.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgb(255 255 255 / 80%) 20%, transparent 20%), radial-gradient(rgb(255 255 255 / 100%) 20%, transparent 20%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  mix-blend-mode: hard-light;
  animation: dots 0.5s infinite linear;
  opacity: 0.2;
}
.login-frm .btn.btn-primary {
  min-width: 487px;
  margin: 0 auto 15px;
  display: block;
}
.haveacc {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.haveacc a {
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
}
#social {
	background: rgba(255, 255, 255, 0.12);
	padding: 24px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	overflow: hidden;
}
.social-logos {
	display: flex;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 0;
	padding: 0;
	animation: scroll 30s linear infinite;
}
.social-logos li {
	flex: 0 0 200px;
}
#trusted {
  padding: 160px 0 120px;
}
#trusted .row {
  display: flex;
  align-content: center;
  align-items: center;
}
.title {
  color: #FFF;
  font-size: 54.5px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.txt {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.trusted-left-col {
  position: relative;
}
.trusted-circle-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.trusted-box {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-content: center;
  align-items: center;
  transform: rotate(-8deg);
  justify-content: center;
  width: max-content;
  padding: 15px 45px;
  margin: 0 auto 20px;
  cursor: pointer;
  transition: 0.3s linear;
}
.trusted-box-icon {
  border-radius: 8px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.trusted-box-icon svg {
  transform: rotateZ(8deg);
}
.trusted-box-content {
  padding-left: 15px;
}
.trusted-box-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.trusted-box-txt {
  color: #FFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.trusted-box:nth-child(2n+1) {
  transform: rotate(0deg);
  padding: 15px 80px;
  margin-bottom: 23px;
}
.trusted-box:nth-child(2n+1) + .trusted-box {
  transform: rotate(8deg);
}
.trusted-box:hover {
  transform: rotateZ(0deg);
  padding: 15px 80px;
  transition: 0.3s linear;
  box-shadow: 0 0 15px 0 rgba(255,255,255,25%);
}
.trusted-box:nth-child(2n+1):hover {
  transform: rotateZ(8deg);
}
.trusted-box:nth-child(2n+1) + .trusted-box:hover {
  transform: rotate(-8deg);
}
.top-services-box {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 20px;
  margin: 0 8px;
  min-height: 350px;
}
.top-services-box-icon {
  border-radius: 8px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  width: 51px;
  height: 51px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.top-services-box .title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.top-services-box .title a {
  color: #fff !important;
  text-decoration: none !important;
}
.top-service-txt {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.top-services-box:hover {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  min-height: 370px;
  padding-top: 40px;
}
.top-services-box:hover .top-services-box-icon {
  background: #fff;
}
.top-services-box:hover .top-services-box-icon svg path {
  fill: #F02A48;
}
.boxes-slider1 {
  margin-top: 50px;
}
.boxes-slider1 .slick-track {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}
#delivered {
  padding: 80px 0 120px;
}
.titlesub {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.featured-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 53px 0 0 0;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.featured-list li {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  flex: 0 0 15.66%;
  max-width: 15.66%;
  min-height: 171px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
#country-content {
  padding: 285px 0 80px;
}
.nav-tabs .nav-link {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 15px;
  padding: 22px 37px;
}
.nav-tabs {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  border: 0;
  margin-bottom: 49px;
}
.nav-tabs::before,
.nav-tabs::after {
  display: none;
}
.nav-tabs .nav-link:hover, 
.nav-tabs .active .nav-link, 
.nav-tabs .active .nav-link:hover {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  border: 0;
  color: #fff;
}
.tab-title {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 48px;
}
.team-img-wrap {
  position: relative;
}
.team-img-wrap img {
  position: absolute;
  max-width: unset;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#team .row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
#team {
  padding: 80px 0;
}
#team .btn.btn-primary {
  margin: 57px auto 0;
  display: block;
  max-width: 487px;
}
.video-wrap iframe {
  width: 100%;
  height: 585px;
}
#video-sec {
  padding: 80px 0;
}
.video-wrap {
  border-radius: 12px;
  overflow: hidden;
}
#response {
  padding: 294px 0 221px;
  position: relative;
}
.response-box {
  border-radius: 12px;
  background: linear-gradient(48deg, #191919 0.82%, #303030 100%);
  padding: 33px 37px 47px;
  margin-bottom: 20px;
}
.response-icon {
  border-radius: 10px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  width: 58px;
  height: 58px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.response-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.response-box .txt {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.response-row {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}
.response-row::before,
.response-row::after {
  content: '';
  background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/circle.png');
  width: 451px;
  height: 451px;
  position: absolute;
  top: -180px;
  left: -95px;
  animation: rotate 6s linear infinite;
  z-index: -1;
}
.response-row::after {
  top: auto;
  bottom: -180px;
  left: auto;
  right: 170px;
}
#delivered .top-services-box {
  min-height: 380px;
}
#delivered .container-fluid {
  padding: 0;
  margin: 65px 0 0 0;
}
#delivered .container-fluid .row {
  margin: 0;
}
.boxes-slider2 .top-services-box {
  padding: 65px 83px 75px;
}
.boxes-slider2 .top-services-box .top-services-box-icon {
  width: 70px;
  height: 70px;
}
.boxes-slider2 .top-services-box .title {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.boxes-slider2 .top-services-box .top-service-txt {
  font-size: 14px;
  line-height: 1.6;
}
.automate-img-wrap {
  text-align: right;
  position: relative;
}
.automate-img {
  display: block;
  margin-left: auto;
}
#automate {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.automate-img-wrap::before {
  content: '';
  background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/circle2.png');
  width: 451px;
  height: 451px;
  position: absolute;
  animation: rotate 6s linear infinite;
  right: 60px;
  top: -130px;
  z-index: -1;
}
.cheapest-box1 {
  position: relative;
  border-radius: 12px;
  background: linear-gradient(48deg, #191919 0.82%, #303030 100%);
  padding: 97px 50px 33px;
}
.cheapest-icon {
  position: absolute;
  top: -80px;
  left: 55px;
  z-index: 1;
}
.cheapest-title {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.cheapest-txt {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 26px;
}
.cheapest-box .btn.btn-primary {
  padding: 17px 19px;
}
#cheapest-panel {
  padding: 100px 0;
}
.cheapest-box {
  background: linear-gradient(48deg, #191919 0.82%, #303030 100%);
  border-radius: 12px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.cheapest-box2 {
  padding: 56px 44px 43px;
}
#cheapest-panel .row {
  display: flex;
  flex-wrap: wrap;
}
.cheapest-box3 {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  padding: 39px 50px;
}
.cheapest-box3 .cheapest-txt {
  margin: 0;
}
.cheapest-box3 .cheapest-icon {
  top: 0;
  left: auto;
  right: 60px;
}
.pay-logolist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4%;
}
.pay-logolist li {
  flex: 0 0 32.33%;
  max-width: 32.33%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  height: 87px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#easy {
  padding: 80px 0;
}
#easy .row {
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
}
#easy .row::before {
  content: '';
  background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/circle3.png');
  width: 559px;
  height: 560px;
  position: absolute;
  top: -120px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  animation: rotate 6s linear infinite;
}
.pay-logolist, .easy-content {
  position: relative;
  z-index: 1;
}
.easy-content {
  padding-left: 80px;
}
#provider {
  padding: 80px 0;
}
.titlesub.redtxt {
  background: transparent;
  color: #F43837;
  -webkit-text-fill-color: #F43837;
  animation: none;
}
.step-box {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 21px 23px 50px;
  margin-bottom: 30px;
  max-width: 290px;
  position: relative;
}
.step-box-icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
  top: -25px;
}
.step-box-num {
  display: block;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 17px;
}
.step-box-title {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 23px;
}
.step-box-txt {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
.provider-steps-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 75px;
}
.provider-steps-row::after {
  content: '';
  border-left: 2px dashed #F43837;
  width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.step-box-dot {
  width: 28px;
  height: 28px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  position: absolute;
  border-radius: 28px;
  top: 0;
}
.step-box-right {
  margin-left: auto;
}
.trusted-box-arrow {
  line-height: 0;
  margin-left: 50px;
}
#trusted.about .trusted-box {
  margin: 0 auto 30px;
}
#faqsec {
  padding: 80px 0;
}
.faq-title-row {
  margin-bottom: 53px;
}
#faq .card {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 23px;
}
#faq .card button {
  padding: 26px 45px 26px 22px;
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none !important;
}
#faq .card button::before {
  content: '\f067';
  width: 36px;
  height: 36px;
  display: inline-flex;
  border: 2px solid #F43837;
  border-radius: 9px;
  margin-right: 10px;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #F43837;
  font-size: 16px;
}
#faq .card button::after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  animation: redtxt 3s linear infinite;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#faq .card-body {
  padding: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
#faq .card button[aria-expanded="true"]::after {
  transform: translateY(-50%) rotateZ(180deg);
}
#faq .card button[aria-expanded="true"]::before {
  content: '\f068';
}
#faq.aboutfaq .card button::before {
  display:none;
}
.faq-icon {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-right: 12px;
}
#faq.aboutfaq .card button {
  padding: 16px 45px 16px 22px;
}
#testimonial .title .redtxt {
  font-size: 30px;
}
.testimonial-box {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 29px 41px;
}
.testimonial-icons {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.testimonial-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 18px;
  margin-bottom: 5px;
}
.testimonial-txt {
  color: #FFF;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
#testimonial {
  padding: 80px 0;
  overflow: hidden;
}
.testimonial-row {
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
}
.testimonial-row::after {
  content: '';
  background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/circle3.png');
  width: 559px;
  height: 560px;
  position: absolute;
  z-index: -1;
  animation: rotate 6s linear infinite;
  right: -160px;
  bottom: -160px;
}
#blogs {
  padding: 80px 0;
}
.blogs-title-row {
  margin-bottom: 50px;
}
.blogs-box {
  border-radius: 12px;
  background: linear-gradient(48deg, #191919 0.82%, #303030 100%);
  padding-bottom: 12px;
  overflow: hidden;
}
.blogs-img {
  min-height: 173px;
  background-size: cover;
  width: 100%;
  margin-bottom: 17px;
}
.blogs-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 15px;
  margin-bottom: 18px;
}
.blogs-ftr {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.blogs-share {
  display: flex;
  align-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.blogs-auth {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.blogs-row .col-sm-4:nth-child(2n) .blogs-box .blogs-img {
  min-height: 220px;
}
.blogs-row {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}
.ready-row .btn.btn-primary {
  width: 100%;
}
.btn.btn-primary.btn-icon {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.btn-icon {
  line-height: 0;
}
.response-box:hover {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
}
.response-box:hover .response-icon {
  background: #fff;
}
.response-box:hover .response-icon svg path {
  fill: #ed1f56;
}
#topsec.topsec-inner {
  background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/inner-bg.png');
  margin-bottom: 59px;
}
.search-filter-row {
  margin-top: 60px;
}
.filter-label {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}
.search-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  justify-content: space-between;
  gap: 2%;
}
.cat-filter-li,
.search {
  flex: 0 0 38%;
  max-width: 38%;
}
.cat-filter .dropdown-toggle {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 0 0 17px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.cat-filter .dropdown-toggle .mycaret {
  margin-left: auto;
  border-radius: 8px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  width: 54px;
  height: 53px;
  border: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.cat-filter .open .dropdown-toggle .mycaret {
  transform: rotateZ(180deg);
}
.search-filter .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  width: 100%;
  border-radius: 12px;
  background: #000;
  padding: 0;
}
.search-filter .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  white-space: normal;
  word-break: break-word;
}
.search-filter .dropdown-menu .dropdown-item:hover, 
.search-filter .dropdown-menu .dropdown-item:focus {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
}
.search .form-group {
  margin: 0;
}
.search .form-control {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  height: 53px;
}
.search .form-group .btn.btn-default {
  position: absolute;
  right: 00;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  height: 53px;
  width: 122px;
  box-shadow: none;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.cat-filter-currency-li {
  flex: 0 0 20%;
  max-width: 20%;
}
.catname {
  border-radius: 12px;
  background: linear-gradient(90deg, #FF3B5C 0%, #FF1744 100%);
  padding: 8px 20px;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 27px;
}
.serbox {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 11px 20px;
  margin-bottom: 27px;
}
.serbox-top {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 17px;
}
.serbox-top li {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  padding-right: 10px;
  border-right: 2px solid #fff;
  margin-right: 10px;
}
.ser-label {
  color: rgba(255, 255, 255, 0.50);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.serbox-top li.ser-name {
  font-weight: 700;
}
.serbox-top li:last-child,
.serbox-top li.ser-avgtime {
  padding-right: 0;
  border: 0;
  margin-right: 0;
}
.serbox-bottom {
  margin-bottom: 0;
}
.ser-detail {
  margin-left: auto;
}
.ser-detail .btn.btn-primary {
  color: rgba(250, 250, 250, 0.80);
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  padding: 3px 30px 6px;
  border-radius: 3px;
  height: auto !important;
  display: block;
}
.ser-detail .modal-content {
  background-color: #000;
  border: 1px solid #f43837;
  box-shadow: none;
}
.ser-detail .modal-header {
  border-bottom: 1px solid #f43837;
}
.ser-detail .modal-header {
  border-bottom: 1px solid #f43837;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.ser-detail .modal-header:before,
.ser-detail .modal-header:after {
  display:none;
}
.ser-detail .modal-body {
  font-size: 14px;
}
.ser-detail .modal-body img {
  max-width: 100%;
}
.blog-page .blogs-img {
  min-height: 220px;
}
.blog-page .blogs-link {
  text-decoration: none !important;
  color: #FFF !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.blog-page .blogs-title {
  font-size: 20px;
  max-height: 61px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 61px;
}
.blog-page .blogs-box {
  margin-bottom: 18px;
}
.ready-row {
  border-radius: 16px;
  border: 2px solid #F43837;
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 32px 50px;
  margin-bottom: 50px;
}
.guest .spacingtop {
  padding-top: 160px;
}
.blogfeature-img {
  border-radius: 12px;
  margin-bottom: 25px;
}
.singleblog-title {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 39px;
}
.singleblog-content {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 37px 44px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  width: calc(100% - 5px);
}
.singleblog-wrapper {
  max-height: 1163px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #F43837 rgba(255, 255, 255, 0.12);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.term-list {
  padding: 0;
  list-style: none;
  margin: 0 0 20px;
}
.term-list li {
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 23px;
}
.term-list li::before {
  content: '';
  background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/tick.png');
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 7px;
}
.singleblog-content .btn.btn-primary {
  margin: 30px auto 0 !important;
  display: block;
  width: max-content;
  padding: 12px 13px;
}
.singleblog-content + .singleblog-content {
  margin-top: 20px;
}
.singleblog-content .title {
  font-size: 36px;
}
#topsec.topsec-inner .main-title {
  margin-bottom: 13px;
}
.term-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0;
}
#footer {
  padding: 50px 0 35px;
}
.ftr-logo-wrap {
  margin-bottom: 18px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.ftr-txt {
  font-size: 19px;
}
.social-share {
  display: flex;
  list-style: none;
  padding: 0;
  align-content: center;
  align-items: center;
  margin: 37px 0;
  gap: 13px;
}
.social-share li a {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  border: 1px solid #F43837;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.social-share li a:hover {
  background-color: #fff;
  border-color: #fff;
}
.ftr-title {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 13px;
}
.ftr-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 4px;
  border-radius: 8px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
}
.ftr-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftr-menu li a {
  color: #FFF;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  display: block;
  width: max-content;
  margin-bottom: 5px;
  padding-left: 19px;
  animation: 1s linear;
  text-decoration: none !important;
}
.ftr-menu li a::after {
  content: '\f101';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #F43837;
  animation: 1s linear;
}
.ftr-menu li a:hover::after {
  left: 5px;
}
.ftr-menu li a:hover {
  color: #F43837;
}
.contactinfobox {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.contactinfobox-icon {
  flex: 0 0 20px;
  max-width: 20px;
  line-height: 0;
  padding-top: 5px;
}
.contactinfobox-txt {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 5px;
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
  padding-bottom: 3px;
}
.copyright-txt {
  color: #FFF;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.dmca-img {
  display: block;
  margin: 0 auto;
}
.ftr-payment-icon {
  display: block;
  margin-left: auto;
}
.ftr-btm-row {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 60px;
}
.api-box {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 28px 34px;
  margin-bottom: 34px;
}
.api-title {
  font-size: 24px;
}
.apitable {
  border-spacing: 5px 10px;
  border-collapse: separate;
}
.apitable tbody td {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 0 !important;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 17px 20px 18px !important;
}
.apitable thead th {
  border: 0 !important;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 20px 18px !important;
  border-radius: 12px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
}
.example-title {
  color: rgba(255, 255, 255, 0.50);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 14px;
}
pre {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  padding: 20px;
}
#service_type {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  height: 53px !important;
  border: 0;
  position: relative;
  padding: 5px 10px;
  min-width: 350px;
}
.service_type .inpt-icon {
  border-radius: 12px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  left: auto;
  z-index: 1;
}
#service_type option {
  background: #000;
  border-radius: 0;
}
.auth {
  background: #000;
}
.my-nav .navbar-header {
  float: none !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.my-nav .navbar-header-left-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.my-nav .navbar-header::before,
.my-nav .navbar-header::after {
  display:none;
}
.my-nav .navbar-header .navbar-header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}
.navbar-header-left .dropdown-toggle {
  border-radius: 33554400px;
  border: 1px solid rgba(255, 59, 92, 0.15);
  background: #121212;
  padding: 9px 17px;
  display: flex;
  height: 42px;
  align-content: center;
  align-items: center;
  gap: 7px;
  color: #FFF;
  font-size: 14.6px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none !important;
}
.navbar-header-left .dropdown-toggle .badge {
  padding: 0;
  background-color: transparent;
}
.navbar-header-left .dropdown-menu {
  border-radius: 12px;
  border: 1px solid rgba(255, 59, 92, 0.15);
  background: #121212;
  padding: 0;
  overflow: hidden;
}
.navbar-header-left .dropdown-menu a {
  padding: 3px 10px;
  color: #fff;
}
.navbar-header-left .dropdown-menu a:hover {
  background: linear-gradient(135deg, #FF3B5C 0%, #FF1744 100%);
  color: #fff;
}
.navbar-header-left li:not(.dropdown) a {
  border-radius: 33554400px;
  border: 1px solid rgba(255, 59, 92, 0.15);
  background: #121212;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.navbar-header-left li:not(.dropdown) a svg path,
.navbar-header-left li:not(.dropdown) a i {
  fill: #A0A0A0;
  color: #A0A0A0;
}
.auth .navbar-nav li a {
  border-radius: 40px;
  border: 1px solid rgba(255, 59, 92, 0.15);
  background-color: #121212;
  padding: 9px 17px;
  min-width: 163px;
  text-align: left;
  color: #FFF !important;
  font-size: 14.6px;
  font-weight: 400;
  line-height: 1.4;
}
.auth .navbar-nav {
  gap: 7px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.auth .navbar-nav li.active a,
.auth .navbar-nav li.active a:hover, 
.auth .navbar-nav li a:hover, 
.auth .navbar-nav li a:focus {
  background: linear-gradient(90deg, #FF3B5C 0%, #FF1744 100%);
  box-shadow: 0 0 25px 0 rgba(255, 59, 92, 0.50);
}
.auth #navbar {
  margin-top: 12px;
}
.navbar-collapsed-before .navbar-toggle {
  border-radius: 40px;
  border: 1px solid rgba(255, 59, 92, 0.15);
  background: #121212 !important;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
}
.star-id {
  position: absolute;
  top: -7px;
  right: -5px;
}
.star-id svg {
  width: 14px;
}
.star-id {
  position: absolute;
  top: -4px;
  right: 0;
}
.star-id svg path {
  fill: #FF3B5C !important;
}
.auth .navbar-collapsed-before .navbar-nav li {
  width: auto;
}
.welcome-box {
  border-radius: 10px;
  border: 1px solid rgba(255, 59, 92, 0.15);
  background-color: #121212;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 18px 31px;
  margin-bottom: 15px;
}
.welcome-icon {
  line-height: 0;
  margin-right: 13px;
}
.welcome-txt {
  color: #A0A0A0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  align-content: center;
  align-items: center;
}
.line {
  width: 1px;
  background-color: #A0A0A0;
  height: 25px;
  display: block;
  margin: 0 20px;
}
.pagecontent {
  padding: 25px 0;
}
.welcomeback-box {
  display: grid;
  grid-template-columns: 3fr 2fr;
  padding: 60px;
  border-radius: 20px;
  border: 1px solid rgba(255, 59, 92, 0.20);
  background: linear-gradient(135deg, #080808 0%, #1A0A0F 50%, #2A0A14 100%);
  margin-bottom: 15px;
  align-items: center;
  position: relative;
}
.welcome-subtitle {
  color: #FF1A46;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.welcomeback-box-content .title {
  font-size: 34px;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.welcomeback-box .welcome-txt {
  color: #A0A0A0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
.txtred {
  color: #FF1C47;
}
.welcome-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  max-width: unset;
}
.auth .btn.btn-primary {
  border-radius: 33px;
  background: linear-gradient(90deg, #FF3B5C 0%, #FF1744 100%);
  box-shadow: 0 0 25px 0 rgba(255, 59, 92, 0.50);
  padding: 14px 25px;
  font-size: 13px;
}
.auth .btn.btn-primary.btn-secondary {
  border-radius: 33554400px;
  border: 1px solid rgba(255, 59, 92, 0.30);
  background: #121212;
  box-shadow: none;
}
.auth .btn.btn-primary + .btn-secondary {
  margin-left: 12px;
}
.welcomeback-box:hover .welcome-img {
  animation: welcomerotate 1s linear;
}
.stats-wrapper {
  display: grid;
  align-items: center;
  align-content: center;
  column-gap: 10px;
  grid-template-columns: repeat(4 ,1fr);
  margin-bottom: 15px;
}
.statsbox {
  border-radius: 20px;
  border: 1px solid rgba(255, 59, 92, 0.20);
  background: linear-gradient(135deg, #080808 0%, #1A0A0F 50%, #2A0A14 100%);
  padding: 21px;
  height: 173px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.statsbox-txt {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
.statsbox-title {
  margin: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.whatsapp-box .welcomeback-box-img {
  position: relative;
}
.platform-box {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 25px 27px;
  margin-bottom: 15px;
}
.auth-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.social-platform {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-platform li {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-content: center;
  align-items: center;
  padding: 14px 17px;
  gap: 9px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  justify-content: center;
}
.platform-icon {
  line-height: 0;
}
.social-platform li:hover {
  border-radius: 10px;
  background: linear-gradient(90deg, #FF3B5C 0%, #FF1744 100%);
  box-shadow: 0 0 25px 0 rgba(255, 59, 92, 0.50);
}
.neworder-tabs {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.neworder-tabs .nav-link {
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
  padding: 7px;
  background: transparent;
  border-radius: 0;
  gap: 0;
  margin: 0;
  border: 0 !important;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.neworder-tabs li:last-child .nav-link {
  border-right: 0 !important;
}
.wrap {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 33px 23px;
  margin-bottom: 15px;
}
.auth label {
  color: #FFF;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.4;
}
.auth .form-control {
  height: 33px !important;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.12);
  border: 0 !important;
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: none;
}
#service_description .panel-body,
#instruction_instruction .panel-body {
  background-color: rgba(255, 255, 255, 0.12);
  border: 0;
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}
#service_description .panel-body img {
  max-width: 100%;
}
.auth form .btn.btn-primary {
  min-width: 120px;
  font-size: 13px;
}
.wrap2 {
  border-radius: 20px;
  border: 1px solid rgba(255, 59, 92, 0.20);
  background: linear-gradient(135deg, rgba(8, 8, 8, 0.37) 0%, rgba(26, 10, 15, 0.64) 50%, rgba(42, 10, 20, 0.52) 100%);
  margin-bottom: 15px;
  padding: 25px 51px;
}
#serviceName {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 10px;
  border: 1px solid rgba(255, 59, 92, 0.10);
  background: #0A0A0A;
  padding: 8px 13px;
  min-height: 33px;
  margin-bottom: 15px;
}
.serdetail {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-bottom: 15px;
}
.ser-desc-box {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 13px;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
.ser-desc-box-right {
  flex: 0 0 32px;
  max-width: 32px;
}
.ser-desc-box-icon {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  background: rgba(255, 59, 92, 0.20);
}
.ser-desc-box-left {
  flex: 0 0 calc(100% - 33px);
  max-width: calc(100% - 33px);
  padding-left: 10px;
}
.ser-desc-box-title {
  color: #A0A0A0;
  font-size: 11.1px;
  font-weight: 400;
  line-height: 16px;
}
.ser-desc-box-txt {
  color: #FFF;
  font-size: 13.1px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.ser-desc-box-icon2 {
  background: rgba(255, 184, 0, 0.20);
}
.ser-desc-box-icon3 {
  background: rgba(0, 255, 136, 0.20);
}
.quality-txt b {
  font-weight: 700;
  color: #fff;
}
.quality-txt {
  padding: 10px 48.03px 10px 13px;
  width: max-content;
  border-radius: 14px;
  border: 1px solid rgba(255, 59, 92, 0.20);
  background: linear-gradient(135deg, rgba(255, 59, 92, 0.10) 0%, rgba(255, 23, 68, 0.05) 100%);
  color: #A0A0A0;
  font-size: 12.3px;
  font-weight: 400;
  line-height: 1.4;
}
.auth #faq .card button::before {
  display:none;
}
.auth #faq .card button {
  font-size: 16px;
  padding: 12px 45px 12px 27px;
}
.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms ease;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(255, 59, 92, 0.15) 0%, rgba(255, 59, 92, 0.00) 70%);
}
.select2-selection__arrow {
  margin-left: auto;
  border-radius: 8px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  width: 54px !important;
  height: 33px !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  right: 0 !important;
}
.select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}
.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent !important;
}
.auth .form-control.select2-selection {
  display: flex;
  align-content: center;
  align-items: center;
}
.auth .form-control#links {
  min-height: 490px;
}
.auth-main-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.4;
}
.auth-head {
  margin-bottom: 53px;
}
.auth .cat-filter .dropdown-toggle {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  height: 53px;
  padding-right: 0;
}
.auth .search .form-control {
  height: 53px !important;
}
.auth .ser-detail .btn.btn-primary {
  padding: 3px 30px 6px;
  border-radius: 3px;
}
.search-filter-order-row .search {
  flex: 0 0 100%;
  max-width: 100%;
}
.nav.nav-pills::before, .nav.nav-pills::after {
  display: none;
}
.nav.nav-pills {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 15px;
  align-content: center;
  align-items: center;
  margin-top: 48px;
}
.nav.nav-pills li a {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-content: center;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.navpill-icon {
  line-height: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
}
.nav.nav-pills li.active a,
.nav.nav-pills li.active a:hover, 
.nav.nav-pills li a:hover {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
}
.nav.nav-pills li.active a .navpill-icon,
.nav.nav-pills li.active a:hover .navpill-icon,
.nav.nav-pills li a:hover .navpill-icon {
  background: #fff;
}
.nav.nav-pills li.active a .navpill-icon svg path,
.nav.nav-pills li.active a:hover .navpill-icon svg path, 
.nav.nav-pills li a:hover .navpill-icon svg path {
  fill: #F43837;
}
.auth .service_type .form-control {
  padding-left: 12px;
}
.auth .service_type label + .inpt-icon {
  width: 54px;
  height: 34px;
  transform: none;
  top: 23px;
}
.auth select option {
  background-color: #1f1f1f;
}
.tickettable thead th {
  background: rgba(244, 56, 55, 0.42);
  border-top: 1px solid #B21818 !important;
  border-bottom: 1px solid #B21818 !important;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4 !important;
  padding: 11px 19px !important;
}
.tickettable {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.tickettable thead tr th:first-child {
  border-left: 1px solid #B21818 !important;
  border-radius: 8px 0 0 8px;
}
.tickettable thead tr th:nth-last-child(2) {
  border-right: 1px solid #B21818 !important;
  border-radius: 0 8px 8px 0;
}
.tickettable tbody tr td {
  border-top: 1px solid rgba(255, 59, 92, 0.15);
  background: #121212;
  border-bottom: 1px solid rgba(255, 59, 92, 0.15);
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  padding: 1px 19px;
  vertical-align: middle;
}
.tickettable tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid rgba(255, 59, 92, 0.15);
}
.tickettable tbody tr td:nth-last-child(2) {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid rgba(255, 59, 92, 0.15);
}
.tickettable thead tr th:last-child,
.tickettable tbody tr td:last-child {
  background-color: transparent;
  border-color: transparent !important;
}
.tickettable thead tr th:last-child, 
.tickettable tbody tr td:last-child {
  text-align: right;
}
.btn.btn-primary.btn-ticketview {
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  padding: 11px 35px;
  border-radius: 33554400px;
  background: linear-gradient(90deg, #FF3B5C 0%, #FF1744 100%);
  box-shadow: 0 0 25px 0 rgba(255, 59, 92, 0.50);
}
.tickettable tbody tr td:nth-child(2) {
  width: 100%;
}
.Answered {
  color: #15FF5B;
}
.Pending {
  color: #337ab7;
}
.Canceled, .Cancele {
  color: #a94442;
}
.files-label {
  color: #fff;
}
.singleblog-wrapper {
  max-height: unset;
}
.ticket-message {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 59, 92, 0.10);
  background: #0A0A0A !important;
  padding: 8px 13px !important;
}
.ticket-message p {
  margin: 0;
}
.ticket-message-left .ticket-message {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.auth .form-control#message {
  min-height: 150px;
}
.ticket-message-right .info strong {
  color: #15FF5B;
  font-weight: 100;
}
.ticket-message-left .info strong {
  color: #FF1C47;
  font-weight: 100;
}
.modal-content {
  background: #000;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.modal-title {
  font-size: 18px;
  color: #fff;
}
.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.modal-header .close span, .modal-header .close {
  color: red !important;
  opacity: 1 !important;
  background-color: transparent;
  box-shadow: none;
  text-shadow: none;
}
.modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.table.apitable {
  margin-bottom: 0;
}
.childpanel-alert {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 28px 34px;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.enabled {
  color: #5cb85c;
}
.disabled {
  color: #d9534f;
}
.increased {
  color: #f0ad4e;
}
.decreased {
  color: #5bc0de;
}
.apitable tbody td {
  vertical-align: middle !important;
}
.pagination {
  margin-top: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-radius: 8px !important;
  padding: 5px 12px !important;
}
.pagination li.active a,
.pagination li.active a:hover,
.pagination li a:hover {
  background-color: #fff;
  color: #000;
} 
.ser-table-row {
  margin-top: 39px;
}
.serbox-top li,
.ser-label {
  font-size: 14px;
}
.serbox-bottom {
  align-content: center;
  align-items: center;
}
.ord-status {
  margin-left: auto;
}
.ord-status span {
  border-radius: 3px;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  color: rgba(250, 250, 250, 0.80);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 19px;
  display: flex;
  gap: 5px;
  align-content: center;
  align-items: center;
}
.ser-detail.ord-btns {
  margin-left: 14px;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.ser-detail.ord-btns .btn.btn-primary {
  box-shadow: none;
  border-radius: 3px;
  padding: 3px 14px 6px;
}
.ser-detail.ord-btns .btn.btn-primary.btn-secondary {
  box-shadow: none;
  border-radius: 3px;
  background: #E8E8E8;
  color: rgba(0, 0, 0, 0.80);
  border-color: #E8E8E8;
}
.serbox-top {
  align-content: center;
  align-items: center;
}
.order-desc {
  list-style: none;
  padding: 0 15px;
}
.order-desc li {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 10px;
  border: 1px solid rgba(255, 59, 92, 0.10);
  background: #0A0A0A;
  padding: 8px 13px;
  margin-bottom: 15px;
}
.order-desc li .order-txt {
  margin: 0;
}
.order-desc li .order-txt .order-txt-label {
  color: rgba(255, 255, 255, 0.50);
  margin-right: 5px;
}
.order-desc li .btn.btn-primary {
  margin: auto;
}
.order-desc li:last-child {
  padding: 0;
  background: transparent;
  border: 0;
  margin: 0;
}
.ord-btns.ser-btns {
  margin-left: auto;
}
.auth .ord-btns .btn.btn-primary + .btn-secondary {
  margin: 0;
}
/* daymode css */
:root {
  --daymode-color: #000;
}
body {
  opacity: 0;
  transition: opacity 0.01s ease;
}
.day-mode #topsec {
  background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/daymode/topbg.png');
}
.guest.day-mode {
  background: #FFF;
}
.guest.day-mode .navbar-nav > li > a,
.day-mode .main-title,
.day-mode .twofactor-txt,
.guest.day-mode .form-control::placeholder,
.day-mode .forgot-password,
.day-mode .haveacc,
.day-mode .title,
.day-mode .trusted-box-txt,
.day-mode .trusted-box-title,
.day-mode .txt,
.day-mode .haveacc a,
.day-mode .top-services-box .title a,
.day-mode .nav-tabs .nav-link,
.day-mode .response-title,
.day-mode .cheapest-title,
.day-mode .step-box-title,
.day-mode .step-box-txt,
.day-mode #faq .card button,
.day-mode #faq .card-body,
.day-mode .testimonial-txt,
.day-mode .blogs-title,
.day-mode .blogs-auth,
.day-mode .ftr-menu li a,
.day-mode .contactinfobox-txt,
.day-mode .copyright-txt,
.day-mode .ftr-title,
.day-mode .ftr-logo-wrap,
.day-mode .filter-label,
.day-mode .cat-filter .dropdown-toggle,
.day-mode .serbox-top li,
.day-mode .apitable tbody td,
.day-mode .blog-page .blogs-link,
.day-mode .term-list li,
.day-mode .navbar-header-left .dropdown-toggle .badge,
.day-mode .welcome-txt,
.day-mode .statsbox-title,
.day-mode .auth-title,
.day-mode.auth label,
.day-mode .ser-desc-box-txt,
.day-mode .quality-txt b,
.day-mode .tickettable thead th,
.day-mode .pagination li a {
  color: var(--daymode-color) !important;
}
.daymode .inpt-icon svg path {
  fill: var(--daymode-color);
}
.day-mode .title-badge {
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.10);
  color: var(--daymode-color);
  border-radius: 12px;
}
.guest.day-mode .form-control {
  border-radius: 12px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.10);
  color: var(--daymode-color);
}
.day-mode .social-logos li img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
.day-mode #social {
  background: rgba(234, 227, 227, 0.50);
}
.day-mode .trusted-box {
  border-radius: 12px;
  background: rgba(234, 227, 227, 0.50);
  backdrop-filter: blur(10px);
}
.day-mode .top-services-box {
  background: rgba(255, 245, 245, 0.50);
}
.day-mode #delivered .top-services-box:hover {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  min-height: 370px;
  padding-top: 40px;
}
.day-mode .top-services-box:hover .top-service-txt,
.day-mode .top-services-box:hover .title a {
  color:#fff !important;
}
.day-mode #featured {
  position: relative;
  overflow-y: visible;
}
.day-mode #featured::after {
  content: '';
  border-radius: 1317px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 92, 120, 0.25) 0%, rgba(255, 255, 255, 0.00) 100%);
  width: 1200px;
  height: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.day-mode .featured-list li {
  background-color: #fff;
}
.day-mode .nav-tabs .nav-link {;
  background: rgba(234, 227, 227, 0.50);
}
.day-mode .nav-tabs .nav-link:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
}
.day-mode .response-box {
  background: rgba(234, 227, 227, 0.50);
  backdrop-filter: blur(20px);
}
.day-mode .response-box:hover {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
}
.day-mode .response-box .txt {
  color: #8B8B8B !important;
}
.day-mode .response-box:hover .txt,
.day-mode .response-box:hover .response-title,
.boxes-slider2 .top-services-box:hover .title {
  color: #fff !important;
}
.day-mode .boxes-slider2 .top-services-box {
  background: rgba(234, 227, 227, 0.50);
}
.day-mode #delivered .container-fluid .col-sm-12 {
  padding: 00;
}
.day-mode .cheapest-box {
  background: rgba(234, 227, 227, 0.50);
}
.day-mode .cheapest-txt {
  color:#8B8B8B;
}
.day-mode .cheapest-box3 {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
}
.day-mode .cheapest-box3 .cheapest-title,
.day-mode .cheapest-box3 .cheapest-txt {
  color: #fff !important;
}
.day-mode .pay-logolist li,
.day-mode .step-box {
  background: rgba(234, 227, 227, 0.50);
}
.day-mode #faq .card {
  background: rgba(234, 227, 227, 0.50);
}
.day-mode .faq-icon {
  color: #fff;
}
.day-mode .testimonial-box {
  background: rgba(234, 227, 227, 0.50);
}
.day-mode .testimonial-img-wrap {
  position: relative;
}
.day-mode .testimonial-img-wrap::after {
  content: '';
  border-radius: 1317px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 92, 120, 0.25) 0%, rgba(255, 255, 255, 0.00) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.day-mode .blogs-box {
  background: rgba(234, 227, 227, 0.50);
}
.guest.day-mode .navbar-nav > li > a.mode-btn {
  border-radius: 100px;
  border: 1px solid #F2DFB5;
  background: #FBF1DC !important;
  justify-content: flex-end;
}
.guest.day-mode .navbar-nav > li > a.mode-btn svg path:first-child {
  fill: #FFBF31;
}
.day-mode .cat-filter .dropdown-toggle, 
.day-mode .cat-filter .dropdown-toggle:focus {
  background: #F2F2F2;
}
.day-mode .search-filter .inpt-icon svg path {
  fill: transparent;
  stroke: #000;
}
.day-mode .search .form-control, 
.day-mode.auth .search .form-control {
  background: #F2F2F2;
  box-shadow: none;
}
.day-mode .serbox {
  background: #F2F2F2;
}
.day-mode .ser-label {
  color: rgba(0, 0, 0, 0.50);
}
.day-mode .serbox-top li {
  border-right-color: #000;
}
.day-mode .api-box {
  background: #F2F2F2;
}
.day-mode .apitable tbody td {
  border: 1px solid #E2E2E2 !important;
  background: #FFF;
}
.day-mode .example-title {
  color: rgba(0, 0, 0, 0.50);
}
.day-mode pre {
  border: 1px solid #E2E2E2;
  background: #FFF;
  color: #000;
}
.day-mode #service_type {
  background: #fff;
}
.day-mode .singleblog-content {
  background: #F2F2F2;
  color: var(--daymode-color);
}
.day-mode .term-title {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auth.day-mode {
  background: #FFF;
}
.day-mode .navbar-header-left li:not(.dropdown) a {
  border: 1px solid rgba(255, 59, 92, 0.15);
  background: rgba(18, 18, 18, 0.10);
  color: var(--daymode-color);
}
.day-mode .navbar-header-left li:not(.dropdown) a svg path,
.day-mode .navbar-header-left li:not(.dropdown) a i {
  fill: #000;
  color: #000;
}
.day-mode .navbar-header-left .dropdown-toggle,
.day-mode .navbar-header-left .dropdown-menu,
.auth.day-mode .navbar-nav li a {
  border: 1px solid rgba(255, 59, 92, 0.15);
  background: rgba(18, 18, 18, 0.10);
  color: var(--daymode-color) !important;
}
.day-mode .navbar-collapsed-before .navbar-toggle {
  border: 1px solid rgba(255, 59, 92, 0.15);
  background: rgba(18, 18, 18, 0.10) !important;
}
.day-mode .welcome-box {
  background: #F2F2F2;
}
.day-mode .navbar-collapsed-before .navbar-toggle path {
  stroke: #000;
  fill: #000;
}
.auth .navbar-nav li.active a,
.auth .navbar-nav li.active a:hover,
.auth .navbar-nav li a:hover,
.auth .navbar-nav li a:focus {
  background: linear-gradient(90deg, #FF3B5C 0%, #FF1744 100%) !important;
  box-shadow: 0 0 25px 0 rgba(255, 59, 92, 0.50);
  color:#fff !important;
}
.day-mode .welcomeback-box,
.day-mode .statsbox,
.day-mode .platform-box,
.day-mode .wrap,
.day-mode .wrap2 {
  background: #F2F2F2;
  border-color: #F2F2F2;
}
.auth.day-mode .btn.btn-primary + .btn-secondary {
  background: #FFF;
  color: var(--daymode-color);
  border-color: #fff;
}
.day-mode .social-platform li {
  background: #FFF;
  color: var(--daymode-color);
}
.day-mode .social-platform li path {
  stroke: var(--daymode-color);
}
.day-mode .social-platform li:hover {
  background: linear-gradient(90deg, #FF3B5C 0%, #FF1744 100%);
  color: #fff;
}
.day-mode .social-platform li:hover path {
  stroke: #fff;
}
.auth.day-mode .nav-tabs .nav-link,
.auth.day-mode .nav-tabs {
  background-color: #fff;
  border-color: rgba(5, 5, 5, 0.25) !important;
}
.auth.day-mode .nav-tabs .nav-link:hover, 
.auth.day-mode .nav-tabs .active .nav-link, 
.auth.day-mode .nav-tabs .active .nav-link:hover {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  border: 0;
  color: #fff !important;
}
.auth.day-mode .form-control,
.day-mode #service_description .panel-body, 
.day-mode #instruction_instruction .panel-body {
  background: #FFF;
  color: var(--daymode-color);
}
.day-mode #serviceName {
  background: #FFF;
  color: var(--daymode-color);
}
.day-mode .ser-desc-box {
  background: #FFF;
}
.day-mode .nav.nav-pills li a {
  background-color: #F2F2F2;
  color: var(--daymode-color);
}
.day-mode .nav.nav-pills li.active a, 
.day-mode .nav.nav-pills li.active a:hover, 
.day-mode .nav.nav-pills li a:hover {
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  color:#fff;
}
.day-mode .tickettable tbody tr td {
  background: #fff;
  border-color: #fff;
  color: var(--daymode-color);
}
.day-mode .tickettable thead tr th:last-child, 
.day-mode .tickettable tbody tr td:last-child {
  background-color: transparent;
}
.day-mode .ticket-message {
  background-color: #fff !important;
  color: var(--daymode-color);
}
.day-mode .ticket-message-right .info strong {
  text-shadow: 0 0 0 var(--daymode-color);
}
.day-mode .ticket-message-left .info strong {
  font-weight: 300;
}
.day-mode .files-label {
  color: var(--daymode-color);
}
.day-mode #service_type option,
.auth.day-mode select option {
  background: #fff;
}
.day-mode .childpanel-alert {
  background-color: #fff;
  color: var(--daymode-color);
}
.day-mode .topstats-list li {
  background: rgba(0, 0, 0, 0.10);
  color: var(--daymode-color);
}
.day-mode .topstats-txt {
  color: var(--daymode-color);
}
.day-mode .topsec-new .login-frm {
  background: rgba(234, 227, 227, 0.50);
  border: 1px solid rgba(234, 227, 227, 0.50);
}
.day-mode .or-txt {
  color: var(--daymode-color);
}
.day-mode .or-txt span:before,
.day-mode .or-txt span:after {
  background-color: var(--daymode-color);
}
.day-mode .checkbox, 
.day-mode .checkbox a {
  color: var(--daymode-color);
}
.day-mode .checkbox a {
  border-color: var(--daymode-color);
}
.day-mode .signuprow .inpt-icon svg path {
  fill: var(--daymode-color);
}
.day-mode #topsec .login-frm .inpt-icon svg path {
  fill: #000;
}
.slick-slide {
  height: auto;
}
.topsec-new .login-frm {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.topsec-new .forgot-password {
  margin: 0 0 15px;
}
.topsec-new .login-frm .btn.btn-primary {
  min-width: 100%;
}
.topsec-new .main-title {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 50px;
}
.topsec-new .main-title br {
  display: none;
}
.topsec-new .login-frm .txt {
  font-size: 16px;
  margin-bottom: 25px;
}
.topsec-new .login-frm .twofactor-txt {
  margin-bottom: 10px;
}
.topstats-list li {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.topstats-list {
  display: grid;
  grid-template-columns: repeat(4 , 2fr);
  gap: 10px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.topstats-txt {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.topstats-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.or-txt {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.or-txt span {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.or-txt span::after,
.or-txt span::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.33);
}
.or-txt span::before {
  left: -100%;
}
.or-txt span::after {
  right: -100%;
}
.topsec-new .term-list li {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.2;
}
.topsec-new .term-list li::before {
  top: 3px;
}
.signuprow {
  display: flex;
  flex-wrap: wrap;
}
#col-first_name, 
#col-last_name, 
#col-password, 
#col-password_again {
  flex: 0 0 50%;
  max-width: 50%;
}
.checkbox {
  color: #fff;
}
.checkbox a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
html, body, a, button, input, textarea, select, [role="button"] {
	cursor: none !important;
}
#custom-cursor {
	position: fixed;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	pointer-events: none;
	z-index: 999999999;
	transform: translate(-8%, -8%) scale(1);
	transition: width 0.18s ease, height 0.18s ease, transform 0.12s ease, filter 0.2s ease, opacity 0.2s ease;
	will-change: transform;
	user-select: none;
}
.badge-ID {
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.12);
}
.badge-ID a {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
  	text-decoration: none !important;
}
@media (max-width:550px) {
  .navbar-toggle {
    background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
    border: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .guest .navbar-collapse.collapse {
    display: none !important;
  }
  .guest .navbar-collapse.collapse.in {
    display: block !important;
    background: #000;
  }
  .day-mode.guest .navbar-collapse.collapse.in {
    background-color: #fff;
  }
  .guest .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .guest .navbar-nav li {
    margin: 0 0 9px;
  }
  .mode-btn-icon svg {
    max-width: 20px;
    height: auto;
  }
  #topsec {
    padding: 75px 0 30px;
  }
  .title-badge {
    font-size: 14px;
    padding: 3px 15px;
  }
  .main-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .main-title br {
    display: none;
  }
  .twofactor-txt {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .forgot-password {
    margin: 0 0 20px;
  }
  .login-frm .btn.btn-primary {
    width: 100%;
    min-width: unset;
  }
  .btn.btn-primary {
    font-size: 16px;
    padding: 12px 15px;
  }
  #social {
    padding: 15px 0;
  }
  .social-logos {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }
  .social-logos li img {
    margin: 0 auto 20px;
  }
  #trusted {
    padding: 40px 0 30px;
  }
  .trusted-box,
  .trusted-box:nth-child(2n+1),
  .trusted-box:nth-child(2n+1) + .trusted-box,
  .trusted-box:hover,
  .trusted-box:nth-child(2n+1):hover,
  .trusted-box:nth-child(2n+1) + .trusted-box:hover {
    width: 100%;
    transform: none;
    padding: 12px 15px;
    margin: 0 auto 20px;
  }
  #trusted .row {
    display: block;
  }
  .trusted-circle-img {
    z-index: -1;
  }
  .title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .title br {
    display: none;
  }
  .txt {
    font-size: 14px;
    line-height: 1.2;
  }
  #delivered {
    padding: 15px 0 30px;
  }
  .txt br {
    display: none;
  }
  #country-content {
    padding: 30px 0 30px;
  }
  .nav-tabs {
    flex-wrap: wrap;
  }
  .featured-list li {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
  }
  .nav-tabs .nav-link {
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.2;
    gap: 10px;
    padding: 10px 15px;
  }
  .nav-tabs .nav-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .team-img-wrap {
    display: none;
  }
  #team .row {
    display: block;
  }
  #team,
  #video-sec,
  #response,
  #automate,
  #cheapest-panel,
  #easy,
  #provider,
  #faqsec,
  #testimonial,
  #blogs {
    padding: 30px 0;
  }
  .video-wrap iframe {
    height: auto;
  }
  .automate-img-wrap::before {
    display: none;
  }
  .cheapest-box {
    height: auto;
    margin-bottom: 54px;
  }
  .cheapest-icon {
    max-width: 72px;
    top: -40px;
    left: 25px;
  }
  .cheapest-box1 {
    padding: 37px 30px 20px;
  }
  .cheapest-title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .cheapest-box2 {
    padding: 25px 25px 5px;
  }
  .cheapest-box3 {
    background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
    padding: 25px 25px;
    margin-bottom: 0;
  }
  .cheapest-box3 .cheapest-icon {
    top: -30px;
    right: 15px;
  }
  #easy .row {
    display: block;
  }
  #easy .row::before,
  .provider-steps-row::after,
  .step-box-dot,
  .response-row::before, 
  .response-row::after {
    display: none;
  }
  .easy-content {
    padding: 0;
    text-align: center;
  }
  .titlesub {
    font-size: 22px;
  }
  .step-box {
    padding: 12px 15px 20px;
    margin-bottom: 30px;
  }
  .step-box-title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .step-box-txt {
    font-size: 15px;
  }
  .step-box-icon {
    width: 60px;
    height: 60px;
    left: -20px;
    top: -20px;
  }
  .provider-steps-row {
    margin-bottom: 0;
  }
  #faq .card button {
    padding: 12px 25px 12px 15px;
    font-size: 16px;
    white-space: normal;
    text-align: left;
  }
  #faq .card button::after {
    font-size: 20px;
    right: 8px;
  }
  .faq-title-row {
    margin-bottom: 12px;
  }
  #faq.aboutfaq .card button {
    padding: 10px 25px 16px 12px;
  }
  .faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    font-size: 20px;
    margin-right: 7px;
  }
  .testimonial-row {
    display: block;
  }
  .testimonial-img {
    margin-bottom: 15px;
  }
  .testimonial-box {
    padding: 15px 20px;
  }
  .testimonial-txt {
    font-size: 16px;
  }
  .blogs-title-row {
    margin-bottom: 15px;
  }
  .row.blogs-row {
    display: block;
  }
  .blogs-box {
    margin-bottom: 20px;
  }
  .ready-row {
    margin: 0;
  }
  .ready-row {
    margin: 0;
    display: block;
    padding: 12px 0;
  }
  #footer {
    padding: 20px 0 20px;
  }
  .ftr-logo-wrap {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .social-share {
    margin: 12px 0;
  }
  .social-share li a {
    width: 44px;
    height: 44px;
    border-radius: 7px;
  }
  .ftr-btm-row {
    margin-top: 25px;
  }
  .ftr-btm-row {
    display: block;
    text-align: center;
  }
  .ftr-payment-icon {
    margin: 15px auto auto;
  }
  .dmca-img {
    margin-top: 15px;
  }
  .response-row {
    display: block;
  }
  .response-box {
    padding: 15px;
  }
  .top-services-box-icon {
    margin-bottom: 12px;
  }
  .boxes-slider2 .top-services-box {
    padding: 25px;
  }
  .topsec-new .main-title {
    font-size: 42px;
  }
  .topstats-list {
    grid-template-columns: repeat(2 , 2fr);
  }
  .signuprow .col-sm-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #topsec.topsec-inner {
    margin-bottom: 30px;
  }
  .singleblog-content {
    width: 100%;
    padding: 15px;
    font-size: 16px;
  }
  .term-title {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .singleblog-wrapper {
    margin-bottom: 20px;
  }
  .term-list li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .term-list li::before {
    top: 2px;
  }
  #faq .card button::before {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 4px;
    margin-right: 6px;
    font-weight: 300;
    font-size: 12px;
  }
  .guest .spacingtop {
    padding-top: 80px;
  }
  .singleblog-title {
    margin-top: 0;
  }
  .blogfeature-img {
    margin-bottom: 15px;
  }
  .cat-filter-li, .search, .cat-filter-currency-li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cat-filter .dropdown-toggle .mycaret {
    width: 25px;
    height: 25px;
  }
  .cat-filter .dropdown-toggle .mycaret svg {
    max-width: 9px;
    height: auto;
  }
  .search-filter li:not(:last-child) {
    margin-bottom: 15px;
  }
  .serbox-top {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .serbox-top li {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.13);
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-right: 0;
    margin-right: 0;
  }
  .serbox-top li:last-child, .serbox-top li.ser-avgtime {
    border-bottom: 1px solid rgba(255,255,255,0.13);
  }
  .serbox-bottom li:last-child {
    border-bottom: 0;
    margin: 0;
  }
  .ser-name {
    white-space: normal;
    word-break: break-all;

  }
  .ser-name .ser-label {
    min-width: 65px;
    padding-right: 10px;
  }
  .table-responsive {
    border: 0;
  }
  #service_type {
    min-width: 100%;
  }
  .api-box {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .example-title {
    font-size: 20px;
  }
  .api-title {
    font-size: 22px;
  }
  .my-nav .navbar-header {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .navbar-inverse .navbar-brand {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .navbar-header-left .dropdown-toggle {
    padding: 4px 5px;
    height: 25px;
    font-size: 12px;
  }
  .navbar-header-left .dropdown-toggle .badge {
    font-size: 12px;
    font-weight: 400;
  }
  .navbar-header-left li:not(.dropdown) a {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  .auth .navbar-inverse .navbar-toggle {
    margin-right: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-left: 10px;
  }
  .auth .navbar-inverse .navbar-toggle svg path {
    stroke: #fff;
  }
  .auth .navbar {
    margin-bottom: 10px;
  }
  .pagecontent {
    padding: 10px 0;
  }
  .welcome-box {
    padding: 15px;
  }
  .welcome-txt {
    display: block;
    font-size: 14px;
  }
  .welcome-txt .line {
    display: none;
  }
  .welcomeback-box {
    display: block;
    padding: 15px;
  }
  .welcome-img {
    max-width: 140px;
    z-index: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.2;
  }
  .welcomeback-box-content {
    position: relative;
    z-index: 1;
  }
  .welcome-subtitle {
    font-size: 14px;
    line-height: 1.2;
  }
  .welcomeback-box-content .title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .welcomeback-box .welcome-txt {
    font-size: 15px;
    line-height: 1.2;
  }
  .auth .btn.btn-primary {
    padding: 8px 15px;
  }
  .platform-box {
    padding: 20px;
  }
  .auth-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .platform-txt {
    display: none;
  }
  .neworder-tabs {
    grid-template-columns: repeat(2,1fr);
    gap: 5px;
    padding: 10px;
  }
  .neworder-tabs.nav-tabs .nav-link {
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    font-size: 14px;
    padding: 10px 10px;
  }
  .wrap {
    padding: 15px;
  }
  .stats-wrapper {
    grid-template-columns: repeat(2 ,1fr);
  }
  .statsbox {
    padding: 15px;
    height: auto;
  }
  .statsbox-icon svg {
    max-width: 34px;
  }
  .statsbox {
    padding: 15px;
    height: auto;
    margin-bottom: 12px;
    border-radius: 10px;
  }
  .whatsapp-box .welcomeback-box-img {
    position: unset;
  }
  .wrap2 {
    padding: 15px;
  }
  .serdetail {
    grid-template-columns: repeat(1,1fr);
  }
  .quality-txt {
    width: 100%;
  }
  .auth #faq .card button {
    font-size: 14px;
    padding: 12px 25px 12px 12px;
  }
  .auth .form-control#links {
    min-height: 200px;
  }
  .nav.nav-pills {
    grid-template-columns: repeat(2,1fr);
    gap: 5px;
    margin-top: 15px;
  }
  .navpill-icon {
    border-radius: 3px;
    width: 28px;
    height: 28px;
  }
  .ser-table-row {
    margin-top: 10px;
  }
  .ord-status span {
    margin: auto;
  }
  .catname {
    border-radius: 12px;
    padding: 8px 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .search-filter-row {
    margin-top: 20px;
  }
  .navpill-icon svg {
    max-width: 16px;
  }
  .auth-main-title {
    font-size: 38px;
    line-height: 1.2;
  }
  .auth-head {
    margin-bottom: 20px;
  }
  .childpanel-alert {
    padding: 12px;
  }
  .auth .navbar-nav.navbar-left-block li {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .auth .navbar-nav.navbar-left-block {
    margin-left: 0;
    margin-right: 0;
  }
}