
.Maintanence-banner {
  background: linear-gradient(180deg, #B9E1FF 0%, #EFF2FA 50%, #B9E1FF 100%);
  min-height: calc(100vh - 93px);
  position: relative;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -41px;
  z-index: -1;
}

.Maintanence-banner .maintenance_card_main .maintenance_card {
  width: 100%;
  max-width: calc(600px - 30px);
  margin: 0 auto;
  padding: 50px 20px;
}

.landing_footer {
  color: #FDFFF5;
  text-align: center;
  font-family: var(--font-primary-400);
  font-size: 14px;
  font-style: normal;
  width: 100%;
  padding: 0 20px 10px;
}

.Maintanence-banner .maintenance_card_main .maintenance_card_img {
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
}

.maintanence-span {
  color: var(--primary-color);
  font-family: var(--font-primary-600);
}


.overlay-contaienr {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  z-index: 96;
  backdrop-filter: blur(5px);
  top: 0;
  border-radius: 30px;
}

.overlay-main {
  margin-bottom: -51px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.overlay-text {
  position: absolute;
  z-index: 97;
  color: white;
  text-align: center;
  width: 100%;
  font-family: 'PoppinsBold';
  font-size: 60px;
  text-transform: uppercase;
}

.inner_page_wrapper .refer_friends article {
  width: 100%;
}

.value-sm-txt {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: -10px;
}

.inner_page_wrapper .refer_friends.support-container::after {
  background: url(../img/support-bg.png) center right no-repeat;
  background-size: 600px;
}

.lg-opacity-0 {
  display: none;
}

.new-card-form button {
  position: static!important;
}

.profile_card::after {
  background: url(../img/profile_img.png) 95% 78% no-repeat;
  background-size: contain;
}

.profile_card_2::after {
  background: url(../img/profile_img_2.png) 95% 78% no-repeat;
  background-size: contain;
  opacity: 0.5;
}

.inner_page_card_content .card_header .head.blue-head {
  color: var(--primary-color);
}

.text-right {
  text-align: right;  
}

.font-weight-bold {
  font-family: var(--font-primary-700)!important;
}

.slick-track {
  opacity: 1;
  width: 100%;
  transform: translate3d(0px, 0px, 0px);
}

.slider-nav {
  max-width: 940px;
  width: 100%;
  margin: auto;
  padding-bottom: 30px;
}

.slick-slide .dots {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background: #cccccc;
  text-align: center;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-family: var(--font-primary-600);
  color: white;
  justify-content: center;
}

.slick-slide.slick-active .dots {
  color: white;
  background:  var(--primary-color);
  border: 1px solid  var(--primary-color);
}

.slick-slide.slick-active .dot-txt {
  color: white;
}

.slick-slide.slick-active .dots .dot-lienss {
  color: white;
  background:  var(--primary-color);
  border: 1px solid  var(--primary-color);
}

.slick-slide.slick-current.slick-active .dots,
.slick-slide.slick-current.slick-center .dots {
  color:  var(--primary-color);
  background: white;
  border: 3px solid  var(--primary-color);
}

.slick-slide.slick-current.slick-active .dot-lienss,
.slick-slide.slick-current.slick-center .dot-lienss {
  background:  var(--primary-color);
}

.slick-initialized .slick-slide {
  position: relative;
}

.dot-lienss {
  width: 100%;
  position: absolute;
  height: 4px;
  background: #cccccc;
  border: 1px solid #cccccc;
  top: 50%;
  z-index: -1;
  left: 0;
}

.slick-slide:first-child .dots .dot-lienss {
  width: 50%;
  right: 0;
  left: auto;
}

.slick-slide:last-child .dots .dot-lienss {
  width: 50%;
  right: auto;
  left: 0;
}

.dot-txt {
  position: absolute;
  bottom: 73px;
  text-align: center;
  color: white;
  font-size: 18px;
  height: 0px;
  font-family: var(--font-primary-700);
  width: 150px;
}

.slick-slide.slick-current.slick-active .dot-txt {
  color: white;
}

.profile-big {
  background: linear-gradient(180deg, #E9F2F9 0%, #D4ECFF 50%, #75C3FF 100%);
  border-radius: 30px;
  padding: 20px;
  width: 100%;
  margin-top: -40px;
}

.profile-box {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.profile-box .profile-small {
  background: var(--primary-color);
}

.profile-box .profile-big {
  background: linear-gradient(180deg, #E9F2F9 0%, #D4ECFF 50%, #75C3FF 100%);
}



.profile-box.inactive .profile-small {
  background: #CCCCCC;
}

.profile-box.inactive .profile-big {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(233, 242, 249, 0.8) 100%);
}

.profile-box.inactive .profile-big div {
  color: #40404170;
}

.profile-box.inactive .profile-lock {
  display: block;
  position: absolute;
  left: 35px;
  top: 28px;
}


.profile-box.active .profile-small {
  background: linear-gradient(175.93deg, #4599F8 3.32%, #E4EFF5 97.55%);
}

.profile-box.active .profile-big {
  background: linear-gradient(180deg, #E9F2F9 0%, #D4ECFF 50%, #75C3FF 100%);
}

.profile-box.active .profile-big div {
  color: #40404170;
}

.slick-initialized .slick-track.d-flex.w-100 .slick-slide {
  display: flex;
  justify-content: center;
}

.profile-box.inactive .profile-lock {
  display: block;
  position: absolute;
  left: 44px;
  top: 28px;
}


.profile-box .profile-lock,
.profile-box.active .profile-lock {
  display: none;
}

.profile-small {
  background: linear-gradient(175.93deg, #4599F8 3.32%, #E4EFF5 97.55%);
  border-radius: 30px;
  padding: 20px;
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}

.profile-rank {
  font-size: 30px;
  font-family: var(--font-primary-700);
  color: white;
  text-align: center;
}

.profile-sm-txt {
  font-size: 18px;
  font-family: var(--font-primary-600);
  color: #ffffff99;
  text-align: center;
  margin-top: 15px;
}

.profile-big div {
  font-family: var(--font-primary-500);
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  display: none!important;
}

.tooltip-wrapper .tooltip-text {
  top: 64px!important;
  left: -120px!important;
  right: 0;
  min-width: 180px;
  max-width: 180px;
  height: auto;
  border-radius: 10px;
  white-space: initial;
}

@media (max-width: 1399px) {

  .tooltip-wrapper .tooltip-text {
    top: 64px!important;
    left: -120px!important;
  }
}

@media (max-width: 767px) {

  .tooltip-wrapper .tooltip-text {
    left: -160px!important;
  }
}


@media (max-width: 1200px) {

  .container {
      max-width: 100% !important;
  }
}

@media (max-width: 992px) {

  .nav.nav_on .btn-group {
      width: 100%;
  }

  .sub-menu-only .dropdown-menu-right a {
      color: var(--primary-color)!important;
  }

  .nav .lan_drop_main .lan_drop_btn {
    width: 80%!important;
  }

  .nav .lan_drop_main,
  .menu_close {
    height: 56px;
  }

}

@media (max-width: 767px) {

  .overlay-main {
      margin-bottom: -20px;
  }

  .profile-box {
    padding: 0px;
  }

  .profile-box.inactive .profile-lock {
    left: 20px;
    top: 10px;
  }
}

@media (min-width: 1200px) {

  .profile_card_2 .inner_page_card_content .card_header {
    width: 30%!important;
  }
}

@media (min-width: 992px) {

  .only-profile .btn.btn-bordered.with_icon {
    width: 50%;
  }
}

@media (min-width: 767px) {

  .inner_page_card_content .card_header .head.blue-head {
    color: var(--primary-color);
    font-size: 28px;
  }
}

@media (min-width: 576px) {

  .lg-opacity-0 {
    opacity: 0;
    display: block;
  }
}

img.actives {
    transform: rotate(180deg);
}

.padding-is-bottom {
  padding-bottom: 80px;
}