body {
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
    font-size: 16px;
    color: #3a3a3a;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 800;
}
.header {
    background: #172f72;
    padding: 5px 20px;
}
.header-mobile {
    display: none;
    background: #172f72;
    padding: 15px 20px;  
}
.header .heading{
    background: #374f92;
    padding: 10px 20px;
    font-size:18px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
}
.heading-mobile {
    background: #fcc609;
    box-shadow: 0px 4px 35px 0px rgb(0 0 0 / 10%);
    padding: 12px;
    font-size:15px;
    color: #000;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
}
.top-btn {
    text-align: right;
}
.btn-kyc {
     font-size:18px;
     color: #fff;
     font-weight: 600;
     padding:8px 24px;
     border-radius: 50px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.3s;
     background: rgb(26,115,232);
     background: linear-gradient(180deg, rgba(26,115,232,1) 0%, rgba(37,128,248,1) 100%); 
}
.btn-kyc:hover {
     background: rgb(240,185,11);
     background: linear-gradient(180deg, rgba(240,185,11,1) 0%, rgba(254,200,30,1) 100%);
     color: #333;
}
.btn-kyc-sm {
    font-size:14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s;
    background: rgb(240,185,11);
    background: linear-gradient(180deg, rgba(240,185,11,1) 0%, rgba(254,200,30,1) 100%);
    color: #333;
}
.btn-kyc-sm:hover {
    color: #fff;
    background: rgb(26,115,232);
    background: linear-gradient(180deg, rgba(26,115,232,1) 0%, rgba(37,128,248,1) 100%); 
  
}
.btn-yellow {
     font-size:18px;
     color: #333;
     font-weight: 600;
     padding:8px 24px;
     border-radius: 50px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.3s;
     background: rgb(240,185,11);
     background: linear-gradient(180deg, rgba(240,185,11,1) 0%, rgba(254,200,30,1) 100%);
}
.btn-yellow:hover {
    background: rgb(26,115,232);
    background: linear-gradient(180deg, rgba(26,115,232,1) 0%, rgba(37,128,248,1) 100%);
    color: #fff;
}
.btn-yellow-sm {
    font-size:14px;
    font-weight: 600;
    padding:6px 14px;
    border-radius:4px;
    text-align: center;
    transition: all 0.3s;
    background: rgb(26,115,232);
    background: linear-gradient(180deg, rgba(26,115,232,1) 0%, rgba(37,128,248,1) 100%);
    color: #fff;
}
.btn-yellow-sm:hover {
    background: rgb(240,185,11);
    background: linear-gradient(180deg, rgba(240,185,11,1) 0%, rgba(254,200,30,1) 100%);
    color: #333;
}
.lightblue_bg {
    background: #e0e8f3;
    padding: 70px 0;
}
.box {
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    padding:10px;
    border-radius: 10px;
    margin:0px 10px 15px 10px;
    font-weight: 700;
    cursor: pointer;
}
.white_box {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.white_box .head {
    border-bottom: solid 1px #ecebeb;
}
.white_box .head h3 {
    font-size: 24px;
    text-transform: uppercase;
}
.swap .form-control {
    padding: 0.8rem 0.9rem;
    font-size: 1.5rem;
    font-weight: 900;
    background: #f3f3f3;
}
.swap label {
    font-size:20px;
    font-weight: 700;
    cursor: pointer;
}
.btn-primary {
     font-size:24px;
     color: #fff;
     font-weight: 600;
     width: 100%;
     border-radius:10px;
     line-height:48px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.3s;
     background: rgb(26,115,232);
     background: linear-gradient(180deg, rgba(26,115,232,1) 0%, rgba(37,128,248,1) 100%); 
}
.btn-primary:hover {
     background: rgb(240,185,11);
     background: linear-gradient(180deg, rgba(240,185,11,1) 0%, rgba(254,200,30,1) 100%);
     color: #333;
}
footer {
    padding: 30px 0 20px;
    font-size: 18px;
}
footer .email {
    font-weight: 700;
    color: #4452de;
}
.coming {
    font-size: 44px;
    line-height: 48px;
    font-weight: 900;
    color: #fe0909;
    text-align: center;
    text-transform: uppercase;
}
.modal-body {
    max-height:600px;
    overflow-y: auto;
}
.token img {
  height:28px;
}
.token ul {
  list-style-type: none;
}
.token ul li {
  font-weight: 700;
  padding: 10px;
  cursor: pointer;
}
.token ul li:hover {
  background: #f3f3f3;
  border-radius: 5px;
}
.modal-backdrop{
    opacity:0.9 !important;
}
.form-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.form-control {
    padding: 0.675rem 0.75rem;
    font-weight: 400;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 5%) !important;
    border: 1px solid rgba(0,0,0,0.2);
}
.login_box {
    background: #fff;
    border-radius: 10px;
    padding:30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.btn-secondary {
     font-size:16px;
     color: #fff;
     font-weight: 600;
     padding: 10px 0px;
     border-radius:10px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.3s;
     background:#172f72;
     border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
     background:#172f72;
     border: none;
    
}
.dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 4px 4px 40px rgb(0 0 0 / 25%);
    border-top:solid 3px #e57709;
}
.dropdown-menu .dropdown-item {
  padding: 10px 20px;
}
.dropdown-menu :focus {
  background-color: #172f72;
  color: #fff;
}
.dropdown-menu :hover {
  background-color: #172f72;
  color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #172f72;
}
input[type="file"] {
  display: none;
}
.custom-file-upload {
    background: #eb9a0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb9a0d), color-stop(51%, #e57709), to(#eb9a0d));
    background-image: linear-gradient(to bottom, #eb9a0d 0%, #e57709 51%, #eb9a0d 100%);
    border: none;
    background-size: 200% auto;
    font-weight: 500;
    font-size:16px;
    padding:8px 16px;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    text-transform:uppercase;
    display: inline-block;
    cursor: pointer;
}
.help-block {
    color: #f12727;
}
.security-container {
    border-top:solid 1px #ddd;
    padding:15px 0px 20px 0px;
}
.security-container .active-icon {
    background:#4caf50;
    height: 24px;
    line-height: 24px;
    width: 24px;
    float:right;
    border-radius:25px;
    text-align:center;
}
.security-container .active-icon {
    background:#5fbf63;
    height: 24px;
    line-height: 24px;
    width: 24px;
    float:right;
    border-radius:25px;
    text-align:center;
}
.security-container .dactive-icon {
    background:#f27a7a;
    height: 24px;
    line-height: 24px;
    width: 24px;
    float:right;
    border-radius:25px;
    text-align:center;
}
.security-container .active-icon i,
.security-container .dactive-icon i {
    font-weight: 700;
    color: #fff;
}
.security-container .small {
    font-size:13px;
    color:#666666;
}
.security-container .pass {
    background-color: rgba(241,64,52,.15);
    color: #f14034;
    text-align: center;
    border-radius: 16px;
    display: inline-block;
    vertical-align: top;
    width:100%;
    margin-left:10px;
}
.security-container .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height:24px;
}
.security-container .switch input {display:none;}
.security-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.security-container .slider:before {
  position: absolute;
  content: "";
  height:18px;
  width:18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.security-container input:checked + .slider {
  background-color: #2196F3;
}
.security-container input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.security-container input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.security-container .slider.round {
  border-radius: 34px;
}
.security-container .slider.round:before {
  border-radius: 50%;
}
.bold {
    font-weight: 700;
}
.inactive{
	color:#FF9900;
}
.approved{
	color:#19af19;
}
.reject{
	color:#e62d2d;
}
.input-group-text {
    padding: 0.5rem 0.75rem;
}


.video_container{
    height: 300px;
}


@media screen and (max-width: 992px) {
.header .heading {
    font-size: 14px;
}
.btn-kyc {
     font-size:14px;
     padding:8px 16px; 
}
.btn-yellow {
   font-size:14px;
   padding:8px 16px; 
}
}

@media screen and (max-width: 786px) {
.header {
    display: none;
}
.header-mobile {
    display: block; 
}
.heading-mobile {
    display: block;
}
.box img {
   width: 50%;
}
.lightblue_bg {
    padding:40px 0;
}
.white_box .head h3 {
    font-size: 20px;
}
}

/* mahipat */
.btn-custom{
    background: #eb9a0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb9a0d), color-stop(51%, #e57709), to(#eb9a0d));
    background-image: linear-gradient(to bottom, #eb9a0d 0%, #e57709 51%, #eb9a0d 100%);
    border: none;
    background-size: 200% auto;
    font-weight: 500;
    font-size:16px;
    border-radius: 5px;
    padding: 5px 20px;
    text-transform:uppercase;
    display: inline-block;
    cursor: pointer;
}    

.display-none {
    display: none;
}
.copy_button{
    cursor: pointer;
}
.level-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(224, 224, 224, 0.85);
    padding: 7px 10px;
    border-radius:10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    min-height: 59px;
}
.level-box>img {
    float: left;
	margin-right:8px;
}
.level-box .nlc-level-text {
    float: left;
}
.level-box .nlc-level-text h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin-top:10px;
    font-weight: 900;
	margin-bottom: 0px;
	color:#323232;
}
.level-box .nlc-level-text a {
   color:#323232;
}


