body {
  font-family: "DM Sans", sans-serif;
  background: #fffbf0;
}

a {
  text-decoration: none;
}

.no01 {
  color: #0D0F0E !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin-right: 13px !important;
  border: 1px solid #22221f;
  background-color: rgba(86, 68, 24, 0);
  transition: color .2s, background-color .2s;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
}

.no01:hover {
  color: #005731 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin-right: 13px !important;
}

.no02 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  background: #198754 !important;
  color: white !important;
  padding: 10px !important;
  font-weight: 700;
  box-shadow: 6px 6px 0 #000000;
  border: 3px solid #ed7011;
}

.no03 {
  background-color: #9cffe7;
  color: var(--black);
  white-space: pre;
  padding-bottom: 0;
  line-height: 100%;
  border-radius: 12px;
  padding: 14px 18px;
  display: inline-block;
  transform: rotate(-2deg);
}

.no04 {
  position: relative;
  background-color: #f5f6f7;
  background-image: linear-gradient(54deg, rgba(255, 131, 122, 0.25), rgba(255, 131, 122, 0) 28%), linear-gradient(241deg, rgba(239, 152, 207, 0.25), rgba(239, 152, 207, 0) 36%);
  border-radius: 70px;
  height: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.no05 {
  position: relative;
  top: 5px;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.no06 {
  position: relative;
  background-color: #ed7010;
  border-radius: 20px;
  padding: 20px;
  color: white;
}

.no07 {
  border-radius: 20px;
  padding: 50px;
  border: 1px dashed #FFD6A8 !important;
  background: white;
}

.no27 {
  background: none !important;
  border: 0px solid #ddd !important;
  color: #404040;

}

.no28 {float: right;
  border: 1px solid darkgrey;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 10px;}

  .no29 {    text-align: center;
    width: 40px;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 900;}

.canvaH {
  --bs-offcanvas-height: 100% !important;
}

.wpp {
  text-decoration: none;
  color: #eee;
  display: inline-block;
  background-color: #25d366;
  font-weight: bold;
  padding: 16px;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 40px 0px 0px 0px;
  position: relative;
  bottom: 0px;
  right: -10px;
}
.wpp:hover {
  background-color: darken(#25d366, 5%);
}
.wpp:focus {
  background-color: darken(#25d366, 15%);
}

.a43 {
  position: fixed !important;
  z-index: 999999999;
  bottom: 0px;
}

.a45 {
  font: normal normal normal 44px/1 'iconmonstr-iconic-font' !important;
  position: relative;
  top: 4px;
}

.pull-right {
  float: right !important;
}

.float{
  position: fixed;
  width: 60px;
  padding: 10px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float{
	margin-top:16px;
}


.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0
}

body.lb-disable-scrolling {
  overflow: hidden
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container>.nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1
}


.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin-bottom: 10px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}


@media screen and (max-width: 500px) {

  .no04 {
    position: relative;
    background-color: #fffbf0;
    background-image: none;
    border-radius: 70px;
    height: 250px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .float{
    position: fixed;
    width: 100%;
    padding: 10px;
    bottom: 0px;
    right: 0px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 0px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

}