* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    font-family: 'Noto Sans Devanagari', Arial, sans-serif;
    background-color: #f4f4f9;
    padding: 20px;
    padding-top: 66px;
    font-family: calibri;
}

/* Navbar Styles 
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #007bff; 
    padding: 10px 20px;
    font-family: 'Noto Sans Devanagari', sans-serif;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);   
}

 Title on Left */
 .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #007bff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
    font-family: 'Noto Sans Devanagari', sans-serif;
    z-index: 1000;
}

.navbar-title {
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.navbar-links {
    display: flex;
    gap: 20px;
}

.navbar-item {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 0.3s;
}
.slide-out-section{
    display: none;
}

.navbar-item:hover {
    background: #0056b3;
}

.navbar-toggle {
    display: none;
    font-size: 28px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    display: none;
}

.overlay.active {
    display: block;
}

.no-scroll {
    overflow: hidden;
}

@media (max-width: 768px) {
    .navbar-links {
        display: none;
    }

    .navbar-toggle {
        display: block;
    }

    /* Slide-out Section */
    .slide-out-section {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        max-width: 300px;
        height: 100%;
        background: #f8f9fa;
        padding: 60px 20px 20px;
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.4s ease;
        z-index: 999;
    }
    
    .slide-out-section.active {
        right: 0;
    }

    .slide-out-section .navbar-item {
        display: block;
        margin: 15px 0;
        color: #333;
        text-decoration: none;
        font-size: 24px;
        padding: 10px;
        border-radius: 5px;
        transition: all 0.3s;
        text-align: center;
    }
    
    .slide-out-section .navbar-item:hover {
        background: #007bff;
        color: white;
    }
}

.container {
    min-height: 100vh;
    padding: 20px;
    width: 100%;
    max-width: 1200px; /* Prevent container from becoming too wide */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #007bff;
    margin: auto;
    overflow: hidden; /* Prevent overflow */
}

/*--------------------------------------------------------*/
.cont {
    min-height: 100px;
    background-color:#f4f4f9;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #007bff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    gap: 10px; /* Add gap between flex items */
}

.nbor0{
    width: 100px; /* Fixed width */
    height: 100px; /* Fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Ensure the image doesn't overflow */
    clip-path: circle(50% at 50% 50%); 
    
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
.bor {
    width: 200px;
    height: 214px;
    flex-shrink: 0; /* Prevent shrinking */
    overflow: hidden; /* Prevent content overflow */
}
#head{
    font-size: 19px;
}
.nbor {
    padding: 5px;
    text-align: center;
    width: calc(50% - 5px); /* Adjust width to account for gap */
    height: 180px;
    font-size: 20px;
    overflow: hidden; /* Prevent overflow */
}

.bor img {
   clip-path: circle(100px at center);
    
    
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure images fit properly */
}

/*---------------------------------------------------------*/
.cont1 {
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #007bff;
    background-color: #f4f4f9;
    display: flex;
    justify-content: space-between;
    max-height: 100px;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    gap: 10px; /* Add gap between flex items */
}

.bor1 {
    width: 100px;
    height: 100%;
    flex-shrink: 0; /* Prevent shrinking */
    overflow: hidden; /* Prevent content overflow */
}

.nbor1 {
    padding-left: 5px;
    width: calc(50% - 5px); /* Adjust width to account for gap */
    overflow: hidden; /* Prevent overflow */
}

.nbor1 label {
    font-size: 17px;
    display: flex;
}

.nbor1_1 label {
    font-size: 17px;
    display: flex;
    justify-content: flex-end;
}

.nbor1_1 {
    padding-right: 5px;
    text-align: right;
    width: calc(50% - 5px); /* Adjust width to account for gap */
    overflow: hidden; /* Prevent overflow */
}

input[readonly] {
    box-shadow: none;
    background-color: #f4f4f9; /* Background color for readonly input */
}
.number {
    text-align: center;
    font-size: 17px;
    padding-left: 14px;
    
    width: 25%;
    border: none; /* Remove default border */
    border-bottom: 1px dotted black; /* Custom dotted border */
    background-color: #f4f4f9; /* Background color */
    outline: none; /* Remove default focus border */
}
.number1 {
    text-align: center;
    font-size: 17px;
    padding-left: 14px;
    height: 5px;
    width: 25%;
    border: none; /* Remove default border */
    border-bottom: 1px dotted black; /* Custom dotted border */
    background-color: #f4f4f9; /* Background color */
    outline: none; /* Remove default focus border */
}

/* Ensure no border appears on focus */
.number:focus {
    box-shadow: none;
    outline: none; /* Remove default focus outline */
    border-bottom: 1px dotted black; /* Keep custom border */
}


/*---------------------------------------------------------*/
.cont2 {
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #007bff;
    background-color:#f4f4f9;
    display: flex;
    justify-content: space-between;
    min-height: 100px;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    gap: 10px; /* Add gap between flex items */
}

.bor2 {
    padding: 5px;
    min-width: 100px;
    height: 100%;
    flex-shrink: 0; /* Prevent shrinking */
    overflow: hidden;  /* Prevent content overflow */
}

.bor2 p {
    font-size: 16px;
}

.nbor2 {
    margin-right: 150px;
    align-items: center;
    font-size: 20px;
    text-align: center;
    border: none;
    padding: 9px;
    border-radius: 10px;
    color: #fff;
    background-color: #800101;
    overflow: hidden; /* Prevent overflow */
}
.nbor2_3{
   
    height: auto;
    width: 313px;
    font-weight: bold;
}
.nbor2_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    max-width: 150px;
   
    padding: 7px;
    text-align: center;
    min-height: 150px;
    overflow: hidden;/* Prevent overflow */
}
.nbor2_2 img{
    
    border:none;
    width:126px;
    height:159px;
    object-fit: scale-down; 
    margin-top: 5px;
    margin-bottom: 9px;
}
#blah_1{
    border: 0.5px dashed #0000004d;
    
}
#drlic_1{
    margin-bottom: 0 px;
}
/* Hide the default "No file chosen" text */

