/*----------------------------------------*/
/* Import CSS
/*----------------------------------------*/
@import url(bootstrap.min.css);
@import url(fontawesome.min.css);
@import url(magnific-popup.css);
@import url(slick.css);
@import url(meanmenu.css);
@import url(nice-select.css);
@import url(animate.css);
@import url(main.css);

/*----------------------------------------*/
/* Custom
/*----------------------------------------*/

#amenu span{
        font-size: 100%;
        padding-right: 5px;
      }
      #amenu i{
        font-size: 10px;
      }
      #amenu li{
        padding-right: 10%;
      }
      #amenu button:hover{
        color: transparent;
      }
      #amenu button:focus{
        color: transparent;
      }
      #donatebtn{
        margin-top: -15px !important;
      }
      #donatebtn .form-check input{
        margin-top: 5px !important;
      }
      #donatebtn label{
        color: #121212;
        font-size: 18px;
        font-style: normal;
        font-weight: 500; 
        line-height: 140%;
        letter-spacing: 0.44px;
      }
      
    .form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
    
}
.footer-widget-menu a{
font-size: 14px !important;
}
.small{
font-size: 80% !important;
}

.icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -90px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}
.donatelist{
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 17px; height: 17px;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  top: 1;
  margin-left: -2px;
}
.daerror{
  border-bottom-color: #e33;
}
.billing{
  font-size: 90%;
}
.billing p{
  border-bottom: 1px dotted #dfdfdf;
}
.billing p:last-child{
  border-bottom: 0;
}
.rmv-btn{
  width: 15px; height: 15px; font-size: 13px; line-height: 13px;
}