@import url("https://fonts.googleapis.com/css2?family=Amita:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rum+Raisin&display=swap");

/* header section start */
* {
  padding: 0;
  margin: 0;
}
.padding-60 {
  padding: 60px 0px;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 33333333;
}
.header .navbar {
  padding: 10px;
  background-color: white !important;
}

.header .navbar-collapse ul {
  border: 1px solid;

  border-image-source: linear-gradient(
    90deg,
    rgba(234, 162, 27, 0) 0%,
    #eaa21b 50%,
    rgba(234, 162, 27, 0) 100%
  );

  border-image-slice: 1;
  gap: 30px;
}
.navbar-light .navbar-nav .nav-link {
  color: black;
}

.header .navbar .nav-item {
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}

.header .main-logo {
  height: 80px;
}

.header .nav-btn button {
  border: none;
  background-color: #f0a820;
  color: #fff;
  padding: 5px 25px 6px 25px;
  border-radius: 80px;
}
.header .nav-btn button a{
  color:#fff;
}
.header .nav-btn button a:hover{
  color: #fff;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* header section end  */

/* banner section start */
.home-bnr {
  background-image: url(../images/home-bnr.png);
  min-height: 700px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 250px;
}

.home-bnr .bnr-content {
  width: 35%;
  text-align: center;
}
.home-bnr .bnr-content h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
}

.home-bnr .bnr-content h1 span {
  color: #f0a820;
  font-weight: 900;
}
.home-bnr .bnr-content .line {
  margin-top: -15px;
}
.home-bnr .bnr-content p {
  font-weight: 500;
  text-transform: capitalize;
}
.home-bnr .bnr-content .bnr-p {
  text-transform: uppercase;
  font-weight: 900;
}
.home-bnr .bnr-content .bnr-p span {
  font-weight: 400;
}
.home-bnr .bnr-content .bnr-p sup {
  font-weight: 500;
}
.lower-home-bnr img {
  width: 100%;
  height: 200px;
  margin-top: -115px;
}
/* banner section end  */

/* service-box-section section start */
.service-box-section {
  background-color: #fffcf4;
}

.service-box-section .service-boxes .box {
  height: 180px;
  width: 100%;
  border: 1px solid black;
  border-radius: 25px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  text-align: center;
}
.service-box-section .service-boxes .box p {
  margin: 0px;
  font-size: 17px;
  font-weight: 600;
}
.service-box-section .service-boxes .box img {
  height: 60px;
}
.service-box-section .service-boxes .blue-box {
  background-color: #dce9ff;
}
.service-box-section .service-boxes .yellow-box {
  background-color: #fff1be;
}
/* service-box-section section end  */

/* -- ----------Benefts section start here--------- -- */
.benefits {
  background-color: #fffcf4;
  padding-top: 60px;
}
section.benefits .benefits-left {
  padding-top: 45px;
}
section.benefits .benefits-left .benefits-heading h1 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
}
section.benefits .benefits-left .benefits-list {
  padding: 15px 0px 0px 10px;
}
section.benefits .benefits-left .benefits-list .benefit-list-items {
  display: flex;
  align-items: baseline;
}
section.benefits .benefits-left .benefits-list .benefit-list-items p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.2px;
  text-align: left;
  padding-left: 10px;
}
section.benefits .benefits-left .benefits-list .benefit-list-items .inner-list {
  font-weight: 700;
}
section.benefits .benefits-left .dog-foot-img {
  display: flex;
  height: 65px;
  position: relative;
  /* height: 80px; */
}
section.benefits .benefits-left .dog-foot-img .line-img {
  position: absolute;
  bottom: 2px;
  width: 55%;
}
section.benefits .benefits-left .dog-foot-img .foot-1 {
  position: absolute;
  bottom: 20px;
  right: 80px;
}
section.benefits .benefits-left .dog-foot-img .foot-2 {
  position: absolute;
  bottom: 50px;
  right: 44px;
}
section.benefits .benefit-dog-img img {
  height: 700px;
  width: 100%;
}
section.benefits .benefits-right {
  padding-top: 180px;
  padding-left: 25px;
}
section.benefits .benefits-right .white-part {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
section.benefits .benefits-right .white-part p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  margin: 0px 0px 0px 5px;
}
section.benefits .benefits-right .blue-part {
  background-color: #3c78d8;
}
section.benefits .benefits-right .blue-part .inner-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.benefits .benefits-right .blue-part .inner-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: center;
  color: #ffffff;
}
section.benefits .benefits-right .blue-part .inner-content .btn-orange {
  background: #f0a820;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
}
/* -- ----------Benefts section ends here--------- -- */

