/**/#leader-board {
	margin-top: 30px;
}
#leader-board .item {
  text-align: center;
  padding: 15px;
}

#leader-board .item img {
	width: 100%;
}

#achiever-board {
	margin-top: 30px;
}

#achiever-board .item {
  text-align: center;
  padding: 15px;
}

#achiever-board .item img {
	/*width: 83%;*/
	width: auto;
    height :250PX !important; 
}

#client-video-testimonial .item {
  text-align: center;
  padding: 15px;
}

#client-video-testimonial .item img {
	width: 100%;
}

#birthday-list .item {
  text-align: center;
 padding: 15px 15px 0px 15px;
}
#birthday-list .item img {
	width:100%;
}

#did-you-know-content {
	margin-top: 30px;
}

#did-you-know-content .item {
  text-align: center;
  padding: 15px;
}

#did-you-know-content.item img {
	width: 100%;
}


.owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}
.owl-theme .owl-controls {
    margin-top: 0px;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 26px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 19px;
    color: transparent !important;
    border: 2px solid #ccc;
    background: none !important;
}

.owl-carousel .owl-prev {
  left: -70px;
  background-image: url("../img/pre-btn.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.owl-carousel .owl-next {
  right: -70px;
  background-image: url("../img/next-btn.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}


#birthday-list.owl-carousel .owl-next, #birthday-list.owl-carousel .owl-prev, #did-you-know-content.owl-carousel .owl-next, #did-you-know-content.owl-carousel .owl-prev {
    position: relative;
    z-index: 99999999;
}

#birthday-list.owl-carousel .owl-prev, #did-you-know-content.owl-carousel .owl-prev {
  left:auto;
}

#birthday-list.owl-carousel .owl-next, #did-you-know-content.owl-carousel .owl-next {
  right:auto;
}

@media(max-width:768px) {
    .owl-carousel .owl-prev {
        left: 5px;
    }

    .owl-carousel .owl-next {
        right: 5px;
    }
    #did-you-know-content .item {
        padding:0px;
    }
    #did-you-know-content {
        margin-top: 0px;
    }
}
@media(max-width:600px) {
#achiever-board .item img {
	/*width: 83%;*/
	width: auto;
    height :130px !important;
}
}