.html{
    /* background-color: #211D49; */
    /* background: linear-gradient(to bottom, #5da189, #514a98, #67c5c2); - Template -1	 */
    /* background: linear-gradient(to bottom, #514a98, #67c5c2);	 */

    /* Template - 2 */
    /* background: linear-gradient(to bottom, #514a98, #514a98,#514a98,#514a98);	  */
/* Template - 3 */
    background: linear-gradient(to bottom,#514a98,#514a98);
    /* background: linear-gradient(to bottom, #67c5c2,#514a98);		 */
    color: white;
 }

 
 .mhtml{
    /* background-color: #211D49; */
    /* background: linear-gradient(to bottom, #5da189, #514a98, #67c5c2); - Template -1	 */
    /* background: linear-gradient(to bottom, #514a98, #67c5c2);	 */

    /* Template - 2 */
    /* background: linear-gradient(to bottom, #514a98, #514a98,#514a98,#514a98);	  */
/* Template - 3 */
    /* background: linear-gradient(to bottom,#514a98,#514a98); */
    background: linear-gradient(to bottom,#514a98,#67c5c2);		
    color: white;
 }

 /* body{
    background: linear-gradient(to bottom, #67c5c2,#514a98);		
    color: white;
 } */
 
 .mcardlicense{
     width: 680px;
     padding: 10px;
     border-radius: 24px;
     border: 4px solid lightgray;
     margin: 30px;
 }
 
 /* flexbox */
 .cardlicense{
     width: 980px;
     padding: 10px;
     border-radius: 24px;
     border: 4px solid lightgray;
     margin: 30px;
 }
 .card{
     width: 320px;
     padding: 10px;
     border-radius: 14px;
     border: 4px solid lightgray;
     margin: 25px;
 }
 
 .cardbusinessetup{
     width: 320px;
     padding: 30px;
     border-radius: 14px;
     border: 4px solid lightgray;
     margin: 5px;
 }
 
 
 .mcard{
     width: 380px;
     padding: 10px;
     border-radius: 14px;
     border: 4px solid lightgray;
     margin: 20px;
 }
 .myinfocard{
     width: 320px;
     height:100px;
     padding: 10px;
     border-radius: 14px;
     border: 4px solid lightgray;
     margin: 20px;
 }
 .card-img{
     width: 200px;
     margin-left: 50px; 
     margin-right: 40px;
     height: 170px;
     text-align: center;
     border-radius: 100px;
 }
 .hslogo-img{
    width: 170px;
    margin-left: 50px; 
    margin-right: 40px;
    height: 170px;
    text-align: center;
    border-radius: 100px;
}

 .uploadbutton{
     width: 50px;
     margin-left: 90px;
     margin-top: -80px;
     /* margin-right: 40px; */
     height: 20%;
     text-align: center;
     border-radius: 70px;
 }
 
 .profileimageupload{
     width: 50px;
     margin-left: 100px;
     margin-top: -30px;
     /* margin-right: 40px; */
     height: 20%;
     text-align: center;
     border-radius: 70px;
 }
 
 
 
 
 .card-img1{
     width: 30px;
     margin-left: 105px;
     margin-right: 20px;
     margin-top: -20px;
     height: 10%;
     /* text-align: center; */
     border-radius: 70px;
 }
 .flexbox{
     display: flex;
     gap: 1px;
     justify-content: center;
     flex-wrap: wrap;
     margin-top: 30px;
     
 }


 .flexboxstart{
    display: flex;
    gap: 1px;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px;
    
}
 .flexboxnowrap{
     display: flex;
     gap: 1px;
     justify-content: start;
     flex-wrap: nowrap;
     margin-top: 30px;
     
 }
 
 .hflexbox{
     display: flex;
     gap: 1px;
     justify-content: start;
     flex-wrap: wrap;
     margin-top: 30px;
     
 }
 
 
 
 .flexbox1{
     width: 600px;
     display: flex;
     gap: 5px;
     justify-content: center;
     flex-wrap: wrap;
     margin-top: 30px;
     
 }
 
 .myinfoflexbox{
     display: flex;
     gap: 5px;
     justify-content: start;
     flex-wrap: wrap;
     margin-top: 30px;
     
 }
 
 .profilecard{
     width: 480px;
     padding: 20px;
     border-radius: 24px;
     border: 4px solid lightgray;
     margin: auto;;
 
 }
 
 .qrprofilecard{
     width: 480px;
     padding: 20px;
     border-radius: 24px;
     border: 4px solid lightgray;
     margin: auto;
     background-color:white;
 
 }
 
 .qrprofilecardd{
     width: 480px;
     padding: 20px;
     border-radius: 24px;
     border: 4px solid lightgray;
     margin: auto;
     background-color:white;
 
 }
 
 .refreshsettings{
     width: 480px;
     padding: 20px;
     border-radius: 24px;
     border: 4px solid lightgray;
     margin: auto;
     background-color:white;
 
 }
 
 
 
 .addprofile{
     padding: 20px;
     border-radius: 14px;
     margin: auto;
     width: 120px;
 }
 
 /* justify content aligns the item horizontally */
 
 
 
 
 .feed{
     width: 480px;
     margin: 60px auto;
     padding: 10px;
     border-radius: 14px;
     border: 1px solid lightgray;
 }
 .user{
     height: 50px;
     border-radius: 50%;
 }
 .profile{
     display: flex;
     margin-bottom: 24px;
     align-items: center;
     gap: 8px;
 }
 .username{
     font-size: 14px;
     color: gray;
 }
 /* justify content: horizontal
 align items: vertical 
 */
 .flex{
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
 .logo{
     height: 18px;
 }
 .btn{
     padding: 16px 30px;
     font-size: 16px;
     border: 1px solid lightgray;
     border-radius: 12px;
     background-color: #fff;
 }
 .header{
     display: flex;
     justify-content: space-between;
     align-items: baseline;
     /* padding: 10px 20px; */
     
 }
 
 .headerlogo{
     display: flex;
     width: 100px;
     display: flex;
     align-items: baseline;
     justify-content: end;
     align-items: flex-end;
     
 }
 
 .headerlogo1{
     display: flex;
     width: 50px;
     align-items: baseline;
     justify-content: end;
     margin-top: -0pc;
     align-items: flex-end;
     
 }
 
 .requestvirtually {
     display: flex;
     
     justify-content: space-between;
 }
 
 
 .name {
     display: flex;
     justify-content: space-between;
 }
 
 
 .name1 {
     display: flex;
     justify-content: start;
     text-align: center
 }
 .profilename {
     display: flex;
     justify-content: space-between;
     
 }
 
 .ib{
     border-radius: 6px;
     border: 0.5px solid lightgray;
     background: #ffffff;   
     /* background: linear-gradient(to bottom,#67c5c2,#514a98);color:white; */
     height: 30px;
 }
 
 .virtualib{
     border-radius: 9px;
     border: 0.5px solid lightgray;
     background: #ffffff;
 }
 
 
 .popup{
     width:260px;
     background: #fff;
     border-radius: 6px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%) scale(0.1);
     text-align: center;
     padding: 0 30px 30px;
     color: #333;
     visibility: hidden;
     transition: transform 0.4s, top 0.4s;
     z-index: 1000
 }

 .confirmpopup{
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    z-index: 1000
}




 
 
 .businesspopupadmin{
     width:260px;
     background: #fff;
     border-radius: 6px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%) scale(0.1);
     text-align: center;
     padding: 0 30px 30px;
     color: #333;
     visibility: hidden;
     transition: transform 0.4s, top 0.4s;
 }
 
 .open-popup{
     visibility: visible;
     width:300px;
     top:50%;
     transform: translate(-50%,-50%) scale(1);
 }

 .open-confirmpopup{
    visibility: visible;
    width:300px;
    top:50%;
    transform: translate(-50%,-50%) scale(1);
}
 
 .open-addresspopup{
     visibility: visible;
     width:460px;
     top:80%;
     transform: translate(-50%,-50%) scale(1);
 }
 
 
 .popup img{
     width:80px;
     margin-top: -50px;
     border-radius: 50%;
     box-shadow: 0 2px 5px rgba(0,0,0,0.2);
 }
 
 .confirmpopup img{
    width:80px;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
 
 .signout{
     width:40px;
     margin-top: -50px;
     border-radius: 50%;
     box-shadow: 0 2px 5px rgba(0,0,0,0.2);
 }
 
 .popup h2{
     font-size: 28px;
     font-weight: 500;
     margin: 30px 0 10px;
 }
 
 .popup #sendverification{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #6fd649;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }

 .popup #alertok{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #6fd649;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);

}


.confirmpopup #alertok{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #6a83bd;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);

}


