    body {
      font-family: 'Roboto', 'Noto', sans-serif;
      font-size: 13.5px;
    }

    .titleT {
      color: #fff;
      font-weight: 500;
    }

    .f-w-m {
      font-weight: 500;
    }

    .f-w-h {
      font-weight: 600;
    }  

    .f-s-m {
      font-size: 13.5px;
    }  

    .headT {
      font-size: 17px;
    }

    .subT {
      font-size: 15px;
    }

    .t-a-C {
      text-align: center;
    }

    .bg-col {
      background-color: #428BCA;
    } 

    .p-a-5 {
      padding: 5px;
    }

    .p-a-7 {
      padding: 7px;
    }   

    .mycard {
      border-radius: 3px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.3);
    } 

    .mandatory {
      color: #DF0000;
    }

    .m-t-7 {
      margin-top: 7px;
    }    

    .m-b-7 {
      margin-bottom: 7px;
    }    

    .border-col {
      border-color: #ccc; 
    }

    .modal-xl {
        max-width: 930px;
    }
    .modal-dialog {
      /*min-height: calc(100vh - 60px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: auto;*/
      margin-top: 63px;
    }

    @media (min-width:768px) and (max-width:1280px) {    

      body {
        font-size: 12.5px;
      }

      .f-s-m {
        font-size: 12.5px;
      }  

      .headT {
        font-size: 15px;
      }

      .subT {
        font-size: 14px;
      }  

    .p-a-5 {
      padding: 4px;
    }      

    .p-a-7 {
      padding: 5px;
    } 

    .m-t-7 {
      margin-top: 5px;
    }    

    .m-b-7 {
      margin-bottom: 5px;
    }        

    }    

  @media (min-width:1024px) {

    .mycard{
      max-width:1024px;
      width: 800px;
    }

  }