.my-account .progress {
    width: 130px;
    height: 130px;
    line-height: 140px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
  }
  .my-account .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
  }
  .my-account .progress > span {
      width: 50%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      z-index: 1;
  }
  .progress .progress-left {
      left: 0;
  }
  .progress .progress-bar {
      width: 100%;
      height: 100%;
      background: none;
      border-width: 7px;
      border-style: solid;
      position: absolute;
      top: 0;
      border-color: #fab802;
  }
  .progress .progress-left .progress-bar {
      left: 100%;
      border-top-right-radius: 75px;
      border-bottom-right-radius: 75px;
      border-left: 0;
      -webkit-transform-origin: center left;
      transform-origin: center left;
  }
  .progress .progress-right {
      right: 0;
  }
  .progress .progress-right .progress-bar {
      left: -100%;
      border-top-left-radius: 75px;
      border-bottom-left-radius: 75px;
      border-right: 0;
      -webkit-transform-origin: center right;
      transform-origin: center right;
  }
  .progress .progress-value {
      display: flex;
      border-radius: 50%;
      font-size: 36px;
      text-align: center;
      line-height: 20px;
      align-items: center;
      justify-content: center;
      height: 100%;
      font-weight: 700;
      margin: 0 auto;
  }
  .progress .progress-value div {
      margin-top: 10px;
  }
  .progress .progress-value span {
      font-size: 12px;
      text-transform: uppercase;
  }
  .progress[data-percentage="10"] .progress-right .progress-bar {
      animation: loading-1 1.5s linear forwards;
  }
  .progress[data-percentage="10"] .progress-left .progress-bar {
      animation: 0;
  }
  .progress[data-percentage="25"] .progress-right .progress-bar {
      animation: loading-3 1.5s linear forwards;
  }
  .progress[data-percentage="25"] .progress-left .progress-bar {
      animation: 0;
  }
  .progress[data-percentage="50"] .progress-right .progress-bar {
      animation: loading-5 1.5s linear forwards;
  }
  .progress[data-percentage="50"] .progress-left .progress-bar {
      animation: 0;
  }
  .progress[data-percentage="75"] .progress-right .progress-bar {
      animation: loading-5 1.5s linear forwards;
  }
  .progress[data-percentage="75"] .progress-left .progress-bar {
      animation: loading-2 1.5s linear forwards 1.5s;
  }
  .progress[data-percentage="100"] .progress-right .progress-bar {
      animation: loading-5 1.5s linear forwards;
  }
  .progress[data-percentage="100"] .progress-left .progress-bar {
      animation: loading-5 1.5s linear forwards 1.5s;
  }

  .swap_arrow{
    height: 1px;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .swap_arrow .swap_arrow_inner{
    border-radius: 50%;
    background: rgb(241, 241, 241);
    gap: 2px;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .swap_arrow .swap_arrow_inner img{
    height: 30px;
    width: 34px;
  }
  .swap_arrow .swap_arrow_inner:hover{
    background-color: #FDC71D;
  }
  .rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.arr_img {
    transition: transform 0.3s ease;
}

.select_coin_responsive {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .select_coin_responsive {
        width: 100%;
    }
}


  @keyframes loading-2 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(72);
      transform: rotate(72deg);
    }
  }
  @keyframes loading-3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(108);
      transform: rotate(108deg);
    }
  }
  @keyframes loading-4 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(144);
      transform: rotate(144deg);
    }
  }
  @keyframes loading-5 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(180);
      transform: rotate(180deg);
    }
}

.loader {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50px;
    z-index:3;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
	padding-top:25%;
}
.loader img {
	-webkit-animation: spin1 1.2s linear 1000;
	-moz-animation: spin1 1.2s linear 1000;
	-o-animation: spin1 1.2s linear 1000;
	-ms-animation: spin1 1.2s linear 1000;
	animation: spin1 1.2s linear 1000;
}

@-webkit-keyframes spin1 {
    100% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spin1 {
    100% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes spin1 {
    100% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}
@-ms-keyframes spin1 {
    100% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}
@-keyframes spin1 {
    100% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}