.confirmpopup #calertok{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #6a83bd;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);

}

 
 
 .popup #gupgradeyes{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #6fd649;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 .popup #businesspopupsubmit{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #1a4909;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 .popup #businesspopupcontactsubmit{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #1a4909;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 
 .popup #businesspopuprenewwe{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #1a4909;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }


 .popup #yasubscription{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #1a4909;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);

}


.popup #ymsubscription{
    width: 100%;
    /* margin-top: 50px; */
    padding: 10px 0;
    background: #1a4909;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);

}


 
 .popup #businesspopuprenewwoe{
     width: 100%;
     margin-top: 10px;
     padding: 10px 0;
     background: #547548;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 
 .popup #notnow{
     width: 100%;
     margin-top: 10px;
     padding: 10px 0;
     background: #7d8244;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 .popup #ndelete{
     width: 100%;
     margin-top: 10px;
     padding: 10px 0;
     background: #8e0404;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 
 .popup #needtime{
     width: 100%;
     margin-top: 10px;
     padding: 10px 0;
     background: #dd3c0b;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 
 .popup #needdetails{
     width: 100%;
     margin-top: 10px;
     padding: 10px 0;
     background: #5cdd0b;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 
 
 /* .popup #businesspopupsubmit #businesspopupcontactsubmit{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #1a4909;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 } */
 
 /* .renew{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #1a4909;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 } */
 
 .popup #cancel{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #C70039;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 .popup #closebusinessadminuserpopup{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #C70039;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 
 
 .popup #closesignoutpopup{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #C70039;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 }
 
 
 .popup #closepopup{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #C70039;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 }
 
 
 .popup #businesspopupcancel{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #C70039;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 .popup #gupgradeno{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #C70039;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 .popup #businesspopupadminusercancel{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #C70039;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 .popup #signoutpopupcancel{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #C70039;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 
 .popup #multiplepopupcancel{
     width: 100%;
     margin-top: 50px;
     padding: 10px 0;
     background: #C70039;
     color: #fff;
     border: 0;
     outline: none;
     font-size: 18px;
     border-radius: 4px;
     cursor: pointer;
     box-shadow: 0 5px 5px rgba(0,0,0,0.2);
 
 }
 
 
 
 
 
 
 /* Below code is for Navigation bar (Header) */
 
 *{
     padding: 0;
     margin: 0;
     text-decoration: none;
     list-style: none;
     box-sizing: border-box;
   }
   body{
     font-family: montserrat;
   }
   nav{
     background: #211D49;
     height: 80px;
     width: 100%;
   }
   label.logo{
     color: white;
     font-size: 25px;
     line-height: 80px;
     padding: 0 20px;
     /* font-weight: bold; */
   }

   nav ul{
     float: right;
     margin-right: 20px;
   }
   nav ul li{
     display: inline-block;
     line-height: 80px;
     margin: 0 5px;
   }
   nav ul li a{
     color: white;
     font-size: 17px;
     padding: 7px 8px;
     border-radius: 3px;
     text-transform: uppercase;
   }
   a.active,a:hover{
     /* background: #1b9bff; */
     background: #40281c;
     transition: .5s;
   }
   .checkbtn{
     font-size: 30px;
     color: white;
     float: right;
     line-height: 80px;
     margin-right: 40px;
     cursor: pointer;
     display: none;
   }
   #check{
     display: none;
   }
   @media (max-width: 952px){
     label.logo{
       font-size: 30px;
       padding-left: 20px;
     }
     nav ul li a{
       font-size: 16px;
     }
   }
   @media (max-width: 858px){
     .checkbtn{
       display: block;
     }
     ul{
       position: fixed;
       width: 100%;
       height: 1900vh;
       /* background: #211D49; */
       /* background: linear-gradient(to bottom, #5da189, #514a98, #67c5c2);	 */
       /* background: linear-gradient(to bottom, #514a98, #67c5c2);	 */
       background: linear-gradient(to bottom,#514a98,#514a98);	
       top: 80px;
       left: -100%;
       text-align: center;
       transition: all .5s;
     }
     nav ul li{
       display: block;
       margin: 50px 0;
       line-height: 10px;
     }
     nav ul li a{
       font-size: 20px;
     }
     a:hover,a.active{
       background: none;
       /* color: #0082e6; */
       color: #211D49;
     }
     #check:checked ~ ul{
       left: 0;
     }
   }
   section{
     background: url(bg1.jpg) no-repeat;
     background-size: cover;
     height: calc(10vh - 80px);
   }
 
   
   .styled {
     border: 0;
     line-height: 2.5;
     padding: 0 20px;
     font-size: 1rem;
     text-align: center;
     color: #e4d4d4;
     text-shadow: 1px 1px 1px #000;
     border-radius: 10px;
     /* background-color: rgb(198, 184, 184); */
     background-color: #318db4;
     background-image: linear-gradient(
       to top left,
       rgb(0 0 0 / 20%),
       rgb(0 0 0 / 20%) 30%,
       rgb(0 0 0 / 0%)
     );
     box-shadow:
       inset 2px 2px 3px rgb(255 255 255 / 60%),
       inset -2px -2px 3px rgb(0 0 0 / 60%);
   }
 
   .confirmstyled {
     border: 0;
     line-height: 2.5;
     padding: 0 20px;
     font-size: 1rem;
     text-align: center;
     color: #fff;
     text-shadow: 1px 1px 1px #000;
     border-radius: 10px;
     background-color: rgb(9, 81, 26);
     background-image: linear-gradient(
       to top left,
       rgb(0 0 0 / 20%),
       rgb(0 0 0 / 20%) 30%,
       rgb(0 0 0 / 0%)
     );
     box-shadow:
       inset 2px 2px 3px rgb(9 81 26 / 60%),
       inset -2px -2px 3px rgb(0 0 0 / 60%);
   }
 
   .cancelstyled {
     border: 0;
     line-height: 2.5;
     padding: 0 20px;
     font-size: 1rem;
     text-align: center;
     color: #fff;
     text-shadow: 1px 1px 1px #000;
     border-radius: 10px;
     background-color: rgb(147, 4, 18);
     background-image: linear-gradient(
       to top left,
       rgb(0 0 0 / 20%),
       rgb(0 0 0 / 20%) 30%,
       rgb(0 0 0 / 0%)
     );
     box-shadow:
       inset 2px 2px 3px rgb(147 4 18 / 60%),
       inset -2px -2px 3px rgb(0 0 0 / 60%);
   }
 
   
   .styled:hover {
     /* background-color: rgb(0, 89, 255); */
     background: #211D49;
   }
   
   .styled:active {
     box-shadow:
       inset -2px -2px 3px rgb(255 255 255 / 60%),
       inset 2px 2px 3px rgb(0 0 0 / 60%);
   }
 
   
 
   .myinfolabel{
     font-size: 28px;
     font-weight: 700;
 }
   
 
 .footer {
     /* position: fixed; */
     left: 0;
     bottom: 0;
     width: 100%;
     /* background-color: red; */
     color: white;
     text-align: center;
  }
 
 
  table, th, td {
     border:1px solid rgb(229, 224, 224);
 
   }
 
   td {
     text-align: center;
     font-size : 24px;
 }
 
 th {
     text-align: center;
     font-size : 30px;
 }
 
 #cars{
     /* width: 250px; */
     height: 50px;
 }
 #mcars{
     width: 250px;
     height: 50px;
 }
 #country{
     width: 140px;
     height: 20px;
 }
 #plan{
     width: 140px;
     height: 30px;
 }
 
 #nationality{
     width: 140px;
     height: 30px;
 }
 
 
 #salutation{
     width: 150px;
     height: 30px;
 }
 
 #gender{
     width: 150px;
     height: 30px;
 }
 
 #marital{
     width: 140px;
     height: 30px;
 }
 
 #state{
     width: 140px;
     height: 30px;
 }
 
 #idproof{
     width: 145px;
     height: 30px;
 }
 
 .switch { margin-top: 10px; margin-bottom: 10px;  }
 
 .slabel { margin-top: 10px; margin-bottom: 10px;  }
 
 
 
 input[type=text]:disabled {
     background: #ffffff;
     opacity:1;
   }
 
   input[type=email]:disabled {
     background: #ffffff;
     opacity:1;
   }
 
   input[type=tel]:disabled {
     background: #ffffff;
     opacity:1;
   }
 
   textarea:disabled {
     background: #ffffff;
     opacity:1;
   }
 
   select {
     border: 0.5px solid lightgray;
     color: gray;
     font-size:12px;
     background-color: #ffffff;
     border-radius:6px;
   } 
 
   #printqrcode {
     border:2px solid black;
   }
 
 
   #qrcodegenerated{
     padding: 10px;
   }
 
   #orderwithaddress{
     border:2px solid black;
   }
 
 
 
   .ucard{
     width: 150px;
     height: 150px;
     border-radius: 14px;
     border: 4px solid lightgray;
     /* margin: 14px; */
     /* margin-right: auto;   */
     margin: auto;
     margin-bottom: 20px;
 }

 label{
    font-size: 18px;
   }