.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Montserrat', sans-serif; */
}

html {
  overflow-x: hidden !important;
}



body {
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth !important;
  overflow-y: hidden;
}


.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-bar-inner ul li {
  display: inline-block;
}

.top-bar-inner ul li a,
#langchange {
  color: #f2f2f2;
}

.top-bar-area {
  background-image: url(../images/top-bg.png);
  padding: 10px 0px;
}

.social-icons1 {
  background: #1c4095;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
}

.social-icons2 {
  background: #00b9ff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
}

.social-icons3 {
  background: #cb1111;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
}

.right-content i {
  font-size: 12px;
}

.logo-wrapper img {
  width: 65%;
}

.header1 .navbar-nav li a:hover {
  color: #bf360c;
}

.header1 .navbar-nav .nav-item a.active {
  color: #bf360c !important;
}


.header1 .navbar-nav li {
  margin-left: 24px;
  display: flex;
  align-items: center;
}

.header1 .navbar-nav li a {
  transition: all 0.3s ease-in;
  color: #1e1d1d;
  font-size: 15px;
  font-weight: 500;
}

.header1 .navbar-nav button {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 15px;
  background: hsl(14.08deg 88.18% 39.8%);
  /* margin-left: 17px; */
  outline: none;
}

.header1 .navbar-nav button:hover {
  background-color: hsl(0deg 0% 0%);
}


.banner-bg {
  /* background-image: url(../images/banner-img.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 140px;
}

.banner-section h2 {
  font-size: 56px;
  font-weight: 700;
  color: #2e2928;
}

.banner-section p {
  color: #2e2928;
  font-weight: 550;
  font-size: 16px;
  padding-top: 15px;
}

.banner-section button {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 10px;
  background: hsl(14.08deg 88.18% 39.8%);
  outline: none;
  margin-top: 20px;
}

.banner-section button:hover {
  background-color: hsl(0deg 0% 0%);
}

.about-area {
  margin: 40px 0px;
}

.about-para h4 {
  font-size: 18px;
  font-weight: 550;
  color: #bf360c;
  background: #ffffff;
  padding: 10px 18px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  width: max-content;
}

.about-para h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
}

.rc {
  color: #bf360c;
}

.about-para p {
  color: #1e1d1d;
  line-height: 26px;
  font-size: 15px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.about-para button {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 10px;
  background: hsl(14.08deg 88.18% 39.8%);
  outline: none;
  margin-top: 20px;
}

.about-para button:hover {
  background-color: hsl(0deg 0% 0%);
  font-weight: 600;
}

.about-para {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: baseline;
}

.banner-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: baseline;
}

.its-simple {
  background-image: url(../images/its-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.its-head h3 {
  color: white;
  font-size: 26px;
  text-align: center;
  font-weight: 550;
  margin-bottom: 50px;
}

.its-img img {
  width: 50px;
}

.its-img {
  background: #fee445;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-img {
  display: flex;
  justify-content: center;
}

.its-para p {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-top: 15px;
}

.its-para {
  position: relative;
}

.arrow-img img {
  width: 45px;
}

.arrow-img {
  position: absolute;
  top: 30px;
  right: -40px;
}

.it-simple-section {
  margin: 60px 0px;
}

.what-we-head h4 {
  font-size: 18px;
  font-weight: 600;
  color: #bf360c;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-transform: uppercase;
  text-align: center;
  width: max-content;
}

.what-we-head {
  display: flex;
  justify-content: center;
}

.head-2 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.icon-20-img {
  display: flex;
  justify-content: center;
}

.icon-20-img img {
  width: 50px;
  margin-left: 17%;
}

.we-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.pet-text {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  font-size: 20px;
  margin-bottom: 10px;
}

/* .we-text {
  display: flex;
  align-items: center;
} */

.pet-para {
  color: #1e1d1d;
  font-size: 14px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* width: 75%; */
}

.get-btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  color: #bf360c;
  font-size: 16px;
  font-weight: 600;
}

.get-btn1 {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  color: #dddddd;
  font-size: 13px;
  font-weight: 300;
  /* border-bottom: 1px solid white; */
  /* border: 1px solid; */
  /* padding: 7px; */
  border-radius: 5px;
  /* background: #bf360c; */
}

.get-btn1:hover {
  /* background-color: black; */
  color: white;
}

.we-arrow img {
  width: 15px;
  margin-left: 5px;
}

/* .pet-shadow {
  padding: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  cursor: pointer;
  height: 100%;
} */



/* .pet-shadow:hover .get-btn1 {
  border-bottom: 1px solid #bf360c;

} */

/* .pet-shadow:hover .we-arrow {
  display: inline-block !important;

} */

/* .pet-shadow:hover.pet-shadow2 {
  display: block !important;
} */

/* .pet-shadow2 img {

  display: none;
} */

/* .pet-shadow:hover .pet-shadow2 img {
  display: block !important;
  border-radius: 0px 0px 10px 0px;
} */



.pet-shadow:hover {

  /* background-image: url(../images/service.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right; */
}



/* .pet-shadow:hover .get-btn {
  display: none;
} */



/* .pet-shadow:hover {
  border: 1px solid #bf360c;
} */

.pet-img {
  background-image: url(../images/banner-pet.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0px;
}

.service-head {
  font-size: 16px;
  font-weight: 600;
  color: #bf360c;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-transform: uppercase;
  text-align: center;
  width: max-content;
}

.service-book {
  color: white;
  font-size: 36px;
  font-weight: 500;
  margin: 20px 0px;
}

.radio-head {
  color: #1e1d1d;
  font-size: 14px;
}

.radio-inline {
  color: #1e1d1d;
  font-size: 16px;
  font-weight: 600;
}

.con-form select {
  width: 100%;
  font-weight: 400;
  border: 1px solid #e0e0e0;
}

.con-form .form-control {
  width: 100%;
  font-weight: 400;
  border: 1px solid #e0e0e0;
}

.footer-news {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  background-color: transparent;
}

.footer-news img {
  width: 21px;
  background-color: white;
}

.con-form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: white;
  padding: 25px;
  border-radius: 15px;
}

input[type="radio" i] {
  background: red !important;
}


.submit-btn button {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 10px;
  background: hsl(14.08deg 88.18% 39.8%);
  outline: none;
}

.submit-btn button:hover {
  background-color: hsl(0deg 0% 0%);
}

