* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
body {
  background-color: #0d0e11;
  color: #fff;
  overflow-x: hidden;
  font-family: Poppins, sans-serif
}
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 600
}
p {
  color: #fff
}
a {
  text-decoration: none
}
section {
  padding: 70px 0;
  overflow: hidden
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  border-radius: 6px
}
::-webkit-scrollbar-track {
  background: #2e2D3C80
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #42bdac, #ffc71c);
  border-radius: 6px
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none
}
.invert {
  filter: invert(1);
  opacity: 1
}
.top-header {
  padding-block: 14px
}
.top-header .btn {
  padding: 5px 20px;
  text-align: center
}
.top-header ~ nav.navbar {
  border-block: 1px solid rgb(55, 64, 82, 32%)
}
.linear-gradient {
  background-color: #0000;
  background-image: linear-gradient(to right, #0d0e11cc, #0d0e1100);
  color: #fff
}
.gradient-bg {
  background: linear-gradient(180deg, rgba(46, 45, 60, .12) 0, #0d0e11 100%)
}
.btn {
  padding: 6px 20px;
  border: 1px solid #ffffff3d;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden
}
.btn-outline-primary {
  border: 1px solid #fcc306;
  color: #fcc306
}
.btn > i {
  font-size: .8rem
}
.btn:active, .btn:hover {
  background: #fcc306 !important;
  color: #000 !important;
  border-color: transparent !important
}
.btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -16;
  transition: all .3s ease-in
}
.group-btn .btn {
  padding: 6px 32px
}
.btn-primary {
  background: #fcc306;
  color: #000 !important
}
.btn-primary::before {
  background-color: #fff !important
}
.btn-primary:hover::before {
  width: 100%
}
.btn-secondary {
  background-color: #fff;
  color: #000 !important
}
.btn-secondary::before {
  background-color: #fcc306 !important
}
.btn-secondary:hover::before {
  width: 100%
}
.border-color {
  border-color: #fcc306
}
.btn:hover span, .btn:hover svg path {
  fill: #0d0e11;
  color: #0d0e11 !important
}
.text-primary {
  color: #fcc306 !important
}
.text-gradient {
  background: linear-gradient(to right, #42bdac, #ffc71c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.skiptranslate.goog-te-gadget {
  color: #0000
}
.skiptranslate.goog-te-gadget > span {
  display: none
}
#translate {
  width: 150px
}
.goog-te-combo {
  width: 100%;
  padding: 8px;
  background: #0d0e11;
  color: #fff;
  border-radius: 28px;
  transform: translateY(8px);
  cursor: pointer
}
header {
  top: -130px;
  transition: all .3s ease
}
header.fixed {
  position: fixed !important;
  width: 100%;
  background-color: #0d0e11;
  top: 0;
  z-index: 9
}
@media (min-width:992px) {
  .top-n150 {
    top: -150px
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    font-weight: 600
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover svg {
    transform: rotate(-180deg)
  }
  .navbar-expand-lg .navbar-nav .nav-link::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: all .3s ease-in-out;
    background-color: #fcc306
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover::after {
    width: 100%
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    display: block;
    top: 100%;
    max-height: 0;
    left: 0;
    z-index: 4;
    padding: 0;
    overflow: hidden;
    background: url(../img/megamenu-bg.jpg) center no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 0;
    box-shadow: 0 6px 20px 0 #ffd54f29;
    transition: all .5s ease-in-out
  }
  .drop-inner-links {
    margin-left: .4rem
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .9;
    z-index: -1
  }
  .navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
    max-height: 450px
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .container {
    padding-block: 2rem
  }
  .dropdown-text h4 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700
  }
  .dropdown-text p {
    color: #ffffffb8
  }
  .about-section, .traders-section {
    padding-top: 110px
  }
  .group-card {
    transform: translateY(-100px)
  }
  .group-card .card:first-child, .group-card .card {
    margin-right: 22px
  }
	
	  .group-card .card:nth-child(4) {
    margin-right:0px
  }
  .register-section .card-container {
    max-height: 620px;
    overflow-x: hidden;
    overflow-y: auto
  }
  .crypto-row {
    position: relative;
    top: -100px
  }
  .crypto-row .col-md-4:nth-child(2) .crypto-card {
    top: -85px
  }
  .crypto-row .col-md-4:nth-child(3) .crypto-card {
    top: -170px
  }
  .blog-list {
    border-left: 2px solid #fcc306
  }
  .webniar-section {
    height: calc(100vh - 130px)
  }
  .register-btn {
    position: absolute;
    right: 50%;
    bottom: 1rem;
    transform: translateX(50%)
  }
  .how-to-apply .row .col-lg-7 {
    border-left: 1px solid #fffFFF29
  }
  .invest-section::after {
    content: '';
    position: absolute;
    top: -120px;
    right: 200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(250, 194, 17, .2) 0, rgba(66, 189, 172, 0) 100%);
    box-shadow: 0 0 100px 20px rgba(250, 194, 17, .2);
    opacity: .2;
    animation: breath 4s linear infinite alternate
  }
  @keyframes breath {
    100% {
      transform: scale(1.5)
    }
  }
  .key-section::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: radial-gradient(#fac41126 40%, #42bdac26);
    z-index: -1;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 100%, 50% 100%, 100% 50%, 100% 100%, 0 100%, 0 50%)
  }
  .arabic .group-card .card:first-child, .arabic .group-card .card:nth-last-child(2) {
    margin-right: 0;
    margin-left: 12px
  }
}
.navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-link > svg {
  color: #fff;
  transition: all .3s ease-in
}
.navbar-expand-lg .navbar-nav .nav-link {
  background: linear-gradient(to right, #fcc306, #fcc306 50%, #fff 50%) no-repeat;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:hover svg path {
  background-position: 0;
  color: #fcc306;
  stroke: #fcc306
}
.navbar-expand-lg .navbar-nav .nav-link ~ .dropdown-menu .h6 {
  text-decoration: underline #fcc306;
  text-underline-offset: 5px;
  color: #fff
}
.nav-item:not(:last-child) {
  margin-right: 20px
}
.navbar-nav .dropdown-menu {
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  background: #212529;
  z-index: 1
}
.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 14px;
  padding: 2px 16px;
  align-items: center
}
.drop-inner-links a {
  color: #fff;
  display: inline-block;
  transition: all .3s
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  color: #fcc306;
  opacity: .8
}
.drop-inner-links a:hover {
  color: #fcc306;
  transform: translateX(10px)
}
.dropdown-menu .dropdown-item > span {
  width: 40px
}
.dropdown-text {
  width: calc(100% - 40px)
}
.dropdown-menu .flex-column > .btn {
  font-size: 14px;
  padding: 2px 16px
}
.mega-menu-list li:not(:last-child) {
  margin-bottom: 10px
}
.mega-menu-list li > a {
  color: #fff
}
.mega-menu-list li > a:hover {
  color: #fcc306
}
.mega-menu-list li > a .badge {
  margin-left: .4rem
}
.flag-dropdown .btn:hover, .flag-dropdown .btn:hover svg path {
  fill: #fff !important;
  background: 0 0 !important
}
.flag-dropdown .dropdown-menu {
  border: 1px solid #374052
}
.flag-dropdown .dropdown-menu .dropdown-item {
  color: #fff
}
.hero-section .container {
  border-radius: 20px;
  position: relative
}
.hero-section .container::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #0000008a, #0d0e11);
  border-radius: 48px 48px 8px 8px
}
.hero-text {
  top: 45%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  max-width: 920px;
  width: 100%;
  margin: auto;
  text-align: center
}
.sub-heading {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 20px;
  font-weight: 700
}
.hero-text .hero-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  margin-bottom: 1rem;
  color: #fff
}
.hero-text .hero-title ~ p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px
}
.group-card .d-grid {
  display: grid;
  border-radius: 12px;
  grid-template-columns: repeat(5, 1fr)
}
.group-card .card {
  border-radius: 12px;
  background-color: #2e2D3C80;
  padding: 12px 20px; min-width: 310px;
}
.group-card .card > p {
  position: relative;
  z-index: 1
}
.group-card .card .coin-img {
  width: 60px;
  position: absolute;
  right: 8px;
  bottom: 5px
}
.group-card .card p > small {
  color: #fffFFFB8;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: Poppins, sans-serif
}
.group-card .play-btn {
  display: grid;
  place-content: center;
  background-image: url(../img/bg-btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center
}
.group-card .play-btn a {
  border-radius: 50%;
  border: 2px solid #fcc306;
  width: 64px;
  height: 64px;
  text-align: center;
  display: grid;
  place-content: center;
  backdrop-filter: blur(64px);
  background-color: #1c2635;
  box-shadow: 0 0 4px 0 #fcc30666, 0 0 12px 0 #fcc3063D, 0 0 28px 0 #fcc3061F;
  animation: scaleover 2s linear infinite
}
@keyframes scaleover {
  50% {
    transform: scale(1.2)
  }
}
.about-section .circle {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 40px solid #fffFFF29;
  margin: auto;
  margin-top: 150px
}
.about-section .circle img {
  position: absolute;
  top: -44%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 17px 17px 0 0
}
.title {
  font-size: 44px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600
}
.title-para {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #fff
}
.about-section .card {
  padding: 24px;
  border-radius: 1rem;
  background-color: #2e2D3C80;
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(66, 189, 172, 0) 0%, rgba(250, 194, 17, 0.48) 34.9%, rgba(250, 194, 17, 0.48) 70.31%, rgba(66, 189, 172, 0) 100%)
}
.traders-section {
  background: url(../img/trander-bg.jpg) center no-repeat fixed;
  background-size: cover
}
.awards-section {
  background: linear-gradient(180deg, rgba(46, 45, 60, .12) 0, #0d0e11 100%)
}
.awards-slider .slick-slide {
  margin: 0 1rem;
  filter: grayscale(1) invert(1) opacity(.5);
  transition: all .3s
}
.awards-slider .slick-slide:hover {
  filter: unset
}
.box-container {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  transform: rotate(45deg);
  width: 390px;
  margin-inline: auto
}
.box {
  width: 122px;
  height: 122px;
  border-radius: 8px;
  background-color: #2e2D3C80;
  border: 1px solid #fffFFF29;
  display: grid;
  place-content: center;
  transition: all .2s ease-in
}
.box:first-child, .box:nth-child(9) {
  visibility: hidden
}
.box-container .box > img {
  transform: rotate(-45deg);
  filter: grayscale(1) invert(1) opacity(.5);
  transition: all .2s ease-in
}
.box-container .box:hover {
  background-color: #fff
}
.box-container .box:hover > img {
  filter: grayscale(0)
}
.grtyoutube-popup {
  background-image: url("../vendor/slick/css/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  left: 0;
  z-index: 99999;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5)
}
.grtyoutube-popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em
}
.grtyoutube-popup-content {
  width: 70%;
  height: 70%;
  vertical-align: middle;
  display: inline-block;
  position: relative
}
.grtyoutube-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/close.svg") no-repeat;
  background-size: 18px
}
.grtyoutube-iframe {
  width: 100%;
  height: 100%
}
.traders-section .card {
  padding: 42px 32px;
  border-radius: 1rem;
  background-color: #2e2D3C80
}
.traders-section .d-grid {
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  margin: auto;
  gap: 12px
}
.traders-section .d-grid > div {
  height: 150px;
  display: grid;
  place-content: center;
  font-size: 1.1rem;
  transition: all .3s ease-in;
  background-color: #000;
  text-transform: uppercase
}
.traders-section .d-grid > div.primary-bg {
  background-color: #fcc306
}
.traders-section .d-grid > div a {
  color: #fff
}
.traders-section .d-grid > div a i {
  font-size: 2rem;
  margin-bottom: .6rem
}
.traders-section .d-grid > div:first-child {
  border-radius: 12px 0 0 0
}
.traders-section .d-grid > div:nth-child(2) {
  border-radius: 0 12px 0 0;
  transform: translateY(-40px)
}
.traders-section .d-grid > div:nth-child(3) {
  border-radius: 0 0 0 12px
}
.traders-section .d-grid > div:last-child {
  border-radius: 0 0 12px 0;
  transform: translateY(-40px)
}
.traders-section .d-grid > div:hover {
  background-color: #fcc306
}
.traders-section .d-grid > div.hover-yl:hover {
  background-color: #000
}
.traders-section .d-grid > div:hover a, .traders-section .d-grid > div:hover a svg {
  color: #fff
}
.register-video {
  border-radius: 16px;
  background-color: #2e2D3C80;
  padding: 48px 32px;
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, rgba(66, 189, 172, 0) 0%, rgba(250, 194, 17, 0.48) 34.9%, rgba(250, 194, 17, 0.48) 70.31%, rgba(66, 189, 172, 0) 100%)
}
.video-box {
  width: 100%;
    min-height: 325px;
  display: grid;
  place-content: center;
  background-color: #2e2D3C80;
  border-radius: 1rem;
  background-image: url(../img/video-thumbnail.jpg);
  background-repeat: no-repeat;
  background-size: cover
}
.video-box .play-btn {
  border-radius: 50%;
  border: 2px solid #fcc306;
  width: 64px;
  height: 64px;
  text-align: center;
  display: grid;
  place-content: center;
  backdrop-filter: blur(64px);
  background-color: #1c2635;
  box-shadow: 0 0 4px 0 #fcc30666, 0 0 12px 0 #fcc3063D, 0 0 28px 0 #fcc3061F;
  animation: scaleover 2s linear infinite
}
.register-section .card {
  padding: 24px;
  border-radius: 1rem;
  background-color: #2e2D3C80;
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, rgba(66, 189, 172, 0) 0%, rgba(250, 194, 17, 0.48) 34.9%, rgba(250, 194, 17, 0.48) 70.31%, rgba(66, 189, 172, 0) 100%)
}
.register-section .card:not(:last-child) {
  margin-bottom: 2rem
}
.about-hero img {
  height: 550px;
  object-fit: cover;
  object-position: center center;
  width: 100%
}
.system, .withdraw-section {
  background: url(../img/frame-bg.png) no-repeat;
  background-position: center center;
  background-size: cover
}
.system {
  background-image: url(../img/clip-path-group.png)
}
.wrapper-card .card {
  background-color: #2e2D3C80
}
.withdraw-card .card::after {
  position: absolute;
  content: '';
  background-color: #ffc107bf;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .3s ease-in
}
.withdraw-card .card:hover::after {
  top: 0
}
.withdraw-card .card img {
  width: 64px;
  margin: auto
}
.withdraw-card .card p {
  color: #fff;
  font-size: 18px
}
.withdraw-card .card:hover h5, .withdraw-card .card:hover p {
  color: #000 !important
}
.vision-section .card img {
  transition: all .3s ease-out
}
.vision-section .card:hover img {
  transform: scale(1.2)
}
.lg-font {
  font-size: 56px;
  line-height: 56px;
  font-weight: 600
}
.arrow-btn button {
  border-radius: 50%;
  border: 1.2px solid #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center
}
.arrow-btn button.slick-disabled {
  opacity: .3
}
.timeline-slider::before {
  position: absolute;
  content: '';
  left: -30%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 160%;
  background: linear-gradient(90deg, #42bdac 21.25%, #ffc71c 77.21%)
}
.slick-slide:not(:last-child) .slider-inn {
  margin-right: 2rem
}
.slick-slide .slider-inn::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 50%;
  transform: translateY(118%) rotate(180deg);
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #42bdac 21.25%, #ffc71c 77.21%);
  clip-path: polygon(50% 36%, 0% 100%, 100% 100%);
  opacity: .5
}
.slick-slide:nth-child(2n) .slider-inn::after {
  transform: rotate(0);
  bottom: 50%;
  transform: translateY(0)
}
.slick-slide:nth-child(odd) .slider-inn p {
  margin-bottom: 4rem
}
.slick-slide:nth-child(2n) .slider-inn p {
  margin-bottom: 0;
  margin-top: 1rem
}
.slick-slide:nth-child(2n) .slider-inn h5 {
  margin-bottom: 4rem
}
.funding-section .nav-tabs .nav-link {
  color: #fffFFF52;
  font-weight: 600;
  letter-spacing: 2px;
  border: 0;
  padding: 14px 28px;
  border-radius: 12px 12px 0 0
}
.funding-section .nav-tabs .nav-link:is(.active, :hover) {
  border: 0;
  position: relative;
  background: linear-gradient(90deg, rgba(66, 189, 172, .08) 21.25%, rgba(255, 199, 28, .08) 77.21%)
}
.funding-section .nav-tabs .nav-link.active span {
  background: linear-gradient(to right, #42bdac, #ffc71c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.funding-section .nav-tabs .nav-link.active::before {
  position: absolute;
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #42bdac, #ffc71c)
}
.funding-section .tab-content .list-unstyled {
  border-block: 1px solid #FFFFFF1F
}
.funding-section .tab-content .list-unstyled li {
  padding: 10px
}
.funding-section .tab-content .list-unstyled li:not(:last-child) {
  border-right: 1px solid #fffFFF1F
}
.funding-section .tab-content .list-unstyled li:last-child {
  padding-right: 3rem
}
.funding-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative
}
.funding-wrapper ul {
  width: 90%;
  margin: 0 auto;
  background-color: #2e2D3C80;
  border-radius: 8px;
  padding-block: 1rem;
  border: 0 !important
}
.funding-wrapper .fix-pos:last-child {
  right: 0
}
.instrument-table {
  border-color: #fffFFF1F !important
}
.instrument-table td:first-child, .instrument-table th:first-child {
  border-left-color: #fffFFF00 !important
}
.instrument-table td:last-child, .instrument-table th:last-child {
  border-right-color: #fffFFF00 !important
}
.instrument-table tbody tr:last-child {
  border-bottom-color: #fffFFF00 !important
}
.instrument-table td, .instrument-table th {
  background-color: #2e2D3C80;
  color: rgb(255, 255, 255, 48%);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  padding-block: 1rem;
  text-align: center
}
.instrument-table td {
  color: #fff;
  font-weight: 400;
  background-color: #2e2D3C00;
  border-inline: 1px solid #FFFFFF1F
}
.currency-converter a {
  border: 1px solid #fffFFF29;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  align-items: center;
  color: #fff
}
.curr-width {
  width: 45%
}
.w-10 {
  width: 10%
}
.curr-input {
  width: 100%;
  background-color: #2e2D3C80;
  padding: 16px 24px;
  border-radius: 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-size: 24px;
  line-height: 32px
}
.curr-input:focus {
  outline: 0;
  border-bottom-color: #fff
}
.account-section .nav-pills .nav-link {
  border: 1px solid #fffFFF52;
  padding: 0;
  border-radius: 12px;
  color: #fff;
  text-align: start
}
.account-section .nav-pills .nav-link:not(:last-child) {
  margin-bottom: 1rem
}
.account-section .nav-pills .nav-link.active {
  color: #fcc306;
  background: linear-gradient(to right, rgb(66, 189, 172, 10%), rgb(255, 199, 28, 10%))
}
.account-section .nav-pills .nav-link h6 {
  font-weight: 600
}
.account-section .nav-pills .nav-link label {
  padding: 24px;
  cursor: pointer
}
.account-section .nav-pills .nav-link input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #fffFFF52;
  border-radius: 50%;
  position: relative
}
.account-section .nav-pills .nav-link input[type=radio]:checked {
  background-color: #fcc306;
  border-color: #fcc306
}
.account-section .nav-pills .nav-link input[type=radio]:checked::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-size: 26px;
  color: #000;
  position: absolute;
  top: -8px;
  left: -2px
}
.account-list ul.list-unstyled li {
  padding: 14px 32px;
  background-color: #2e2D3C80
}
.account-list ul.list-unstyled li:nth-child(2n) {
  background-color: transparent
}
.account-list ul.list-unstyled li span {
  border-bottom: 1px dashed
}
.account-list .account-box {
  position: relative;
  border: 1px dashed #fcc306;
  border-radius: 24px 24px 0 0;
  padding: 32px;
  text-align: center;
  background: linear-gradient(90deg, rgba(66, 189, 172, .04) 0, rgba(255, 199, 28, .04) 100%)
}
.account-list .account-box::after, .account-list .account-box::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0d0e11;
  bottom: -15px;
  z-index: 1;
  border: 1px dashed #fcc306;
  border-left-color: transparent;
  border-top-color: transparent
}
.account-list .account-box::before {
  left: -16px;
  transform: rotate(318deg)
}
.account-list .account-box::after {
  transform: rotate(-222deg);
  right: -16px
}
.account-box sup {
  top: -1.6rem
}
.account-list .price-list {
  background-color: #2e2D3C80;
  border-top-color: transparent;
  border-radius: 0 0 24px 24px;
  padding: 24px 0 0;
  overflow: hidden
}
.account-list .price-list::after, .account-list .price-list::before {
  display: none
}
.account-list .price-list ul.list-unstyled li {
  background-color: transparent !important;
  text-align: center;
  color: #fff;
  padding: 12px
}
.show-plan-btn {
  background-color: #2e2D3C80;
  padding: 16px
}
.show-plan-btn a {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center
}
.show-plan-btn a:hover {
  color: #fff !important
}
.show-plan-btn a > svg {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #fcc306;
  color: #000;
  border-radius: 50%;
  padding: 4px
}
.show-plan-btn a:hover > svg {
  background-color: #fff
}
.bg-shadow {
  background: url(../img/bg-shadow.png) no-repeat;
  background-size: 100%;
  background-position: 0 20%;
  padding-top: 70px;
  position: relative
}
.bg-shadow .play-btn {
  display: grid;
  place-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.bg-shadow .play-btn a {
  border-radius: 50%;
  border: 2px solid #fcc306;
  width: 64px;
  height: 64px;
  text-align: center;
  display: grid;
  place-content: center;
  backdrop-filter: blur(64px);
  background-color: #1c2635;
  box-shadow: 0 0 4px 0 #fcc30666, 0 0 12px 0 #fcc3063D, 0 0 28px 0 #fcc3061F;
  animation: scaleover 2s linear infinite
}
.border-b-dashed {
  border-bottom: 1px dashed
}
.app-links a > img {
  filter: grayscale(1) opacity(.5)
}
.app-links a:hover > img, .app-links a:hover > p {
  filter: grayscale(0);
  color: #fff
}
.contact-wrapper {
  background-color: #2e2D3C80;
  border: 1px solid #fffFFF1F;
  border-radius: 12px;
  padding: 32px
}
.contact-details {
  padding: 32px;
  background: linear-gradient(to right, rgb(66, 189, 172, 4%), rgb(255, 199, 28, 4%));
  overflow: hidden;
  border-radius: 12px
}
.contact-card {
  padding: 32px 24px;
  border-radius: 12px;
  transition: all .3s ease-in-out
}
.contact-card:hover {
  transform: translateY(-20px);
  background-color: #fac41150;
  box-shadow: 0 2px 4px 0 #fcc30666, 0 4px 12px 0 #fcc3063D, 0 6px 28px 0 #fcc3061F
}
.contact-details .d-flex.gap-3:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #fffFFF29
}
.contact-form .form-control {
  border-color: #fffFFF29;
  color: #fff;
  border-radius: 8px;
  padding: 20px;
  padding-top: 20px !important;
  padding-bottom: 20px !important
}
.contact-form .form-control:focus {
  background-color: transparent;
  border-color: #fcc306;
  box-shadow: 0 0 0 .25rem rgb(250, 194, 17, 25%)
}
.contact-form .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #fffFFFA3;
  background-color: #1d1e26;
  padding: 0 8px;
  height: auto;
  transform: scale(.85) translateY(-.8rem) translateX(.85rem)
}
.contact-form .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  display: none
}
.contact-form .form-control ~ label {
  color: #fffFFF29
}
.iti.iti--allow-dropdown {
  width: 100%;
  display: block
}
.contact-form .iti.iti--allow-dropdown .form-control {
  height: 58px
}
.iti.iti--allow-dropdown ~ label {
  color: #fffFFFA3;
  background-color: #1d1e26;
  padding: 0 8px;
  height: auto;
  transform: scale(.85) translateY(-.8rem) translateX(.85rem)
}
.iti__country {
  background: #0d0e11;
  font-size: 14px
}
.iti__country.iti__highlight, .iti__country:hover, .iti__country:hover .iti__dial-code {
  background: #fcc306;
  color: #0d0e11
}
.contact-form textarea.form-control {
  height: 150px;
  resize: none
}
.accordian-wrapper p {
  color: #fff
}
.accordian-wrapper p:not(.collapsed) > svg {
  transform: rotate(180deg)
}
.accordian-wrapper:nth-child(odd) {
  background-color: #2e2D3C80
}
.accordian-wrapper .accordion-item {
  border: 0;
  background-color: transparent;
  padding: 2rem 0
}
.accordian-wrapper .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.accordian-wrapper .accordion-item .accordion-header h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0
}
.accordian-wrapper .accordion-item .accordion-collapse {
  background-color: transparent
}
.faq-wrapper:not(:last-child) .accordion-item {
  border-bottom: 1px solid #fffFFF29;
  border-radius: 0
}
.faq-wrapper .accordion-button {
  font-size: 20px;
  line-height: 28px;
  box-shadow: none
}
.accordion-button::after {
  background-image: url(../img/down-arraw.svg) !important
}
.award-card:not(:last-child) .row {
  border-bottom: 1px solid #fffFFF29
}
.certificate {
  padding: 16px 24px;
  color: #fff;
  background-color: #2e2D3C80;
  border-radius: 0 0 16px 16px
}
a.certificate .fa-arrow-right {
  background-color: #fff;
  color: #000;
  width: 26px;
  height: 26px;
  padding: 4px;
  border-radius: 50%;
  text-align: center;
  line-height: 19px
}
a.certificate:hover p {
  color: #fcc306 !important
}
a.certificate:hover .fa-arrow-right {
  background-color: #fcc306
}
.linear-border {
  border: 1.2px solid;
  border-image-source: linear-gradient(270deg, rgba(66, 189, 172, 0) 0%, rgba(250, 194, 17, 0.48) 34.9%, rgba(250, 194, 17, 0.48) 70.31%, rgba(66, 189, 172, 0) 100%);
  border-image-slice: 1;
  position: relative
}
.linear-border::after, .linear-border::before {
  position: absolute;
  content: '';
  bottom: 50%;
  transform: translateY(50%);
  height: 90%;
  width: 1.2px;
  background: linear-gradient(0deg, rgba(66, 189, 172, 0) 0, rgba(250, 194, 17, .48) 34.9%, rgba(250, 194, 17, .48) 70.31%, rgba(66, 189, 172, 0) 100%);
  opacity: .5;
  z-index: 1
}
.linear-border::after {
  right: 0
}
.linear-border::before {
  left: 0
}
.input-file {
  width: 100%;
  border: 2px dashed grey;
  padding: .375rem .75rem;
  border-radius: .375rem
}
.form-control, .form-select {
  background-color: transparent;
  transition: all .3s ease-in;
  color: #fff;
  border-color: grey
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}
.form-select > option {
  background-color: #0d0e11
}
.form-control::placeholder {
  color: #ffffff55
}
.form-control:focus, .form-select:focus {
  background-color: #0d0e11;
  color: #fff;
  border-color: #fcc306;
  box-shadow: none
}
.forex-page {
  height: calc(100vh - 150px);
  background: url(../img/forex-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center
}
.forex-cards .card {
  border: 1px solid;
  border-image-source: linear-gradient(122.41deg, rgba(66, 189, 172, 0.48) 0%, rgba(255, 199, 28, 0.48) 100.06%);
  border-image-slice: 1;
  border-radius: 0;
  height: 100%;
  background-color: #2e2D3C80;
  padding: 0 0 2rem;
  overflow: hidden
}
.forex-cards .card figure {
  padding: .5rem 0 .8rem
}
.forex-cards .card figure::before {
  position: absolute;
  content: '';
  top: -90px;
  right: 50%;
  transform: translateX(50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #0d0e11;
  z-index: -1;
  transition: all .5s ease
}
.forex-cards .card:hover figure::before {
  width: 100%;
  height: 400px;
  top: 0;
  border-radius: 0
}
.bitcoin {
  background-color: #2e2D3C80;
  border: 1px solid #fffFFF1F;
  border-radius: 100px;
  padding: 12px 24px
}
.indices-col {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr)
}
.cfd-table {
  border-color: rgb(255, 255, 255, 12%)
}
.cfd-table thead th {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  color: rgb(255, 255, 255, .5);
  background-color: transparent;
  vertical-align: middle;
  background-color: #2e2D3C80
}
.cfd-table tbody td {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  background-color: transparent;
  color: #fff;
  vertical-align: middle
}
.crypto-card::before {
  position: absolute;
  content: attr(data-attr);
  top: -80px;
  right: 40px;
  font-size: 128px;
  line-height: 128px;
  font-weight: 800;
  background: -webkit-linear-gradient(270deg, #42bdac 15.83%, #ffc71c 52.91%), linear-gradient(180deg, rgba(66, 189, 172, .16) 0, rgba(255, 199, 28, .16) 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #0d0e11;
  z-index: -1
}
.trading-carousel .carousel {
  background-color: #2e2D3C80;
  border: 1px solid #fffFFF1F;
  border-radius: 12px;
  padding: 20px
}
.trading-conditions li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fffFFF29
}
.contest-links a > i {
  color: #667086;
  font-size: 28px
}
.contest-links a:hover > i {
  color: #fcc306
}
.countdown {
  padding: 32px 24px;
  background-color: #2e2D3C80;
  border: 1px solid #fffFFF1F;
  border-radius: 12px
}
.countdown li {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  padding: 1em;
  text-transform: uppercase;
  position: relative
}
.countdown li:not(:last-child)::before {
  position: absolute;
  content: ':';
  right: -5px;
  bottom: 43%;
  font-size: 50px
}
.countdown li span {
  display: block;
  font-weight: 500;
  font-size: 76px;
  line-height: 92px;
  letter-spacing: 4px;
  box-shadow: 0 .4571477770805359px .4571477770805359px 0 #504e54 inset;
  background: linear-gradient(180deg, #393a3e 0, #3e4245 100%);
  border-radius: 6px;
  padding: .6rem;
  margin-bottom: 12px;
  position: relative;
  width: 144px
}
.countdown li span::after, .countdown li span::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/timer-hook.png) no-repeat;
  background-size: 100%;
  background-position: left center;
  width: 5px;
  height: 28px
}
.countdown li span::before {
  left: 0
}
.countdown li span::after {
  right: 0
}
.counter-line {
  position: absolute;
  width: 77%;
  border-width: 3px;
  border-color: #0d0e11;
  opacity: 1;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto
}
.step-info button {
  width: 2rem;
  height: 2rem;
  border: 0
}
.step-info button.active {
  background-color: #fcc306;
  color: #000
}
.step-info button:nth-child(3) {
  left: 33.33%
}
.step-info button:nth-child(4) {
  left: 66.66%
}
#scrollDown {
  animation: movedown 1.5s ease-in-out infinite alternate
}
#scrollDown:hover .fa-angles-down > path {
  fill: #fcc306
}
@keyframes movedown {
  50% {
    transform: scale(1.2) translateY(16px)
  }
}
.why-choose-zulutrade {
  background: url(../img/zulutrade-bg.jpg) no-repeat fixed right center;
  background-size: cover;
  position: relative;
  z-index: 0
}
.why-choose-zulutrade::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .797);
  z-index: -1;
  clip-path: polygon(0% 0%, 60% 0, 70% 50%, 60% 100%, 0% 100%)
}
.how-to-apply .row {
  border-color: #fffFFF29 !important
}
.contest-terms {
  padding: 64px 40px
}
.contest-terms ol li:not(:last-child) {
  padding-bottom: 24px
}
.contest-winner-table thead {
  border-bottom: 2px dotted rgb(255, 255, 255, 48%)
}
.contest-winner-table tbody tr {
  border-bottom-color: #fff0
}
.contest-winner-table tbody tr:not(:last-child) {
  border-bottom: 2px dotted rgb(255, 255, 255, 48%)
}
.contest-winner-table td, .contest-winner-table th {
  background-color: transparent;
  color: #fff;
  vertical-align: middle;
  padding-block: 1rem
}
.contest-winner-table th {
  color: rgb(255, 255, 255, 48%);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px
}
.how-to-apply .accordion-item {
  background-color: #0000;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1.2px solid;
  border-image-source: linear-gradient(270deg, rgba(66, 189, 172, 0) 0%, rgba(250, 194, 17, 0.48) 34.9%, rgba(250, 194, 17, 0.48) 70.31%, rgba(66, 189, 172, 0) 100%);
  border-image-slice: 1
}
.acc-num {
  padding: 0 24px;
  width: 80px;
  font-family: proxima;
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
  background: -webkit-linear-gradient(270deg, #42bdac 15.83%, #ffc71c 52.91%), linear-gradient(180deg, rgba(66, 189, 172, .16) 0, rgba(255, 199, 28, .16) 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #0d0e11
}
.how-to-apply .accordion-item .accordion-button {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  box-shadow: none;
  padding: 24px;
  background: linear-gradient(90deg, rgba(66, 189, 172, .04) 0, rgba(255, 199, 28, .04) 100%)
}
.how-to-apply .accordion-item .accordion-button:not(.collapsed) {
  background-color: #2e2D3C80;
  color: #fcc306
}
.how-to-apply .accordion-body {
  background-color: #fcc3060A;
  padding: 24px
}
.bg-linear-gradient {
  background: linear-gradient(90deg, rgb(66, 189, 172, 16%), rgb(255, 199, 28, 16%));
  border-block: 1px solid #FFFFFF29
}
.winner-announce {
  background: linear-gradient(90deg, rgb(66, 189, 172, 8%), rgb(255, 199, 28, 8%));
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 6px
}
.rotate-n4 {
  transform: rotate(-4deg)
}
.rotate-4 {
  transform: rotate(4deg)
}
.blog-card-section .card {
  background-color: #2e2D3C80;
  border: 1px solid rgb(255, 255, 255, 12%);
  border-radius: 12px;
  height: 100%;
  margin-right: 1rem
}
.blog-card-section .card a:hover {
  opacity: .8
}
.blog-card-section .card .card-body {
  color: #fff;
  padding: 24px
}
.blog-card-section .card .card-body .card-title {
  margin-bottom: 30px
}
.blog-card-section .card .card-body p {
  font-size: 12px;
  color: #fff;
  line-height: 13px;
  padding: 10px 12px;
  border-radius: 100px;
  border: 1px solid rgb(255, 255, 255, 12%)
}
.blog-card-section .card .card-body .btn-blog {
  width: 24px;
  height: 24px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  padding: 0;
  color: #000;
  background-color: #fcc306
}
.blog-list ol li:not(:last-child) {
  margin-bottom: 1rem;
  border-bottom: 1px solid #fffFFF1F
}
.get-started {
  padding: 32px 16px;
  background: #2e2D3C80;
  border-radius: 12px;
  border: 1px solid #fffFFF1F
}
.h-ruler {
  border-color: #fffFFF1F;
  border-width: 4px
}
.webniar-section {
  background-position-y: 130%;
  display: flex;
  align-items: center;
  position: relative
}
.register-btn {
  margin-top: 2rem;
  padding: 0;
  width: 185px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase
}
.currency-converter {
  background-color: #2e2D3C80;
  border-radius: 1rem;
  padding: 48px 32px
}
.rounded-img {
  overflow: hidden;
  object-fit: contain;
  margin: 0 auto;
  background: linear-gradient(151.73deg, #42bdac 0, #ffc71c 100%);
  padding: 6px;
  border-radius: 150px;
  box-shadow: 0 0 16px 0 #fcc3061F, 0 2px 24px 0 #fcc30629, 0 4px 32px 0 #fcc30633;
  margin-bottom: 32px
}
.rounded-img .card-img-top {
  height: 360px;
  border-radius: 150px
}
.course-tab .nav-link {
  color: #fffFFF52;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2px;
  padding: 16px 28px;
  border-radius: 100px;
  position: relative;
  overflow: hidden
}
.course-tab .nav-link:is(.active, :hover) {
  background: linear-gradient(90deg, rgba(66, 189, 172, .08) 21.25%, rgba(255, 199, 28, .08) 77.21%)
}
.course-tab .nav-link.active::before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #42bdac 21.25%, #ffc71c 77.21%)
}
.course-tab .nav-link.active span {
  background: linear-gradient(to right, #42bdac, #ffc71c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.course-list {
  border-block: 1px solid #FFFFFF29
}
.course-date, .course-detail {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  align-items: center
}
.course-detail {
  border-left: 1px solid #fffFFF29
}
.c-date {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #fff
}
.c-date span {
  font-size: 48px;
  font-weight: 500;
  line-height: 80px
}
.c-date span sup {
  top: -1em;
  font-size: .5em
}
.c-time {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid
}
.load-btn {
  display: inline-flex;
  gap: 6px;
  align-items: center
}
.load-btn .fa-arrow-down {
  width: 18px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  background-color: #0d0e11;
  border-radius: 50%;
  padding: 4px
}
.load-btn .fa-arrow-down {
  color: #fcc306
}
.load-btn:hover .fa-arrow-down {
  color: #fff
}
#wave {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0
}
.comm-list li::before {
  position: absolute;
  left: -28px;
  top: 4px;
  content: "\f0a4";
  font-family: "Font Awesome 6 Free";
  color: #fcc306
}
.comm-img {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}
.filter-shadow {
  transition: all .3s linear;
  filter: drop-shadow(-20px 20px 0px #f1f1f1) grayscale(1)
}
.filter-shadow:hover {
  filter: unset
}
.popular-comm .card.bg-transparent:hover {
  border-color: #fcc306 !important;
  background: #fac411a0 !important;
  transition: all .2s linear
}
.local-curr-card .card {
  padding-top: 1rem;
  border-radius: 0;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background: linear-gradient(90deg, rgba(66, 189, 172, .08) 21.25%, rgba(255, 199, 28, .08) 77.21%);
  transition: all .3s linear
}
.local-curr-card .card .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: rgba(255, 255, 255, .5);
  display: grid;
  place-content: center;
  margin: auto;
  font-size: 2rem;
  transition: all .3s linear
}
.local-curr-card .card:hover {
  border-radius: .6rem;
  transform: translateY(-20px)
}
.local-curr-card .card:hover .icon {
  color: #fcc306;
  border-color: #fcc306
}
.steps-design {
  padding-left: 8rem
}
.steps-design::before {
  position: absolute;
  content: '';
  height: 200px;
  border-left: 2px dashed #fff;
  top: 12px;
  left: 90px
}
.steps-design li::before {
  position: absolute;
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  color: #fcc306;
  background-color: #0d0e11;
  left: -3rem;
  top: 0;
  font-size: 1.4rem;
  line-height: 1.3
}
.analytics-sec::before, .trading-central-sec::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000096;
  z-index: -1
}
.analytics-sec::before {
  background-color: #000;
  opacity: .8
}
.policy-list > li {
  padding-bottom: 1rem;
  margin-bottom: 1rem
}
.policy-list > li:not(:last-child) {
  border-bottom: 1px solid #fffFFF29
}
.why-choose-us .card {
  height: 100%;
background-color: #2e2D3C80;
  transition: all .3s linear;
  border-radius: .6rem
}
.why-choose-us .card:hover {
  transform: scale(1.12)
}
.why-choose-us .card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fcc306;
  border: 1px solid #fff;
  display: grid;
  place-content: center;
  margin-bottom: 1rem;
  font-size: 2rem
}
.cta-section {
  background-image: url(../img/why-choose-bg.jpg);
  background-position: center center;
  background-attachment: fixed
}
.cta-section h3 {
  border-left: 4px solid;
  padding-block: 1rem
}
.testimonial-slider .card {
  background: #6464642e
}
#footer {
  padding: 50px 0 30px;
  position: relative
}
#footer::before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgba(66, 189, 172, 0) 0, #fcc306 50%, rgba(66, 189, 172, 0) 100%);
  top: 0;
  left: 0
}
.social-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap
}
.social-icons a > i {
  color: #fff;
  font-size: 24px
}
.social-icons a:hover > i {
  color: #fcc306
}
.footer-links h6 {
  color: #fcc306;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px
}
.footer-links hr {
  background: linear-gradient(90deg, rgba(66, 189, 172, 0) 0, #fcc306 50%, rgba(66, 189, 172, 0) 100%);
  width: 100%;
  height: 1px;
  border: 0;
  margin: 0 0 12px 0
}
.footer-links .light-color, .footer-links a {
  color: #fff;
  font-size: 14px
}
.footer-links a:hover {
  color: #fcc306
}
.companied-text li, .companied-text p {
  color: #fff;
  font-size: 14px
}
.inner-footer {
  padding-block: 20px;
  position: relative
}
.inner-footer::after, .inner-footer::before {
  position: absolute;
  content: '';
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .16) 50%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  top: 0
}
.inner-footer::before {
  top: unset;
  bottom: 0
}
.copyright {
  font-size: 14px
}
.copyright p {
  color: #fff
}
.quick-links a {
  color: #fff
}
.quick-links a:not(:last-child) {
  margin-right: 2rem
}
.quick-links a:hover {
  color: #fcc306
}
.back-to-top {
  position: fixed;
  bottom: 100%;
  right: 20px;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  box-shadow: -1px 5px 11px 2px #fcc3061c;
  transition: all .3s ease-in-out
}
.back-to-top.active {
  bottom: 80px;
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
.callback-btn {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #fcc306;
  border-radius: 50%;
  background-color: #fcc306;
  color: #333
}
.callback-btn i {
  animation: rotate 1s infinite ease-out
}
@keyframes rotate {
  100% {
    transform: rotate(360deg) scale(1.3)
  }
}
.gallery-container {
  column-count: 4;
  column-gap: 1rem
}
.gallery-container figure {
  position: relative;
  overflow: hidden
}
.gallery-icon {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0008;
  display: grid;
  place-content: center;
  font-size: 24px;
  transition: all .3s ease
}
.gallery-icon > a {
  color: #fff
}
.gallery-container figure > img {
  transition: all .3s ease
}
.gallery-container figure:hover > img {
  transform: rotate(15deg) scale(1.4)
}
.gallery-container figure:hover .gallery-icon {
  top: 0
}
.gallery-icon > a:hover {
  color: #fcc306
}
#popup {
  position: fixed;
  inset: 0;
  background-color: #000000c9;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none
}
#popup .popup-container {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 70%;
  text-align: center
}
#popup .popup-container img {
  height: 700px;
  object-fit: contain;
  border: 1px solid #666;
  aspect-ratio: 0/1
}
.arabic, .arabic input {
  direction: rtl
}
.arabic #hero-swiper, .arabic .awards-slider, .arabic .box-container, .arabic .iti__flag-container, .arabic .slick-slider, .arabic .timeline-section .arrow-btn {
  direction: ltr
}
.arabic .top-header ~ .position-absolute.z-1.start-75.translate-middle-x {
  right: 60%;
  left: unset !important
}
.arabic .timeline-section .slider-inn::after {
  transform: translateY(170%) rotate(180deg)
}
.arabic .timeline-section .slick-slide:nth-child(2n) .slider-inn::after {
  transform: rotate(0);
  bottom: 50%;
  transform: translateY(46%)
}
.arabic .timeline-section .slider-inn > h5 {
  transform: translateY(20px)
}
.arabic .btn > i {
  margin: 0 .5rem !important;
  padding: 0 !important
}
.arabic .nav-item:not(:last-child) {
  margin-left: 20px;
  margin-right: 0
}
.arabic .group-card .card .coin-img {
  left: 8px;
  right: unset
}
.arabic .text-end {
  text-align: left !important
}
.arabic img[alt="Curved Line"] {
  scale: -1 1
}
.arabic .crypto-card::before {
  top: -133px
}
.arabic .comm-list {
  padding-left: 0;
  padding-right: 2rem
}
.arabic .comm-list li::before {
  left: unset;
  right: -28px;
  scale: -1 1
}
.arabic .funding-wrapper .fix-pos:last-child {
  right: unset;
  left: 0
}
.arabic .quick-links a:not(:last-child) {
  margin-right: 0;
  margin-left: 2rem
}
.arabic .steps-design {
  padding-right: 5rem
}
.arabic .steps-design::before {
  left: unset;
  right: 30px
}
.arabic .steps-design li::before {
  left: unset;
  right: -3.8rem
}
.arabic .why-choose-zulutrade .row > .col-lg-6 {
  margin-right: auto
}
.arabic .row.gy-2.gx-0.ms-0.mb-3.drop-inner-links > .col-lg-6 {
  width: 100%
}
@media (min-width:992px) {
  .arabic .text-lg-start {
    text-align: right !important
  }
  .arabic .offset-lg-1 {
    margin-right: 8.33333333%;
    margin-left: 0
  }
  .arabic .offset-lg-2 {
    margin-right: 16.66666667%;
    margin-left: 0
  }
}
@media (min-width:768px) {
  .arabic .text-md-start {
    text-align: right !important
  }
}
.arabic #country_select {
  background-position: left .75rem center;
  padding: .375rem .75rem .375rem 2.25rem
}
.arabic #email_id ~ .position-absolute.end-0 {
  right: unset !important;
  left: 0;
  margin-left: .5rem
}
.arabic #mobile_no, .arabic .iti__country-list {
  text-align: right;
  direction: rtl
}
.arabic .iti__country-name, .arabic .iti__flag-box {
  margin-left: 6px;
  margin-right: 0
}
.arabic .countdown li:first-child::before {
  display: none
}
.arabic .countdown li:not(:first-child)::before {
  position: absolute;
  content: ':';
  right: -5px;
  bottom: 43%;
  font-size: 50px
}
.arabic .accordion-button::after {
  margin-left: 0;
  margin-right: auto
}
@media (min-width:1201px) and (max-width:1400px) {
  header.fixed .navbar-nav .nav-link {
    font-size: 12px;
    white-space: nowrap
  }
  .group-card {
    transform: translateY(-100px)
  }
}
@media (min-width:992px) and (max-width:1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    white-space: nowrap
  }
  header.fixed .navbar-nav .nav-link svg {
    width: 8px;
    margin: 0 !important
  }
  .group-card {
    transform: translateY(-70px)
  }
  .fix-pos > img {
    width: 140px
  }
  .copyright .d-flex {
    flex-direction: column-reverse;
    gap: 1rem;
    align-items: center
  }
  .copyright .d-flex > p {
    text-align: center
  }
}
@media (max-width:991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
  .h-vh-80 {
    height: 80vh
  }
  .navbar-nav .dropdown-menu {
    transition: all .3s ease-in
  }
  .navbar-nav .dropdown-menu.show {
    padding-block: 1rem;
    left: 0
  }
  .navbar-expand-lg .navbar-nav .nav-link svg {
    transform: rotate(-90deg)
  }
  .navbar-nav .nav-item {
    margin-right: 0 ;        margin-bottom: 25px;
  }
  .forex-page {
    height: 40vh
  }
  .hero-section {
    padding: 64px 0
  }
  .traders-section .d-grid > div {
    height: 120px;
    font-size: 1rem
  }
  .group-card .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }
  .group-card .d-grid .play-btn {
    border-radius: 12px;
    grid-column: span 2/span 1
  }
  .traders-section .d-grid > div:last-child, .traders-section .d-grid > div:nth-child(2) {
    transform: translateY(0)
  }
  .about-hero img {
    height: auto
  }
  .copyright .d-flex {
    flex-direction: column-reverse;
    gap: 1rem;
    align-items: center
  }
  .copyright .d-flex > p {
    text-align: center
  }
  .indices-col {
    grid-template-columns: repeat(3, 1fr)
  }
  .crypto-card::before {
    display: none
  }
  .funding-wrapper ul {
    width: 70%
  }
  .funding-section .nav-tabs .nav-link {
    padding: 10px;
    font-size: 14px;
    font-weight: 500
  }
  .instrument-table td, .instrument-table th {
    white-space: nowrap
  }
  .fix-pos {
    width: 20%
  }
  .account-section .nav-pills {
    flex-direction: row !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0;
    gap: 1rem;
    white-space: nowrap
  }
  .account-section .nav-pills .nav-link {
    margin-bottom: 1rem !important
  }
  .account-section .nav-pills .nav-link label {
    padding: 16px
  }
  .course-date, .course-detail {
    border: 0;
    padding-inline: 0
  }
  .countdown li span {
    font-size: 60px;
    width: 110px
  }
  .why-choose-zulutrade::before {
    clip-path: unset
  }
  .currency-converter a {
    padding: 1rem
  }
}
@media (max-width:767px) {
  .hero-text .hero-title ~ p, body, p {
    font-size: 16px;
    line-height: 24px
  }
  h5 {
    font-size: 16px;
    line-height: 20px
  }
  section {
    padding: 40px 0
  }
  .col-rev {
    flex-direction: column-reverse
  }
  .filter-shadow {
    filter: drop-shadow(-6px 6px 0px #f1f1f1)
  }
  .group-btn {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center
  }
  .hero-section {
    display: flex;
    height: 80vh
  }
  .hero-section .img-fluid.pe-none {
    height: 100%;
    object-fit: cover;
    object-position: center
  }
  .hero-text {
    padding: 0 10px
  }
  .hero-text .hero-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1rem
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px
  }
  .title {
    font-size: 26px;
    line-height: 36px
  }
  .funding-section .tab-content .list-unstyled li:last-child {
    padding-right: 10px
  }
  .forex-page, .zulutrade-section {
    height: 55vh
  }
  .group-card .d-grid {
    display: block !important
  }
  .group-card .d-grid > div:not(:last-child) {
    margin-bottom: 1rem;
    padding: 24px
  }
  .about-section .circle {
    width: 320px;
    height: 320px;
    border-width: 20px;
    margin-top: 20%
  }
  .about-section .circle img {
    width: 220px;
    height: 326px;
    top: -10%
  }
  .traders-section .card .scroll-anim > .d-flex.gap-4 {
    padding: 0
  }
  .video-box {
    min-height: 250px
  }
  .box-container {
    grid-template-columns: repeat(2, 1fr);
    transform: rotate(0);
    width: 300px
  }
  .box-container .box {
    width: 150px
  }
  .box-container .box img {
    transform: rotate(0)
  }
  .box:first-child, .box:nth-child(9) {
    display: none
  }
  .traders-section .d-grid {
    width: 300px
  }
  .traders-section .d-grid > div {
    margin: auto;
    width: 140px;
    height: 130px;
    font-size: 1rem;
    padding: 6px
  }
  .accordian-wrapper .accordion-item .accordion-header {
    flex-direction: column;
    align-items: baseline;
    gap: 1rem
  }
  .accordian-wrapper .accordion-item .accordion-header .accordion-button {
    font-size: 16px
  }
  .accordian-wrapper .accordion-item .accordion-header h4 ~ .d-flex {
    width: 100%;
    justify-content: space-between
  }
  .indices-col {
    grid-template-columns: 1fr
  }
  .account-section .nav-pills .nav-link input[type=radio]:checked::before {
    top: 0
  }
  .funding-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 1rem
  }
  .funding-wrapper ul {
    width: 100%
  }
  .funding-wrapper .fix-pos {
    position: static !important;
    width: 100%;
    text-align: center
  }
  .curr-width {
    width: 100%
  }
  .account-list ul.list-unstyled li span:first-child {
    font-size: 14px
  }
  .how-to-apply figure figcaption {
    width: 100%;
    text-align: center;
    padding: 0 !important
  }
  .contact-wrapper {
    padding: 32px 16px
  }
  .contest-terms {
    padding: 64px 10px
  }
  .countdown {
    padding-inline: 1rem
  }
  .countdown li {
    padding: 1em .4em;
    font-size: 16px
  }
  .countdown li span {
    font-size: 30px;
    width: 66px;
    line-height: 30px
  }
  .countdown li:not(:last-child)::before {
    bottom: 48%;
    font-size: 30px
  }
  .counter-line {
    width: 60px;
    top: 40px;
    left: 10px;
    border-top-width: 2px;
    transform: translate(0)
  }
  .popular-comm .card.border.bg-transparent.text-center {
    border-radius: 1rem !important
  }
  .steps-design {
    padding-left: 4rem
  }
  .steps-design::before {
    height: 150px;
    left: 26px
  }
  .gallery-container {
    column-count: 2
  }
}
@media (max-width:396px) {
  .navbar-brand > img {
    width: 150px
  }
  .counter-line {
    top: 37px;
    left: 8px;
    width: 44px
  }
  .countdown li {
    font-size: 12px
  }
  .countdown li:not(:last-child)::before {
    bottom: 51%;
    font-size: 20px;
    right: -4px
  }
  .countdown li span {
    font-size: 22px;
    width: 50px
  }
}

	.vertical-middle {
    vertical-align: middle;
}
	


