.owl-item > div {
  cursor: pointer;
  transition: margin 0.4s ease;
}

.owl-item.center > div {
  cursor: auto;
  margin: 10px;
  position: relative;
}

.owl-item:not(.center) > div:hover {
}

.owl-stage {
  min-height: 370px;
}

.slider-area {
  background: #f0f0f8;
}

.owl-item.active.center .row.testimonial {
  visibility: visible;
}

.row.testimonial {
  visibility: hidden;
}

.owl-nav {
  position: absolute;
  right: 47%;
  top: 430px;
}



.owl-prev span, .owl-next span {
  display: none;
}

.owl-prev {
  background: url("../../assets/img/prev-arrow.png") !important;
  height: 43px;
  width: 43px;
  margin-right: 7px;
  transition:0.5s;
}

.owl-prev:hover {
  background: url("../../assets/img/prev-arrow-hover.png") !important;
  transition:0.5s;
}

.owl-next {
  background: url("../../assets/img/next-arrow.png") !important;
  height: 43px;
  width: 43px;
  transition:0.5s;
}
.owl-next:hover {
  background: url("../../assets/img/next-arrow-hover.png") !important;
  transition:0.5s;
}
button.owl-prev:focus, button.owl-next:focus {
    outline: none;
}

.owl-dots {
  display: none;
}

.testimonial h5 {
  font-size: 20px !important;
  color: #6a8100;
  font-weight: 900;
}

.testimonial p {
  font-size: 18px !important;
  color: #555555;
}

p.author {
  color: #a2a2a2 !important;
  font-size: 20px !important;
}

.row.testimonial {
  margin-top: 30px;
}

@media (min-width: 1600px) {
  .owl-nav {
    top: 100% !important;
  }
}

.progress-c {
  width: 120px;
  height: 120px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress-c:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-c > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-c .progress-left {
  left: 0;
}

.progress-c .progress-bar-c {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-c .progress-left .progress-bar-c {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-c .progress-right {
  right: 0;
}

.progress-c .progress-right .progress-bar-c {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress-c .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #f5f5f5;
  font-size: 24px;
  color: #fff;
  line-height: 105px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress-c.orange .progress-bar-c {
  border-color: #fa9a00;
}

.progress-c.blue .progress-bar-c {
  border-color: #049dff;
}

.progress-c.orange .progress-left .progress-bar-c {
  animation: loading-6 1.5s linear forwards 1.8s;
}

.progress-c.blue .progress-left .progress-bar-c {
  animation: loading-6 1.5s linear forwards 1.8s;
}

.progress-c.green .progress-bar-c {
  border-color: #6a8100;
}

.progress-c.green .progress-left .progress-bar-c {
  animation: loading-6 1s linear forwards 1.8s;
}

.progress-c.grey .progress-bar-c {
  border-color: #727272;
}

.progress-c.grey .progress-left .progress-bar-c {
  animation: loading-3 0.4s linear forwards 1.8s;
}

.progress-c.green .progress-bar-c {
  border-color: #6a8100;
}

.progress.green .progress-left .progress-bar-c {
  animation: loading-6 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}

@media only screen and (max-width: 990px) {
  .progress-c {
    margin-bottom: 20px;
  }
}

.progress-c.orange .progress-value {
  color: #fa9a00;
  font-size: 35px;
}

.progress-c.green .progress-value {
  color: #6a8100;
  font-size: 40px;
}

.progress-c.grey .progress-value {
  color: #2e2e2e;
  font-size: 40px;
}
.divider {
	font-size: 9px;
	color: #000;
	padding-left:10px;
	padding-right:10px;
}
.points{
  text-align: center;
  margin: 0 auto !important;
  font-size: 18px !important;
  color: #696576 !important;
  font-weight: 400;
  padding: 10px 50px 10px;
  line-height: 30px !important;
}
.policy-bar {
    z-index: 1;
}
.price_sec_title{
	padding-bottom:0px;
}
.m-carousel {
  position: relative;
  top: 130px;
}

.m-carousel  .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

@media (min-width: 768px) and (max-width: 1112px)  {
  .owl-nav {
    top: 200px;
    }
  .logo-sec {
  padding-top: 50px !important;
 }
.hero-area {
 padding: 40px 0 0px !important;
 }   
 .orng-demo.bottombtn{
   padding: 10px 15px !important;
 }  
}

@media (max-width: 767px)  {
.hero-area {
padding: 50px 0 !important;
}
.logo-sec {
padding-top: 90px !important;
}
.m-carousel {
position: relative;
top: 60px;
}
.bottomcta {
padding: 30px !important;
text-align: center !important;
}
.end-title, .bottomcta p {
text-align: center !important;
}
.feature-content {
text-align: center !important;
}
.pbox {
    margin-bottom: 20px;
}
.partner-friendly {
  background: #f5f5f5;
  text-align: center;
  padding: 50px 0 !important;
}
.premium {
  padding-top: 0 !important;
}
}
@media (max-width: 481px)  {
.owl-nav {
width: 100px;
left: 36%;;
}
}

.row.hero-box {
  background: #fff;
  padding: 25px 10px;
  margin: 60px 0;
  border-radius: 15px;
  border: 1px solid #E3E3E3;
}
.hb-list li {
  list-style: none;
  padding: 8px 0 8px 22px;
  text-align: left;
  color: #696576;
  font-size: 16px;
  background: url(../img/tick.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.hb-list {
  text-align: left;
}
.hb-list ul {
  padding: 0;
  margin-bottom: 0;
}
p.quote-txt {
  font-size: 16px;
  color: #6A8100;
  margin: 0;
}

img.n-bee {
  position: absolute;
  right: -10px;
  margin-top: -60px;
}