/*---------------------------------------------------------*/
.para {
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #007bff;
    background-color:#f4f4f9;
    min-width: 100px;
    height: auto;
    font-weight: bold;
    overflow: hidden; /* Prevent overflow */
}
.new {
    text-indent: 90px;
}

/*---------------------------------------------------------*/
.pad{
    padding: 8px;
}

/* Style for the container */
.cont3 {
    border-radius: 10px;
    border:2px solid #007bff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #f4f4f9;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    gap: 0px; /* Space between checkboxes */
}

/* Style for each checkbox container */
.bor3 {
    
    margin-bottom: 0;
    padding: 10px;
    border-radius: 5px;
    background-color: #f4f4f9;
    flex: 1; /* Equal width for all containers */
    text-align: center;
}
.bor3 input{
    border-radius:10px;
}
/* Style for the checkbox */
.bor3 input[type="checkbox"] {
    
    margin-left: 5px; /* Space between checkbox and label */
    cursor: pointer;
    appearance: none; /* Remove default styling */
    width: 40px; /* Set width */
    height: 40px; /* Set height */
    border: 2px solid #007bff; /* Border color */
    border-radius: 4px; /* Border radius */
    background-color: white; /* Background color */
    position: relative; /* For the custom checkmark */
}
.bor3 input[type="checkbox"]:checked::before {
    content: "✔"; /* Checkmark symbol */
    font-size: 50px; /* Size of the checkmark */
    color: #007bff; /* Color of the checkmark */
    position: absolute; /* Position the checkmark */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Center the checkmark */
}

/* Style for the label */
.bor3 label {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover effect for the checkbox container */
.bor3:hover {
    background-color: #e0e0e0;
}

/* Style for the checked checkbox */
.bor3 input[type="checkbox"]:checked + label {
    font-weight: bold;
    color: #007bff;
}
/*---------------------------------------------------------
.para1{
    
    min-height: 100px;
    overflow: hidden;
}


.customer-box {
   
    border-radius: 10px;
    border:2px solid #007bff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    background-color: #f4f4f9;
    border-radius: 5px;
    margin-bottom: 7px;
}
.customer-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.row p {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.row input {
    flex: 1;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width:100%;
}

    .customer-box .customer-info {
        display: flex;
        justify-content: space-between; 
        gap: 20px;
    }
    
    .customer-box .customer-info .left-section,
    .customer-box .customer-info .right-section {
        flex: 1;
        text-align: left; 
    }

    .customer-box .customer-info .left-section p,
    .customer-box .customer-info .right-section p {
        margin-bottom: 10px;
        font-size: 16px;
        color: #555;
        display: flex;
        align-items: center;
        gap: 10px; 
        margin-left: 20px; 
    }

    .customer-box .customer-info .left-section input,
    .customer-box .customer-info .right-section input {
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-family: 'Noto Sans Devanagari', Arial, sans-serif;
        font-size: 14px;
        width: 100%;
        max-width: 400px;
        text-align: left; 
    }

   
    .customer-box .customer-info .right-section p {
        margin-bottom: 8px; 
        font-size: 14px; 
        color: #555;
        display: flex;
        align-items: center;
        gap: 8px; 
        margin-left: 20px;
    }

    .customer-box .customer-info .right-section input {
        padding: 6px; 
        border: 1px solid #ddd;
        border-radius: 5px;
        font-family: 'Noto Sans Devanagari', Arial, sans-serif;
        font-size: 12px; 
        width: 100%;
        max-width: 200px; 
        text-align: left; 
    }

    .customer-box .customer-info input:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    }
---------------------------------------------------------*/
.para1 {
    min-height: 100px;
    overflow: hidden;
}

.customer-box {
    border-radius: 10px;
    border: 2px solid #007bff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    background-color: #f4f4f9;
    margin-bottom: 7px;
}

.customer-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

label {
    font-size: 14px;
    color: #555;
    font-weight: bold;
}

input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}



