@media (min-width: 768px){
    .navbar-fixedwidth{
        width: 200px;
    }
    .logo-measurement{
      width: 90%; 
      margin-top: -5px;
    }
  }
  @media (max-width: 767px) {        
    .logo-measurement {
      width: 30%;
      margin-top: -5px;
    }
  }

  .form-group.required .control-label:after {
    content: "*";
    color: red;
  }
  .divBorder {
    border: solid gray 1px;
    padding: 10px 0 10px 0;
  }
  .paddingBottom {
    padding-bottom: 10px;
  }
  .colorBLK {
    color: black !important;
  }
  .navbar-brand {
    padding: 0px 15px !important;
  }
  .img-roundborder {
    border: 1px solid maroon;
    border-radius: 15px;
  }
  .wrapper .third h4 {
    text-align: left;
    margin-bottom: 0px;
    color: #af851a;
  }
  .wrapper a:hover h4 {
    border-bottom: 5px solid red;
  }
  .wrapper a:hover {
    color: white !important;
  }
  .wrapper a sup {
    display: inline-block;
  }
  .customAlign {
    margin-top: 2%;
  }