#indicator {
     padding: 10px;
     
     position: fixed;
     z-index: 1000;
}

.upper-lower-left-border-radius {
     border-radius: 10px 0px 0px 10px !important;
 }

@media (max-width: 575.98px) { 
     * p, li {
          font-size: 16px !important;
     }

     #indicator {
          background-color: rgb(0, 0, 0);
     }

     #pa-first-pic {
          padding-top: 130px !important;
     }

     .anchor-section-a {
          font-size: 13px !important;
     }

     #pa-kidney-pic, #pa-second-pic{
          margin: 10px !important;
     }

     #pa-fifth-pic {
          margin-top: 10px !important;
     }

     .inner-pa-first-section-b {
          margin-top: 0px !important;
     }

     .sm-smaller-margin {
          margin: 0px 25px !important;
     }

     .margin-none {
          margin: 0px !important;
     }

     #sched-scroll-pa {
          width: -webkit-fill-available;
          overflow: scroll;
     }

     .pa-fourth-pic {
          width: 50rem !important;
     }

     .contact-container {
          margin-left: 0px !important;
          font-size: 14px;
     }

     .last-footer-margint-top {
          margin-top: -15px !important;
     }
}

@media (max-width: 767.9px) { 
     #indicator {
          background-color: rgb(251, 255, 0) !important;
     }

     .inner-pa-first-section-b {
          margin-top: 0px !important;
     }


     .card-margin {
          margin: 20px 0px !important;
     }

}

@media (min-width: 767.9px) { 
     .lower-upper-right-border-radius {
          border-radius: 0px 40px 40px 0px !important;
      }




}


 /* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
     #indicator {
          background-color: red !important;
     }

     .card-margin {
          margin: 20px 0px !important;
     }

     .contact-container {
          font-size: 18px;
     }

}

/* // Medium devices (tablets, 768px and up) DOWN */
@media (min-width: 768px) { 
     #indicator {
          background-color: rgb(247, 0, 255) !important;
     }
     
     .lower-right-border-radius {
          border-radius: 0px 0px 40px 0px !important;
      }

      .upper-right-border-radius {
          border-radius: 0px 40px 0px 0px !important;
      }



 }

/* // Large devices (desktops, 992px and up) DOWN */ 
@media (min-width: 992px) { 
     #indicator {
          background-color: rgb(0, 94, 255) !important;
     }

       
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
     #indicator {
          background-color: rgb(242, 255, 0) !important;
     }

     .card-margin {
          margin: 8px 0px !important;
     }

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
     #indicator {
          background-color: rgb(95, 188, 151) !important;
     }

     .card-margin {
          margin: 20px 0px !important;
     }
 }




 /* height */

@media (min-width: 1800px) { 
     #indicator {
          background-color: rgb(149, 149, 149) !important;
     }

     .g-img img {
          width: 15rem;
     }

     .card-text {
          font-size: 25px !important;
     }
}