.test-head h4 {
  font-size: 18px;
  font-weight: 600;
  color: #bf360c;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-transform: uppercase;
  text-align: center;
  width: max-content;
}

.test-head {
  display: flex;
  justify-content: center;
}

.icon-21-img img {
  width: 50px;
  margin-right: 14%;
  transform: scaleX(-1);
}

.icon-21-img {
  display: flex;
  justify-content: center;
}

.dog-img img {
  height: 80px !important;
  width: 80px !important;
  border-radius: 50px;
  object-fit: cover;
}

.test-section p {
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.test-section {
  margin-top: 30px;
}

.dog-img {
  display: flex;
  justify-content: center;
}

.test-section h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.mobile-img img {
  width: 65%;
}

.mobile-para h4 {
  font-size: 16px;
  font-weight: 600;
  color: #bf360c;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-transform: uppercase;
  text-align: center;
  width: max-content;
}

.mobile-para h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
}

.mobile-para p {
  color: #1e1d1d;
  line-height: 26px;
  font-size: 15px;
  margin-top: 20px;
}

.mobile-img {
  text-align: center;
}

.mobile-para {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: baseline;
}

.play-img img {
  width: 110px;
  border-radius: 5px;
  margin-right: 15px;
}

.store-img img {
  width: 110px;
  border-radius: 5px;
}

.footer-play-img img {
  width: 90px;
  border-radius: 5px;
  margin-right: 15px;
}

.footer-store-img img {
  width: 90px;
  border-radius: 5px;
}

.mob-arrow {
  position: absolute;
  top: 25px;
  right: 0;
}

.sub-text {
  font-size: 30px;
  color: #232d42;
  font-weight: 600;
}

.Subscribe-area .single-input .form--control {
  height: 49px;
  outline: none;
  padding: 1px 30px;
  width: 100%;
  border: none;
  border-radius: 30px;
  border: 1px solid #f3d8a9;
  background-color: white;
}

.newsletter-btn {
  position: absolute;
  right: 5px;
  top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #be350c;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 0;
  outline: none;
  color: #ffffff;
  border-radius: 25px;
  padding: 8px 30px;
}

.newsletter-btn:hover {
  background-color: hsl(0deg 0% 0%);
}

.Subscribe-area {
  /* background: #faf6f0; */
  background-image: url(../images/news-bg.png);
}


.Subscribe-area .container {
  padding: 40px 0px;
  border-bottom: 2px solid #cfccc8;
}

.single-input {
  margin-left: 210px;
}

@media (min-width: 1200px) {
  .col-xl-33 {
    max-width: 20% !important;
    flex: 20% !important;
  }
}

.footer-logo img {
  width: 200px;
}

.footer-para {
  color: #1e1d1d;
  line-height: 26px;
  font-size: 15px;
}

.footers-text h5 {
  font-weight: 600;
  font-size: 16px;
}

.footer-atag {
  color: #1e1d1d;
}

.footer-atag:hover {
  color: #bf360c;
  font-weight: 600;
}

.footer-subtext li {
  list-style: none;
}

.f-para {
  color: #1e1d1d;
  font-size: 15px;
  margin: 0;
  margin-left: 7px;
}

/* .footer-p i{
  color: #be350c;
} */

dl,
ol,
ul {
  padding: 0;
}



.happy-pet h4 {
  font-size: 18px;
  font-weight: 600;
  color: #bf360c;
  background: #ffffff;
  width: 200px;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-transform: uppercase;
  text-align: center;
  width: max-content;
}

.happy-pet h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 40px;
}

.testimonial-carousel .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.testimonial-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 80px;
  left: -150px;
  height: 35px;
  width: 35px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bf360c !important;
}

.testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  top: 80px;
  right: -150px;
  height: 35px;
  width: 35px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bf360c !important;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
  background-color: #bf360c;
}

.testimonial-carousel .owl-nav .owl-prev:hover i {
  color: white !important;
}

.testimonial-carousel .owl-nav .owl-next:hover {
  background-color: #bf360c;
}

.testimonial-carousel .owl-nav .owl-next:hover i {
  color: white !important;
}


.testimonial-carousel .fa-angle-left:before {
  content: "\f30a";
}

.testimonial-carousel .fa-angle-right:before {
  content: "\f30b";
}

.testimonial-carousel i {
  font-size: 20px;
  color: #bf360c;
}

.testimonial-carousel i:hover {
  color: #bf360c;
}

.test-scroll img {
  width: 85px;
}

.test-scroll {
  position: absolute;
  top: 0;
  left: 50px;
}

.testimonial-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  margin-right: 7px;
  background-color: #be350c;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  border: 3px double white;
  background-color: #bf360c;
  height: 14px;
  width: 14px;
  border-radius: 50px;
}

.testimonial-carousel .owl-dots {
  text-align: center;
}

.Testiminial-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.man img {
  border-radius: 15px;
}

.happy-carousel .owl-nav .owl-prev {
  height: 40px;
  width: 40px;
  background: #bf360c !important;
  border-radius: 50px;
  position: absolute;
  top: 160px;
  left: -20px;
}

.happy-carousel .owl-nav .owl-next {
  height: 40px;
  width: 40px;
  background: #bf360c !important;
  border-radius: 50px;
  position: absolute;
  top: 160px;
  right: -20px;
}

.happy-carousel .owl-nav .owl-next:hover {
  background-color: #000000 !important;
}

.happy-carousel .owl-nav .owl-prev:hover {
  background-color: #000000 !important;
}

.happy-carousel i {
  color: white;
}

.happy-pet-section {
  color: #fcf5ea;
  background: #fcf5ea;
  padding: 50px 0px;
}

.about-img img {
  width: 100%;
}

.footer-pet img {
  width: 300px;
}

.footer-pet {
  position: absolute;
  bottom: -41px;
  right: 15px;

}

.frontend-footer-text {
  text-align: center;
}

.frontend-footer {
  background: #faf6f0;
  font-size: 14px;
  z-index: 1;
  padding-top: 50px;
}


/* Accordian css */

.frontend-footer .accordion-button {
  padding: 12px 0px;
  background-color: #faf6f0;
  font-weight: 600;
  font-size: 16px;
  color: #232d42;
}

.frontend-footer .accordion-button:not(.collapsed) {
  background-color: #faf6f0;
  box-shadow: none;
}

.frontend-footer .accordion-item {
  border: none;
}

