body {
      font-family: "DM Sans", sans-serif;
      padding: 0;
      margin: 0;
    }
    .warpperwhl {
      max-width: 90%;
    }
     .img-width{
      max-width: 14%;
      width: 100%;
      text-align: center;
      margin-top: 15px;
    }
    .b-cardwrap h5{
      font-weight: bold;
    }
    .sitetab a{
      border:1px solid #C7A7DE;
      margin-right: 5px;
      color: #000;
      border-radius: 200px !important;
    }
    .sitetab a.active{
      color: #fff;
      background: #806197 !important;
    }
    .fill p{
      background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/filled-w.webp);
      background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    }
    .grad{
  padding: 10px;
  background: linear-gradient(90deg, #FFFFFF 53.37%, #EEE1FF 100%);
  border: 1px solid #E1CBFF;
  border-radius: 0px;
  margin-top: 10px;
    }
    .header-bg {
      background-image: url("https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/sasaban.webp");
      height: 100vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }
    .breadcrumbwl {
      width: 100%;
      display: inline-block;
    }
    .breadcrumbwl a, .cat span {
    background: #b2a2fb;
    color: #000 !important;
}
    .header-title {
      font-size: clamp(25px, 4vw, 65px);
      line-height: clamp(40px, 5vw, 75px);
      color: #000000;
    }
    .content {
      font-weight: 300;
      font-size: clamp(16px, 2vw, 17px);
      line-height: clamp(20px, 2vw, 22px);
      color: #222222;
    }
    .header-btn {
      background: #000000;
      border-radius: 2px;
      padding: 5px 23px;
    }
    section {
      padding: 5vh 0;
    }
    .w-bg {
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/solid-wallet.webp), #FFFFFF;
    background-repeat: no-repeat;
    background-position: 10px;
    padding: 10px 10px 10px 37px;
    border-radius: 5px;
}
    .title {
      font-weight: 700;
      font-size: clamp(23px, 3vw, 30px);
      line-height: clamp(30px, 3vw, 42px);
      text-transform: capitalize;
      color: #000000;
    }
    .clone-bg {
      background-color: #e8dbff;
    }
    .tab-con {
      font-weight: 300;
      font-weight: 700;
      font-size: clamp(16px, 2vw, 19px);
      line-height: 32px;
      color: black;
      font-weight: bold;
    }
    .tab-title {
      font-size: clamp(18px, 2vw, 20px);
      font-weight: 700;
      color: #000;
    }
    .card-hover:hover h3 {
      color: white !important;
    }

    .scroll {
      max-height: 60vh;
      overflow-x: auto;
    }
    .iconm {
      background-image: url('https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/Layer 2.webp');
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: 5px 7px;
      padding: 5px 5px 5px 30px;
    }
    .tb {
      background: linear-gradient(90deg, #ffffff 53.37%, #eee1ff 100%);
    }

    .ch {
      border-bottom: none !important;
    }
    .btn-block.collapsed{
       background: linear-gradient(90deg, #ffffff 53.37%, #ffffff 100%);

    }
    .cars {
      background: linear-gradient(90deg, #ffffff 53.37%, #eee1ff 100%);
      border: 1px solid #e1cbff;
      border-radius: 0px;
    }

    .carsa:not(.collapsed) {
      background-color: #806197 !important;
    }
     .carsa1:not(.collapsed) {
      background-color: #E8DBFF !important;
    }
    
    .tb12:not(.collapsed){
      background-color: #E8DBFF!important;
    }
    .tb1:not(.collapsed) {
      background-color: #806197 !important;
    }
    .tb1:not(.collapsed) h3 {
      color: white !important;
    }

    ::-webkit-scrollbar {
      display: none !important;
    }
    .card-hover:hover {
      background: #806197;
      border-radius: 5px;
      color: white;
      box-shadow: 0 4px 8px rgba(108, 30, 160, 0.849);
    }
    .card-hover:hover .hov-con {
      color: white;
    }
    .b-cardwrap {
      background: linear-gradient(
        125.98deg,
        #f8f1fc 17.7%,
        #ffffff 59.11%,
        #e8dbff 100.53%
      );
      box-shadow: 0px 10px 20px rgba(128, 97, 151, 0.5);
      border-radius: 30px;
      height: 100%;
    }
    .card-body * {
      color: #000;
    }

    .btn-block {
      position: relative;
    }
    .btn-block::after {
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      right: 10px;
      color: #000000;
      bottom: 9px;
      transition: transform 0.3s ease;
    }

    .btn-block:not(.collapsed)::after {
      transform: rotate(90deg);
    }
    .btn-block:focus {
      box-shadow: none !important;
    }
    .gradient::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 50px;
      z-index: 1;
      background: linear-gradient(180deg, #e8dbff 0%, #ffffff00 100%);
    }

    .gradient::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 50px;
      z-index: 1;
      background: linear-gradient(0deg, #e8dbff 0%, #ffffff00 100%);
      bottom: 0%;
    }
    .idea{
      background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/idea.webp);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 18px;
    color: black!important;
    padding: 5px 5px 5px 28px;
    margin-bottom: 0;
    font-weight: 400!important;
    }
@media(max-width:992px){
  .lady{
    display: none!important;
  }
}
    @media (max-width: 576px) {
      .container {
        max-width: 100% !important;
      }

      .button-group {
        display: flex;
        justify-content: center;
      }
    }
    @media (max-width: 320px) {
    }
    .breadcrumbwl a {
      margin-left: 10px;
    }
    .faq_binance .card {
      background: #0e0e0e;
    }
    .faq_binance .btn-link {
      color: #fff;
    }
 

    .faq .card-header h5[aria-expanded="true"] {
      background: url(../images/b-up.webp) right center/20px no-repeat;
    }

    .faq_binance .card-header h5 {
      background: url(../images/b-down.webp) right center/20px no-repeat;
    }

    /*--------------home form css========================*/
    /* .darkblue {
        background: ;
    } */

    .position_bx {
      width: 100%;
      background: #000000;
      position: absolute;
      left: -8%;
      border: 1px solid #ffffff59;
      top: -10%;
      border-radius: 10px 0;
    }

    .hov_round {
      height: 300px;
      width: 378px;
      background: linear-gradient(
        to bottom,
        #0169e0 23.64%,
        #0a2b87 48.36%,
        #0169e0 73.15%
      );
      background-size: 400%;
      animation: 4s linear infinite clocki;
      left: -73%;
      top: -43%;
      position: absolute;
    }

    @keyframes clocki {
      0% {
        transform: rotate(0);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    .corn_bx {
      border-radius: 0 4px 0 0;
      top: -14%;
      right: 4%;
    }

    .corn_bx,
    .corn_bx_bottom {
      width: 150px;
      height: 107px;
      z-index: 0;
      overflow: hidden;
    }

    .corn_bx_bottom {
      background: #f91942;
      border-radius: 0 0 0 4px;
      bottom: 6%;
      left: -12%;
    }

    .corn_bx,
    .corn_bx_bottom {
      width: 150px;
      height: 107px;
      z-index: 0;
      overflow: hidden;
    }

    .titlec {
      color: #fff;
      font-size: 35px;
    }

    .position_bx h3,
    .position_bx p,
    .position_bx span,
    .darkblue p {
      color: #fff;
      text-align: left;
    }

    .position_bx hr {
      border-top: 2px solid #006bde !important;
    }

    .ico_scl {
      height: 35px;
      min-width: 35px;
      align-items: center;
      justify-content: center;
    }

    .ico_scl,
    .ico_scl1 {
      border-radius: 50%;
      display: flex;
    }

    .darkblue h2 {
      color: #fff;
    }

    .darkblue .form-control {
      background: transparent;
      border: 1px solid #ffffff26;
    }

    .darkblue .form-control {
      color: #fff;
    }

    /*.darkblue option:nth-child(1){
        color: red;
    }*/
    .darkblue #phone_number {
      background: #272727;
    }

    .darkblue .input-group ul {
      background: transparent;
      border-bottom: 1px solid #ffffff26 !important;
      border: 1px solid #ffffff26;
    }

    .social-select i {
      height: auto;
    }

    .darkblue .init span {
    position: relative;
    left: 7px;
}{
      position: relative;
      left: 0px;
    }

    .darkblue span {
      position: relative;
      left: 5px;
    }

    .darkblue span span {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .darkblue .init::after {
      right: 8px;
    }

    .darkblue .btn {
      border: 2px solid #065dbb;
      background: transparent;
    }

    .darkblue select option {
      color: #000;
    }

    ::placeholder {
      color: #fff !important;
      opacity: 1;
      /* Firefox */
    }

    ::-ms-input-placeholder {
      /* Edge 12-18 */
      color: #fff !important;
    }

    .init::after {
      left: 37px !important;
    }
    .con-div .bot-btn {
      position: absolute;
      bottom: 30px;
    }