/***************************** 
General Style
******************************/
.general_links_sm {
  color: #0066ff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1875;
  line-height: 1.555555555555556;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.general_links_sm:hover {
  text-decoration: underline;
}

.general_links {
  color: #0066ff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.555555555555556;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.general_links:hover {
  text-decoration: underline;
}
.sms_plugin {
  display: block;
  margin-left: 220px;
  margin-top: -20px;
}
@media only screen and (max-width: 575px) {
  .general_links {
    font-size: 12px;
  }
}
/* @media only screen and (max-width: 910px) {
  .sms_plugin {
    display: block;
    margin-left: 219px;
    margin-top: -20px;
  } */
/* } */
