body{
  font-family: 'Hind Siliguri', sans-serif !important;
  /* color: #212121; */
}

@media (min-width: 1200px) {
  .container{
      max-width: 1140px;
  }
}

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{
  font-family: 'Ubuntu', sans-serif !important;
}

.header-top {
  background-color: #4D7A4D;
  width: 100%;
  color:#fff;
  font-size: .9rem;
  padding: 5px 0px;
}

.header-top a{
  color:#fff;
}

.text-dark{
  color:#111!important;
}

.header {
  top: 35px !important;
}

.navbar > ul > li > a::before {
  bottom: -15px;
}

.navbar a, .navbar a:focus {
  color: rgba(255, 255, 255, 1);
}

.hero .info h2::after {
  margin: 0
}

.hero .carousel-item::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.hero .carousel {
  min-height: 200px;
}

.hero-home .carousel {
  min-height: 90vh;
}

.pb-150{
  padding-bottom: 150px;
}

.hero .info {
  height: 100px;
  margin-top: 50px;
}

.hero-home .info {
  height: 100vh;
}

section{
  padding: 75px 0px 75px 0px;
}

.heading-title {
  font-weight: 600;
}

h2.heading-title {
  font-size:40px;
  font-weight: 700;
}

.heading-title > span {
  background-color: transparent;
  background-image: linear-gradient(180deg, #54595F00 46%, #FFC83B7D 0%);
  padding: 0px 10px 3px 10px;
}

.list-check{
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  list-style-type: none;
  padding:0;
  margin:0;
}

.list-check .fas{
 color:#4d7a4d;
 font-size: 15px;
 margin-right: 10px;
 font-weight: 900;
 width: 1.25em;
}

.btn-primary{
  background-color: #4D7A4D;
  border-color: #4D7A4D;
}

.btn-primary:hover, .btn-primary:disabled, .btn-primary:visited, .btn-primary:focus, .btn-primary:active{
  background-color: #395e39!important;
  border-color: #395e39!important;
}


.btn-lg{
 font-size: 1rem;
 padding: 20px 40px;
}


.icon-box > .icon i {
  font-size: 35px;
  color: #FFFFFF;
}

.icon-box.icon-box-header {
  position: relative;
  z-index: 2;
  line-height: 0;
}

.icon-box > .icon {
  color: #FFFFFF;
  /* background-color: #FFC83B; */
  background-color: #4D7a4D;
  border-radius: 10% 10% 10% 10%;
  padding: 15px 15px 15px 15px;
}

.icon-box.icon-box-header > .icon {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--jkit-txt-color);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.icon-box img {
  filter: brightness(0) invert(1);
}

.card-order:hover{
  transition: all .4s ease;
}

.card-order:hover, .card-order-active{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.social-links a{
  transition: all .4s ease;
}

.card-order:hover .icon-box > .icon, .card-order-active .icon-box > .icon, .social-links a:hover, .icon-box.active > .icon {
  color: #FFFFFF;
  background-color: #FFC83B;
}

.card-order:hover .icon-box img, .card-order-active img {
  filter: none;
}

.footer{
  background: none;  
  padding: 0px;
}

.footer-content{
  padding: 80px 0 60px 0;
}

.footer::before {
  background-color: #2f4a2f;
}

.footer-copyright {
  background-color: #4D7A4D;
  width: 100%;
  color:#fff;
  font-size: .9rem;
  padding: 15px 0px;
}

.footer .footer-content .social-links a, .social-links a {
  font-size: 21px;
  background: #4D7A4D;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  color:#fff;
}

.footer .footer-content h4 {
  font-size: 26px;
}

.footer .footer-content .footer-links ul li {
  padding: 5px 0;
  font-size: 16px;
}

.footer .footer-content .footer-links ul li a{
  color:#fff;
}

.footer .footer-content .footer-links ul li a:hover{
  color:#ffc83b;
}

.footer-links .fas{
  color: #ffc83b;
  font-size: 14px;
  padding-right: 10px;
}

.jki-icon{
  font-size: 30px;
  padding:10px 20px 10px 0px;
}


label{
  color: #4D7A4D;
}

.form-control{
  font-size: 16px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ededed;
  padding: 15px 25px 15px 25px;
  border-radius: 5px;
}

svg.feather{
  width: 15px;
}

.datepicker {
  padding: 10px !important;
}

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px;
}

.bg-waiting,.bg-awaiting{
  background-color: #6C757D;
}

.bg-paid{
  background-color: #198754;
}

.bg-expired{
  background-color: #dc3545;
}

/* .text-primary{
  color:#4D7A4D !important;
}

.text-warning{
  color: #ffc107!important;
} */

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

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

    
.carousel-control-next-icon, .carousel-control-prev-icon 
{
    /* width: 48px;
    height: 48px; */
    color:#fff;
    font-size: 2rem;
    font-weight: bold;
    background-image: none;
    text-shadow: rgba(0, 0, 0, .75)  0px 2px 5px;;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
  
}

/* Calendar */
.zabuto-calendar__navigation__item--next{
  border-right: 1px solid #ddd !important;
}
.zabuto-calendar__navigation__item--prev{
  border-left: 1px solid #ddd !important;
}

.zabuto-calendar__day, .zabuto-calendar__day--today{
  background-color: #4D7A4D !important;
  color: #fff;
}
.zabuto-calendar__oldday{
  color: #999 !important;
  background-color: #fff !important;
}
.zabuto-calendar__event{
  background-color: #DC3545 !important;
  color: #fff;
}
.border{
  border-color: #ccc !important;
}

.hero-detail{
  margin-top:180px !important;
}

.zabuto-calendar.table thead td {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fafafa;
}

.placeholder {
  margin: 0 auto;
  width: 100%;
  height: 232px;
  background-color: #eee;
}

@keyframes placeHolderShimmer{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}

.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 232px;
  position: relative;
}

optgroup,option { 
  font-size: 14px !important; 
}

.table > :not(caption) > * > * {
  padding:5px;
  font-size:14px;
}
.input-group-text {
  padding: 16px .75rem;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border: 1px solid #ededed;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .header {
    padding: 0px 0 !important;
    top:20px !important;
    padding-left:10px !important;
  }

  .hero-detail{
    margin-top:100px !important;
    padding:20px !important;
  }
  
  .hero-home .info {
    height: 80vh;
    padding: 0 20px;
  }

  .heading-title{
    text-align: center;
  }

  h2.heading-title {
    font-size: 28px;
  }

  section {
    padding: 50px 0px 50px 0px;
  }

  .float{
    bottom:20px;
    right:20px;
  }
} 