/* -- ----------Trusted-pet-care section start here--------- -- */
section.trusted-pet-care {
  background-color: #f0f8f7;
  padding: 65px 0px;
  margin-top: -20px;
}
section.trusted-pet-care .trusted-inner {
  width: 60%;
  padding: 20px 0;
  margin: auto;
}
section.trusted-pet-care .trusted-inner h1 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
}
section.trusted-pet-care .trusted-inner p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
}
section.trusted-pet-care .trusted-dogs-cards .testimonial .card-type-one {
  background-color: #dce9ff;
  border-radius: 10px;
  padding: 25px 20px 20px 20px;
  margin: 0px 6px 0px 6px;
  
}
section.trusted-pet-care .trusted-dogs-cards .testimonial .card-type-two {
  background-color: #fff1be;
  padding: 25px 20px 20px 20px;
  border-radius: 10px;
  margin: 60px 6px 0px 6px;
  min-height: 210px;
}
section.trusted-pet-care .trusted-dogs-cards .testimonial .card-type-one h2,
.card-type-two h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  color: #39362b;
  width: 90%;
  text-transform: uppercase;
}
section.trusted-pet-care .trusted-dogs-cards .testimonial .card-type-one p,
.card-type-two p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #39362b;
}
section.trusted-pet-care .owl-theme .owl-controls {
  position: absolute;
  top: 37%;
  width: 100%;
}
section.trusted-pet-care .owl-theme .owl-controls .owl-buttons div {
  background: #f0a820 !important;
  opacity: 1 !important;
  border: 2px solid #ffff !important;
  margin-left: -14px;
  color: #ffff !important;
  margin-right: -14px;
}
section.trusted-pet-care .owl-prev,
section.trusted-pet-care .owl-next {
  width: 35px;
  height: 35px;
  line-height: 25px;
}
section.trusted-pet-care .owl-prev:before,
section.trusted-pet-care .owl-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}
section.trusted-pet-care .owl-next:before {
  content: "\f054";
}
section.trusted-pet-care .owl-theme .owl-controls .owl-prev {
  position: absolute;
  left: -34px;
}
section.trusted-pet-care .owl-theme .owl-controls .owl-next {
  position: absolute;
  right: -34px;
}
section.trusted-pet-care .trusted-dogs-form {
  padding: 30px 0;
}
section.trusted-pet-care .trusted-dogs-form .form-label {
  margin-bottom: 0rem;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.7px;
  text-align: left;
}
section.trusted-pet-care .trusted-dogs-form .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  text-align: left;
  text-transform: capitalize;
  padding: 8px;
}
section.trusted-pet-care .trusted-dogs-form button.book-pet {
  margin-top: 23px;
  border: none;
  border-radius: 6px;
  padding: 9px 27px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  background: #f0a820;
  color: #ffff;
}
/* -- ----------Trusted-pet-care section ends here--------- -- */

/* dog-collage start  */
section.dog-collage {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #fffcf4;
}

section.dog-collage img {
  width: 100%;
  /* object-fit: cover; */
  border-radius: 10px;
  padding: 5px;
}

section.dog-collage .coll-height-1 {
  height: 260px;
}

section.dog-collage .coll-height-2 {
  height: 435px;
}

section.dog-collage .dog-collage-text h4 {
  font-family: "Rum Raisin";
  font-size: 50px;
  font-weight: 400;
  color: #39362b;
}

section.dog-collage .dog-collage-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.2px;
  color: #5f5842;
  margin: 0px;
}

section.dog-collage .dog-collage-text p span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #5f5842;
}

section.dog-collage .dog-collage-text-2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.2px;
  color: #5f5842;
  margin: 0px;
}

section.dog-collage .dog-collage-text-2 p span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #5f5842;
}

section.dog-collage .dog-collage-text-2 {
  height: 345px;
  text-align: left;
  padding: 7px;
}