.btn-primary-withdraw {
    color: #fff;
    background-color: #28E243;
    border: 1px solid #28E243;
    text-transform: none;
    border-radius: 3px;
    padding: 10px 18px;
}




@media (max-width:959px) {
	

.bdt-table-responsive,  .bdt-table-responsive tbody,  .bdt-table-responsive th,  .bdt-table-responsive td,  .bdt-table-responsive tr {
    display: block
}
.bdt-table-responsive thead {
    display: none
}
.bdt-table-responsive th,  .bdt-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important
}
.bdt-table-responsive th:not(:first-child):not(.bdt-table-link),  .bdt-table-responsive td:not(:first-child):not(.bdt-table-link),  .bdt-table-responsive .bdt-table-link:not(:first-child)>a {
    padding-top: 5px !important
}
.bdt-table-responsive th:not(:last-child):not(.bdt-table-link),  .bdt-table-responsive td:not(:last-child):not(.bdt-table-link),  .bdt-table-responsive .bdt-table-link:not(:last-child)>a {
    padding-bottom: 5px !important
}
.bdt-table-justify.bdt-table-responsive th,  .bdt-table-justify.bdt-table-responsive td {
    padding-left: 0;
    padding-right: 0
}
}
.bdt-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0
}
button.bdt-icon:not(:disabled) {
    cursor: pointer
}
 .bdt-icon::-moz-focus-inner {
 border: 0;
 padding: 0
}
.bdt-icon:not(.bdt-preserve) [fill*='#']:not(.bdt-preserve) {
    fill: currentcolor
}
.bdt-icon:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve) {
    stroke: currentcolor
}
.bdt-icon>* {
    transform: translate(0, 0)
}
.bdt-icon-image {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    object-fit: scale-down;
    max-width: none
}
.bdt-icon-link {
    color: #999;
    text-decoration: none !important
}
.bdt-icon-link:hover {
    color: #666
}
.bdt-icon-link:active, .bdt-active>.bdt-icon-link {
    color: #595959
}
.bdt-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center
}
.bdt-icon-button:hover {
    background-color: #ebebeb;
    color: #666
}
.bdt-icon-button:active, .bdt-active>.bdt-icon-button {
    background-color: #dfdfdf;
    color: #666
}
.bdt-range {
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    background: transparent
}
.bdt-range:focus {
    outline: none
}
 .bdt-range::-moz-focus-outer {
 border: none
}
 .bdt-range:not(:disabled)::-webkit-slider-thumb {
 cursor: pointer
}
 .bdt-range:not(:disabled)::-moz-range-thumb {
 cursor: pointer
}
 .bdt-range::-webkit-slider-runnable-track {
 height: 3px;
 background: #ebebeb
}
 .bdt-range:focus::-webkit-slider-runnable-track, .bdt-range:active::-webkit-slider-runnable-track {
 background: #dedede
}
 .bdt-range::-moz-range-track {
 height: 3px;
 background: #ebebeb
}
 .bdt-range:focus::-moz-range-track {
 background: #dedede
}
 .bdt-range::-webkit-slider-thumb {
 -webkit-appearance: none;
 margin-top: -7px;
 height: 15px;
 width: 15px;
 border-radius: 500px;
 background: #666
}
 .bdt-range::-moz-range-thumb {
 border: none;
 height: 15px;
 width: 15px;
 margin-top: -7px;
 border-radius: 500px;
 background: #666
}
.bdt-input, .bdt-select, .bdt-textarea, .bdt-radio, .bdt-checkbox {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit
}
.bdt-input {
    overflow: visible
}
.bdt-select {
    text-transform: none
}
.bdt-select optgroup {
    font: inherit;
    font-weight: 700
}
.bdt-textarea {
    overflow: auto
}
 .bdt-input[type="search"]::-webkit-search-cancel-button, .bdt-input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none
}
 .bdt-input[type="number"]::-webkit-inner-spin-button, .bdt-input[type="number"]::-webkit-outer-spin-button {
 height: auto
}
 .bdt-input::-moz-placeholder, .bdt-textarea::-moz-placeholder {
 opacity: 1
}
.bdt-radio:not(:disabled), .bdt-checkbox:not(:disabled) {
    cursor: pointer
}
.bdt-fieldset {
    border: none;
    margin: 0;
    padding: 0
}
.bdt-input, .bdt-textarea {
    -webkit-appearance: none
}
.bdt-input, .bdt-select, .bdt-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #f8f8f8;
    color: #666;
    border-radius: 3px
}
.bdt-input, .bdt-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block
}
.bdt-input:not(input), .bdt-select:not(select) {
    line-height: 40px
}
.bdt-select[multiple], .bdt-select[size], .bdt-textarea {
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: top
}
.bdt-select[multiple], .bdt-select[size] {
    resize: vertical
}
.bdt-input:focus, .bdt-select:focus, .bdt-textarea:focus {
    outline: none;
    background-color: #ebebeb;
    color: #666
}
.bdt-input:disabled, .bdt-select:disabled, .bdt-textarea:disabled {
    background-color: #f8f8f8;
    color: #999
}
 .bdt-input::placeholder {
 color: #999
}
 .bdt-textarea::placeholder {
 color: #999
}
.bdt-form-small {
    font-size: .875rem
}
.bdt-form-small:not(textarea):not([multiple]):not([size]) {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px
}
textarea.bdt-form-small, [multiple].bdt-form-small, [size].bdt-form-small {
    padding: 5px 8px
}
.bdt-form-small:not(select):not(input):not(textarea) {
    line-height: 30px
}
.bdt-form-large {
    font-size: 1.25rem
}
.bdt-form-large:not(textarea):not([multiple]):not([size]) {
    height: 55px;
    padding-left: 12px;
    padding-right: 12px
}
textarea.bdt-form-large, [multiple].bdt-form-large, [size].bdt-form-large {
    padding: 7px 12px
}
.bdt-form-large:not(select):not(input):not(textarea) {
    line-height: 55px
}
.bdt-form-danger, .bdt-form-danger:focus {
    color: #f0506e
}
.bdt-form-success, .bdt-form-success:focus {
    color: #32d296
}
.bdt-form-blank {
    background: none
}
input.bdt-form-width-xsmall {
    width: 50px
}
select.bdt-form-width-xsmall {
    width: 75px
}
.bdt-form-width-small {
    width: 130px
}
.bdt-form-width-medium {
    width: 200px
}
.bdt-form-width-large {
    width: 500px
}
.bdt-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
    background-repeat: no-repeat;
    background-position: 100% 50%
}
.bdt-select:not([multiple]):not([size]) option {
    color: #666
}
.bdt-select:not([multiple]):not([size]):disabled {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A)
}
.bdt-input[list] {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%
}
.bdt-input[list]:hover, .bdt-input[list]:focus {
    background-image: url(../../../plugins/bdthemes-element-pack/images/backgrounds/form-datalist.svg)
}
 .bdt-input[list]::-webkit-calendar-picker-indicator {
 display: none !important
}
.bdt-radio, .bdt-checkbox {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.bdt-radio {
    border-radius: 50%
}
.bdt-radio:focus, .bdt-checkbox:focus {
    background-color: #dedede;
    outline: none
}
.bdt-radio:checked, .bdt-checkbox:checked, .bdt-checkbox:indeterminate {
    background-color: #1e87f0
}
.bdt-radio:checked:focus, .bdt-checkbox:checked:focus, .bdt-checkbox:indeterminate:focus {
    background-color: #0e6dcd
}
.bdt-radio:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0D%0A%3C%2Fsvg%3E)
}
.bdt-checkbox:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A)
}
.bdt-checkbox:indeterminate {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0D%0A%3C%2Fsvg%3E)
}
.bdt-radio:disabled, .bdt-checkbox:disabled {
    background-color: #f8f8f8
}
.bdt-radio:disabled:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0D%0A%3C%2Fsvg%3E)
}
.bdt-checkbox:disabled:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A)
}
.bdt-checkbox:disabled:indeterminate {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0D%0A%3C%2Fsvg%3E)
}
.bdt-legend {
    width: 100%;
    color: inherit;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.4
}
.bdt-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle
}
.bdt-form-custom select, .bdt-form-custom input[type="file"] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer
}
.bdt-form-custom input[type="file"] {
    font-size: 500px;
    overflow: hidden
}
.bdt-form-stacked .bdt-form-label {
    display: block;
    margin-bottom: 10px
}

