.slider {
  -webkit-appearance: none;
  /* -moz-appearance:none; */
  width: 100%;
  height: 0px;
  border-radius: 20px;
  background: transparent !important;
  outline: none;
  border: 0px !important;
  cursor: pointer;
}

.marginTop-56 {
  margin-top: -19px !important;
}

.text-sold-out {
  background-image: linear-gradient(to right, #616161, #616161);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sold-out {
  font-weight: bolder !important;
  color: #000 !important;
  cursor: default;
  font-size: 20px !important;
}

.sliderTrack {
  /* -webkit-appearance: none;
  -moz-appearance:none; */
  height: 20px;
  border-radius: 20px !important;
  background: linear-gradient(270deg, #A83AFE 0%, #6E59FE 100%) !important;
  align-items: center;
}

.slider::-moz-range-thumb {
  /* -moz-appearance:none; */
  width: 55px;
  height: 110px;
  border-radius: 50%;
  border: 0;
  background-image: url('../assets/subscriptionNew/Slider\ knob.svg') !important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent !important;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 55px;
  height: 110px;
  border-radius: 50%;
  border: 0;
  background-image: url('../assets/subscriptionNew/Slider\ knob.svg') !important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -10px;
  background-color: transparent !important;
}

.hrDot {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), linear-gradient(270deg, #A83AFE 0%, #6E59FE 100%);
}

.w218 {
  width: 200px !important;
  margin: auto;
}

.fountGradientText {
  background: linear-gradient(180deg, #3AA0FE 0%, #3AF2FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.soldOutGradientText {
  background: linear-gradient(180deg, #616161 0%, #434343 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-color {
  background: linear-gradient(270deg, #616161 0%, #434343 100%);
  -webkit-background-clip: text;
  /* for webkit browsers like Chrome and Safari */
  color: transparent;
  /* make the text transparent so that the gradient background is visible through it */
}


.orangeGradientText {
  background: linear-gradient(180deg, #E9651B 0%, #FF8933 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.unlimitedGradientText {
  background: linear-gradient(180deg, #FF0C0C 0%, #FF630C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.font24 {
  font-size: 24px;
  line-height: 34px;
}

.customBorder0 {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
}

.brTop30 {
  border-radius: 30px 30px 0px 0px;
}

.brTop20 {
  border-radius: 20px 20px 0px 0px;
}

.foundationSubCard {
  background: transparent;
  background-image: linear-gradient(90deg, #212123, #212123), linear-gradient(180deg, #3BEEFF 20.72%, rgba(62, 66, 70, 0) 97.79%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 2px solid transparent;
  border-bottom: 0px !important;
}

.soldOutSubCard {
  background: transparent;
  background-image: linear-gradient(90deg, #212123, #212123), linear-gradient(180deg, #616161 20.72%, rgba(62, 66, 70, 0) 97.79%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 2px solid transparent;
  border-bottom: 0px !important;
}

.recommendSubCard {
  background-image: linear-gradient(90deg, #212123, #212123), linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%) !important;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 2px solid transparent;
  border-bottom: 0px !important;
}

.enhancedGradient {
  background-image: linear-gradient(90deg, #212123, #212123), linear-gradient(180deg, #FF8A34 20.72%, rgba(62, 66, 70, 0) 97.79%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 2px solid transparent;
  border-bottom: 0px !important;
}

.recommendBorder {
  background-image: linear-gradient(90deg, #151617, #151617), linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 2px solid transparent;
  border-bottom: 0px !important;
  border-top: 0px !important;
}

.unlimitedSubCard {
  background: transparent;
  background-image: linear-gradient(90deg, #212123, #212123), linear-gradient(180deg, #FF0C0C 20.72%, rgba(62, 66, 70, 0) 97.79%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 2px solid transparent;
  /* border-radius: 30px; */
  border-bottom: 0px !important;
}



.textHour {
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 991px) and (min-width: 767px) {
  .font24 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .w218 {
    width: 155px !important;
    margin: auto !important;
  }

  .textHour {
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 600 !important;
  }
}

.font30 {
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 767.9px) and (min-width: 400px) {
  .font24 {
    font-size: 18px !important;
    line-height: 21px !important;
  }

  .w218 {
    width: 108px !important;
    margin: auto !important;
  }

  .font30 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .textHour {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
  }
}

.width100 {
  width: 100px;
}

@media (max-width: 500px) {
  .font24 {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}

@media (max-width: 350px) {
  .font24 {
    font-size: 11px !important;
    line-height: 12px !important;
  }
}

@media (max-width: 399.9px) {

  .w218 {
    width: 100px !important;
    margin: auto !important;
  }

  .textHour {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
  }

  .font30 {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}

.recommendedBg {
  background: linear-gradient(270.93deg, #0775E6 -4.56%, #6C4AED 40.85%, #7D43EE 75.67%, #9738EF 103.16%);
}

.newBg {
  background: linear-gradient(86.55deg, #3B66FE 1.99%, #3B72FE 96.21%);
  font-weight: 600 !important;
}

.star-lottie-left {
  left: -8px;
  top: 0;
}

.star-lottie-right {
  right: -8px;
  top: 0;
}

.marginTop-20 {
  margin-top: -57px !important;
  /* top: -20px !important; */
}

.marginTopSoldOut {
  margin-top: -40px !important;
}

.hoverGradient:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(270deg, #A83AFE 0%, #6E59FE 100%);
}

.flipImage {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: relative;
  margin-bottom: -8px;
}

.gradientBorder {
  background: transparent;
  background-image: linear-gradient(90deg, #151617, #151617), linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: 40px;
}

@media (max-width: 345px) {
  .w100 {
    width: 84px !important;
  }
}

@media (min-width: 345.1px) and (max-width: 450px) {
  .w100 {
    width: 90px !important;
  }
}

@media (min-width: 450.1px) {
  .w100 {
    width: 100px !important;
  }
}

@media (min-width: 500.1px) {
  .w100 {
    width: 130px !important;
  }
}

.w100 {
  width: 110px;
  margin: 0px 5px;
}

.font12 {
  font-size: 12px !important;
  line-height: 14px !important;
}

.font15 {
  font-size: 15px !important;
  line-height: 16px !important;
}

.font8 {
  font-size: 10px !important;
  line-height: 9px !important;
}

/* 
.slidecontainer input[type=range] {
  pointer-events: none;
} */

/* .slidecontainer input[type=range]::-webkit-slider-thumb {
  pointer-events:auto;
} */

.testimonial-group>.row {
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-right: 1px;
  scrollbar-width: none;
}

@media (max-width: 767px) {
  .testimonial-group>.row {
    margin-left: 0px;
  }
}

.testimonial-group>.row>.col {
  display: inline-block;
}

.testimonial-group>.row>.col-auto {
  display: inline-block;

}

.testimonial-group>.row::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.customBlackBg {
  background-color: #151617;
}

.monterRange {
  position: absolute;
  width: auto !important;
  height: auto !important;
  padding: 5px 20px !important;
  margin-top: -50px !important;
  white-space: nowrap;
}

.discountGif {
  position: absolute;
  width: auto !important;
  height: auto !important;
  padding: 5px 20px !important;
  margin-top: -50px !important;
  white-space: nowrap;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {
  .discountGif {
    margin-top: -40px !important;
    margin-left: 40px !important;
  }

  #discountGifunlimited {
    margin-left: -250px !important;
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 5px 20px !important;
    margin-top: -40px !important;
    white-space: nowrap;
  }
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) {
  .discountGif {
    margin-top: -55px !important;
  }

  #discountGifunlimited {
    margin-left: -270px !important;
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 5px 20px !important;
    margin-top: -55px !important;
    white-space: nowrap;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) {
  .discountGif {
    margin-top: -55px !important;
  }

  #discountGifunlimited {
    margin-left: -300px !important;
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 5px 20px !important;
    margin-top: -50px !important;
    white-space: nowrap;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
  .discountGif {
    margin-top: -50px !important;
  }

  #discountGifunlimited {
    margin-left: -330px !important;
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 5px 20px !important;
    margin-top: -50px !important;
    white-space: nowrap;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
  .discountGif {
    margin-top: -50px !important;
  }

  #discountGifunlimited {
    margin-left: -330px !important;
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 5px 20px !important;
    margin-top: -50px !important;
    white-space: nowrap;
  }
}


.moveright {
  animation-name: moveright;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  display: flex;
  flex-direction: column;
}

@keyframes moveright {
  0% {
    transform: translateX(0%);
    position: absolute;
    opacity: 1;
    visibility: visible;
  }

  100% {
    transform: translateX(100%);
    position: absolute;
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes moveright {
  0% {
    -webkit-transform: translateX(0%);
    position: absolute;
    opacity: 1;
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(100%);
    position: absolute;
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.moveleft {
  animation-name: moveleft;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  display: flex;
  flex-direction: column;
}

@keyframes moveleft {
  0% {
    transform: translateX(-100%);
    position: absolute;
  }

  100% {
    transform: translateX(0%);
  }
}

.marginTop-45 {
  margin-top: -45px;
}

.height40 {
  height: 45px;
  padding-top: 6px;
}

.height45 {
  height: 45px;
}

.marginLeft15P {
  margin-left: 18%;
}

.marginLeft5P {
  margin-left: 8%;
}

@media (max-width: 768px) {
  .marginTop-45 {
    margin-top: -25px;
  }
}

@media (max-width: 631.1px) {

  .marginLeft15P {
    margin-left: 15%;
  }

  .marginLeft5P {
    margin-left: 7%;
  }

  .slider::-moz-range-thumb {
    width: 35px;
    height: 110px;
  }

  .slider::-webkit-slider-thumb {
    width: 35px;
    height: 90px;
  }

  .monterRange {
    padding: 0px 10px !important;
    margin-top: -30px !important;
  }
}

@media (max-width: 460px) {
  .marginLeft5P {
    margin-left: 5%;
  }
}

@media (max-width: 400px) {
  .marginLeft5P {
    margin-left: 5%;
  }

  .marginLeft15P {
    margin-left: 13%;
  }
}

.opacity0 {
  opacity: 0;
}

.height130px {
  height: 130px;
}

.overflowXHidden {
  overflow-x: hidden;
}


.marginTop-67 {
  margin-top: -67px !important;
}

.marginTop-5 {
  margin-top: 5px;
}




@media (max-width: 500px) {
  .font12 {
    font-size: 8px !important;
    line-height: 8px !important;
  }

  .font8 {
    font-size: 6px !important;
    line-height: 5px !important;
  }

  .width100 {
    width: 80px !important;
  }
}


@media (max-width: 380px) {
  .font8 {
    font-size: 4.25px !important;
    line-height: 5px !important;
  }
}

.w1000 {
  width: 1000px;
}

@media (max-width: 1000px) {
  .w1000 {
    width: 100% !important;
  }
}

@media (min-width: 767.9px) {
  .visibleHideInDesktop {
    visibility: hidden;
  }
}

.sliderDefaultHeight {
  height: 640px;
  overflow: hidden
}

@media (max-width: 1198.9px) {
  .sliderDefaultHeight {
    height: 600px !important;
  }
}

@media (max-width: 991.9px) {
  .sliderDefaultHeight {
    height: 580px !important;
  }
}

@media (max-width: 767.9px) {
  .sliderDefaultHeight {
    height: 785px !important;
  }
}

@media (max-width: 575.9px) {
  .sliderDefaultHeight {
    height: 765px !important;
  }
}

@media (max-width: 349.9px) {
  .sliderDefaultHeight {
    height: 750px !important;
  }
}

.font8 {
  font-size: 10px !important;
  line-height: 9px !important;
}

@media (max-width: 380px) {
  .font8 {
    font-size: 4.25px !important;
    line-height: 5px !important;
  }
}

@media (max-width: 500px) {
  .font8 {
    font-size: 8px !important;
    line-height: 5px !important;
  }
}

.unlimited-star {
  color: red;
}



#overlay-select {
  display: none;
  background: transparent;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  position: fixed !important;
}

#overlay-msg {
  display: none;
  background: transparent;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  position: fixed !important;
}

#overlay-msg-downgrade {
  display: none;
  background: transparent;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  position: fixed !important;
}

#overlay-email {
  display: none;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  position: fixed !important;

}

#overlay-notif {
  display: none;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  position: fixed !important;

}

#popup-msg {
  background-color: #212123;
  color: #fff;
  padding: 10px;
  border-radius: 16px;
  text-align: center;
  width: 450px;
  height: auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.9);
}

.selected-plan {
  background: none !important;
  pointer-events: none;
  cursor: not-allowed;
  display: flex !important;
  gap:10px;
  span{
    padding: 0 0 0px 0 !important;
    font-size: 20px !important;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1280px) {
  .selected-plan {
    span {
      margin: 0px !important;
    }
  }
}


.width25rem{
  width: 25rem !important;
}

#popup-email {
  background-color: #212123;
  color: #fff;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  width: 400px;
  height: 340.33px !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.9);
}

.heading {
  font-size: 18px;
  font-weight: bold;
}

#input-email {
  margin-top: 15px;
  background: none;
  padding: 15px;
  font-size: 14px;
  border: 1px solid white;
  border-radius: 5px;
  width: 100%;
  color: white;
}

#popup-notif {
  background-color: #3E4246;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  width: 400px;
  height: 4rem;
  word-wrap: break-word;
  padding: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.9);
}

#closeBtn {
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  font-size: 1em;
  border-radius: 10px;
  padding: 13px;
  width: 100%;
  margin-bottom: 10px;
}

.subtext {
  color: #959595;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  word-wrap: break-word;
  word-break: break-word;
  padding: 40px 0 40px 0;
}

#downgrade-message {
  color: #959595;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  word-wrap: break-word;
  word-break: break-word;
  padding: 20px 0 20px 0;
}

#downgrade-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .02em;
  word-wrap: break-word;
  word-break: break-word;
  padding: 20px 0 20px 0;
}

.wait-icon {
  display: flex;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.popup-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}


#overlay-select {
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);

}

.infinity {
  width: 30px !important;
  height: 30px !important;
}

@media (max-width:360px) {
  #popup-msg {
    width: 330px !important;
    height: auto;
  }

}

@media (max-width:600px) {
  #overlay-msg {
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);

  }

  #overlay-msg-downgrade {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #overlay-email {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #overlay-notif {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #popup-msg {
    width: 345px;
    height: auto;
  }

  #popup-email {
    width: 388px !important;
    height: 320px !important;
  }

  .heading {
    font-size: 20px !important;
  }

  .wait-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .subtext {
    font-size: 16px;
    padding: 20px 0;
    width: 100% !important;
  }

  #downgrade-message {
    font-size: 16px;
    padding: 20px 0;
    width: 100% !important;
  }

  #downgrade-title {
    font-size: 18px;
    padding: 20px 0;
    width: 100% !important;
  }

  .cross {
    width: 0.8rem;
    height: 0.8rem;
  }

  .popup-container {
    margin-top: 35px !important;
    padding: 0px !important;
  }

  .gradientBtnNotify {
    padding: 10px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
  }

  #closeBtn {
    padding: 10px !important;
    font-size: 16px !important;
    border-radius: 4px !important;
  }

  .disableBtnNotify {
    padding: 10px !important;
    font-size: 16px !important;
    border-radius: 15px !important;
  }

  #input-email {
    font-size: 16px !important;
    margin-top: 10px !important;

  }

  .margin-custom {
    margin-top: 25px !important;
  }

  #popup-notif {
    border-radius: 10px;
    height: 60px !important;
    padding: 10px 20px;
    width: 388px !important;
  }

  #notify-user-msg {
    font-size: 16px;
  }
}