section.dog-collage .dog-collage-text-2 h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 15px;
  color: #39362b;
}

section.dog-collage .collage-center {
  text-align: center;
}

section.dog-collage .dog-collage-text h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
  color: #39362b;
}

section.dog-collage .clg-padd-top {
  padding-top: 40px;
}

section.dog-collage .clg-special-p {
  font-size: 18px !important;
  padding-left: 0px !important;
}

/* dog-collage end   */

/* ask-question start */


section.ask-question {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #fffcf4;
  position: relative;
  z-index: 999;
}

section.ask-question::after {
  position: absolute;
  content: "";
  background-image: url("../images/ask-question-image-1.png");
  top: 0;
  left: 0;
  min-height: 450px;
  min-width: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

section.ask-question::before {
  position: absolute;
  content: "";
  background-image: url("../images/ask-question-image-2.png");
  right: 0;
  bottom: 0;
  min-height: 450px;
  min-width: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

section.ask-question .ask-question-title {
  text-align: center;
  margin-bottom: 25px;
}

section.ask-question .ask-question-title h6 {
  font-family: "Rum Raisin";
  font-size: 40px;
  font-weight: 400;
  color: #333544;
}

section.ask-question .accordion-item {
  background-color: #fff;
  padding: 5px;
  margin: 20px 0px;
  border: none;
}

section.ask-question .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  box-shadow: none;
  background: none;
  outline: none;
  color: #111111;
}

.accordion .accordion-button {
  color: none;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  color: black;
  box-shadow: none;
  outline: none;
}

section.ask-question h2.accordion-header button {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 500;
  color: #39362b;
}

section.ask-question
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #727272;
}

section.ask-question .accordion-item .accordion-body {
  border-top: 2px dotted #cccccc;
}
/* ask-question end   */

/* download-section start*/

.download-section {
  background-color: #f0f8f7;
}
.download-bnr img {
  width: 100%;
  height: 550px;
  margin-top: -50px;
  position: relative;
  z-index: 1050;
}
.download-content {
  padding-top: 30px;
}

.online-btn {
  padding-top: 15px;
  display: flex;
  gap: 15px;
}
.online-btn button {
  background-color: black;
  color: white;
  padding: 14px 15px;
  border-radius: 4px;
  border: none;
}
.download-btn {
  background: #fec007;
  border: none;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: capitalize;
}
.download-content h1 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 58px;
  line-height: 55px;
}
.download-content p {
  color: #727272;
  font-weight: 800;
  margin: 0px;
  font-family: "Open Sans", serif;
}
.download-content .download-p {
  color: #727272;
  font-weight: 700;
}
.download-content p span {
  color: #3c78d8;
  font-size: 20px;
}
.download-btn span {
  text-shadow: 1px 1px 2px #ffffff;
}
/* download-section end*/

/* -- ----------Useful-pet-knowledge section start here--------- -- */

section.useful-pet-knowledge {
  padding: 60px 0px;
  background-color: #fffcf4;
}
.useful-pet-knowledge-heading {
  padding-bottom: 22px;
}
section.useful-pet-knowledge .useful-pet-knowledge-heading p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin-bottom: 4px;
  color: #000000;
}
section.useful-pet-knowledge .useful-pet-knowledge-heading h1 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
}
.useful-pet-knowledge-cards {
  padding: 0px 5px;
}
section.useful-pet-knowledge .useful-pet-knowledge-cards .cards-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
section.useful-pet-knowledge .useful-pet-knowledge-cards .cards-heading h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-align: left;
  color: #39362b;
  margin-top: 17px;
}
section.useful-pet-knowledge .useful-pet-knowledge-cards .cards-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #727272;
}
/* -- ----------Useful-pet-knowledge section ends here--------- -- */

