.service-box {
    /* margin: 15px 10px auto 15px; */
    text-align: center;
    transition: all 0.5s;
}
.service-box .icon img {
    height: auto;
    max-width: 100%;
}
.service-box .icon {
    width: 80px;
    margin: auto;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #1a516e;
    position: relative;
    top: 26px;
    z-index: 3;
    left: 35%;
}
.service-box .icon:before {
    transition: all 0.5s;
    content: " ";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #174f6fd6;
    opacity: .6;
    z-index: -1;
}

.service-box:hover .icon:before {
    width: 120px;
    height: 120px;
}
.service-box .img-in {
    position: relative;
    margin-top: -20px;
    border-radius: 10px;
}
.service-box .img-in img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    border-radius: 10px;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.service-box:hover .img-in img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.img-icon-box-content {
  padding: 0 17px;
  margin-top: 16px;
}
.service-box a.title {
    font-size: 21px;
    font-weight: 700;
    margin: 10px auto 12px auto;
    display: block;
    position: relative;
    color: #393939;
    text-transform: uppercase;
}
.service-box a.title:before {
    transition: all 0.5s;
    content: " ";
    display: block;
    position: absolute;
    bottom: -15px;
    z-index: -1;
    height: 8px;
    border-radius: 15px;
    width: 0px;
    margin: auto;
    background-color: #e14c25;
    opacity: .7;
    left: 0;
    right: 0;
}
.service-box:hover a.title:before {
    width: 100px;
  
}
.service-box .wasf {
    font-size: 13px;
    font-weight: 500;
    color: #666363;
    margin-bottom: 10px;
}

.service-box a.more {
    color: #f00022;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.service-box a.title:hover {
    color: #026bb9!important;
    text-decoration: none;
}

.product-details.text-center {
    background-color: #0170b3;
    padding: 10px;
    color: white;
}

.rs-about .rs-animation-shape {
  position: relative;
  z-index: 1;
}
.rs-about .rs-animation-shape .pattern {
  position: absolute;
  top: 22px;
}
.rs-about .rs-animation-shape .middle {
  position: absolute;
  left: -165px;
  top: -56px;
  z-index: -1;
}
.rs-about .rs-animation-shape .bottom-shape {
  position: absolute;
  left: -165px;
  top: 395px;
  z-index: -1;
}
.rs-about .rs-animation-shape .middle-image2 {
  position: absolute;
  top: -80px;
  left: -25px;
  z-index: -1;
}
.rs-about .shape-image {
  position: relative;
}
.rs-about .shape-image .top {
  position: absolute;
  right: 59%;
  top: -125px;
}
.rs-about .shape-image .bottom {
  position: absolute;
  right: 0;
  top: 145px;
}


.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}

.rs-blog .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}
.rs-blog .blog-item .image-wrap {
  position: relative;
}
.rs-blog .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-blog .blog-item .image-wrap .post-categories li {
  display: inline-block;
}
.rs-blog .blog-item .image-wrap .post-categories li a {
  border-radius: 30px;
  color: #ffffff;
  background: #bb0b0b;
  background: -moz-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
  /* background: -webkit-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%); */
  /* background: linear-gradient(to right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03228f', endColorstr='#0b70e1', GradientType=1);
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}

.rs-blog .blog-item .blog-content {
  padding: 15px 15px 13px 13px;
  background: #fff;
}
.rs-blog .blog-item .blog-content .blog-meta {
  margin-bottom: 10px;
  display: flex;
}
.rs-blog .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  color: #454545;
}
.rs-blog .blog-item .blog-content .blog-meta .date i {
  color: #106eea;
  padding-right: 5px;
}
.rs-blog .blog-item .blog-content .blog-meta .admin {
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  margin-left: 25px;
}
.rs-blog .blog-item .blog-content .blog-meta .admin i {
  color: #106eea;
  padding-right: 5px;
}
.rs-blog .blog-item .blog-content .blog-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
  margin-top: 0px;
}
.rs-blog .blog-item .blog-content .blog-title a {
  color: #0a2278;
  font-size: 17px;
}
.rs-blog .blog-item .blog-content .blog-title a:hover {
  color: #db6e13;
}
.rs-blog .blog-item .blog-content .desc {
  margin-bottom: 15px;
  font-size: 14px;
}
.rs-blog .owl-stage-outer {
  padding-bottom: 10px;
  margin-top: -10px;
}

.rs-blog.style2 .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
}.rs-blog.style2 .blog-item .post-categories li a {
  background: #bb0b0b;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}

.pet-dilemma {
  background: #f5f3ed;
  padding: 70px 20px;
  font-family: 'Poppins', sans-serif;
  color: #2b2b2b;
}



h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.subtitle {
  max-width: 720px;
  margin: 0 auto 50px;
  color: #3a3838;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.stat-box {
  background: #ffffff00;
  padding: 30px 20px;
  border-radius: 14px;
}

.icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.stat-box h3 {
  color: #ff6b3d;
  font-size: 28px;
  margin-bottom: 8px;
}

.stat-box p {
  font-size: 14px;
  color: #555;
}

.bottom-text h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.bottom-text p {
  /* max-width: 700px; */
  /* margin: 0 auto 10px; */
  font-size: 15px;
  color: #444141;
  text-align: left;
}