@media(max-width:1252px) {
  .smallDeviceMargin {
    margin-bottom: 10px !important;
    margin-left: 4px !important;
  }
}

@media (min-width:600.01px) and (max-width:1024px) {
  #popup-msg {
    width: 25rem;
    height: auto;
  }

  .wait-icon {
    width: 5rem;
    height: 5rem;
  }

  .subtext {
    font-size: 15px;
    padding: 30px 0;
    width: 20rem;
  }

  #downgrade-message {
    font-size: 15px;
    padding: 10px 0 20px 0;
    width: 20rem;
  }

  #downgrade-title {
    font-size: 17px;
    padding: 20px 0 10px 0;
    width: 16rem;
  }

  .cross {
    width: 1rem;
    height: 1rem;
  }

  .popup-container {
    margin-top: 46px;
  }

  .gradientBtnNotify {
    padding: 8px !important;

    border-radius: 5px !important;
    width: 20rem !important;
  }

  .disableBtnNotify {
    padding: 8px !important;
    font-size: 1.2rem !important;
    border-radius: 17px !important;
    width: 16rem !important;
  }

  #closeBtn {
    padding: 3px !important;
    border-radius: 6px !important;
  }

  #popup-notif {
    border-radius: 10px;
    width: 26rem !important;
    height: 4.3rem;
    padding: 10px 20px;

  }

  #notify-user-msg {
    font-size: 1rem;
  }

}