/* -- ----------Our-impact section start here--------- -- */
section.our-impact {
  padding: 30px 0;
  background-color: #fffcf4;
}
section.our-impact .our-impact-left {
  width: 80%;
}
section.our-impact .our-impact-left h1 {
  font-family: "Amita", serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.01em;
  text-align: left;
  width: 50%;
}
section.our-impact .our-impact-left p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-top: 15px;
}
section.our-impact .our-impact-left .our-impact-btn {
  background-color: #f0a820;
  color: #ffffff;
  border-radius: 113px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  padding: 7px 23px;
}
section.our-impact .our-impact-boxes .rectangle-box,
.circle-box {
  height: 265px;
  width: 265px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 25px;
}
section.our-impact .our-impact-boxes .rectangle-box {
  background-color: #f0a820;
  border-radius: 10px;
}
section.our-impact .our-impact-boxes .circle-box {
  background-color: #3c78d8;
  border-radius: 50%;
}
section.our-impact .our-impact-boxes .rectangle-box h1,
.circle-box h1 {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  color: #fffcf4;
}
section.our-impact .our-impact-boxes .rectangle-box p,
.circle-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fffcf4;
  margin-top: 10px;
}
/* -- ----------Our-impact section ends here--------- -- */

/* -- ----------India most trusted section start here---------- -- */
section.india-most-trusted .upper-img img {
  width: 100%;
  height: 143px;
  margin-top: -46px;
}
section.india-most-trusted {
  background-color: #f0f8f7;
  /* margin-top: -102px; */
  padding-top: 40px;
  height: 500px;
}
section.india-most-trusted .inner-part .inner-heading h1 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  text-decoration-skip-ink: none;
}
section.india-most-trusted .inner-part .inner-icons {
  padding: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.india-most-trusted .inner-part .inner-icons img {
  height: 110px;
}

.lower-img img {
  width: 100%;
  height: 200px;
  margin-top: -90px;
}
/* -- ----------India most trusted section ends here---------- -- */

/* subscribe-section start  */

.subscribe-section {
  background-image: url(../images/lower--home-bnr.png);
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 333333;
  position: relative;
  background-position: bottom;
  width: 100%;
  margin-top: -326px;
  padding-top: 335px;
}
.subscribe-section .subscribe-content {
  background-image: url(../images/sub-bnr.png);
  min-height: 300px;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}

.subscribe-section .subscribe-content h1 {
  color: #f0a820;
  font-weight: 700;
  font-family: "Open Sans", serif;
  font-size: 53px;
  text-transform: capitalize;
}
.subscribe-section .subscribe-content p {
  color: #707070;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
}
.subscribe-section .subscribe-content button {
  color: #fff;
  background: #f0a820;
  border: none;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}
.subscribe-section .subscribe-content input[type="text"] {
  padding: 10px 45px;
  border: 1px solid #d9d9d9;
}

/* subscribe-section end  */

/* site-footer start  */

footer {
  background-color: #f0a820;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

footer .site-footer-logos {
  margin-top: 25px;
}

footer .site-footer-logos ul {
  display: flex;
  gap: 40px;
  justify-content: left;
  padding-left: 0px;
}

footer .site-footer-logos ul li {
  list-style-type: none;
}

footer .site-footer-first .site-footer-inner-txt {
  margin-top: 35px;
}

footer .site-footer-first .site-footer-inner-txt p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
}

footer .site-footer-first .site-footer-form-title {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

footer .site-footer-first .site-footer-form-title h6 span {
  font-weight: 800;
}

footer .site-footer-first .site-footer-form-title h6 {
  font-family: "inter", sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #ffffff;
}

footer .site-footer-first .site-footer-form-title p {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22.2px;
  width: 60%;
  color: #ffffff;
}

footer .site-footer-first .site-footer-form {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}

footer .site-footer-first .footer-form {
  border-radius: 6px;
  width: 385px;
}

footer .site-footer-first button.footer-button {
  border-radius: 6px;
  padding: 8px;
  background-color: #3c78d8;
  width: 140px;
  color: #ffffff;
  text-align: center;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

footer .site-footer-second ul li {
  list-style-type: none;
  margin: 10px 0px;
  color: #ffffff;
}

footer .site-footer-second ul li:first-child {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  /* color: #FFFFFF; */
}

footer .site-footer-second ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.72px;
  color: #FFFFFF;
}

footer .site-footer-second ul li a span {
  font-weight: 600;
}

footer .site-footer-second .scnd-ftr ul li:last-child {
  margin-top: 20px;
}
/* site-footer end    */

/* **************************************** services-section start ********************************************** */

/* service-banner section start */
.service-bnr {
  background-image: url(../images/service-bnr.png);
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
}

.lower-service-bnr img {
  width: 100%;
  height: 200px;
  margin-top: -115px;
}
/* service-banner section end  */

/* nearby-dog-walker start */

section.nearby-dog-walker {
  padding-top: 0px;
  padding-bottom: 50px;
  position: relative;
  background-color: #fffcf4;
  z-index: 1;
  margin-top: -60px;
}
/* .three-dogs::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/heart.png);
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
} */

section.nearby-dog-walker .nearby-dog-walker-title {
  text-align: center;
  margin-bottom: 80px;
}

section.nearby-dog-walker .nearby-dog-walker-title h1 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 47.5px;
  color: #39362b;
}

section.nearby-dog-walker img {
  object-fit: cover;
  /* width: 100%; */
}

section.nearby-dog-walker .nearby-dog-walker-images {
  display: flex;
  margin: auto;
  /* max-width: 100%; */
  position: relative;
}

section.nearby-dog-walker .nearby-dog-walker-images::after {
  position: absolute;
  content: "";
  background-image: url("../images/nearby-walker-3.png");
  /* display: block; */
  height: 149px;
  /* rotate: 180deg; */
  top: 65%;
  width: 380px;
  border-radius: 10px;
  left: 8%;
  z-index: -2;
}

section.nearby-dog-walker .nearby-dog-walker-images .img-1 {
  height: 326px;
  width: 255px;
}

section.nearby-dog-walker .nearby-dog-walker-images .img-2 {
  height: 324px;
  width: 255px;
  margin-left: -60px;
  z-index: -1;
  margin-top: -35px;
}

section.nearby-dog-walker .nearby-dog-walker-bio {
  display: flex;
  gap: 25px;
}

section.nearby-dog-walker
  .nearby-dog-walker-brief
  .nearby-dog-walker-bio
  .dog-walker-bio-image
  img.img-3 {
  height: 120px;
  width: 35px;
  object-fit: cover;
  margin-bottom: 35px;
}

section.nearby-dog-walker .dog-walker-bio-desc h2 {
  font-family: "Rum Raisin";
  font-size: 36px;
  font-weight: 400;
  color: #39362b;
  text-transform: uppercase;
}

section.nearby-dog-walker .dog-walker-bio-desc h3 {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #727272;
}
/* nearby-dog-walker end   */

/* three-dogs section  start*/

.three-dogs {
  background-color: #f0f8f7;
  height: auto;
  margin: 0px;
}
.three-dogs .left-side {
  text-align: center;
}
.three-dogs .left-side .top-design {
  position: relative;
}
.three-dogs .left-side .top-design .top-line {
  position: relative;
  height: 80px;
  right: -120px;
}
.three-dogs .left-side .top-design .foot-two {
  position: relative;
  top: 40px;
}
.three-dogs .left-side .top-design .bottom-line {
  position: relative;
  left: -35px;
}
.three-dogs .left-side .top-design .bottom-foot-two {
  position: relative;
  bottom: 46px;
}

.three-dogs .left-side .three-dog-image img {
  height: 150px;
}
.three-dogs .left-side .three-dog-bg {
  background-color: #3c78d8;
  height: auto;
  max-width: 400px;
  margin: auto;
  margin-top: -10px;
  padding: 50px 0px 35px 0px;
}
.three-dogs .three-dog-content h1 {
  font-size: 50px;
  color: #3c78d8;
  font-family: "Rum Raisin", sans-serif;
}
.three-dogs .three-dog-content {
  width: 90%;
}
.three-dogs .three-dog-content h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-align: left;
}
.three-dogs .three-dog-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.three-dogs .three-dog-content button {
  background-color: #f0a820;
  border: none;
  padding: 10px 20px 12px 20px;
  border-radius: 32px;
  font-weight: 500;
}
.three-dogs .left-side .three-dog-bg img {
  height: 60px;
}

