/* =================MANADATORY DISCLOSUR================== */
/* ///////////////////////////////////////////////////// */
body{
    margin: 0 10px 0 10px;
}
.font-dark{
    font-weight: 700 !important;
    
}

@media only screen and (min-width: 320px) and (max-width: 430px) {
    .p-text {
        text-align: justify !important;
    }

    .nav-link{
        margin:1rem 0 1rem 0;
    }
}

.down-text{
    color:#9c0000 !important;
}
/* ////////////////////////////////////// */
/* ///Termination =============== */
.rules-list ul {
    list-style: none !important;          
    padding-left: 0 !important;           
    margin: 0 !important;  
                  
}

.rules-list li {
    margin: 15px 0 !important;            
    padding: 0 !important;                
    /* font-size: 18px !important;            */
}

/* ///////////School Rule//// */
.rules-list li span {
    font-weight: bold;
    margin-right: 8px;
    display: inline-block;
    width: 24px;   
    text-align: center;
}

.rules-list li {
    font-size: 16px;   
    line-height: 1.4;  
    
}
/* //////////////////////////////////////////////// */
/* ===All Page List Items  circle=====================*/

  /* List ki default numbering hatane ke liye */
  .custom-list {
    list-style: none ;
    counter-reset: my-counter ; 
    padding-left: 0;
  }

  .custom-list li {
    counter-increment: my-counter ; 
    margin-bottom: 15px ;
    display: flex ;
    align-items:start;
    /* text-align: justify; */
  }

  /* Circle aur Number ki styling */
  .custom-list li::before {
    content: counter(my-counter) ; 
    background-color:#70167e20 ; 
    color: #70167e ; 
    font-weight: bold ;
    font-size: 14px;
     flex-shrink: 0; 
    display: inline-block ;
    width: 30px ; 
    height: 30px ; 
    border: 1px dashed #70167e ;
    border-radius: 50% ; 
    text-align: center ;
    line-height: 30px; 
    margin-right: 15px ;
  }

/* ///////////////////////////// */
/* -----Our Facailite */
.heading-sub{
    padding-top: 20px;
}