       @font-face {
            font-family: 'timesOne';
            src: URL('../fonts/001.ttf') format('truetype');
        }
        @font-face {
            font-family: 'timesTwo';
            src: URL('../fonts/002.ttf') format('truetype');
        }
        @font-face {
            font-family: 'timesThree';
            src: URL('../fonts/003.ttf') format('truetype');
        }
        @font-face {
            font-family: 'timesSeven';
            src: URL('../fonts/007.ttf') format('truetype');
        }
        .container2 {
            border: 10px solid  #456;
			border-radius:15px;
			background: #ebebeb;
            padding: 10px;
            font-family: 'timesOne';
            margin: 0 auto; }
		.container {
            border: 10px solid  #456;
			border-radius:15px;
			background: #ebebeb;
            padding: 10px;
            font-family: 'timesOne';
            margin: 0 auto; }
		.col-20{
			overflow: auto;
            border: 1px solid black;
            padding: 10px;
		}
		
        .col-6 {
            border: 1px solid black;
            padding: 10px; }
        .formupload{
            display: block;
            font-size: 15px;
            width: 100%;
            margin-top: 5px; }
        .fz-15 {
            font-size: 15px; }
        .fz-20 {
            font-size: 15px; }
 

        
        /* // Small devices (landscape phones, 576px and up) */
        @media (min-width: 576px) { 
            .container2 {
                display: block;
				 
            }
	      }

        /* // Medium devices (tablets, 768px and up) */
        @media (min-width: 768px) { 
            .container2 {
                display: block;
            }
        }

        /* // Large devices (desktops, 992px and up) */
        @media (min-width: 992px) { 
            .container {
                display: block;
				 width: 95%;
            }
			.container2 {
                display: flex;
                width: 95%;
            }
            .col-6 {
                width: 50%; }
			.col-20 {
                width: 98%; }
        }

        /* // Extra large devices (large desktops, 1200px and up) */
        @media (min-width: 1200px) { 
            .container2 {
                display: flex;
            }
			.container {
                display: block;
            }
            .col-6 {
                width: 50%; }
			.col-20 {
                width: 98%; }
        }
        
	 .txtLabel{
           
            font-weight:bold;
           
		}