.line {
    margin-bottom: 5px;
    border-top: 5px solid black;
    width: 100%;
}

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/
/*.newpart{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #007bff;
    background-color:#f4f4f9;
    width: 100%;
    min-height: 100px;
    font-weight: bold;
    overflow: hidden; /* Prevent overflow 
}
.border{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid red;
    width: 50%;
    min-height: 100px;
}

.sign{
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(77, 1, 255);
    width: 100%;
    min-height: 100px;
    margin-bottom: 5px;

}
.pic{
    border: 1px solid rgb(255, 0, 242);
    width: 100%;
    height: 100px;
    margin-bottom: 8px;
 
   
}
.signature{
    width: 85%;
    height: 150px;
    margin-left: 48px;
    z-index: 1;
}
.unline{
    z-index: 0;
    border: 1px solid rgb(253, 249, 3);
    width: 100%;
    height:auto;
}
.unline hr{
    z-index: 0;
    border: 1px solid black;
    height: 2px;
    width: 100%;
}
.title{
    border: 1px solid black;
    width: 50%;
    height: 100px;
}*/

/*---------------------------------------------------------*/
.newpart {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #007bff;
    background-color: #f4f4f9;
    width: 100%;
    min-height: 100px;
    font-weight: bold;
    overflow: hidden; /* Prevent overflow */
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

.border {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 48%; /* Adjust width to fit two columns with some gap */
    min-height: 100px;
    margin-bottom: 10px; /* Add margin for spacing */
}
.border1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 48%; /* Adjust width to fit two columns with some gap */
    min-height: 100px;
    margin-bottom: 10px; /* Add margin for spacing */
}

.sign {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    min-height: 100px;
    margin-bottom: 5px;
    position: relative; /* For z-index to work */
}

.pic {
    
    width: 100%;
    height: 62px;
    margin-bottom: 4px;
    position: relative; /* For z-index to work */
}

.signature {
    
    width: 63%;
    height: 86px;
    margin-left: 22px;
    z-index: 2; /* Ensure signature is on top */
    position: absolute; /* Position absolutely within .pic */
    top: 0; /* Align to the top */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Center horizontally */
}

.unline {
    z-index: 1; /* Ensure underline is below signature */
    width: 100%;
    height: auto;
    position: relative; /* For z-index to work */
}

.bold{
    z-index: 1; /* Ensure underline is below signature */
    height: 3px;
    width: 100%;
    background-color: #000;
}
.bold1{
    height: 4px;
    width: 100%;
    background-color: #000;
}
.title h4{
    text-align: center;
    font-size: 15px;
    margin-top:-16px;
}
.title {
    
    width: 50%;
    height: auto;
    
}
.title1 h4{
    text-align: center;
    font-size: 15px;
    margin-top:-16px;
}
.title1 {
    
    width: 50%;
    height: auto;
    
}

.midpara{
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-wrap:auto;
    font-size: 20px;


}


/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .border {
        width: 48%; /* Make each border take full width on smaller screens */
    }

    .signature {
        width: 66%; /* Adjust signature size for smaller screens */
        height: 92px;
        margin-left: 0; /* Remove left margin */
        left: 50%; /* Center horizontally */
       transform: translateX(-50%); 
    }
    
}

@media (max-width: 480px) {
    .signature {
        width: 90%; /* Adjust signature size for very small screens */
        height: 88px;
    }
   .border{
    width: 50%;
   }
   .border1{
    margin-bottom: 9px;
   }
   .title h4{
    margin-bottom: 16px;
   }
}