.gradientBtnNotify {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  background: linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%);
  padding: 10px;
  font-weight: 500;
  width: 100%;
  border: none;
}

.disableBtnNotify {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
  background: linear-gradient(270deg, #616161 0%, #434343 100%);
  padding: 10px;
  font-weight: 500;
  width: 100%;
  border: none;
}

.know-more-btn {
  padding: 0.3rem 0.2rem !important;
}

.cross-wrapper {
  pointer: cursor !important;
}

.cross {
  display: flex;
  float: right;

}

.margin-custom {
  margin-top: 50px;
}

/* new css added */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');

@font-face {
  font-family: 'Nine Tsuki';
  src: url('../assets/fonts/NineTsukiRegular.ttf') format('truetype'),
    url('../assets/fonts/NineTsuki.otf') format('opentype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

/* ::-webkit-scrollbar {
  width: 0px;
} */
.sub-heading {
  /* font-weight:750;
  font-size:33px; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* margin-top:50px; */

  padding: 84px 0 0 0;
  margin: 0;
  font-family: Poppins;
  font-size: 34px;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: 0.02em;
  text-align: center;
}

/* #tabContainer{
  display:flex;
  flex-direction:row;
  gap:20px;
  justify-content:center !important;
  align-items:center !important;
  margin:20px 20px 20px 0px;
  margin-bottom:40px !important;
} */

.margin-trial {
  margin-top: 10px !important;
}

.margin-night {
  margin-top: 10px !important;
}

.disabledTab {
  background-color: #212123;
  color: #959595;
  /* width: 140px !important; */
  width: 220px !important;
  /* height:38px; */
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disabledTab:hover {
  color: #959595;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.disabledTab:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.activeTab {
  /* background: linear-gradient(to right, #A83AFE 0%, #6E59FE 100%);
  color:white;
  width: 140px !important;
  height:38px;
  border-radius:60px;
  display:flex;
  align-items: center;
  justify-content: center; */
  /* padding: 0 78px; */
  /* justify-content: space-between; */

  background: linear-gradient(270deg, #A83AFE 0%, #6E59FE 100%);
  color: white;
  height: 48px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}

.activeTab:hover {
  color: white;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.activeTab:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;

}

#sub-swiper {
  width: 100%;
  height: 100%;
}

.hidden {
  visibility: hidden !important;
}

#sub-swiper-trial {
  width: 100%;
  height: 100% !important;
}

#sub-swiper-night {
  width: 100%;
  height: 100% !important;
}

.discount {
  text-decoration: line-through;
  color: #959595;
  font-size: 16px !important;
}

.marginTop-17 {
  margin-top: -17px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #212123;
  width: 340px !important;
  border-radius: 30px;
  padding: 40px 0px;
  margin-top: 50px !important;
  /* margin-bottom: calc(100% - 100%); */
  margin-bottom: 50px !important;
}

.swiper-slide.apply-property::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 100%;
  height: 60%;
  background-image: url('../assets/subscriptionNew/Onespace_Background.svg');
  background-repeat: no-repeat;
  z-index: -2;
  opacity: 0.1;
  background-size: 280px;
}

.swiper-slide-monthly {
  /* max-height: 800px !important; */
  min-height: 660px;
}

.swiper-slide-trial {
  height: 440px !important;
}

.swiper-slide-night {
  height: 535px !important;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

@media (min-width: 1026px) {
  .marginTop-5 {
      margin-top: -15px;
  }
}

/* tablet */
@media(max-width:1025px) {
  #labels {
    display: none;
  }

  #labels-monthly {
    display: none;
  }

  #labels-night {
    display: none;
  }

  .activeTab,
  .disabledTab {
    width: 100px;
  }

  .tipBg {
    width: 100% !important;
  }

  .onespaceTipBg {
    width: 100% !important;
  }

  .mobile-tag {
    display: none !important;
  }

  .swiper-slide {
    font-size: 14px;
    padding: 40px 0px !important;

  }

  .swiper-slide-monthly {
    /* height:985px!important;     */
  }

  .swiper-slide-trial {
    height: 640px !important;
  }

  .swiper-slide-night {
    height: 770px !important;
  }

  .marginTopSoldOut {
    margin-top: -57px;
  }

  .marginTop-20 {
    margin-top: -57px !important;
  }

  .marginTop-5 {
    margin-top: -15px;
  }



  #section-topup {
    margin: 0 !important;
  }

  #section-base_nightly {
    margin: 0 !important;
  }

}

