* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
hr,
br {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Common Class */
.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-55 {
  font-size: 55px;
}

.fs-56 {
  font-size: 56px;
}

.fs-57 {
  font-size: 57px;
}

.fs-58 {
  font-size: 58px;
}

.fs-59 {
  font-size: 59px;
}

.fs-60 {
  font-size: 60px;
}

.cursor-pointer {
  cursor: pointer;
}

.w-fit {
  width: fit-content;
}

:root {
  --primary-light: #4fe7f4;
  --primary-dark: #0592bf;
  --dark: #232323;
  --gray: #999999;
}

.gray_clr {
  color: var(--gray);
}

.primary-dark {
  color: var(--primary-dark);
}

.primary-light {
  color: var(--primary-light);
}

.dark {
  color: var(--dark);
}


.bg_primary_dark {
  background-color: var(--primary-dark);
}

.bg_primary_light {
  background-color: var(--primary-light);
}

.bg_dark {
  background-color: var(--dark);
}

.text-justify {
  text-align: justify;
}

.lh_1_2 {
  line-height: 1.5;
}

/* custom css */
.top_brand {
  background-color: #baf3f8;
}

header .stellarnav.dark li a {
  color: var(--primary-dark);
}

header .stellarnav>ul>li>a {
  padding: 20px 24px;
}

header .stellarnav.dark ul ul {
  background: var(--primary-dark);
}

header .has-sub ul a {
  color: #fff !important;
}

header .stellarnav li a {
  padding: 8px 15px;
}

header .stellarnav li.has-sub>a:after {
  border-top: 6px solid var(--primary-dark);
  margin-left: 8px;
}


.slider_text {
  left: -15%;
  opacity: 0;
  visibility: hidden;
}

.hero_item.slick-active .slider_text {
  left: 9%;
  opacity: 1;
  visibility: visible;
  transition: all 1.2s ease;
}

.shape_img {
  margin-top: -20px;
  z-index: 99;
}

.about_text {
  border-bottom: 2px solid #ccc;
}

.product_img img{
    aspect-ratio: 0.841269;
    object-fit: contain;
  }
  
.about_inner_icon {
  border: 1px solid var(--primary-dark);
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.about_dog_img img {
  transform: scale(1.5);
}


.about_icons_content .about_inner_icon {
  transition: all 500ms ease;
}

.about_icons_content>div:hover .about_inner_icon {
  background-color: var(--primary-dark);
}

.about_icons_content>div:hover .about_inner_icon i {
  color: #fff;
}

.what_do_section {
  background-color: #4fe7f45e;
}

.product_item {
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 24px;
  height: 100%;
}


.on_hover:hover h5{
    border-bottom: 2px solid #000;
}

.custom_btn {
  background-color: var(--primary-dark);
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  margin-top: 16px;
  display: inline-block;
  text-align: center;
}

.speciality_icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-dark);
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  margin: auto;
}

.speciality_section {
  background: url("../img/img16.jpg") no-repeat center center/cover;
  padding: 100px 0;
  position: relative;
  z-index: 10;
  margin-top: 70px;
}

.speciality_section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-slider {
  text-align: center;
  position: relative;
}

.testimonial-slider .slick-dots {
  bottom: 0;
}

.home_info{
    font-size: 13px;
    margin: 9px 0;
    color: #747879;
}

.testimonial-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--primary-dark);
}

.testimonial-item .icon {
  font-size: 32px;
  color: #00BFFF;
  margin-bottom: 15px;
}

.testimonial-item .text {
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
}

.testimonial-item .author {
  color: var(--primary-dark);
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}

.slick-dots li button:before {
  color: var(--primary-light);
  font-size: 8px;
}

.slick-next {
  right: 15%;
}

.slick-prev {
  left: 15%;
}

.home_contact_section {
  background: url("../img/contact_img.png") no-repeat center center/cover;
  padding: 60px 0;
}

.home_contact_section .custom_btn {
  background-color: white;
  color: #232323;
}

.category_inner img {
  width: 60px;
  filter: invert(1);
}

.category_icon {
  background-color: var(--primary-dark);
  width: 100px;
  height: 100px;
}


.product_size {
  border-bottom: 2px solid #ccc;
  width: fit-content;
  padding-bottom: 6px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: var(--primary-dark);
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
  color: #fff;
}

.contact-form {
  background-color: #f8f8f8;
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
  background-color: transparent;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: var(--primary-dark);
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;
  background: #00bcd4;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #00bcd4;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: #00bcd4;
}

.hero_item ul{ padding:0; margin: 15px 0 0;}
.hero_item ul li{ display: inline-block; color:#0e607d; font-weight: bold; margin: 3px;font-size: 20px;}

/* responsive */
@media screen and (max-width: 991px) {
  header .has-sub ul a {
    color: var(--primary-dark) !important;
  }

  .fs-54 {
    font-size: 42px;
  }

  .shape_img {
    margin-top: -15px;
  }

  .logo img {
    width: 120px;
  }

  .fs-32 {
    font-size: 26px;
  }

  .fs-16 {
    font-size: 15px;
  }

  .fs-30 {
    font-size: 24px;
  }


  .category_inner img {
    width: 44px;
  }

  .fs-18 {
    font-size: 16px;
  }

  .fs-28,
  .fs-26 {
    font-size: 22px;
  }

  header .stellarnav .menu-toggle span.bars span {
    width: 20px;
    height: 3px;
  }

  header .stellarnav.dark .menu-toggle span.bars span {
    background: #000;
  }

  header .stellarnav.mobile.left>ul {
    z-index: 99;
    background: #fff;
  }

  header .stellarnav .icon-close:after,
  header .stellarnav .icon-close:before {
    width: 20px;
    border-color: var(--primary-dark) !important;
  }

  .dd-toggle {
    background: var(--primary-dark);
  }

  .has-sub ul a {
    color: var(--primary-dark) !important;
  }
  .contact-info-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
   .contact-info-icon i{
    font-size: 18px;
   }
    .has-sub.open ul{
    background-color: #f8f8f8 !important;
   }
}

@media(max-width: 1199px) {
  .hero_item.slick-active .slider_text {
    left: 3%;
  }

  .fs-54 {
    font-size: 36px;
  }

  .category_icon {
    width: 90px;
    height: 90px;
  }


  .category_inner img {
    width: 44px;
  }
}

@media(max-width: 767px) {
  footer .row {
    gap: 20px !important;
  }
  .fs-22{
    font-size: 18px;
  }
}

@media(max-width: 576px) {
  .shape_img {
    margin-top: -13px;
  }

  .fs-54 {
    font-size: 28px;
  }
.hero_item .fs-54{font-size:17px; text-shadow:0 0 2px #000;}
.hero_item ul{ display: none;}
  .fs-16 {
    font-size: 14px;
  }

  .about_inner_icon {
    width: 50px;
    height: 50px;
  }

  .fs-30 {
    font-size: 24px;
  }

  .fs-32 {
    font-size: 22px;
  }

  .product_img {
    width: 200px;
    margin: auto;
  }
    
  
  .fs-28 {
    font-size: 20px;
  }

  .logo img {
    width: 150px;
  }

}