body {
  background: url(../images/bg-pattern.png) repeat;
  background-size: contain;
  font-family: "Poppins", serif;
  position: relative;
}
header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 20;
}
header nav.navbar {
  background-color: transparent !important;
}
header nav.navbar .navbar-nav li {
  margin-right: 25px;
}
header nav.navbar .navbar-nav li:last-child {
  margin-right: 0;
}
header nav.navbar .navbar-nav li a {
  font-weight: 600;
  font-size: 17px;
  padding: 2px;
  border-radius: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  padding: 2px 18px !important;
}
header nav.navbar .navbar-nav li a.active {
  background-color: #7565C3;
  color: #fff;
}
header nav.navbar .navbar-nav li a:hover {
  background-color: #7565C3;
  color: #fff;
}
.banner {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}
.banner .container {
  position: relative;
}
.banner h1 {
  font-size: 50px;
  font-weight: 700;
  color: #707070 !important;
}
.banner h1::after {
  content: "";
  background-color: #7565C3;
  height: 7px;
  width: 150px;
  display: block;
  margin: 12px 0;
}
.banner p {
  font-size: 18px;
  word-spacing: 2px;
  color: #707070;
}
.banner .btn-theme {
  font-size: 18px;
}
.banner .lottie-player {
  position: absolute;
  right: -215px;
  top: 170px;
  transform: scaleX(-1);
}
@media (max-width: 990px) {
  .banner .lottie-player {
    bottom: -90px;
    top: initial;
    right: 0;
  }
}
.banner .banner_mobileimg {
  margin-top: 25px;
  margin-left: 73px;
  padding-bottom: 10px;
}
.banner .rightbg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 50%;
}
@media (max-width: 990px) {
  .banner .rightbg {
    bottom: 0;
    top: initial;
  }
}
.features {
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 40px;
}
.features p {
  font-size: 20px;
  color: #707070;
}
.features .features_box {
  margin-bottom: 20px;
}
.features .features_box span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7565C3;
  padding: 15px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.features .features_box span img {
  max-width: 35px;
}
.features .features_box h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}
.features .features_box p {
  font-size: 15px;
}
.how_it_works {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.how_it_works p {
  font-size: 20px;
  color: #707070;
}
.how_it_works .step h4 {
  font-size: 30px;
  font-weight: bold;
  color: #707070;
}
.how_it_works .step h4 span {
  font-size: 25px;
}
.how_it_works .step p {
  font-size: 18px;
}
.how_it_works .steps_bg {
  position: absolute;
  right: -10px;
  bottom: 35px;
  z-index: -1;
}
@media (max-width: 990px) {
  .how_it_works .steps_bg {
    right: -163px;
    bottom: 225px;
    width: 650px;
  }
}
.pricing_plane {
  padding: 50px 0;
}
.pricing_plane .pricing_text {
  margin-top: 20px;
  font-size: 23px;
  color: #707070;
  font-weight: 500;
}
.pricing_plane .pricing_box {
  position: relative;
}
.pricing_plane .pricing_box::after {
  content: "";
  background-color: #7565C3;
  position: absolute;
  top: 0;
  height: 70%;
  width: 100%;
  border-radius: 10px;
  z-index: -1;
}
.pricing_plane .pricing_box .title {
  color: #fff;
  padding-top: 30px;
}
.pricing_plane .pricing_box .title h3 {
  font-weight: bold;
  font-size: 28px;
}
.pricing_plane .pricing_box .pricing_content {
  background-color: #F8F8F8;
  padding: 10px 20px;
  max-width: 85%;
  margin: 20px auto 0;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .pricing_plane .pricing_box .pricing_content {
    max-width: 90%;
  }
}
.pricing_plane .pricing_box .pricing_content .price {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.pricing_plane .pricing_box .pricing_content .list li {
  margin-bottom: 20px;
  font-size: 14px;
}
.pricing_plane .pricing_box .pricing_content .list li i {
  color: #7565C3;
}
.pricing_plane .pricing_box .pricing_content .buy_now {
  position: relative;
  bottom: -25px;
}
.pricing_plane .pricing_box .pricing_content .buy_now .btn {
  font-size: 20px;
}
.testimonals_section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.testimonals_section .testimonalsbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 990px) {
  .testimonals_section .testimonalsbg {
    min-height: 330px;
  }
}
.testimonals_section h1 {
  color: #000 !important;
}
.testimonals_section h1 span {
  color: #7565C3;
}
.testimonals_section h1::after {
  background-color: #7565C3;
}
.testimonals_section .pricing_text {
  font-size: 20px;
}
.testimonals_section .testimonials_slidermain .testimonal_box {
  position: relative;
  margin: 10px 60px 10px 3px;
}
.testimonals_section .testimonials_slidermain .testimonal_box .content .inner_content {
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #eee;
  min-height: 130px;
  border-bottom: 0;
}
.testimonals_section .testimonials_slidermain .testimonal_box .content .inner_content p {
  margin-bottom: 10px;
  font-size: 13px;
}
.testimonals_section .testimonials_slidermain .testimonal_box .content .inner_content li {
  margin-right: 5px !important;
}
.testimonals_section .testimonials_slidermain .testimonal_box .content .inner_content li i {
  background: #ffda53;
  background: -moz-linear-gradient(180deg, #ffda53 0%, #ff982a 100%);
  background: -webkit-linear-gradient(180deg, #ffda53 0%, #ff982a 100%);
  background: linear-gradient(180deg, #ffda53 0%, #ff982a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffda53", endColorstr="#ff982a", GradientType=1);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonals_section .testimonials_slidermain .testimonal_box .content img {
  margin-top: -35px;
  z-index: -1;
  position: relative;
}
.testimonals_section .testimonials_slidermain .testimonal_box .client img {
  margin-right: 10px;
}
.testimonals_section .testimonials_slidermain .testimonal_box .client h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.testimonals_section .testimonials_slidermain .testimonal_box .client p {
  margin-bottom: 0;
  font-size: 12px;
  color: #707070;
}
.testimonals_section .testimonials_btn {
  margin-top: 20px;
  text-align: center;
}
.testimonals_section .testimonials_btn .next-btn {
  margin-left: 10px;
}
.testimonals_section .testimonials_btn button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #7565C3;
  border: 0;
  font-size: 20px;
  color: #fff;
}
.testimonals_section .testimonials_btn .prev-btn {
  background-color: #707070;
}
footer {
  background-color: #7565C3;
  padding-top: 30px;
  padding-bottom: 20px;
}
footer p {
  font-size: 15px;
}
footer .title h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 30px;
}
footer .social a {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
footer .footer_copy {
  padding-top: 25px;
}
.btn-theme {
  background-color: #7565C3 !important;
  color: #fff !important;
  font-weight: 400 !important;
  border-radius: 25px;
  padding: 7px 25px !important;
}
@media (max-width: 990px) {
  .btn-theme {
    padding: 7px 20px !important;
  }
}
.text-theme {
  color: #7565C3;
}
.text-secondary {
  color: #707070;
}
.title_border_btm_theme {
  font-size: 35px;
  font-weight: 700;
  color: #707070 !important;
}
.title_border_btm_theme span {
  font-size: 40px;
}
.title_border_btm_theme::after {
  content: "";
  background-color: #7565C3;
  height: 7px;
  width: 150px;
  display: block;
  margin: 12px 0;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.up-down-animation {
  animation: upDown 5s ease-in-out infinite !important;
}
@keyframes upDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    /* Adjust the value to control the distance of the movement */
  }
}
.animate__delay-1s {
  animation-delay: 0.2s;
}
.animate__delay-1-5s {
  animation-delay: 1.5s;
}

.navbar-brand img {
  max-height: 64px;
}
.downloadicon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.faq_section {
  background-color: #F6F6F6;
  padding: 60px 0;
}
.faq_section .title_border_btm_theme::after,
.breadcumb-wrapper .title_border_btm_theme::after {
  margin-left: auto;
  margin-right: auto;
}
.pet-faq .accordion-item {
  border: 0;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(112, 112, 112, 0.1);
}
.pet-faq .accordion-button {
  color: #707070;
  font-weight: 700;
}
.pet-faq .accordion-button:not(.collapsed) {
  background-color: #7565C3;
  color: #fff;
}
.pet-faq .accordion-button:focus {
  border-color: #7565C3;
  box-shadow: 0 0 0 0.2rem rgba(117, 101, 195, 0.2);
}
.breadcumb-wrapper {
  background-color: #F6F6F6;
  padding: 64px 0;
  text-align: center;
}
.breadcumb-title {
  color: #707070;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.breadcumb-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcumb-menu li {
  color: #707070;
  font-weight: 500;
}
.breadcumb-menu li + li::before {
  color: #7565C3;
  content: "/";
  margin-right: 8px;
}
.breadcumb-menu a {
  color: #7565C3;
  text-decoration: none;
}
.cms-page-section,
.blog-page-section {
  padding: 60px 0;
}
.cms-page-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(112, 112, 112, 0.12);
  color: #555;
  line-height: 1.8;
  padding: clamp(24px, 5vw, 48px);
}
.cms-page-card h1,
.cms-page-card h2,
.cms-page-card h3,
.cms-page-card h4 {
  color: #707070;
  font-weight: 700;
  margin-top: 1.5rem;
}
.cms-page-card a {
  color: #7565C3;
  font-weight: 600;
}
.th-btn,
.blog-read-btn,
.blog-cat-btn {
  background-color: #7565C3 !important;
  border: 0 !important;
  border-radius: 25px !important;
  color: #fff !important;
  display: inline-flex;
  font-weight: 600 !important;
  padding: 9px 22px !important;
  text-decoration: none !important;
}
.blog-post-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(112, 112, 112, 0.1);
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-post-card:hover {
  box-shadow: 0 12px 34px rgba(112, 112, 112, 0.16);
  transform: translateY(-4px);
}
.blog-post-card-img,
.blog-post-card-img-placeholder {
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.blog-post-card-img-placeholder {
  align-items: center;
  background: #F6F6F6;
  color: #bbb;
  display: flex;
  font-size: 42px;
  justify-content: center;
}
.blog-post-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}
.blog-post-card-title {
  color: #707070;
  font-size: 20px;
  font-weight: 700;
}
.blog-post-card-excerpt,
.blog-post-card-footer,
.blog-date,
.blog-author {
  color: #707070;
}
.blog-cat-tag {
  background: rgba(117, 101, 195, 0.1);
  border-radius: 20px;
  color: #7565C3;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  text-decoration: none;
}
.blog-article,
.blog-sidebar-card,
.blog-hero-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(112, 112, 112, 0.1);
  display: block;
  overflow: hidden;
  padding: 24px;
  text-decoration: none;
}
.blog-hero-img img {
  border-radius: 8px;
  height: auto;
  width: 100%;
}
.blog-hero-title,
.blog-article-title,
.blog-sidebar-title {
  color: #707070;
  font-weight: 700;
}
.blog-article-content {
  color: #555;
  line-height: 1.85;
}
@media (max-width: 990px) {
  header nav.navbar .navbar-nav li {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
  header nav.navbar .navbar-nav li a {
    display: inline-block;
  }
  .banner h1 {
    font-size: 40px;
  }
  .banner .banner_mobileimg {
    margin-left: 0;
  }
}