.highlight {
  font-weight: 600;
  margin-top: 20px;
}

.heart {
  font-size: 85px;
  color: #2f6b4f;
  margin-top: 39px;
}

.work-process-list ul li:hover span a { opacity: 1;}
.work-process-list ul li h6 {
    margin: 0px;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #031724;
}

.opening-hours ul li {
  border-bottom: 1px dashed #c9c9c9;
}

.opening-hours ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  margin-bottom: 0 !important;
}
.opening-hours ul li span {
  float: left;
}
.opening-hours ul li .value {
  float: right;
  /* margin-left: 20px; */
}

.opening-hours i {
  color: #2f7d5a;
  font-style: normal;
  margin-right: 8px;
}

.compare-tabs {
  background: #fdfcf8;
  padding: 50px 20px;
  font-family: 'Poppins', sans-serif;
}


.tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}

.tab-btn {
  background: none;
  border: none;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
  flex: 1;
  text-align: left;
  border-bottom: 2px solid transparent;
  text-align: center;
}

.tab-btn.green {
  /* text-align: right; */
}

.tab-btn.active {
  color: #ff5a3c;
  border-color: #ff5a3c;
}

.tab-btn.green.active {
  color: #2f7d5a;
  border-color: #2f7d5a;
}

.tab-content {
  display: none;
  background: #f7f5ee;
  padding: 20px 30px;
  border-radius: 14px;
  border-radius: 0px 0px 15px 15px;
}

.tab-content.active {
  display: block;
}

.row1 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 14px 0;
  border-bottom: 1px solid #e2dfd6;
  font-size: 14px;
}

.row1 span:first-child {
  font-weight: 500;
}

.neg::before {
  
  color: #ff5a3c;
  font-weight: bold;
}



.topteb{
    background-color: #f7f5ee;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    text-align: center;
    }
	
	.orng{color:#ff5a3c;}
	
	.top-badge {
  display: inline-block;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 500;
  color: #ff6b47;
  background: #fbf9f4;
  border-radius: 20px;
  /* margin-bottom: 15px; */
  border-radius: 10p;
  border: 1px solid #dedcdc;
}



.how-it-works {
  /* max-width: 1200px; */
  /* margin: auto; */
  /* padding: 60px 20px; */
  background-color: #fdfcf8;
}

.how-it-works h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
}



.step {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}

.step.reverse {
  flex-direction: row-reverse;
}





.content {
  flex: 1;
}

.time {
  display: inline-block;
  background: #e7f4ea;
  color: #2d7a46;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.instant {
  display: inline-block;
  background: #eef6ff;
  color: #2463eb;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.content h3 {
  font-size: 28px;
  margin: 15px 0;
}

.content p {
  color: #555;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
}

.box {
  background: #ebe7db;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.box ul {
  padding-left: 0;
  list-style: none;
}

.box li {
  margin: 10px 0;
}

.dkgreen{color: #245335; }
.orng{color: #ff6b4; }
.lightgreen{color: #45ac49; }
.orngbox{background-color: #f85b35; }

.testimonialbgblue {
    background-color: #edf9f9;
 
}


.features-bar {
  /* display: flex; */
  /* justify-content: space-around; */
  /* align-items: center; */
  background: #fffdf7;
  padding: 25px 10px;
  background-color: #fdfcf8;
}

.feature-item {
  text-align: center;
  /* max-width: 180px; */
}

.feature-item p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}.feature-item i {
 
  font-size: 45px;
 
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}


.orange { background: #FF9800; }


.dk{color: #2f7d5a;}