#topBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 80px; /* Place the button at the bottom of the page */
  right: 0px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 1px solid #eea236; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #f0ad4e; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#topBtn:hover {
  background-color: #7dc855; /* Add a dark-grey background on hover */
  border: 1px solid #7dc855; /* Add a dark-grey background on hover */
}
.no-padding{
padding: 0px!important;
}
#additionalNoteField{
  background-color: #ededed;
  padding: 3px 3px 15px 3px;
}
.footer-links{
  font-size:10pt;
}
footer .footer-links li a{
  font-size: 14px!important;
}
.countdown{
  font-size: 20px;
  text-align: center;
  margin-top:15px;
  margin-bottom: 15px;
}
#summernote .btn-group-sm>.btn,#summernote .btn-sm {
  font-size: 1rem;
}
#uploadForm .form-group{
  padding: 25px 0 25px 0;
}
.black{
  color:black;
  text-decoration: none;
}
.black:hover{
  color:#5e6977;
  text-decoration: none;
}
.consultant{
  width: 100%;
  height: 145px;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top:25px;
}
.social{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 15px;
}
.widget-consultant,.widget-support{
  border: none;
  padding: 25px;
}
.social li{
  float: right;
  position: relative;
  list-style: none;
}
.widget_ul li{
  list-style: none;
  padding-left: 5px;
  padding-top: 15px;
}
.social li a{
  color: white;
  text-decoration: none;
}
.widget_ul li a{
  color: black;
  text-decoration: none;
}
.widget_ul li a:hover,.social li a:hover{
  text-decoration: underline;
}
.widget_ul li::before {
  font-family: FontAwesome;
    content: " ";
    color: rgb(181, 191, 199);
    font-size: 18px;
}
.widget-support.widget_ul li::before {
  font-family: FontAwesome;
    content: "";
    color: rgb(181, 191, 199);
    font-size: 18px;
}
.cursor{
  cursor:pointer;
}
.no-padding{
  padding: 0px!important;
}
.alphabet{
  width:100%;
  background-color:#ececec;
  padding: 4px;
  text-align: center;
}
.alphabet .char{
  color:#4f4f4f;
  font-size: 14pt;
  margin-right: 8px;
}
.alphabet .char:last-child{
  margin-right: 0px;
}
.alphabet .char.selected{
  font-weight: bold;
  color: #ea610c;
}
.dictionary{
  width:100%;
  margin-bottom: 25px;
  padding-bottom: 50px;

}
.dictionary-line{
  border-bottom:1px solid #e7bda2;
  height: 1px;
}
.dictionary:first-child{
  margin-top: 25px;
}
.dictionary .word{
  background-color: #ececec;
  color:#4f4f4f;
  font-size: 12pt;
  font-weight: bold;
  border-right: 1px solid #4f4f4f;
  padding: 4px 4px 4px 6px;
}
.dictionary .word-description{
  background-color: #fff;
  color:#4f4f4f;
  font-size: 10pt;
  font-weight: normal;
}
.green{
  color:green;
}
.red{
  color:red;
}
.blue{
  color:blue;
}
.beauty-red i,.beauty- a{
  color:#9d1313;
}
.beauty-blue i,.beauty-blue a{
  color:#13379d;
}
img.get-support{
  border-radius: 50%;
  width:80px;
}
.support-section ul.members{
  padding-top: 40px;
  padding-bottom: 40px;
}
.subCategory li::before {
  font-family: FontAwesome;
  content: "";
  color: rgb(181, 191, 199);
  font-size: 18px;
}
.hidden{
  display: none;
}
.font-white{
  color: white!important;
}
.badge.questions{
  position: absolute;
  top:8px;
  right:0px;
  background-color: #7dc855;
}
.clear{
  clear: both;
}
.top15{
  margin-top: 15px;
}
.top25{
  margin-top: 25px;
}
.bottom15{
  margin-bottom: 15px;
}
.bottom25{
  margin-bottom: 25px;
}
.left15{
  margin-left: 15px;
}
.left25{
  margin-left: 25px;
}
.right15{
  margin-right: 15px;
}
.right25{
  margin-right: 25px;
}
.only-mobile{
  display:none;
}
@media only screen and (max-width: 767px) {
  .only-mobile{
    display:block;
  }
  .social{
    clear: both;
    width: 100%;
    float: left;
  }
  .consultant{
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .alphabet .char{
    font-size: 9pt;
    margin-right: 4px;
  }
  .section-title{
    font-size: 16pt;
  }
}
@media only screen and (min-width: 768px) and (max-width: 902px) {
  .section-title{
    font-size: 16pt;
  }
  .consultant{
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .alphabet .char{
    font-size: 12pt;
  }
}