.frontend-footer .accordion-body {
  background-color: #faf6f0;
  /* padding: 0px 10px !important; */
}

.footer-text {
  text-align: center;
}

.frontend-footer .footer-text {
  padding: 10px 0px;
  border-bottom: 3px solid;
}


.servic-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.happy-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 999;
  padding: 15px 0px;
}

/*  */

.back-to-top {
  position: fixed;
  right: 45px;
  /* bottom: 35px; */
  bottom: 15px;
  width: 50px;
  height: 50px;
  background-color: #bf360c;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-top i {
  color: white;
  font-size: 15px;
}


.back-to-top2 {
  position: fixed;
  right: 45px;
  /* bottom: 35px; */
  bottom: 85px;
  width: 50px;
  height: 50px;
  background-color: #2ab318;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-top2 i {
  color: white;
  font-size: 30px;
}




.footer-p i {
  color: #524f4f;
}


.happy-carousel .owl-nav .owl-next {
  display: none !important;
}


:root {
  accent-color: #bf360c;
}



.test-bg {
  background-image: url(../images/testi-bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}


.mob-img2 img {
  rotate: 40deg;
  width: 40%;
}

.mob-img2 {
  position: absolute;
  top: 0;
  left: -32%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: -9;
}

.header1 .navbar {
  padding: 15px 0px;
  background-color: white;
}

.testimonial-carousel .owl-nav img {
  width: 25px;
}



/*  */

.man img {
  height: 290px;
  width: 100% !important;
}

.breadcrumb-area {
  /* background-image: url(../images/bread-new-img.png); */
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}


.breadcrumb-area .breadcrumb-inner {
  padding: 110px 0;
}


.breadcrumb-area .page-title {
  font-size: 28px;
  line-height: 48px;
  font-weight: 700;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 15px;

}

.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
  overflow: hidden;

}

.breadcrumb-area .page-list li {
  display: inline-block;
  position: relative;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  /* color: #2e2928; */
  font-weight: 600;
  color: #bf360c;
}

.breadcrumb-area .page-list li a {
  color: #000;
  font-weight: 600;
}


.sel-control {
  padding: 0.6rem 1rem !important;
  font-size: 1rem !important;
  height: calc(1.7125rem + 1.2rem + 2px) !important;
  background: rgb(250 250 250) !important;
  border: none;
  border-radius: 10px !important;
  margin-bottom: 10px !important;
}

#Phone .Number {
  padding: 0.6rem 1rem !important;
  font-size: 0.875rem !important;
  height: calc(1.7125rem + 1.2rem + 2px) !important;
  background: rgb(244 244 244) !important;
  border: none;
  border-radius: 10px !important;
  margin-bottom: 10px !important;
}


#sells-s label {
  margin-bottom: 12px;
  color: #2e2c2c;
}

.reg-para {
  color: #2e2c2c;
}

.register-section {
  padding: 60px 0px 70px;
}

.reg-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  border-radius: 20px;
  width: 450px;
  background-color: white;
}

.reg-btn {
  width: 100%;
  border-radius: 10px !important;
}

.reg-btn:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.already-text p {
  color: #2e2c2c;
  margin-top: 12px;
  margin-bottom: 0px;
  text-align: center;
}

.already-text span {
  color: #bf360c;
  font-weight: 600;
  margin-left: 5px;
}

.already-text {
  text-align: center;
}

.form-shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.reg-shadow h1 {
  font-size: 28px !important;
  font-weight: 600;
}

.reg-img2 img {
  width: 200px;
}

.reg-img2 {
  position: absolute;
  left: -45px;
  top: 200px;
}

.reg-img1 img {
  width: 160px;
}

.reg-img1 {
  position: absolute;
  right: 0;
  top: 0;
}

.pet-shadow {
  position: relative;
}

.pet-shadow2 img {
  width: 140px;
}

.pet-shadow2 {
  position: absolute;

  right: 0;
  bottom: 0px;
}


/* About us page */
.ab-page-section h5 {
  color: #2e2928;
  font-size: 15px;
  font-weight: 600;
}


.terms-text {
  color: #bf360c;
  cursor: pointer;
}


.ab-1-img img {
  width: 50px;
}

.about-happy h3 {
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

.about-happy p {
  color: #bf360c;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
}

.ab-1-img {
  text-align: center;
}

/* .about-happy-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 0px 0px;
  border-radius: 20px;
  background-color: white;

} */

.mob-img3 {
  position: absolute;
  top: -285px;
  right: 25px;
}

.mob-img3 img {
  rotate: -42deg;
  width: 250px;
}


.cat-img {
  position: absolute;
  right: 111px;
  bottom: 127px;
}

.about-page-happy-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}

.sp-img {
  display: flex;
  justify-content: center;
}

.sp-img img {
  width: 50px;
  margin-right: 18%;
  transform: scaleX(-1);
}

.spl-img img {
  width: 40px;
}

.spl-img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 60px;
  width: 60px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spl-head h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
}

.spl-head p {
  color: #232d42;
  overflow: hidden;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
}

.spl-head {
  margin-left: 20px;
}


.about-reg-img2 img {
  width: 170px;
  rotate: 15deg;
}

.about-reg-img2 {
  position: absolute;
  top: 0;
  left: -30px;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
}

.about-reg-img1 img {
  width: 180px;
}

.about-reg-img1 {
  position: absolute;
  top: -25px;
  right: 0;
}

.about-page-happy {
  padding-top: 40px;
}

.happy-cat img {
  /* width: 80%; */
}

.happy-cat {
  display: flex;
  justify-content: center;
}

.about-Testiminial-section {
  padding-bottom: 30px;
  padding-top: 70px;
}

.about-page-img {
  text-align: center;
}

.about-page-img img {
  width: 75%;
}

.ab-page-section p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.fast-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.fast-text-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.a11 {
  display: flex;
}



/* Service page */

.Service-page {
  padding-top: 60px;
}


.serice-board {
  font-size: 28px;
  font-weight: 600;
}

.service-page-para {
  color: #232d42;
  margin-top: 5px;
}

.ser-page-img img {
  width: 20px;
}

.ser-page-para {
  color: #232d42;
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 5px;
}

.custom-control-input {
  margin-right: 7px !important;
}

.custom-checkbox {
  display: flex;
  align-items: center;
}