.live-chat-button {
    cursor: pointer;
    border: 0;
    border-radius: 0;
    outline: 0;
    padding: 0;
    -webkit-appearance: none;
    background: 0 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #28E243;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    box-shadow: 0 0 12px 1px rgba(0,0,0,.25);
    position: fixed;
    right: 0;
    bottom: 55vh;
    padding: 11px 22px 7px;
    z-index: 1000;
    transition: .2s;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .09em;
    text-transform: uppercase
}
.live-chat-button a {
    color: #fff;
}
.live-chat-button a:hover {
    color: #fff;
}
.live-chat-button:focus {
    outline: 0;
    color: #fff;
}



.get-app-button {
    cursor: pointer;
    border: 0;
    border-radius: 0;
    outline: 0;
    padding: 0;
    -webkit-appearance: none;
    background: 0 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #000000;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    box-shadow: 0 0 12px 1px rgba(0,0,0,.25);
    position: fixed;
    right: 0;
    bottom: 75vh;
    padding: 11px 22px 7px;
    z-index: 1000;
    transition: .2s;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .09em;
    text-transform: uppercase
}
.get-app-button a {
    color: #fff;     font-weight: bold;
}
.get-app-button a:hover {
    color: #fff;
}
.get-app-button:focus {
    outline: 0;
    color: #fff;
}




@media (max-width: 991px) {
.live-chat-button {
    bottom: 45vh
}
	
.get-app-button {
    bottom: 75vh
}	

.live-chat-button::after {
    content: '';
    transform: rotate(90deg);
    display: block;
    width: 21px;
    height: 23px;
    background-image: url(../images/live-chat.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 7px;
    color: #fff;
}
.live-chat-button.chat-opened {
    opacity: 0;
    pointer-events: none
}
.live-chat-button.chat-loading {
    opacity: .3;
    pointer-events: none
}


.get-app-button::after {
    content: '';
    transform: rotate(90deg);
    display: block;
    width: 21px;
    height: 23px;
    background-image: url(../images/apps-svgrepo-com.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 7px;
    color: #fff;
}
.get-app-button.chat-opened {
    opacity: 0;
    pointer-events: none
}
.get-app-button.chat-loading {
    opacity: .3;
    pointer-events: none
}

