.btn-circle.btn-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  font-size: 18px;
  text-align: center;
}
.btn-circle.btn-md,
.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 7px 10px;
  border-radius: 25px;
  font-size: 25px;
  text-align: center;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 20px;
  text-align: center;
}

.button-fixed-bottom-right {
  position: fixed;
  bottom: 5%;
  right: 2.5%;
}

.button-fixed-bottom-center {
  position: fixed;
  bottom: 5%;
  right: 35%;
}

.button-fixed-bottom-center .btn {
  padding: 12px 32px;
}

.button-fixed-bottom-right .btn {
  box-shadow: 5px 10px 18px #bfbfbf;
}

.form-control-lg {
  border-radius: 0px;
}

.hide {
  visibility: hidden;
}

/* .btn{
  border-radius: 0px;
  } */

.handMe {
  cursor: pointer;
}

.bg-yellow {
  background-color: #e0c016;
}

.bg-danger {
  background-color: #b13428;
}

.bg-orange {
  background-color: #df702f;
}

.text-orange {
  color: #df702f;
}

.text-danger {
  color: #b13428;
}

.text-yellow {
  color: #e0c016;
}

.text-white {
  color: #ffffff;
}

.lowerCase {
  text-transform: lowercase !important;
}

.bg-gradient {
  background: #082740;
  background: -webkit-linear-gradient(to right, #006039 #ffa801);
  background: linear-gradient(to right, #006039, #ffa801);
}

.text-bold {
  font-weight: bold;
}

.text-theme {
  color: #004c85;
}

.text-orange {
  color: orange;
}

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

.text-justify{
  text-align: justify;
}

.modal {
  z-index: 10000 !important;
}

.service-list li:hover{
  color: #fff;
}


.menu-box ul li a:hover{
  color: orange;
}

.breadcrumb-area{
  background-color: azure !important;
}

.breadcrumb-menu li::before {
  color: #000;
}

.breadcrumb-area li a, .breadcrumb-area li span{
  color: #000 !important;
}


.multiselect-dropdown .dropdown-btn {
  line-height: 2.5 !important;
  border-radius: 0px !important;
}

.multiselect-dropdown .dropdown-btn .selected-item {
  border: 1px solid #f3edfd !important;
  background: #f3edfd !important;
  color: #000 !important;
}

.multiselect-dropdown .dropdown-btn .selected-item {
  max-width: none !important;
}