.get-service-btn {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 10px;
  background: hsl(14.08deg 88.18% 39.8%);
  outline: none;
  margin-top: 20px;
}

.get-service-btn:hover {
  background-color: #000;
}

.serice-page-pet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.service-3-img {
  position: absolute;
  top: 0px;
  left: -30px;
}

.boarding_section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-4-img img {
  width: 240px;
  rotate: 40deg;
}

.service-4-img {
  position: absolute;
  bottom: 0;
  right: -60px;
}

/* service-detail page */

.service-details-item {
  margin-bottom: 30px;
}

.service-details-item .thumb img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog-detail-img img {
  height: 520px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.widget-area .sidebars-single-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 23px;
  color: #bf360c;
  border-bottom: 2px dashed #e7e4e4;
  padding-bottom: 15px;
}

.widget-area .sidebars-single-content p {
  color: #54504f;
  padding: 10px 15px;
  font-weight: 500;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
}

/* .widget-area .sidebars-single-content p:hover {
  color: #bf360c;
  cursor: pointer;
} */

/* .widget-area .sidebars-single-content {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px 25px 1px;
  border-radius: 0px 0px 10px 10px;
} */

.ser-detail-head {
  font-size: 36px;
  font-weight: 600;
}

.ser-book-btn {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 10px;
  background: hsl(14.08deg 88.18% 39.8%);
  outline: none;
}

.service-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
  border-bottom: 1px solid;
}

.des-boarding {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.des-para {
  margin-top: 20px;
  font-size: 15px;
}

.package-text h3 {
  font-size: 18px;
  font-weight: 550;
  margin-bottom: 15px;
}

.package-text p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.package-img1 img {
  width: 50px;
  border-radius: 50px;
}

.package-section {
  display: flex;
}

.package-text {
  margin-left: 20px;
}

.package-img1 {
  background-color: #25ced1;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.package-img2 {
  background-color: #e3dfff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.package-img3 {
  background-color: #98d2eb;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.gallery-img img {
  width: 100%;
  border-radius: 15px;
  height: 200px;
  object-fit: cover;
}

.star-icon {
  color: #f90;
}

.star-icon-2 {
  color: #d2d2d2;
}

.review {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.one-day {
  color: #232d42;
}

.review-para {
  color: #232d42;
  font-size: 15px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.rev-section {
  margin-top: 45px;
}

.deatail-man-img img {
  width: 50px;
  border-radius: 50px;
  height: 50px;

}



.gallery-carousel .owl-nav .owl-prev {
  display: none;
}

.modal-title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.modal-content {
  justify-content: center !important;
}

.modal-text {
  font-size: 16px;
  font-weight: 600;
  color: #3b3635;
}

.footer-news1 {
  position: absolute;
  right: 5px;
  top: 4px;
  border: none;
  background-color: transparent;
}

.footer-news1 img {
  width: 21px;
  background-color: white;
}

.popup-textarea {
  height: 60px !important;
  background: #f3f3f3;
  border: none;
  border-radius: 10px;
}

.popup-textarea:focus {
  background: #f3f3f3;
}

.extra-border {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 15px;
}


.model-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border: none !important;
  border-radius: 15px;
  padding: 20px;
}

.progress-bar {
  background-color: hsl(14.08deg 88.18% 39.8%) !important;
}

.fade {
  backdrop-filter: blur(20px);
}

.modal-header {
  border: none;
}

.num-text {
  position: absolute;
  top: -11px;
  right: 20px;
  background: white;
}

.progress {
  width: 86%;
}

.num1 {
  color: hsl(14.08deg 88.18% 39.8%);
  font-weight: 500;
}

.num-text p {
  color: #000;
  font-weight: 500;
}

.btn.btn-primary {
  border-radius: 10px;
}

/* contact page */

.contact-head h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2e2928;
  text-align: center;
}

.contact-head p {
  color: #2e2928;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
}



.con-call button {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 20px;
  background: #2e2928;
  outline: none;
}

.con-call {
  text-align: center;
  margin-top: 25px;
}

.con-mail {
  padding-left: 15px;
}

.contact-head {
  padding-top: 60px;
}

.map-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  height: 320px;
}

.map-img {
  padding-top: 60px;
}

.contact-form-head h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2e2928;
}

.contact-form-section {
  padding-top: 60px;
}

.contact-form-head p {
  color: #2e2928;
  margin-top: 10px;
}

.con-img img {
  width: 300px;
}

.con-img {
  text-align: center;
}

.contact-page-form label {
  margin-bottom: 10px;
  color: #2e2928;
}

.contact-page-form .form-control {
  border-radius: 10px;
}

.contact-page-form .textarea {
  height: 100px !important;
}

.pop-up-label label {
  margin-bottom: 10px;
  color: #2e2928;
}

.pop-up-label .form-control {
  border-radius: 10px;
}

.btn-space {
  display: flex;
  justify-content: space-between;
}

.modal-footer {
  border: none;
}

.backbtn {
  border: none;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 15px;
  background: #eee !important;
  color: #232d42 !important;
}

.type-pet-text {
  color: #2e2928;
  padding-bottom: 7px;
  font-weight: 550;

}

.radio-inline2 {
  border: 1px solid #eee;
  width: 25%;
  padding: 8px 15px 5px;
  border-radius: 10px;
}

.form-control {
  border-radius: 10px;
}

.radio-inline3 {
  display: flex;
  justify-content: space-between;
  width: 70%;
  flex-direction: row-reverse;
  color: #232d42;
  font-weight: 600;
}

.per-day-text p {
  font-size: 12px;
  /* margin-top: 5px; */
}

.per-day-text {
  display: flex;
  justify-content: space-between;
}

/* .per-day-text {
  color: #2e2928;
} */

.drop-btn {
  border: none;
  background: transparent;
  color: #bf360c;
  padding: 0;
}

.modal-4 {
  border: 1px solid #eee;
  border-radius: 15px;
  margin-top: 30px;
}

.rupee-text {
  color: #232d42;
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px;
}

.modal-4:hover {
  border: 1px solid #bf360c;
}

.modal-4:hover .rupee-text {
  color: #bf360c;
}

.modal-5 {
  border: 1px solid #eee;
  border-radius: 15px;
  margin-bottom: 15px;
}

.basic-head {
  color: #232d42;
  font-weight: 600;
  margin-bottom: 5px;
}

