.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.float-left {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#2b302d;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }

  @media only screen and (max-width: 768px) {
    .float-left {
      width: 50px;
      height: 50px;
      bottom: 30px;
      left: 30px;
      font-size: 20px;
    }
  }

  @media only screen and (max-width: 768px) {
    .float {
      width: 50px;
      height: 50px;
      bottom: 30px;
      right: 30px;
      font-size: 20px;
    }
  }

  @media only screen and (min-width: 1024px) {
    #singleCard {
      width: 40%;
    }
    #buttonForStyle{
      width: 15%;
    }
  }

  @media only screen and (min-width: 768px) {
    #singleCard {
      width: 40%;
    }
    #buttonForStyle{
      width: 15%;
    }
  }

  .bg-dark,.btn-dark{
    background-color: #15528f!important;
  }
  
  a {
    text-decoration: none;
    color: #000; /* default link color */
  }
  
  a:hover {
    color: #FF0000; /* color when hovering over link */
  }
  
  .navbar-brand img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
  }
  #subscribe-modal-message{
    color: #000000;
  }