
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Prompt' !important; 

    /* background-image: url(./bg\ image.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100%;
    width: 100%; */
}
.background_image{
    
    background-image: url('/images/bg_image.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 50%;
    width: 100%;
    border: 1px solid  black;
}



/* .custom-bordered-table {
    
    
    border-radius: 10%;
}  */

.custom-bordered-table {
    border-collapse: separate; /* Separate borders for each cell */
    border-spacing: 0; /* Set spacing between borders to 0 */
    border-radius: 10px; /* Adjust the value to your desired border radius */
}






ol li{
    text-align: left;
    font-size:15px;
}


.centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size:30px;

}
.center{
    position: absolute;
    top: 30%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-size:30px;
    display: flex;
    margin-left: 4%;
}
.center button{
    width: 150px;
    height: 50px;
    margin-top: 12px;
    
}
.center img{
    
    margin-left: -46px;
    margin-top: -36px;
}
.top-left {
    position: absolute;
    top: 8px;
    left: 0px;
  }
  
  /* Top right text */  
  .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
    
      
  }
  .top-rightt{
    position: absolute;
    top: 8px;
    right: 16px;
    
      width: 100%;
  }

.img {
position: relative;
text-align: center;
color: white;
padding-right:0px !important;
padding-left:0px !important;
}
.top{
    position: absolute;
    top: 0px;
    
}
.footer{
   background-image: url('/images/footer.png');
    height: 100px;
    width: 100%;
    background-size: 100% 100%;
    
    
    
    
}
.lbl{
    color:rgba(0, 36, 99, 1);
}
.lint{
    
    border: 1px solid ;
    border-image: linear-gradient(to right, #06438D,#C70000);
    border-image-slice: 1;
    
}
.curve{

    width: 272px;
    height: 766px;
    top: 44px;
    border-radius: 0px, 12px, 12px, 0px;

 }

 
 .applicable{
    color:#383838;
    font-weight: bold;
 }
 h6{
    text-align: center;
    font-weight: bold !important;font-size: 16px !important;
                  background: linear-gradient(to right, #06438D,#C70000); 
                 -webkit-text-fill-color: transparent; 
                 -webkit-background-clip: text;
 }
  .table tr td {
    border-width: 1px;
    border-style: solid; 
    border-color:#05428D;

  } 

  


h3{
    text-align: center; 
    font-weight: bold;font-size: 28px;
                  background: linear-gradient(to right, #06438D,#C70000); 
                 -webkit-text-fill-color: transparent; 
                 -webkit-background-clip: text;
}
body form center button{
    border-radius: 5px; 
                           border: 1px solid transparent;
                           border-image: linear-gradient(to right, #06438D,#C70000);
                           border-image-slice: 1;
                              
}
h2{

    font-weight: bold; 
    font-size: 28px;
              background: linear-gradient(to right, #06438D, 
                 #C70000); 
             -webkit-text-fill-color: transparent; 
              -webkit-background-clip: text;
}
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
.offcanvas{
   
    width: 230px !important;
    position:absolute !important;
    transform: translate(0%,0%) !important;
}

  @media (min-width:768px){
  body{ 
    width: 350px;
    margin: 0 Auto; 
    position: relative;
    left: 37%;
    
     
}
.background_Image{
    
    
   
    background-position: 50% 50%;
   
}

.offcanvas{
   
     width: 230px !important;
    position:absolute !important;
    transform: translate(0%,0%) !important;
}

/* .container-fluid{
    width: 400px;
} */

  }