.in-ser-text {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.modal-5-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal {
  padding: 0px !important;
}

.card-default {
  padding: 0px !important;
}

.single-contact-item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  padding: 15px 30px;
  height: 100%;
}

.single-contact-item .content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: var(--heading-color);
  color: #2e2928;
}

.single-contact-item .content p {
  color: #2e2928;
}

.single-contact-item .icon.style-01 {
  color: #fff;
}

.single-contact-item .icon {
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background-color: #bf360c;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-contact-item .content {
  text-align: center;
}

.contact-info {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  border-radius: 20px;
}

.single-contact-item .content {
  margin-top: 0px !important;
}

.maodal-basic:hover {
  border: 1px solid #bf360c;
}

.maodal-basic:hover .rupee-text {
  color: #bf360c;
}

#back-top-btn {
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  scroll-behavior: smooth !important;
}


#back-top-btn.show {
  opacity: 1;
  visibility: visible;
}




/* shop page */

.search-text {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  padding: 0px 15px;
}

.search-img {
  position: absolute;
  top: 11px;
  right: 25px;
}

.shop-form {
  height: 45px;
  background-color: #f3f3f3;
  border: none;
  border-radius: 20px;
}

.shop-form:focus {
  background-color: #f3f3f3 !important;
}

.food-text {
  color: #1e1d1d;
  padding: 10px 15px;
  font-weight: 550;
  margin-bottom: 0px;
  cursor: pointer;
}

.food-text:hover {
  background: #f3f3f3;
  border-radius: 15px;
}




.search-text:before {
  content: "";
  background: #bf360c;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 4px;
}

.show-text {
  font-weight: 550;
  color: #1e1d1d;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sort-btn {
  font-weight: 550;
  color: #1e1d1d;
  background: transparent;
  border: 1px solid #1e1d1d;
  padding: 6px 10px;
  border-radius: 20px;
}

.show-play {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}

.search-sec {
  padding-top: 40px;
}

.stand-img img {
  width: 150px;
  height: 150px;
  object-fit: contain;

}

.stand-img {
  text-align: center;
}

.product-name {
  font-weight: 550;
  color: #1e1d1d;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.product-rate {
  font-size: 16px;
  font-weight: 550;
  color: #bf360c;
  margin-bottom: 0px;
}

.product-bg {
  background-color: #fbfbfb;
}

.pro-bg {
  padding: 30px 20px 10px;
  border-radius: 15px;
  background-color: white;
  margin-top: 20px;
  position: relative;
  height: 100%;
  display: grid;
  align-content: space-between;
}

.pro-bg:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 15px 0px;
}

.product-pagination .pagination {
  overflow-x: hidden;
  justify-content: center;

}

.product-pagination .page-link {
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50px;
  padding: 3px 10px;
  /* background-color: white; */
  color: #000;
}

