@media screen and (max-width: 480px) {
    .hideonscreen{
        display:none !important;
    }
  .wizard>.steps a{
     display:flex !important;
 }
 h3, .h3 {
     font-size: 16px !important;
 }
 .wizard>.steps .disabled a, .wizard>.steps .current a {
     font-size: 14px !important;
 }
 .wizard>.steps>ul>li{
         width: 33% !important;
 }
 .row { width: 100% !important; }                                                 
 .col { display:inline-block !important; }
 .form-control2 {
    width: 100% !important;}
 
 
}
.invoice_title {
    font-size: 100px;
}

.home_icon {
    width: 45%;
}

.span_margin {
    margin-right: 10%;
}

.whites {
    color: white;
    padding-top: 2%;
    padding-right: 3px;
}

.logo_center {
    margin-left: 25%;
}


.eyespadding {
    margin-left: 100%;
}

.wizard>.steps .disabled a{
    background: #4860ce ;
    color: #ffffff !important;
}
.form-control2 {
    border-radius: 35px;
    padding: 7px 15px;
    width: 70%;
    border: 2px solid rgb(133, 133, 133) !important;
    margin-bottom:3px;
}

fieldset {
    margin-top: 30px;
    border-radius: 15px 50px;
    padding: 20px;
    width: 100%;
    border: 3px solid #25378b;
}

legend {
    position: relative;
    background-color: white;
    padding: 3px 20px;
}
.main-panel{
    width:100% !important;
}
.card-body1 {
    padding-top: 1%;
}

.groupbtn {
    position: absolute;
    bottom: 0.5%;
    left: 67%;
}

.linecolor {
    background-color: #25378b;
}

.maindiv {
    margin-top: 10%;
    text-align: center;
}

.invoiceborder {
    border: 1px solid gray;
    padding-top: 3%;
    padding-bottom: 3%;
}

.mainheading {
    font-size: 50px;
    margin-bottom: 3%;
}

.alnk {
    font-size: 30px;
    text-decoration: none;
}

.alnk:hover {
    text-decoration: none;
}
.topheading1{
    text-align:center !important;
}
.c_info{
    font-size:22px;
}

.bath_r{
    margin-left:0px;
    margin-top:2%;
}
@media only screen and (max-width: 600px) {
    .mainheading {
        font-size: 20px;
        margin-bottom: 8%;
    }
    .alnk {
        font-size: 15px;
        text-decoration: none;
    }
}