/* mobile */
@media(max-width:640px) {

  .activeTab,
  .disabledTab {
    width: 95px !important;
  }

  .tab-desc-container {
    left: -10px !important;
  }

  #labels {
    display: none;
  }

  #labels-monthly {
    display: none;
  }

  #labels-night {
    display: none;
  }

  .marginTop-17 {
    margin-top: -38px !important;
  }

  .swiper-slide {
    font-size: 14px;
    width: 85vw !important;

  }

  .swiper-slide-monthly {
    /* height:985px;     */
  }

  .swiper-slide-trial {
    height: 640px !important;
  }

  .swiper-slide-night {
    height: 770px !important;
  }

  .tipBg {
    width: 100% !important;
  }

  .onespaceTipBg {
    width: 100% !important;
  }

  .mobile-tag {
    display: inline-block !important;
    max-width: fit-content !important;
    padding: 5px;
    border-radius: 5px;
    background: black;
    color: #959595;
  }

  .marginTop-20 {
    margin-top: -60px !important;
  }

  .marginTopSoldOut {
    margin-top: -60px !important;
  }

  .marginTop-5 {
    margin-top: -2px;
  }

  #section-topup {
    margin: 0 !important;
  }

  #section-base_nightly {
    margin: 0 !important;
  }

}

.recommendedBorder {
  background-image: linear-gradient(90deg, #212123, #212123),
    linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%) !important;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 2px solid transparent;
  background: #212123;
  background-image: linear-gradient(90deg, #212123, #212123),
    linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%) !important;
  background-image: -webkit-linear-gradient(90deg, #212123, #212123),
    -webkit-linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%) !important;

  background-image: linear-gradient(90deg, #212123, #212123),
    linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%) !important;

  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 3px solid transparent;
  border-image-source: linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%);
  border-image-source: -webkit-linear-gradient(120deg, #0575E6 9.6%, #FF0CF5 92.85%) !important;
  border-image-source: linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%);

  /* box-shadow: 
    -8px 0px 8px 4px #FE3A8C26, 
    0px -8px 8px 4px #FF708A26,  
    8px 0px 8px 4px #3AB7FE26,   
    0px 8px 8px 4px #3A65FE26;    */

  box-shadow: 0px 8px 8px 4px rgba(58, 101, 254, 0.15), 8px 0px 8px 4px rgba(58, 183, 254, 0.15), 0px -8px 8px 4px rgba(255, 112, 138, 0.15), -8px 0px 8px 4px rgba(254, 58, 140, 0.15);

}

.swiper-slide-tab {
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #212123;
  width: 283.14px !important;
  height: 450px !important;
  border-radius: 30px;
  padding: 40px 25px 40px 25px;
}

.swiper-slide {
  margin-left: 16px;
}

/* @media (min-width: 768px) {
  .swiper-slide{
    width:257.4px !important;
    height:500px !important;
    font-size: 16px;
    padding:40px 25px 40px 25px;
  }
  .margin10{ 
    margin:8px !important;
  }
  .cross{
    height:10px;
    width:10px;
    }
} */
.swiper-pagination-bullets {
  display: none;
}

.sub-btn:hover {
  background: linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%);
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.sub-btn:active {
  /* background:linear-gradient(300.3deg, #07427E 9.6%, #70006C 92.85%);
  color:#A8A8A8 !important;
  border:none!important;
  outline:none !important;
  box-shadow:none!important; */
}

.sub-btn:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.upper-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}



.margin10 {
  margin: 10px !important;
}

.sub-container {
  display: flex;
  flex-direction: column;
  align-item: center;
  justify-content: center;
}


/* Container Cards Box Starts Here */
.subcriptions-main-cont {
  padding: 0;
  margin: 0;
}

.sub-container.container-cards-box .flexContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px 0 0;
}

.sub-container.container-cards-box .flexContainer img {
  margin-bottom: 10px;
  margin-right: 5px;
}

@media only screen 
  and (min-device-width: 767px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (min-resolution: 192dpi) {
    .sub-container.container-cards-box .flexContainer img {
      margin-bottom: -9px !important;
      margin-right: 5px;
    }
  }

.sub-container.container-cards-box .discount {
  font-family: Poppins;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 10px 0 0;
}

.sub-container.container-cards-box .actual-price-container {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 0 3px 0;
  margin: 0;
}

.sub-container.container-cards-box .price {
  font-family: Poppins;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.02em;
  text-align: center;
}

.sub-container.container-cards-box .flexContainer span.plan-name {
  font-family: Nine Tsuki !important;
  font-size: 48px;
  font-weight: 400;
  line-height: 43.22px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  /* margin: 40px 0 0 0 !important; */
  display: block;
}

.sub-container.container-cards-box .img-container a,
.sub-container.container-cards-box .img-container button {
  /* width: 134px; */
  /* width: auto; */
  min-width: 134px;
  height: 64px;
  border-radius: 60px;
  background: linear-gradient(124deg, #616161 -85%, #434343 100%);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.02em;
  margin: 8px 0 44px 0 !important;
  padding: 0 !important;
  /* padding: 0 30px !important; */
}

.sub-container.container-cards-box .img-container span {
  font-family: Poppins;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 0 16px 0;
  font-weight: 500;
}

/* Container Cards Box Starts Here */

.label-container {
  display: flex;
  flex-direction: column;
  align-item: center;
  justify-content: center;
  width: 334px;
  margin-top: 69.5px;

}

.label-container-night {
  display: flex;
  flex-direction: column;
  align-item: center;
  justify-content: center;
  width: 334px;
  margin-top: 4px !important;
}

.label-container-tab {
  display: flex;
  flex-direction: column;
  align-item: center;
  justify-content: center;
  width: 334px;
  margin-top: 3px;

}


.text-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
  z-index: 1;
  margin: auto;
}

.text-overlay h2 {
  margin-bottom: 20px !important;
  font-weight: 800;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.02em;
  text-align: center;
}

.banner-heading {
  padding: 0px 10px !important;
}


@media only screen and (max-width: 768px) {
  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: none;
  }

  .tablet-img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 269px !important;
  }

  .text-overlay h2 {
    font-size: 30px;
  }
}


@media only screen and (max-width: 480px) {
  .desktop-img {
    display: none;
  }

  .mobile-img {
    width: 100%;
    height: 20%;
    object-fit: cover;
    display: block;
  }

  .tablet-img {
    display: none;
  }


}

/* For larger screens */
@media only screen and (min-width: 769px) {
  .desktop-img {
    width: 100%;
    height: 20%;
    object-fit: cover;
    display: block;
  }

  .tablet-img {
    display: none;
  }

  .mobile-img {
    display: none;
  }

  .banner-heading {
    @media (min-width:320px) {
      width: 388px !important;
      height: 120px;
    }

    @media (min-width:768px) {
      width: 721px !important;
      height: 80px;
    }

    @media (min-width:1200px) {
      width: 1100px !important;
      height: 140px;
    }

    margin: 0 auto;

    top: 235px;
    left: 328.91px;
    gap: 0px;
    font-family: Poppins;
    font-size: 50px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

#section-base {
  display: none;
}

#section-topup {
  display: none;
}