.product-pagination .page-item:first-child .page-link {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.product-pagination .page-item:last-child .page-link {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.product-pagination .page-item {
  /* background-color: white; */
  margin-left: 10px;
}


.heart-img {
  position: absolute;
  top: 10px;
  right: 15px;
}

.heart-img img {
  width: 20px;
}

.product-pagi .pagination {
  overflow: hidden;
}

.product-pagi {
  display: flex;
  justify-content: center;
}

.shop-detail-img {
  text-align: center;
}

.sh-detail-ul li {
  list-style: none;
  /* padding-bottom: 40px; */
}

.sh-detail-ul {
  height: inherit;
  display: grid;
  align-content: space-between;
  padding-bottom: 35px;
}

.shop-bed-img img {
  width: 50%;
}

.shop-bed-img {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 5px;
}

.roud-head {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}


.shop-number {
  font-weight: 600;
  color: #bf360c;
  padding-top: 15px;
  font-size: 20px;
}


.tab-sec .nav-tabs {
  box-shadow: none !important;
  background-color: #f9f9f9;
}


.tab-sec li a {
  background: #efefef !important;
  border-radius: 20px !important;
  color: #000 !important;
  padding: 5px 20px;
}



.tab-sec .nav-fill .nav-item,
.nav-fill>.nav-link {
  margin-left: 15px;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #bf360c !important;
  color: white !important;

}

.tab-sec {
  display: flex;
  align-items: baseline;
}


.quatity span {
  cursor: pointer;
}

.quatity .number {
  border: 1px solid;
  min-width: auto;
  border-radius: 20px;
}

.quatity .minus,
.plus {
  width: 30px;
  /* height:34px; */
  padding: 5px 5px 5px 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.quatity input {
  /* height:34px; */
  width: 30px;
  text-align: center;
  font-size: 14px;
  border: none;

  display: inline-block;
  vertical-align: middle;
}

.quatity .minus {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.quatity .plus {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.quatity .plus:hover {
  background-color: #2e2928;
  border-color: #2e2928;
  color: white;
}

.quatity .minus:hover {
  background-color: #2e2928;
  color: white;
  border-color: #2e2928;
}

.quan-sec {
  display: inline-flex;
  align-items: baseline;
}

.tab-sec .tab-content .tab-pane {
  min-height: 78px;
}

.add-to-card-btn {
  border: none;
  background: #bf360c;
  padding: 7px 35px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  font-size: 12px;
}

.wishlist-btn {
  border: 1px solid #cfcaca !important;
  background-color: transparent;
  padding: 5px 10px;
  border-radius: 20px;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 550;
}

.add-cart-sec {
  display: flex;
}

.shop-social i {
  color: #9a9a9a;
  margin-left: 10px;
  cursor: pointer;
}

.shop-social i:hover {
  color: #bf360c;
}

.container-shadow {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* padding: 50px 10px 10px; */
  border-radius: 20px;
  margin-top: 45px;
  padding: 20px;
  background-color: white;
  /* background-color: rgb(157, 214, 255); */
}

.s-detail-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.shop-des {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.s-description {
  margin-top: 40px;
  margin-bottom: 50px;
}

.s-description p {
  font-size: 16px;
}


.table-head tr th {
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: 600;
  color: black;
  padding: 12px;
}

.table-head tr td {
  color: #000;
  padding: 1rem 1.5rem;
  white-space: nowrap;
}

.table-price {
  color: #bf360c !important;
  font-weight: 550 !important;
}

.update-cart {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 20px;
  background: hsl(14.08deg 88.18% 39.8%);
  outline: none;
  margin-bottom: 15px;
  margin-left: 15px;
}

.update-cart:hover {
  background-color: #000;
}

.table-head {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
  border-radius: 15px;
  display: grid;
  align-content: space-between;

}

.coupen {
  height: 46px;
  border-radius: 20px;
}

.apply-btn {
  border: none;
  background: #bf360c;
  color: white;
  padding: 3px 15px;
  border-radius: 15px;
}

.apply-btn:hover {
  background-color: #000;
}

.coupen-apply {
  position: absolute;
  top: 9px;
  right: 9px;
}

.cart-bg {
  background-color: #fbfbfb;
  padding-top: 60px;
  padding-bottom: 80px;
}

.sear-bg {
  padding: 15px 10px;
  border-radius: 15px;
  background-color: white;
}

.cou-bg {
  padding: 15px 10px;
  border-radius: 15px;
  background-color: white;
}

.pro-check-btn {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 15px;
  background: hsl(14.08deg 88.18% 39.8%);
  outline: none;
  width: 100%;
}

.pro-check-btn:hover {
  background-color: #000;
}


.blog-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}


.pet-health-text {
  background: #be350c;
  width: max-content;
  padding: 5px 10px;
  border-radius: 20px;
  color: white;
}

.pet-health-position {
  position: absolute;
  top: 12px;
  left: 15px;
}

.blog-head-text {
  /* border-left: 1px solid #dfdfdf;
  padding-left: 25px; */
}

.date-position {
  position: absolute;
  top: 0;
  right: 0;
  background: #be350c;
  width: max-content;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
}

.blog-head-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* .blog-head-text p{
  color:#656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
} */


.blog-category-bg {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px 20px;
  border-radius: 15px;
}

.blog-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-bottom {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
  border-radius: 20px;
  padding: 15px;
  height: 100%;
}

.shop_pet_text {
  color: #bf360c;
  font-weight: 600;
  background: #fcdebe;
  width: max-content;
  padding: 5px 15px;
  border-radius: 20px;
  margin-top: 20px;
}

.blog_why_text {
  font-weight: 600;
  margin-top: 20px;
  font-size: 26px;
}

/* .blog_date{
  display: flex;
  align-items: center;
}
.blog_date p{
  margin-bottom: 0px;
  margin-left: 5px;

} */

.post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.post-meta li {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  padding-bottom: 15px;
}

.post-meta li img {
  margin-right: 5px;
}

.cats a {
  color: #000;
}

.post-meta {
  border-bottom: 2px solid #e1e1e1;
  margin-top: 20px;
}

.comment-text {
  font-size: 15px;
  font-weight: 550;
}

.comment-detail img {
  height: 35px;
  width: 35px;
  object-fit: cover;
  border-radius: 50px;
}

.comment-detail-name h4 {
  font-size: 14px;
  FONT-WEIGHT: 550;
}

.comment-detail-name {
  margin-left: 10px;
}

.comment-detail-name p {
  font-size: 11px;
  margin-bottom: 5px;
}

.comment-text {
  padding-top: 20px;
  padding-bottom: 25px;
}

.content-area p {
  color: #767676;
}

.comment-detail-name p {
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-form {
  background-color: #f3f3f3;
  padding: 20px 20px;
  border-radius: 20px;
}

.blog-form .form-control {
  border: none;
  height: 40px;
}

.blog-form textarea {
  height: 120px !important;
}

.post-comment-btn {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 15px;
  background: hsl(14.08deg 88.18% 39.8%);
  outline: none;
}

.blog-detail-bg {
  background-color: #fbfbfb;
  padding: 30px 0px 60px;
}

.blog-category-bg-2 {
  padding: 15px 20px;
  border-radius: 15px;
  background-color: white;
}

.single-recent-post-item .thumb img {
  width: 50px;
  object-fit: cover;
  border-radius: 10px;
  height: 50px;
}

.recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recent_post_item li.single-recent-post-item {
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 20px;
}

.single-recent-post-item .content p {
  margin-bottom: 3px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 550;

}

.single-recent-post-item .content a {
  color: black;
}

.single-recent-post-item .content {
  margin-left: 10px;
}

.single-recent-post-item .time {
  font-size: 10px;
  color: #767676;
  display: flex;
  align-items: center;
}

.single-recent-post-item .time img {
  margin-right: 5px;
}

.for-reg-img2 img {
  width: 200px;
}

.for-reg-img2 {
  position: absolute;
  left: -45px;
  top: 130px;
}

.otp-control {
  height: 55px;
  width: 55px;
  background: rgb(244 244 244) !important;
  border-radius: 10px !important;
  border: none;
  text-align: center;
}

.otp-number {
  display: flex;
  justify-content: space-between;
}

.otp-text {
  color: #000;
  font-weight: 600;
}

.resend-otp-text {
  font-weight: 600;
}


.otp-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px 30px 10px;
  border-radius: 20px;
  background-color: white;
}


.review .package-section {
  align-items: center;
}

.blog-head-text h3:hover {
  color: #bf360c;
}


.readmor-btn {
  font-weight: 550;
}

.dropdown-item:hover {
  color: white !important;
}


.pagination svg {
  width: 20px;
}


.shop_pagi .pagination {
  overflow-x: initial;
}


.shop_pagi .pagination .pagination li.active a {
  background-color: #be350c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: bold;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop_pagi .pagination .pagination li a {
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: bold;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
}


.shop_pagi .pagination li.disabled span {
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: bold;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
}


.shop_pagi .pagination .pagination li a:hover {
  background-color: #be350c;
  color: white;
}


.shop_pagi .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.shop_pagi .pagination .pagination li {
  margin: 0 5px;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}


.drop-down::after {
  display: none;
}

.drop-menu {
  top: 38px !important;
  min-width: 300px;
}

.drop-menu li {
  margin: 0px !important;
}



.drop-man img {
  height: 75px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.check-btn {
  border: none !important;
  color: #ffffff !important;
  font-size: 14px !important;
  /* font-weight: 700 !important; */
  padding: 8px 10px !important;
  border-radius: 10px !important;
  background: hsl(14.08deg 88.18% 39.8%);
  outline: none;
  width: 100%;
  margin-top: 10px !important;
  text-align: center;
}

.drop-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000;
  margin-bottom: 0px;
  font-weight: 550;
}

.drop-quan .quatity .minus,
.plus {
  /* padding: 3px 5px 3px 5px !important;
  width: 20px !important; */
}

.drop-text {
  color: #bf360c;
}

.drop-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 20px 10px;
  border-radius: 10px;
}

.drop-shadow h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.summary-text {
  font-weight: 550;
  color: #bf360c;
  /* text-align: center; */
  /* padding: 35px; */
  margin-bottom: 30px;
}

.shipping-text {
  font-weight: 550;
  padding-bottom: 10px;
}

.ship-name {
  color: #1e1d1d;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.ship-num {
  font-size: 15px;
  font-weight: 500;
  color: #1e1d1d;

  margin-bottom: 0px;
}



.price-ul li {
  list-style: none;
}

.prize_text {
  color: #1e1d1d;
  font-weight: 600;
  font-size: 24px;
}

.sub_text {
  font-size: 16px;
  margin-bottom: 5px;
}

.sub_price {
  font-weight: 600;
  color: #1e1d1d;
  font-size: 18px;
  margin-bottom: 5px;
}

.prize_details {
  display: flex;
  justify-content: space-between;
}

.price-total {
  color: #bf360c;
}

.summary-border {
  padding: 25px 25px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  margin-bottom: 0px;
  height: 100%;
}

.proceed-btn button {
  background-color: #be350c;
  border: none;
  color: white;
  padding: 8px 30px;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
}

.proceed-btn {
  text-align: end;
}

.proceed-btn button:hover {
  background-color: hsl(0deg 0% 0%);
}

.cart-icon {
  display: flex;
  align-items: center;
}

.cart-icon1 {
  display: flex;
  align-items: center;
}

.cart-icon img {
  width: 80px;
  margin-right: 10px;
}

.cart-icon1 img {
  width: 30px;
  margin-right: 10px;
}

.pay-now-btn button {
  border: none;
  background: #be350c;
  color: white;
  width: 100%;
  padding: 8px;
  border-radius: 10px;
  margin-top: 25px;
}

.pay-now-btn button:hover {
  background-color: hsl(0deg 0% 0%);
}

.payment-section {
  padding: 60px 0px;
}

.order-confirmation-section {
  padding: 60px 0px;
}

.placed-text {
  color: #ff8700;
  font-size: 16px;
  font-weight: 550;
}

.delivery_status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pending-text {
  color: red;
  font-size: 16px;
  font-weight: 550;
}

.order-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  border-radius: 20px;
  background-color: white;
}

.order-shadow h1 {
  font-size: 28px !important;
  font-weight: 600;
}

.address-head {
  font-weight: 550;
  /* margin-bottom: 15px; */
  background: #f4e7e2;
  max-width: max-content;
  padding: 8px 20px;
  border-radius: 10px;
  color: #be350c;
  font-size: 16px;
  border: none;
}

.manage_address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.manage-text {
  font-weight: 550;
  color: #bf360c;
  margin-bottom: 0px;
}


.qty {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.qty-section label {
  flex: 1 0 100%;
}

.qty-section input {
  width: 2.2rem;
  height: 2.2rem;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #3f3d3c;
  border-left: none;
  border-right: none;
}

.qty-section .qtyminus {
  width: 2.2rem !important;
  height: 2.2rem !important;
  color: #000 !important;
  background: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 20px 0px 0px 20px !important;
  border-right: none !important;
  border: 1px solid #3f3d3c;
  padding: 0px !important;
}

.qty-section .qtyplus {
  width: 2.2rem !important;
  height: 2.2rem !important;
  color: #000 !important;
  font-size: 1rem !important;
  background: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-left: none !important;
  border-radius: 0px 20px 20px 0px !important;
  border: 1px solid #3f3d3c;
  padding: 0px !important;
}

.qty-section .qtyplus:hover {
  background-color: #000 !important;
  color: white !important;
  border-color: #000 !important;
}

.qty-section .qtyminus:hover {
  background-color: #000 !important;
  color: white !important;
  border-color: #000 !important;
}



/*  */
.qty-section .qty-minus {
  width: 2.2rem !important;
  height: 2.2rem !important;
  color: #000 !important;
  background: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 20px 0px 0px 20px !important;
  border-right: none !important;
  border: 1px solid #3f3d3c;
  padding: 0px !important;
}

.qty-section .qty-plus {
  width: 2.2rem !important;
  height: 2.2rem !important;
  color: #000 !important;
  font-size: 1rem !important;
  background: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-left: none !important;
  border-radius: 0px 20px 20px 0px !important;
  border: 1px solid #3f3d3c;
  padding: 0px !important;
}

.qty-section .qty-plus:hover {
  background-color: #000 !important;
  color: white !important;
  border-color: #000 !important;
}

.qty-section .qty-minus:hover {
  background-color: #000 !important;
  color: white !important;
  border-color: #000 !important;
}


/*  */



.head-minus {
  border: 1px solid !important;
}

.head-plus {
  border: 1px solid !important;
}


.head-all-btn {
  justify-content: center;
}

.head-view-btn {
  background: transparent !important;
  color: #bf360c !important;
  /* font-weight: 800 !important; */
}

.head-view-btn button:hover {
  color: #000 !important;
}

.summary-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  margin-bottom: 20px;
  /* border: 1px solid #e0e0e0; */
}

.check_out_section {
  padding-top: 20px;
}

.user-check-section {
  background-color: #fbfbfb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.purchase-head {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

.purchase-para {
  font-size: 16px;
  padding-top: 15px;
}

.purchase-add-head {
  font-size: 26px;
  font-weight: 600;
  color: #be350c;
  padding-top: 20px;
  padding-bottom: 15px;
}

.purhase-customer-name {
  font-size: 18px;
  font-weight: 600;
  color: #232d42;
}

.purchase-space {
  display: flex;
  align-items: baseline;
}

.p_name {
  font-size: 16px;
}

.pur-line {
  border: 1px solid;
}

.total_text {
  font-weight: 600;
  color: #010101;
}

.confirmation-head {
  font-size: 28px !important;
  font-weight: 600;
  padding-bottom: 20px;
}

.confirmation_shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  border-radius: 20px;
  background-color: white;
  width: 500px;
  margin: auto;
}

.deliver_status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deliver_status p {
  font-size: 16px;
}

.sub_text-2 {
  font-size: 16px;
}

.sub_price-2 {
  font-size: 16px;
  color: black;
  font-weight: 600;
}

.tick-img img {
  width: 50px;
  margin-right: 10px;
}

.tick-img {
  display: flex;
  align-items: center;
}

.shopping-cart-icon {
  color: #1e1d1d;
}

.shopping-cart-icon:hover {
  color: #bf360c;
}

.not-found-text {
  color: red;
}

.continue-shop-btn {
  border: none;
  background: #bf360c;
  color: white;
  border-radius: 10px;
  padding: 10px 30px;
  outline: none;
}


.continue-shop-btn:hover {
  background-color: #000;
}


.normal-table-price {
  color: #bf360c !important;
  font-weight: 550 !important;
}



.chech-icon {
  display: flex;
  margin-top: 10px;
}

.chech-icon i {
  color: #bf360c;
  margin-right: 10px;
}

.summary-shadow #selectedAddress {
  margin-bottom: 0px;
  color: #1e1d1d;
  font-size: 14px;
}

.summary-border label {
  font-weight: 500 !important;
}

#selectedAddress {
  display: flex;
}

.privacy-description p {
  font-size: 15px;
}

.privacy-description h5 {
  font-size: 18px;
  font-weight: 600;
}





.con .text-danger {
  font-size: 12px;
}


.tax-include-text {
  /* margin-top: 10px; */
  background: #f8ebe6;
  text-align: center;
  padding: 5px 20px;
  color: #bf360c;
  border-radius: 0px 0px 10px 10px;
}


.tax-include-text p {
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
}

.my_booking {
  font-size: 28px;
  color: #2e2928;
  font-weight: 700;
  margin-bottom: 40px;
}

.tab-heads tr th {
  padding-left: 20px;
  color: #2e2928;

}

.book-name {
  color: #707070 !important;
}

.tab-heads tr td {
  padding: 2rem 1.5rem;
}

.tab-heads tbody {
  border-bottom: 1px solid #e1e1e1;
}

.tab-heads tbody:last-child {
  border: none;
}

.web-bg {
  background-color: #fbfbfb;
}


.map-imgs #map {
  border-radius: 20px;
}

