body
 {
    font-family: Poppins, sans-serif !important;
}
/* sticky navbar  */
.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}
/* language converter bustton css */
.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch > span {
  position: absolute;
  top: 10px;
  pointer-events: none;
  font-weight: bold;
  font-size: 12px;
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #ffffff;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #124733;
}

.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #ffffff;
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #124733;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 125px;
  height: 40px;
  background-color: #e7e7e7;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 1.5px;
  left: 1.5px;
  bottom: 1.5px;
  right: 1.5px;
  background-color: #ffffff;
-moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 60px;
  background-color: #124733;
  color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
input.check-toggle-round-flat:checked + label:after {
  margin-left: 56px;
}

.bg-clr {
  background-color: #f5f5f7;
}
.list-margin {
  margin: 0 20px;
}
.custom-social-icon {
  font-size: 30px;
  color: #124733;
}
.custom-primary-clr {
  color: #124733;
}