﻿  .bg {
                /* Full height */
                height: 100%;
                width:100%;
                /* The image used */
                background-image:url("College.jpg");

                /* Center and scale the image nicely */
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: fixed;
            }
.bg1 {
    /* Full height */
    height: 100%;
    width: 100%;
    /* The image used */
    background-image: url("kbh_pharmacy.jpg");
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg2 {
    /* Full height */
    height: 100%;
    width: 100%;
    /* The image used */
    background-image: url("mmntc.jpg");
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.opa50 {
    background-color: white;
    opacity: 0.5;
}
    .opa25 {
            background-color:white;
            opacity: 0.25;
        }
    .opa75 {
            background-color:white;
            opacity: 0.75;
        }
    .opa90 {
            background-color:white;
            opacity: 0.9;
        }
     .spacertb5 {
     padding-top: 5px;
     padding-bottom: 5px;
      }
     .spacerlr5 {
     padding-left: 5px;
     padding-right: 5px;
      }
     .responsive {
              max-width:100%;
    
    height: auto;
}
                .centering {
  float:none;
  margin:0 auto;
}
                .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
text {
    color:white;
}

fieldset.wc-border {
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
     border-radius: 8px;
}

legend.wc-border {
    width: auto !important;
    border: none;
    font-size: 14px;
}