.three-dogs .left-side .three-dog-bg .list {
  display: flex;
  color: #fff;
  text-align: left;
  padding: 0px 21px;
  gap: 25px;
}
.three-dogs .left-side .three-dog-bg .list p {
  font-size: 14px;
}
.three-dogs .left-side .three-dog-bg .list h4 {
  font-size: 20px;
}

.lower-three-dogs img {
  width: 100%;
  height: 200px;
  margin-top: -164px;
}
/* three-dogs section  end*/

/* -- ---------dependable-solution section start here--------- -- */
.dependable-solutions {
  background-color: #fffcf4;
  padding: 30px 0 10px 0;
}
.dependable-solutions .dependable-solution-heading h1 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  width: 35%;
  margin-left: 82px;
}
.dependable-solutions .dependable-solutions-cards {
  padding: 20px 0;
}
.dependable-solutions .dependable-solutions-cards .card-type-one {
  background-color: #dce9ff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  margin: 0px 6px 0px 6px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dependable-solutions .dependable-solutions-cards .card-type-two {
  background-color: #fff1be;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 60px 6px 0px 6px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dependable-solutions .dependable-solutions-cards .card-type-one h1,
.card-type-two h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
}
.dependable-solutions .dependable-solutions-cards .card-type-one p,
.card-type-two p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
/* -- ---------dependable-solution section ends here--------- -- */

