 .panel-footer {
     right: 1%;
     bottom: 0;
     left: 1%;
 }
 
 #contactForm label {
     text-align: right;
 }
 
 #contactForm .panel-heading {
     background-color: #0081AF;
     color: white;
 }
 
 #contact-personal-info-panel {
     height: auto;
 }
 
 #contact-sales-info-panel {
     height: auto;
 }
 
 #Ship-to-address-panel {
     height: auto;
 }
 
 #contact-communication-details-panel {
     height: auto;
 }
 
 #bill-to-address-panel {
     height: auto;
 }
 
 .small-screen {
     display: none;
 }
 
 .midium-screen {
     display: block;
 }
 
 @media screen and (max-width: 767px) {
     /*body {
        font-size: 0.9em;
    }*/
     .panel-footer {
         right: 4.5%;
         left: 4.5%;
     }
 }
 /* sm */
 
 @media screen and (min-width: 768px) {
     /* body {
        font-size: 1em;
    } */
 }
 /* md */
 
 @media screen and (min-width: 992px) {}
 /* lg */
 
 @media screen and (min-width: 1200px) {}