.nav-center{
    margin-right: 16px;
}
.form-center{
     -webkit-box-pack: center; 
     -ms-flex-pack: center;
     justify-content: center; 
     width: 100%; margin: auto;   
     max-width: 650px; 
     padding-left: 1rem;
     padding-right: 1rem; 
}
.btn-1{
    font-size: 20px;
    font-weight: 500; 
    background-color: #e77c27;
    border-color: #e77c27;
    border-radius: 0rem;
}
.label {
    display: block;
    font: 1rem 'Fira Sans', sans-serif;
}
.custum-btn:hover{
     background-color: #e77c27;
    border-color: #e77c27;
}
.custum-btn{
    font-size: 20px;
    font-weight: 600; 
    border-radius: 0rem;
    padding: 14px;
    width: 45% !important;
}
.custum-btn:focus{
    box-shadow: 0 0 0 0.2rem rgb(255 255 255) !important;
}
/* .custum-btn:active:focus{
    box-shadow: 0 0 0 0rem;
} */
.popup-mrgn{
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%)
}
.hide-border{
    border-bottom: 0px;
}
.custom-size{
    font-size: 22px; 
    font-weight: 500;
}
.redio-btn{
    background-color: white;
    border-color: #fff !important;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
    color: #6dbd45;
    margin: 10px; 
    padding: 12px;
    margin-left: 30px; 
    margin-right: 20px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 20%) !important;
}
.redio-btn:hover{
    color: #fff;
    background-color: #e77c27;
    border-color: #e77c27;
}
.redio-btn:focus{
    box-shadow: 0 0 0 0.2rem rgb(255 255 255) !important;
}