#section-base_nightly {
  display: none;
}

.text-dull {
  color: #DCDCDC !important;
  font-weight: 500 !important;
}

.text-muted {
  color: #959595 !important;
  font-weight: 500 !important;
}

.text-bold-white {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.price {
  font-weight: 700;
  font-size: 33px;
}

.plan-name {
  font-weight: 400;
  font-size: 38px;
  font-family: 'Nine Tsuki' !important;
  margin-top: 10px !important;
}

.blue-gradient {
  background: linear-gradient(90deg, #3AA0FE 0%, #59FEF4 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.tab-desc-container {
  background-color: #151515 !important;
  left: 10px;
  top: 32px;
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
}

.tab-desc {
  font-size: 11px;
  font-weight: 700;
}

.text-gradient-disabled {
  background: linear-gradient(270deg, rgba(255, 105, 40, 0.5) 0%, rgba(244, 148, 3, 0.5) 100%, rgba(241, 158, 32, 0.5) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.text-gradient-enabled {
  background: linear-gradient(270deg, #FF6928 0%, #F49403 100%, #F19E20 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0px #21212366;
  box-shadow: 0px -4px 10px 0px #3F01AC66;
}

.green-yellow-gradient {
  background: linear-gradient(270deg, #F9EB24 2.5%, #12BEF8 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}


.inline-block {
  display: inline-block !important;
}

.night-container {
  justify-content: center !important;
}

.night-img {}

@media (min-width: 1280px) {
  #oLogo {
    margin-top: 10px !important; 
  }
}

.onespace-logo {
  width: 35px;
  height: 35px;
  margin-right: 3px !important;
}

.night-plan {
  width: 100%;
  height: 100%;
}

.flex-container {
  display: flex;
  align-items: center;
}

.flex-container img {
  max-width: 10px;
  margin-right: 0px;
}

.margin-left-5 {
  margin-left: 7px;
}

.margin-right-5 {
  margin-right: 5px;
}

.mobile-tag {
  display: none;
}

.orange-gradient {
  background: linear-gradient(90deg, #FE753A 0%, #F4C37A 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.red-gradient {
  background: linear-gradient(180deg, #FF0C0C 0%, #FF630C 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.purple-blue-gradient {
  background: linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.dark-orange-gradient {
  background: linear-gradient(to right, #FF0DBB 0%, #F56122 10%, #F56122 66.67%, #FF0DBB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.tipBg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(270deg, #A83AFE 0%, #6E59FE 100%);
  border-radius: 0px 0px 20px 20px;
  border-radius: 15px;
  width: 90%;
  font-size: 16px;
  margin: auto;

}

.onespaceTipBg {
  border-radius: 20px;
  background: #212123;
  width: 90%;
  font-size: 16px;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 1);
}

.onespace-img {
  width: 30px !important;
  height: 30px !important;
  margin-bottom: 5px !important;
}

@media (max-width:587px) {
  .onespace-img {
    width: 16px !important;
    height: 16px !important;
    margin-bottom: 0px !important;
  }

  .onespaceText {
    font-size: 18px !important;
  }

  .onespaceSpecialText {
    font-size: 16px;
  }
}

.onespaceText {
  font-family: Nine Tsuki;
  font-size: 32px;
  font-weight: 400;
  line-height: 10px;
  margin-right: 5px;
}

.grey-btn {
  border-radius: 60px;
  padding: 10px 10px;
  width: 110px;
  margin-bottom: 20px !important;
  color: white;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(90deg, #616161 0%, #434343 100%);
  white-space: nowrap;
  border: none;
}

.top-img {
  margin-bottom: 10px !important;
}

.img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fontCustom {
  font-size: 16px;
}

.upper-content {
  color: #DCDCDC;

}

.lower-content {
  color: #959595;
}

.label-content {
  color: #959595;
  width: 250px;
  text-align: right;
  font-size: 16px !important;
}

.cross {
  cursor: pointer;
  position: absolute;
  height: 20px;
  width: 20px;
}

.img-wrapper {
  height: 23.9px !important;
  width: 23.9px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-wrapper-onespace {
  height: 15px !important;
  width: 15px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.main {
  display: flex;
  flex-direction: row;
  margin-top: 0px !important;
  justify-content: center;
}
.swiper-wrapper {
  height: 98% !important;
}

.subcriptions-cards-cont .swiper .swiper-wrapper .swiper-slide {
  overflow: visible;
}

.display-none {
  display: none;
}

/* Santosh Subcription CSS Starts Here */
.plans-tabs-cont {
  width: 740px;
  margin: 0 auto;
  margin-top: 20px;
  background: #212123;
  box-shadow: 0px 4px 9px 0px #000000;
  border-radius: 60px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow-x: auto !important;
  overflow: hidden;
}

.plans-tabs-cont div {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CSS Tabs Animation Starts Here */
.plans-tabs-cont .position-relative {
  position: relative;
}

.plans-tabs-cont .position-relative a:after {
  content: "";
  position: absolute;
  width: -webkit-fill-available;
  top: 0;
  transition: left cubic-bezier(.88, -.35, .565, 1.35) 15s;
  height: 100%;
  z-index: 0;
}

.plans-tabs-cont .position-relative.left:after {
  left: 0;
}

.plans-tabs-cont .position-relative.right:after {
  left: 50%;
}

.plans-tabs-cont .position-relative a {
  display: inline-block;
  width: 50%;
  padding: 12px 0;
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: color 200ms;
  user-select: none;
}

.plans-tabs-cont .position-relative a.activeTab {
  background: linear-gradient(270deg, #A83AFE 0%, #6E59FE 100%);
  display: flex;
  align-items: center;
  max-width: 220px;
  padding: 0;
  /* transform: translateX(220px); */
  /* padding: 0 78px; */
}



/* ###################################Tabs New Animation###################################*/
.swipe-tabs-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  margin-top: 20px;
  background: #212123;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
  border-radius: 60px;
}

.swipe-tabs-cont .tabs {
  display: flex;
  position: relative;
  box-shadow: 0 0 1px 0 rgba(#185ee0, 0.15), 0 6px 12px 0 rgba(#185ee0, 0.15);
  padding: 0;
  border-radius: 99px;

  * {
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .swipe-tabs-cont .tabs {
    margin-top: 9px;
  }
}

@media (min-width: 617px) and (max-width: 768px) {
  .swipe-tabs-cont .tabs {
    margin-top: 0 !important;
  }
}

input[type="radio"] {
  display: none;
}

.swipe-tabs-cont .tab {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 220px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  color: #fff;
  -webkit-text-fill-color: #fff;
  /* For iOS devices */
  margin: 0 auto;
  transition: color 0.15s ease-in;
  border: none !important;
  outline: none !important;
}

@media (max-width: 1200px) {
  .swipe-tabs-cont .tab {
    font-size: 16px;
  }
}

.swipe-tabs-cont .notification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  border-radius: 50%;
  background-color: #e6eef9;
  transition: 0.15s ease-in;
}

input[type="radio"] {
  &:checked {
    &+label {
      color: #fff;

      &>.notification {
        background-color: #185ee0;
        color: #fff;
      }
    }
  }
}

input[id="radio-1"] {
  &:checked {
    &~.glider {
      transform: translateX(0);
    }
  }
}

input[id="radio-2"] {
  &:checked {
    &~.glider {
      transform: translateX(100%);
    }
  }
}

input[id="radio-3"] {
  &:checked {
    &~.glider {
      transform: translateX(200%);
    }
  }
}

.swipe-tabs-cont .glider {
  position: absolute;
  display: flex;
  height: 48px;
  width: 220px;
  background: linear-gradient(270deg, #A83AFE 0%, #6E59FE 100%);
  z-index: 1;
  border-radius: 99px;
  transition: 0.25s ease-out;
}

@media (max-width: 740px) {
  .tabs {
    /* transform: scale(0.6); */
  }
}

/* ###################################Tabs New Animation###################################*/
/* CSS Tabs Animation Ends Here */
.checking-speed-cont {
  width: 952px !important;
  height: 42px !important;
  padding: 0 42px 0 42px !important;
  border-radius: 30px !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  background: #212123;
  color: #fff;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto !important;
  z-index: 1;
}


.checking-speed-cont img {
  padding: 0 0 0 0;
  margin-right: 8px;
  cursor: pointer;
}

.checking-speed-cont p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #959595;
  /* @media (min-width: 768px){
    text-transform: uppercase !important;
  } */
}

.checking-speed-cont img:last-child {
  padding: 0 0 0 3px;
  margin-left: 10px;
  cursor: pointer;
}

.plans-tabs-cont div .position-relative a.disabledTab {
  height: 58px;
  border-radius: 60px;
}

.plans-tabs-cont div .position-relative a {
  max-width: 220px;
  min-width: 220px;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.plans-tabs-cont div.tab-desc-container {
  display: none !important;
}

/* subscription-category-box */
.subscription-category-box {
  padding: 0 0 0 0;
  /* max-width: 1270px; */
  margin: 0 auto;
}

.subscription-category-box section .subcriptions-main-cont .swiper {
  padding: 0 0 51px 0;
}

/* subscription-category-box */

.browse-faqs-cont .customAccordion .accordion-item h2 {
  padding: 0;
  margin: 0;
}

.browse-faqs-cont .row .browse-heading {
  margin: 0 0 50px 0 !important;
}

.browse-faqs-cont .row .browse-heading h1 {
  font-family: Poppins;
  font-size: 50px;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0;
}

.browse-faqs-cont .row p {
  font-family: Poppins;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
  letter-spacing: 0.02em;
  text-align: left;
}

.browse-faqs-cont .customAccordion .accordion-item h2 button {
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 30px 0px;
  font-size: 20px !important;
  line-height: 34px !important;
}

.browse-faqs-cont .customAccordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  margin: 0;
}




@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .text-overlay h2 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .sub-heading {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 60px 0 0 0;
  }

  /* .sub-container.container-cards-box .flexContainer span.plan-name{
    margin: 20px 0 0 0 !important;
  } */
  .plans-tabs-cont div .position-relative a,
  .plans-tabs-cont div .position-relative .activeTab {
    min-width: 190px;
    max-width: 190px;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px;
  }

  .plans-tabs-cont {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  /* Tabs Swiper Starts */
  .swipe-tabs-cont {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    height: 48px;
    overflow: hidden;
  }

  .swipe-tabs-cont .tabs {
    overflow-x: auto;
  }

  .swipe-tabs-cont .tab {
    min-width: 190px;
    width: auto;
  }

  .swipe-tabs-cont .glider {
    width: 190px;
  }

  /* Tabs Swiper Ends */

  .checking-speed-cont {
    cursor: pointer !important;
    padding: 4px 13px !important;
    margin: 0 auto !important;
    width: 368px !important;
    height: 42px !important;
    white-space: normal !important;
    gap: 4px;
    border-radius: 20px;
  }

  .checking-speed-cont p {
    text-align: left;
    padding: 3px 0px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    height: 36px;
    gap: 0px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 3px;

  }

  .sub-container.container-cards-box .price {
    font-size: 24px;
    line-height: 36px;
  }

  .sub-container.container-cards-box .flexContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0 0;
  }

  .sub-container.container-cards-box .flexContainer img {
    margin: 3 0 0 0;
  }

  .sub-container.container-cards-box .flexContainer span.plan-name {
    font-size: 38px;
    line-height: 26px;

  }

  .sub-container.container-cards-box .img-container .mobile-tag {
    width: auto;
    max-width: 107px;
    height: auto;
    max-height: 28px;
    padding: 4px 8px;
    gap: 10px;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 0 7px 0;
    background-color: #151515;
    color: #959595;
  }

  /* @media screen and (min-width: 320px) and (max-width: 767px)  */

  .checking-speed-cont img:last-child {
    margin: 0;
    text-align: left;
    width: 10px;
    height: 16px;
  }

  .sub-container.container-cards-box .img-container a {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    height: 44px;
  }

  /* FAQS */
  .browse-faqs-cont {
    padding-top: 20px !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }

  .browse-faqs-cont .row .browse-heading {
    margin: 0 0 40px 0 !important;
  }

  .browse-faqs-cont .row .browse-heading h1 {
    font-family: Poppins;
    font-size: 30px !important;
    font-weight: 800;
    line-height: 40px !important;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .browse-faqs-cont .customAccordion .accordion-item h2 button {
    font-family: Poppins;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 26px !important;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 25px 0;
  }

  .browse-faqs-cont .row p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1280px) {
  .subscription-category-box {
    padding: 26px 0 0 0;
  }

  .text-overlay h2 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .sub-heading {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 60px 0 0 0;
  }

  /* .sub-container.container-cards-box .flexContainer span.plan-name{
    margin: 20px 0 0 0 !important;
  } */
  .plans-tabs-cont div .position-relative a,
  .plans-tabs-cont div .position-relative .activeTab {
    min-width: 190px;
    max-width: 190px;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px;
  }

  .plans-tabs-cont {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .checking-speed-cont {
    cursor: pointer !important;
    padding: 4px 13px !important;
    margin: 0 auto !important;
    width: 633.02px !important;
    height: 42px !important;
    white-space: normal !important;
    gap: 4px;
    border-radius: 0px 0px 20px 20px;
  }

  .checking-speed-cont p {
    text-align: left;
    padding: 3px 0px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    width: 553px;
    height: 36px;
    gap: 0px;
    /* text-transform: capitalize; */
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 4px;
  }

  .sub-container.container-cards-box .price {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .sub-container.container-cards-box .flexContainer img {
    margin: -10px 5px 0 0;
  }

  .sub-container.container-cards-box .flexContainer span.plan-name {
    font-size: 48px;
    line-height: 26px;
    margin: 0 !important;
  }

  .sub-container.container-cards-box .img-container span {
    padding: 0 8px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 24px 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .checking-speed-cont img:last-child {
    margin: 0;
    text-align: left;
    width: 10px;
    height: 16px;
  }

  .sub-container.container-cards-box .img-container a,
  .sub-container.container-cards-box .img-container button {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    height: 44px;
    font-family: Poppins;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: center;
    height: 64px;
    min-width: 134px;
  }

  /* FAQS */
  .browse-faqs-cont {
    padding-top: 20px !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }

  .browse-faqs-cont .row .browse-heading {
    margin: 0 0 40px 0 !important;
  }

  .browse-faqs-cont .row .browse-heading h1 {
    font-family: Poppins;
    font-size: 30px !important;
    font-weight: 800;
    line-height: 40px !important;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .browse-faqs-cont .customAccordion .accordion-item h2 button {
    font-family: Poppins;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 26px !important;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 25px 0;
  }

  .browse-faqs-cont .row p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@supports (-webkit-touch-callout: none) {
  .sub-container.container-cards-box .flexContainer img {
     margin: 0 0 0 0;
   }
 }
 
/* Santosh Subcription CSS Ends Here */



/* Added by Vanshika*/

.tab-desktop-tag {
  display: inline;

  @media (max-width:640px) {
    display: none;
  }
}
.tab-mobile-tag {
  display: inline;

  @media (min-width:640px) {
    display: none;
  }
}



.p-mob {
  @media(max-width: 480px) {
    padding: 0 20px;
    margin-top: 0.5rem !important;
  }
}

.m-mob {
  @media(max-width: 480px) {
    padding: 16px;
  }
}

#social-media .me-3 {
  @media(max-width: 480px) {
    margin-right: 0.5rem !important;
  }
}

#social-media a {
  text-decoration: none !important;
  border: none !important;
}

#coming-soon-img {
  @media(min-width: 768px) and (max-width: 1200px) {
    margin-top: 20px !important;
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.off-subscript {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;

  @media (max-width: 767px) {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
}

.selectCTA:hover {
  padding: 15px 34.5px 15px 34.5px;
  gap: 10px;
  border-radius: 60px 0px 0px 0px;
  opacity: 0px;
  background: linear-gradient(122.92deg, #156EC8 9.78%, #CA13C2 90.81%) !important;
  box-shadow: 2px 2px 8px 0px #022D5880 !important;
  box-shadow: -2px -2px 8px 0px #49014880 !important;
  text-align: left !important;

}

.selectCTA:active {
  padding: 15px 34.5px 15px 34.5px !important;
  gap: 10px !important;
  opacity: 0px !important;
  background: linear-gradient(270deg, #A83AFE 0%, #6E59FE 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) !important;
  font-family: Poppins;
  color: #A8A8A8 !important;
}

.tabs::-webkit-scrollbar {
  height: 8px;
  /* Height of the horizontal scrollbar */
}

.tabContainer {
  -ms-overflow-style: none;
  overflow-y: hidden;
  scrollbar-color: transparent transparent;

  &::-webkit-scrollbar {
    display: none;
  }
}

.custom-text-span {
  max-width: 300px;
  word-break: auto-phrase;
}

/* ___________________________________________________________________ */
/* _____ Server Location main div _____ */
.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.serverLocation {
  display: none;
  width: auto;
  height: auto;
  padding: 20px 16px 20px 16px;
  gap: 40px;
  border-radius: 6px;
  background: #212123;
  box-shadow: 0px 10px 20px 0px #0000006B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  position: fixed !important;
}

/* Media Queries for Server Location main div */

@media (min-width: 1025px) {
  .serverLocation {
    width: 580px;
    height: 494px;
    padding: 40px;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .serverLocation {
    width: 388px;
    height: 485px;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .serverLocation {
    width: 388px;
    height: 480px;
  }
}

@media (min-width: 360px) and (max-width: 420px) {
  .serverLocation {
    width: 328px;
    height: 497px;
  }
}

.serverLocation.expanded .slError {
  max-height: 553px;
}

/* ___________________________________________________________________ */

.serverClose {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -12px;
  right: -4px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.slClose {
  background: #FFFFFF;
  border-radius: 50%;
}

/* ___________________________________________________________________ */

/* _____ Logo and Text div start _____ */

.logoText {
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Media Queries for Logo and Text div */

@media (min-width: 1025px) {
  .logoText {
    width: 500px;
    height: 223px;
  }
}

@media (min-width: 420px) and (max-width: 1024px) {
  .logoText {
    width: 356px;
    height: 223px;
    margin-bottom: 40px;
  }
}

@media (min-width: 360px) and (max-width: 420px) {
  .logo-text {
    width: 90px;
    height: 81px;
    margin-bottom: 20px;
  }
}

/* _____ SVG Logo CSS start _____ */

.svg-serverLocation {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

}

.svg-image {
  width: 100%;
  height: 100%;
}

/* Media Queries for Logo */

@media (min-width: 1025px) {
  .svg-serverLocation {
    width: 190px;
    height: 81px;
    padding: 0px 50px;
    margin-bottom: 40px;
  }
}

@media (min-width: 360px) and (max-width: 1024px) {
  .svg-serverLocation {
    width: 90px;
    height: 81px;
  }
}

/* _____ Text div CSS start _____ */

.text {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Media Queries for main text div */

@media (min-width: 1025px) {
  .text {
    width: 500px;
    height: 266px;
    gap: 20px;
  }
}

@media (min-width: 420px) and (max-width: 1024px) {
  .text {
    width: 356px;
    height: 102px;
    margin-top: 30px;
  }
}

@media (min-width: 360px) and (max-width: 420px) {
  .text {
    width: 296px;
    height: 126px;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}

/* _____ Text heading CSS start _____ */

.textHeading {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}

/* Media Queries for sub text div */

@media (min-width: 1025px) {
  .textHeading {
    width: 500px;
    height: 36px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
}

@media (min-width: 420px) and (max-width: 1024px) {
  .textHeading {
    width: 356px;
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}

@media (min-width: 360px) and (max-width: 420px) {
  .textHeading {
    width: 296px;
    font-size: 20px;
  }
}

/* _____ Text description CSS start _____ */

.textDescription {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #959595;
}

/* Media Queries for sub description div */

@media (min-width: 1025px) {
  .textDescription {
    width: 500px;
    height: 52px;
    line-height: 26px;
  }
}

@media (min-width: 420px) and (max-width: 1024px) {
  .textDescription {
    width: 356px;
    height: 72px;
    line-height: 24px;
  }
}

@media (min-width: 360px) and (max-width: 420px) {
  .textDescription {
    width: 296px;
  }
}

/* ___________________________________________________________________ */

/* _____ Dropdown CSS start _____ */

.dropdown-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1025px) {
  .dropdown-container {
    width: 500px;
  }
}

@media (min-width: 420px) and (max-width: 1024px) {
  .dropdown-container {
    width: 356px;
  }
}

@media (min-width: 360px) and (max-width: 420px) {
  .dropdown-container {
    width: 296px;
  }
}

/* Dropdown button style */
.dropdownToggle {
  padding-left: 0;
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(270deg, #616161 0%, #434343 100%);
  border-image-slice: 1
}

@media only screen and (min-width: 1000px) {
  .dropdownToggle {
    padding-bottom: 3px;
  }
}

.dropdownToggle:focus {
  outline: none;
}

.dropdownToggle .toggle-icon {
  transition: transform 0.3s;
}

.dropdown-container.open .dropdownToggle .toggle-icon {
  transform: rotate(180deg);
}

.dropdown-container.open .dropdownToggle {
  margin: 10px;
  border-bottom: 2px solid transparent !important;
  border-image: linear-gradient(270deg, #6161 6 0%, #43434D 100%) !important;
}

.toggle-icon {
  width: 24px;
  height: 24px;
}

@media (min-width: 360px) and (max-width: 420px) {
  .dropdownToggle {
    width: 296px;
    height: 49px;
  }
}

/* _____ Selected text inside the dropdown button _____ */

.selected-text {
  width: fit-content;
  display: flex;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  align-content: center;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .selected-text {
    height: 49px;
    position: relative;
    right: 21px;
  }
}

@media (min-width: 360px) and (max-width: 1024px) {
  .selected-text {
    /* height: 24px; */
    margin-bottom: 4px;
  }
}

.slplaceholder {
  width: 190px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #959595;
  background: transparent;
  justify-content: center;
  align-items: center;
  border: none !important;
}

@media (min-width: 1025px) {
  .slplaceholder {
    margin-left: 23px;
  }
}

.slplaceholder:focus {
  color: #959595;
  /* Ensure text color stays as intended when focused */
}

.toggle-icon {
  color: #FFFFFF;
}

/* _____ Dropdown list style _____ */

.dropdown-list {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin-top: 0px;
  border-radius: 10px 10px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(270deg, #616161 0%, #434343 100%);
  background-color: transparent;
  background: #212123;
  box-shadow: 0 4px 8px #151515;
  border-bottom: 3px solid transparent;
  z-index: 2;
  justify-content: center;
  overflow-x: hidden;
}

@media (min-width: 1025px) {
  .dropdown-list {
    width: 500px;
    height: 245px;
  }
}

@media only screen and (min-height: 500px) and (max-height: 600px) {
  .dropdown-list {
    position: absolute;
    top: 74%;
    height: 219px;
  }
}

@media (min-width: 420px) and (max-width: 1024px) {
  .dropdown-list {
    width: 368px;
    height: 220px;
  }
}

@media (min-width: 360px) and (max-width: 420px) {
  .dropdown-list {
    width: 308px;
    height: 220px;
  }
}

.dropdown-list::-webkit-inner-spin-button {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10.11px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.dropdown-container.open .dropdown-list {
  display: block;
}

/* Media Queries for server location dropdown scrollbar */

.dropdown-list::-webkit-scrollbar-thumb {
  width: 100%;
  background-color: #DCDCDCB2;
  border-radius: 6px;
  border: 0.5px 0px 0px 0px;
  height: 30px;
  z-index: 0;
}

.dropdown-list::-webkit-scrollbar {
  height: 3px;
  width: 8px;
  position: fixed !important;
  top: 10%;
  margin-top: 10%;
}

@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .dropdown-list::-webkit-scrollbar {
    height: 3px;
    width: 8px;
  }
}

@media (min-width: 360px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .dropdown-list::-webkit-scrollbar {
    height: 5px;
    width: 4px;
  }
}

@media (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 3),
       (min-device-width: 320px) and (max-device-width: 640px) and (min-resolution: 192dpi) {
  .dropdown-list::-webkit-scrollbar {
    height: 5px;
    width: 4px;
  }
}


/* _____ Dropdown logo style _____ */

.specialRow {
  padding: 0px 10px;
}

.dropdownLogo {
  width: auto;
  height: auto;
  padding: 14px 20px 14px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #151515;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px 10px 0px 0px;
  position: sticky;
  margin-top: -2px;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .dropdownLogo {
    width: 505px;
    position: fixed !important;
  }
}

@media (min-width: 420px) and (max-width: 1024px) {
  .dropdownLogo {
    width: 370px;
    position: fixed !important;
  }
}

@media (min-width: 360px) and (max-width: 420px) {
  .dropdownLogo {
    width: 310px;
    height: 60px;
    position: fixed !important;
  }
}

.fixed-item {
  position: absolute;
}

.slbottomBorder {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, #616161 0%, #434343 100%);
  border-radius: 10px 10px 0px 0px;
  border-image-slice: 1;
}

/* Dropdown item style */
@media (min-width: 1025px) {
  .locationSpeed {
    padding: 0 10px;
  }
}

#dropdown-list>div:nth-child(2) {
  margin-top: 60px;
}

.dropdownItemNoBorder {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  background: transparent;
  border-image: linear-gradient(270deg, #616161 0%, #434343 100%);
  border-image-slice: 1;
  cursor: pointer;
  color: #FFFFFF;
}

@media (min-width: 1025px) {
  .dropdownItemNoBorder {
    padding: 7px 12px 12px 12px;
  }
}

@media only screen and (max-width: 475px) {
  .dropdownItemNoBorder {
    padding-bottom: 5px;
  }
}

.dropdownItem {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  background: transparent;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, #616161 0%, #434343 100%);
  border-image-slice: 1;
  cursor: pointer;
  color: #FFFFFF;
}

.slSoldout {
  width: 60px;
  height: 17px;
  margin-bottom: 4px;
}

@media (min-width: 1025px) {
  .slSoldout {
    margin-left: 12px;
  }
}

/* ______ Latency color css _____ */
.greenText {
  color: #36FF78;
}

.orangeText {
  color: #FF843F;
}

.redText {
  color: #FF5151;
}

.grayText {
  color: #576068;
}

/* Left and Right alignments */

.left-align {
  width: fit-content;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  flex: 1;
  white-space: nowrap;
  align-content: center;
  padding-right: 3px;
}

.right-align {
  text-align: right;
  white-space: nowrap;
  flex: 1;
  align-content: center;
}

/* _____ Dropdown confirm button css _____ */

.slConfirm {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 14px 34.5px 18px 34.5px;
  gap: 10px;
  border-radius: 7px;
  background: linear-gradient(300.3deg, #0575E6 9.6%, #FF0CF5 92.85%);
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
}

@media (min-width: 1025px) {
  .slConfirm {
    width: 400px;
    height: 56px;
    margin-top: 9rem;
  }
}

@media (min-width: 360px) and (max-width: 1024px) {
  .slConfirm {
    width: 229px;
    height: 48px;
    margin-top: 8rem;
    margin-bottom: 10px;
  }
}

.slConfirm:focus,
.slConfirm:active {
  outline: none !important;
  border: none !important;
}

/* _____ Dropdown error message css _____ */

.slError {
  position: absolute;
  margin: 10px 0 40px 0;
  display: none;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background-image: linear-gradient(180deg, #FF0C0C 0%, #FF630C 100%);
  -webkit-background-clip: text;
  color: transparent;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

@media (min-width: 1025px) {
  .slError {
    width: 500px;
    height: 52px;
    margin: 15px 0 30px 0;
    top: 52px;
  }
}

@media (min-width: 420px) and (max-width: 1024px) {
  .slError {
    width: 348px;
    height: 52px;
    margin: -1px 0 40px 0;
    top: 70px;
  }
}

@media (min-width: 360px) and (max-width: 420px) {
  .slError {
    width: 296px;
    margin: 15px 0 40px 0;
    top: 44px;
  }
}

/* ___________________________________________________________________ */