.savebtn{
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-65 {
    appearance: none;
    backface-visibility: hidden;
    background-color: #007bff;
    border-radius: 10px;
    border-style: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    letter-spacing: normal;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    padding: 14px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
  }
  
  .button-65:hover {
    background-color: #1366d6;
    box-shadow: rgba(0, 0, 0, .05) 0 5px 30px, rgba(0, 0, 0, .05) 0 1px 4px;
    opacity: 1;
    transform: translateY(0);
    transition-duration: .35s;
  }
  
  .button-65:hover:after {
    opacity: .5;
  }
  
  .button-65:active {
    box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
    transform: translateY(2px);
    transition-duration: .35s;
  }
  
  .button-65:active:after {
    opacity: 1;
  }
  
  @media (min-width: 768px) {
    .button-65 {
      padding: 14px 22px;
      width: 176px;
    }
  }






























/*---------------------------------------------------------*/
/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    .container {
        padding: 15px;
    }
    .pad{
        min-width: 50px;
        padding: 8px;
    }
    
    .no{
        justify-content: center;
        font-weight: bold;
    }
    .cont, .cont1, .cont2, .cont3, .cont4 {
        flex-direction: column;
        align-items: center;
    }

    .bor, .bor1,  .bor3, .bor4 {
        width: 100%;
        height: auto;
    }

    .nbor, .nbor1, .nbor1_1, .nbor2, .nbor2_2{
        width: 100%;
        text-align: center;
    }
    .nbor2_2{
        margin-right: 130px;
       
    }
    .nbor2_3{
        width: 44%;}
    .nbor2_3 p{
        font-size: 18px;
    }
    .nbor0{
        
        width: 100px; /* Maintain fixed width */
        height: 100px; /* Maintain fixed height */
        clip-path: circle(50% at 50% 50%);
        
    }
   /* .nbor0 img{
        clip-path: circle(100px at center);
    }*/
    .nbor2{
        font-size: 31px;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 7px;
        margin-top: 0px;
    }
    .pad{
        min-width: 50px;
        padding: 8px;
    }
    
    .nbor2_3{
        width: 64%;}

    .nbor2_3 p{
        font-size: 18px;
    }
    .cont, .cont1, .cont2, .cont3, .cont4 {
        flex-direction: column;
        align-items: center;
    }

    .bor, .bor1,  .bor3, .bor4 {
        width: 100%;
        height: auto;
    }

    .nbor, .nbor1, .nbor1_1, .nbor2, .nbor2_2 {
        width: 100%;
        text-align: center;
        
    }
    .nbor2_2{
        align-items: center;
       
    }
    .nbor2{
        font-size: 25px;
    }
    .nbor0{
        width: 100px; /* Maintain fixed width */
        height: 100px; /* Maintain fixed height */
        clip-path: circle(50% at 50% 50%);
    
    }
   /* .nbor0 img{
        clip-path: circle(95px at center);
    }*/
    .para {
        font-size: 14px;
    }
    .customer-info {
        max-width: 100%;
    }
    .row {
        flex-direction: column; /* Stack fields vertically */
        gap: 10px;
        width: 100%;
    }

    .row p {
        justify-content: flex-start;
        width: 100%;
    }

    .row input {
        flex:1;
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }

    /* Special case: Force these fields to stack */
    .row.address,
    .row.job-details {
        flex-direction: column; /* Ensures label and input are stacked */
        align-items: flex-start;
    }

    .row.address p,
    .row.job-details p {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    .row.address input,
    .row.job-details input {
        width: 100%;
    }

    .new-header img {
        width: 100px;
    }
    
    .col {
        flex: 1 ; /* Each column takes equal space, with min 300px */
        display: flex;
        flex-direction: column;
    }
    label {
        font-weight: normal;
        margin-bottom: 5px;
    }
  

}

@media (max-width: 480px) {
    body {
        padding: 10px;
    }
    .pad{
        min-width: 50px;
        padding: 8px;
    }
    
    .nbor2_3 p{
        font-size: 16px;
    }
    .nbor2_3{
        width: 120%;}
    .container {
        padding: 5px;
        margin-top: 58px;
    }

    .cont, .cont1, .cont2, .cont3, .cont4 {
        flex-direction: column;
        align-items: center;
    }

    .bor, .bor1, .bor3, .bor4 {
        width: 100%;
        height: auto;
    }

    .nbor, .nbor1, .nbor1_1, .nbor2 {
        width: 100%;
        text-align: center;
        
    }
    .nbor2_2{
        margin-right: 146px;
       
    }
    .para {
        font-size: 12px;
    }
   
    .nbor0{
        width: 30%;
    }
    .nbor0 img{
        clip-path: circle(50px at center);
    }
}
@media (max-width: 1200px) {
    label.no {
            justify-content: center;
    }
}
@media (max-width: 768px) {
    label.no {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    label.no {
        justify-content: center;
            }
}