
/* .nk-block-title {
    font-family: 'Yeseva One', cursive !important;
    color: #181a30 !important;
} */

.bg-1{
    background-image: url(../images/jsTree/background.png);
    background-color: #222631;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

@media (max-width: 767px) {
    .slick-slide.col {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
  .show-mobile{
    display: block !important;
  }
  .m-width-100 {
    width: 100%;
  }
}

.badge-danger{
  border-color: #e85347;  
  color: #fff;
  background-color: #e85347;
}

.badge-success{
  border-color: #1ee0ac;  
  color: #fff;
  background-color: #1ee0ac;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 33px;
	left:15px;
	background-color:#25D366;
	color:#fff;
	border-radius:50px;
	text-align:center;
	z-index: 1000;
	/* box-shadow: 2px 2px 3px #999; */
}

.my-float{
    position: relative;
    top: -3px;
    font-size: 40px;
	z-index: 1000;

}