/* -- ---------dependable-carousel section start here--------- -- */
.dependable-carousel {
  position: relative;
}
.dependable-carousel {
  position: relative;
  background-color: #fffcf4;
  z-index: 999;
  padding: 40px 0;
}
.dependable-carousel::before {
  position: absolute;
  content: "";
  background-image: url("../images/left-dog.png");
  /* z-index: -1; */
  width: 220px;
  height: 370px;
  left: 0;
  top: -60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dependable-carousel::after {
  position: absolute;
  content: "";
  background-image: url("../images/right-dog.png");
  /* z-index: -1; */
  width: 220px;
  height: 355px;
  right: 0;
  bottom: -90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dependable-carousel .dependable-carousel-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dependable-carousel .dependable-carousel-heading h1 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}
.dependable-carousel .dependable-carousel-heading p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  width: 65%;
}
.dependable-carousel .dependable-carousel-cards .testimonial .card-item {
  padding: 4px;
}
.dependable-carousel .dependable-carousel-cards .testimonial .card-item img {
  width: 100%;
}
.dependable-carousel
  .dependable-carousel-cards
  .testimonial
  .card-item
  .card-content {
  margin-top: 20px;
}
.dependable-carousel
  .dependable-carousel-cards
  .testimonial
  .card-item
  .card-content
  h2 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
.dependable-carousel
  .dependable-carousel-cards
  .testimonial
  .card-item
  .card-content
  p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  color: #727272;
}
.dependable-carousel .testimonial {
  padding: 35px 30px;
}
.dependable-carousel .testimonial .card-item {
  border: 2px solid transparent;
  border-radius: 15px;
}
.dependable-carousel .testimonial .card-item:hover {
  border: 2px solid #f0a820;
}
.dependable-carousel .owl-theme .owl-controls {
  position: absolute;
  top: 37%;
  width: 100%;
}
.dependable-carousel .owl-theme .owl-controls .owl-buttons div {
  background: #f0a820 !important;
  opacity: 1 !important;
  border: 2px solid #ffff !important;
  /* margin-left: -14px; */
  color: #ffff !important;
  /* margin-right: -14px; */
}
.dependable-carousel .owl-prev,
.owl-next {
  width: 35px;
  height: 35px;
  line-height: 25px;
}
.dependable-carousel .owl-prev:before,
.owl-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}
.dependable-carousel .owl-next:before {
  content: "\f054";
}
.dependable-carousel .owl-theme .owl-controls .owl-prev {
  position: absolute;
  left: -34px;
}
.dependable-carousel .owl-theme .owl-controls .owl-next {
  position: absolute;
  right: -34px;
}
.dependable-carousel .center-item {
  border: 2px solid #f0a820;
}
/* -- ---------dependable-carousel section ends here--------- -- */

/* -- --------- ask-question start-- --------- */
.ask-service {
  padding: 0px !important;
}
.ask-service::before {
  display: none;
}
.ask-service::after {
  display: none;
}
section.ask-question {
  /* padding-top: 70px; */
  /* padding-bottom: 100px; */
  background-color: #fffcf4;
  position: relative;
  /* z-index: 999; */
}
section.ask-question .ask-question-title {
  text-align: center;
  margin-bottom: 25px;
}