.con-get {
  color: #bf360c;
  font-weight: 600;
  margin-bottom: 20px;
}

.map-imgs {
  height: 100%;
}

.about-happy {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 15px;
  background-color: white;
  height: 100%;
}

.breadcrumb-inner {
  text-align: center;
}

.we-img::before {
  content: "";
  /* background: #00000033; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-image: linear-gradient(#01010100, #101010);
}

.get-serivce2 {
  position: absolute;
  bottom: 15px;
  left: 30px;
}

.pet-shadow:hover .we-arrow1 {
  display: block !important;
  margin-left: 10px;
}


.pet-shadow:hover .get-btn1 {
  display: flex;
  align-items: center;
}

.login-page .for-reg-img2 {
  position: absolute;
  left: -45px;
  top: 280px;
}


.sign-up-page .reg-img2 {
  position: absolute;
  left: -45px;
  top: 450px;
}

.shop-mar {
  margin-top: 50px;
}

.web-bg {
  position: relative;
}

.happy-pet-section .icon-21-img img {
  width: 50px;
  margin-right: 15%;
  transform: scaleX(-1);
}

.what-we-section {
  padding-top: 30px;
}

.ser-det-page {
  padding-top: 45px;
}

.ser-vis-head {
  margin-bottom: 20px;
  color: #2e2928;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 0px 15px;
}

.ser-vis-head::before {
  content: "";
  background: #bf360c;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 4px;
}

.ser-page-para:hover {
  background: #eeeeee;
  border-radius: 15px;
}

.ser-det-page .widget-area {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
}

.book-modal {
  max-width: 650px;
}

.sum-borders select.form-control {
  min-height: 150px !important;
}


.form-control {
  color: #151515;
}

.sum-auto {
  overflow-x: auto;
}

.bopup-summary {
  border-radius: 10px;
  border: 1px solid #eee;
  /* overflow-x: auto; */
  margin-top: 15px;
}

