*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.logo{
    width: 100px;
}
.position{
    position : absolute;
    top:100px;
    right:0;
}
a{
    text-decoration: none;
}
.position-fixed{
    z-index: 10;
}
.circle{
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    padding-top: 11px !important;
    border-radius: 50%;
    border: 1px solid;
    color: white;
    background: #11A5E2;
    display: inline-block;
}
.text-blue{
    color:#11A5E2;
}
.hr{
    border: 2px solid black !important;
    opacity: 1;
}
.logo{
    width: 100px !important;
}
.logo2{
    width: 130px !important;
  }
  input{
    box-shadow: none;
  }
  
@media only screen and (max-width: 600px) {
  .logo2{
    width: 100px !important;
  }
  .logo{
    width: 80px !important;
  }
}