section.ask-question .ask-question-title h6 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #333544;
}

section.ask-question .accordion-item {
  background-color: #fff;
  padding: 5px;
  margin: 20px 0px;
  border: none;
}

section.ask-question .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  box-shadow: none;
  background: none;
  outline: none;
  color: #111111;
}

.accordion .accordion-button {
  color: none;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  color: black;
  box-shadow: none;
  outline: none;
}

section.ask-question h2.accordion-header button {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #39362b;
}

section.ask-question
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #727272;
}

section.ask-question .accordion-item .accordion-body {
  border-top: 2px dotted #cccccc;
}
/* -- --------- ask-question end -- ---------  */

/* -- ----------India most trusted section start here---------- -- */
section.india-most-trusted .upper-img img {
  width: 100%;
  height: 120px;
  margin-top: -40px;
}
section.india-most-trusted {
  background-color: #f0f8f7;
  /* margin-top: -102px; */
  padding-top: 40px;
  /* height: 500px; */
}
section.india-most-trusted .inner-part .inner-heading h1 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
section.india-most-trusted .inner-part .inner-icons {
  padding: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.india-most-trusted .inner-part .inner-icons img {
  height: 110px;
}
section.india-most-trusted .lower-img img {
  width: 100%;
  height: 160px;
  margin-top: -60px;
}
/* -- ----------India most trusted section ends here---------- -- */

/* <!-- training-section section start --> */

.training-section {
  background-color: #f0a820;
  height: auto;
  margin-bottom: 60px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin-top: -64px;
}
.training-section .training-dog img {
  height: 100px;
}
.training-section .training-dog img {
  height: 260px;
  width: 100%;
  margin-top: -30px;
}

.training-section .red-tr img {
  width: 100%;
  margin-top: -5px;
}
.training-section .red-tr p {
  text-align: center;
  position: relative;
  top: -40px;
  color: white;
}
.training-section .red-tr .training-btn {
  background-color: #1bb882;
  margin: auto;

  display: block;

  padding: 20px 30px;
  border-radius: 48px;
  border: none;
  color: white;
  font-weight: 500;
}
.training-section .training-content {
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.training-section .training-content h1 {
  font-size: 36px;
  line-height: 30px;
  font-family: "Rum Raisin", sans-serif;
}
.training-section .training-content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

/* <!-- training-section section end  --> */

.service-sub {
  background: none;
}

/* **************************************** services-section start ********************************************** */

/* **************************************** choose-section start ********************************************** */

/* choose-banner section start */

.choose-bnr {
  background-image: url(../images/choose-bnr.jpg);
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 150px;
  color: white;
}

.choose-bnr h1 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 80px;
}

.lower-choose-bnr img {
  width: 100%;
  height: 200px;
  margin-top: -115px;
  object-fit: cover;
}
.choose-pic img {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: -80px;
}
.why-chose {
  background-color: #fffcf4;
  margin-top: -100px;
}
/* choose-banner section end  */

/* choose review start  */

.choose-reviews {
  background-image: url(../images/heart.png);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  /* display: flex; */
  padding: 40px 0px;
  background-color: #fffcf4;
}

.choose-reviews .testimonial {
  text-align: center;
}
.choose-reviews .testimonial .pic {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto 40px;
  border: 4px solid #eb7260;
  overflow: hidden;
}
.choose-reviews .testimonial .pic img {
  width: 100%;
  height: auto;
}
.choose-reviews .testimonial .description {
  color: #8a9aad;
  font-size: 17px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 20px;
}
.choose-reviews .testimonial .testimonial-prof {
  margin: 20px 0;
}
.choose-reviews .testimonial .title {
  font-size: 20px;
  color: #eb7260;
  margin-right: 20px;
  text-transform: capitalize;
}
.choose-reviews .testimonial .title:after {
  content: "";
  margin-left: 30px;
 
}
.choose-reviews .testimonial .testimonial-prof small {
  display: inline-block;
  color: #8a9aad;
  font-size: 17px;
  text-transform: capitalize;
}
.choose-reviews .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  opacity: 1;
}
.choose-reviews .owl-buttons {
  position: absolute;
  top: 8%;
  width: 100%;
}
.choose-reviews .owl-prev {
  position: absolute;
  left: 30%;
}
.choose-reviews .owl-next {
  position: absolute;
  right: 30%;
}
.choose-reviews .owl-prev:after,
.choose-reviews .owl-next:after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 28px;
  height: 28px;
  font-size: 16px;
  color: chocolate;
  transition: all 0.15s ease 0s;
}
.choose-reviews .owl-next:after {
  content: "\f061";
}
@media only screen and (max-width: 479px) {
  .choose-reviews .owl-prev {
    left: 10%;
  }
  .choose-reviews .owl-next {
    right: 10%;
  }
}