.bopup-summary .table_resposive {
  border-radius: 10px;
  margin-bottom: 10px;
}

.bopup-summary .table thead {
  border-radius: 10px;
}

.bopup-summary .table thead tr {
  background-color: #f3f3f3;
  border-bottom: 1px dashed #cac7c7 !important;
}

.bopup-summary .table thead tr th {
  font-size: 13px;
  color: #2e2928;
  border-bottom: 1px dashed #cac7c7 !important;
}


.bopup-summary .table tbody tr td {
  font-size: 13px !important;
  vertical-align: baseline;
  padding-bottom: 0px;
}

.t-body {
  border-bottom: 2px dashed #eeeeee;
}

#summary_pet_name div {
  margin-bottom: 10px;
}

#summary_dob div {
  margin-bottom: 10px;
}

#summary_pet_type div {
  margin-bottom: 10px;
}

#summary_gender div {
  margin-bottom: 10px;
}

#addFaciValue div {
  margin-bottom: 5px;
  color: #2d2a2a;
  font-size: 13px;
}

.facility-amt {
  color: #a5a5a5;
}

.ta-paly {
  padding: 0px 20px;
}

.tax-play {
  display: flex;
  justify-content: space-between;
}

.detail-border {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 30px 0px 10px;
  position: relative;
}

#my-current-pets p {
  margin-bottom: 5px;
}

#my-current-pets label {
  border: 1px solid #eeeeee;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  color: #232d42;
  font-weight: 600;
  flex-direction: initial !important;
}

#my-current-pets .per-day-text {
  display: block;
}

#my-current-pets input {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 17px;
  width: 17px;
}






#facility option {
  margin-bottom: 10px !important;
}

.sum-borders {
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 15px;
}

.sum-borders .modal-5 {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

.groming-summary .modal-5 {
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.groming-summary .sum-borders {
  border: none;
  border-radius: 0px;
  padding: 0px;
}

.groming-summary {
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 15px;
}


.widget-area .sidebars-single-content p.cuttent-item {
  background-color: red !important;
}

.fa-p {
  color: #bf360c !important;
}

.groming-summary option:disabled {
  color: #000 !important;
}


#petChar .tax-play {
  display: block;
}


.groming-summary select option:checked {
  background-color: #bf360c !important;
  color: white !important;
}

.act {
  background: #eeeeee;
  border-radius: 15px;
  margin-bottom: 10px !important;
}


.addF {
  display: flex;
  justify-content: space-between;
}

.book-checkbox input{
  margin-right: 3px;
}

