@media (min-width:991px){
    .visible-notice{
        display: none;
     }
     .dfill-out{
         display:none;
     }
   
}
@media (max-width:1112px){
 .menu-navigation-point{
    display:none;
    pointer-events: none;
 }  
 .bg-padding-container-overall{
    padding: 10px!important;
  }
 .bg-token-preheader{
    width: 90%!important;
 }
 .payment-header-bgfill{
     position: absolute;
     top: 10%;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
     transform: none!important;
 }
 .text-format-state{
 font-size: 18px;
 }
 .text-con-state{
    font-size: 15px;
 }

 .paymentfieldcontainer{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* display: block!important; */
 }
 .content-body-store {
    padding-left: 30px;
 }
 .dfill-out{
         display:none;
     }
  

 .feature-text-flow{
    margin-left: 10px;
    margin-top:80px;

  }
   .h4-texting{
    font-size: 40px;
    text-wrap: wrap;
  }

.menu-navigation-point {
    display: none;
    flex-direction: column;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    width: 100%;
    background: rgba(0,0,0,0.9);
    
    box-shadow: 0 0 10px 10px rgba(84, 56, 221, 0.7);
    pointer-events: all;
    position: fixed; /* Use fixed position for the menu to overlay on the entire viewport */

    height: 100vh;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.contact-form-feature{
    margin-top: 40px;
}
.img-container-top{
    position: absolute;
    bottom:-80px;
    width: 300px;
    border-radius: 25px;
    right:0px;
  }
  .menu-display-call{
      display:block;
      
  }
.dismiss-strart{
    display: block;
    position: absolute;
    top:10px;
    right:20px;
    font-size: 20px;
    color:#fff;
}

.dismiss-end{
    display: block;
    position: absolute;
    top:10px;
    left:20px;
    font-size: 20px;
    color:#fff;
}

.menu-reboot {
    position: fixed; /*l Use fixed position to keep the menu in place even when scrolling */
    z-index: 9999;
    top: 30%; /* Place the menu at the vertical center */
    left: -8%;
   align-items: center;
     display: flex;
     justify-content: center;
    right:0%;
    display: flex;
    flex-direction: column;
 
}

   .img-fluids{
    width:100%;
    margin:0px;
    padding: 0px;
   }
.menu-reboot > li{
    font-size: 20px;
}

.menu-reboot > li a:hover{
    color:#fff;
}
.menu-navigation-point.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}
.align-providers{
    padding-top: 0px;
  }

.menu-navigation-point.hide {
    opacity: 0;
    transform: translateY(-100%);
}
.card-testimony-flow{
    min-width: 100%;
    height:169px;
    margin-right:12px;
    background: #0E0E0E;
    border: 1px solid #383838;
   }
  

}