/* choose review end    */

.chose-txt h2 {
  font-size: 44px;
  font-weight: bold;
}

h2 span {
  color: #f0a820;
}

.inr-chose {
  display: flex;
  align-items: center;
  margin-top: 30px;
  background: #f0a820;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  gap: 20px;
}

.inr-chose i {
  font-size: 30px;
  background: #fff;
  color: #f0a820;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0px 14px;
  border-radius: 7px;
  text-align: center;
}

.inr-txt p {
  margin-bottom: 0px;
}

.inr-txt {
  width: 80%;
}

/**end-about-page**/
.pet-care {
  padding-top: 60px;
  background-color: #fffcf4;
}
.pet-care-bio {
  width: 80%;
  padding-left: 30px;
}
.pet-care-bio h2 {
  font-size: 18px;
  color: #f0a820;
}
.pet-care-bio h3 {
  font-size: 35px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}
.pet-care-bio p {
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 15px;
}
.pet-care-bio .pet-care-desc {
  background-color: #fcf5e5;
  padding: 10px 30px;
  border-left: 7px solid #f0a820;
  border-radius: 7px;
  margin: 40px 0px;
  font-family: "Open Sans", sans-serif;
}
.pet-care-image img {
  max-width: 100%;
  height: 560px;
  object-fit: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 70%);
  border-radius: 25px;
  overflow: hidden;
}

/* **************************************** choose-section start ********************************************** */

/* contact-bnr start */
.contact-bnr {
  background-image: url(../images/contact-us-banner.jpg);
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
.contact-overlay {
  background: #0000008a;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
}
.contact-bnr h2 {
  font-family: "Rum Raisin", sans-serif;
  font-size: 80px;
  text-transform: capitalize;
  font-weight: bold;
  padding-left: 80px;
}
.contact-lower-img img {
  width: 100%;
  height: 90px;
  margin-top: -90px;
  position: absolute;
}

/* -------------contact form start ---------*/

.cntct-info-sec {
  background-color: #fffcf4;
  padding-bottom: 15px;
}
.cntct-info-sec .bnr-frm {
  background: #ffffff;
  border: 1px solid #ecf1f9;
  /* box-shadow: 0px 13px 72px 15px rgba(196, 197, 198, 0.12); */
  border-radius: 12px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 570px;
}
.cntct-info-sec button {
  background: #f7941d;
  padding: 12px 0;
  margin-top: 11px;
  width: 100%;
  border: 0px;
  background-color: #f89d30;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 15px;
}

.form-control:focus {
  border-color: none;
  outline: none;
  box-shadow: none;
}

.fa-phone:before {
  content: "\f095";
  rotate: 100deg;
}
.contact-info {
  background: #ffffff;
  border: 1px solid #ecf1f9;
  /* box-shadow: 0px 13px 72px 15px rgba(196, 197, 198, 0.12); */
  border-radius: 12px;
  padding: 50px;
  height: 570px;
}

.cntc-scil-icon h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;
  color: #0f2239;
  margin: 0;
}
.cntc-scil-icon {
  display: flex;
  align-items: center;
  padding: 25px;
  border-bottom: 2px solid #e2e2e2;
  gap: 10px;
}
.cntc-scil-icon span {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #6d6e71;
  text-transform: capitalize;
}

a {
  color: #0d6efd;
  text-decoration: none;
}
.social-icn {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 25px;
  padding: 10px;
}
.cntc-scil-icon i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  background: #f7941d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
  padding: 10px;
}
.inpt-txt {
  margin-bottom: 30px;
  padding: 10px 10px;
}
/* -------------contact form end---------- */



section.term-sec {
    padding: 70px 0px;
}

section.term-sec h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
}





