@media(max-width:1920px) {
  .container {
    max-width: 1186px;
   margin: auto;
   padding: 0 40px 60px 40px;
  }
}
@media(max-width:1200px){
.about-section-style{
  max-width: 50%;
}
}

@media (max-width: 992px) {
  .container {
    max-width: 750px;
    margin: auto;
    padding: 0 0 40px 0;
  }

  .hero-section {
    margin-bottom: 180px;
  }

  /* ================================================================== */
  .second-section {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    align-items: center;
  }

  .main-title {
    font-size: 19px;
  }

  .card-top-text {
    flex-direction: column;
  }

  .card-top-text img {
    width: 40px;
    height: 40px;
    align-self: center;
  }

  .card-top-text h3 {
    font-size: 16px;
  }


  .op-card {

    flex: 0 0 35%;
  }

  .clinics-pagination {
    display: none;
  }

  .clinics-link-button {
    display: none;
  }

  .social-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
            padding: 0 20px 60px 20px !important;
  }

  .banner-slider {
    width: 100%;
    height: auto;
    max-width: 900px;
    border-radius: 10px;
  }

  .blog-section-box {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    overflow-x: auto;

  }

  .blog-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .blog-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
  }

  .blog-dot.active {
    background: #0066FF;
  }

  /* .banner-section {
    padding-top: 60px;
  } */

  .about-section {
    padding: 56px 20px;
  }

  .about-section-text {
    max-height: 325px;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .about-section-style {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
    position: relative;
    max-width: 100%;

  }


  .about-images {
    display: flex;
    gap: 16px;
    justify-content: center;
    width: 100%;
  }

  .about-images img {
    width: 40%;
    height: auto;
    position: static;
  }

  /* .about-right-img,
  .about-left-img {
    position: static;
    max-width: 150px;
    height: 153px;

  } */

  .about-section-title h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .about-section-text p {
    font-size: 14px;
    line-height: 28px;
    text-align: right;
  }

  .features {
    padding-right: 0;
    list-style-position: inside;
    text-align: right;
  }

  .v4,
  .v14,
  .v7,
  .v8,
  .v9,
  .v2,
  .v13,
  .v11 {
    display: none;
  }
 .v3{
   top: -0.02%;
   left: 30%;
 }
/* .v5{
   top: 32%;
   left: 90%;
} */

 .v5 {
   top: 432px;
   left: 640px;
 }
.v6{
      top: 5%;
    rotate: 7.66deg;
    left: 82%;
}
.v10{
      top: 26%;
    left: 9%;
}
.v15{
      top: 82%;
    left: 1%;
}

.close-btn{
  
    top: 0px;
  left: 0px;
 
}

}

@media (max-width: 767px) {
  .container {
    max-width: 550px;
    margin: auto;
    padding: 0 0 40px 0;
  }

  #overlay {
    display: none !important;
  }

  .hero-data,
  .hero-box {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    /* z-index: 1; */
  }

  .hero-box {
    overflow: visible;
  }

  .hero-section {
    padding: 0 30px;
    overflow: visible;
    margin-bottom: 250px;
  }

  .hero-buttons {
    display: grid;
    grid: repeat(2, 1fr)/ repeat(2, 3fr);
    gap: 20px;
  }

  .filters {
    flex-direction: column;
    overflow: visible;
  }

  .select-box {
    width: 100%;
    position: relative;
    /* z-index: 20; */
  }

  .options-wrapper {
    z-index: 220;
  }

  .main-action-btn {
    width: 100%;
    margin-right: 0;
  }

  .hero-arrow {
    display: none;
  }

  .dropdown {
    position: absolute !;
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    z-index: 9999;
    margin-bottom: 0;
  }

  .dropdown.accordion-open {
    display: block;
  }

  .dropdown h4 {
    display: none;
  }

  /* ================================================================== */
  .second-section {
    flex-direction: column;
    gap: 40px;
    width: 90%;
  }

  .second-section-right-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: right;
  }

  .main-title {
    font-size: 19px;
  }

  .right-text-des {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .second-section-left {
    border: 1px solid #D0D7DE;
    max-width: 522px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 4px;
  }

  .second-section-card {
    background: #F4F5F6;
    padding: 20px 10px 20px 24px;
    border-radius: 3px 3px 0 0;
    border-bottom: #CFD7DE solid 1px;
  }

  .card-top-text {
    flex-direction: column;
  }

  .card-top-text img {
    width: 40px;
    height: 40px;
    align-self: center;
  }

  .card-top-text h3 {
    font-size: 16px;
  }

  .second-left-text {
    padding: 0 8px;
  }

  .left-text h4 {
    text-align: right;
  }

 

  .op-card {
    flex: 0 0 47%;
  }


  .clinics-box {
    justify-content: flex-start;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;

  }

  .clinics-box::-webkit-scrollbar {
    display: none;
  }

  .clinic-card {
    flex: 0 0 60%;
    min-width: unset;
    max-width: unset;
  }

  .clinics-pagination,
  .blog-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .clinics-pagination span,
  .blog-pagination span {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
  }

  .clinics-pagination span.active,
  .blog-pagination span.active {
    background: #0066FF;
    width: 24px;
    border-radius: 10px;
  }

  .clinics-link {
    display: none;
  }

  .clinics-link-button {
    height: 42px !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 9px 18px;
    color: #0066FF;
    border: #0066FF solid 2px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    min-width: 174px;
    align-self: self-end;
    margin-left: 20px;
  }

  .banner-slider {
      width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 10px;
            margin: auto;
  }
  .slide img{
  width:100%;
  height:auto;
  display:block;
}
.banner-slides {
  display: flex;
  transition: transform 0.5s ease;
   width: 100%;
}
  .blog-view-all {
    display: none;
  }

  .blog-view-all-mobile {
    height: 42px !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 9px 18px;
    color: #0066FF;
    border: #0066FF solid 2px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    min-width: 132px;
    align-self: self-end;
    margin-left: 20px;
  }

  .blog-section-box {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    overflow-x: auto;

    margin-right: -20px;
    padding: 0 20px;
  }

  .blog-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .blog-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;

  }

  .blog-dot.active {
    background: #0066FF;
  }



  .about-section-text {
    width: 99%;
  }
.video-box{
  max-width: 350px;
  height: 196px;
 border-radius: 6px;
}
.play-btn{
  font-size: 20px;
}
.close-btn {

  left: -6px;
  top:-5px;
}
.close-btn svg{
   width: 12px;
   height: 12px;
 
}
.video-cover img{
  width: 350px;
  height: 196.88px;
  display: block;
}
.v1 {
    top: 89%;
    left: 82%;
}
.v5 {
   top: 353px;
   left: 529px;
 }

 #root h2 {
  font-size: 19px;
 }
 .op-section-title p,
 .main-title-desc,
 .blog-title p,
 .clinics-title p {
  font-size: 13px !important;
 }
  .blog-box {
    min-width: 280px;
  }
  .pc-only {
    display: none !important;
  }
}




@media (max-width: 575px) {
  .container {
    margin: auto;
    padding: 0 0 60px 0;
  }

  #overlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
  }

  .hero-section,
  .hero-container,
  .hero-box,
  .select-box {

    z-index: auto !important;
    transform: none !important;
  }

  .dropdown {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    top: auto;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, .2);
    z-index: 20000 !important;
    display: block;
    transform: translateY(100%);
    transition: transform 0.2s ease;
    /* transition: bottom 0.4s cubic-bezier(.25, .8, .25, 1); */
  }

  .dropdown.accordion-open {
    bottom: -10px;
    display: block;
     transform: translateY(0);
  }

  .dropdown h4 {
    display: flex;
    text-align: right;
    margin: 28px 24px 16px 24px;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    border-right: 4px solid #0066FF;
    padding: 0px 12px;
    color: #424242;
  }


  .line-option {
    display: block;
    text-align: center;
    width: 80px;
    height: 4px;
    background-color: #d1d1d1;
    margin: 16px auto;

    border-radius: 8px;
  }

  .service-options {
    padding: 0 24px;
    max-height: 210px;
    /* overflow-y: auto; */
    min-height: 163px;
  }

  .options-wrapper {
    /* flex: 1;                
  overflow-y: auto;         */
    padding: 0 24px;
    max-height: 210px;
  }

  .social-section {
    gap: 10px;
    padding: 0 20px 60px 20px;
  }

  .buttons {
    display: flex;
    gap: 8px;
    /* margin-top: 16px; */
    flex-shrink: 0;
    padding: 16px 16px 24px 16px;

    border-top: 1px solid #b6b6b6;
    box-shadow: 0 -1px 25px -20px;
  }

  .hero-arrow {
    display: none;
  }

  .hero-section {
    padding: 0 10px;
    min-height: auto;
    margin-bottom: 10%;
  }

  .hero-data {
    max-width: 100%;
    text-align: center;
  }

  .hero-pattern {
    overflow: hidden;
    z-index: 0;
  }

  .heart-img {
    right: calc(50% + 140px);
    top: 8%;
  }

  .star-img {
    left: calc(50% + 164px);
    top: 28%;
    width: 20px;
    height: 20px;
  }

  .hero-arrow {
    display: none;
  }

  .hero-title {
    font-size: 48px !important;
  }

  .left-pat {
    content: url(../img/mobileleft-pat.png);
    height: 780px;
    width: 230px;
  }

  .right-pat {
    content: url(../img/mobileright-pat.png);
    height: 780px;
    width: 230px;

  }

  .hide-mobile {
    display: none;
  }

  .p4 {
    top: 14.5%;
    left: 1.8%;
    rotate: -70deg;
  }

  .p5 {
    top: 86.6%;
    left: 89.4%;
    rotate: -70deg;
  }

  .p6 {
    top: 5.7%;
    left: 87%;
  }

  .p7 {
    top: 20.6%;
    left: 84.2%;
  }

  .p11 {
    top: 34%;
    left: 62.5%;
    rotate: -40deg;
  }

  .p12 {
    top: 41.3%;
    left: 94.2%;
  }

  .p13 {
    top: 10.4%;
    left: 42.8%;
    rotate: 15deg;
  }

  .p14 {
    top: 2.4%;
    left: 0%;
  }

  .hero-box {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    margin-top: 40px;
    /* z-index: 5; */
    padding: 24px 8px;
  }

  .hero-subtitle {
    font-size: 32px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    gap: 8px;

  }

  .hero-text {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    line-height: 28px;
    font-weight: 400px;
    color: rgba(255, 255, 255, 0.9);
  }

  .hero-box-text h2 {
    font-size: 18px;
    font-weight: 700;
    color: #424242;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .services-box {
    width: 100%;
    justify-content: flex-start;
    padding: 8px;
    height: 62px;
  }

  .services-box-text-desktop {
    display: none;
  }

  .services-box-text-mobile {
    display: block;
  }

  .services-box-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: right;
    justify-content: center;
  }

  .services-box-text h3 {
    font-size: 13px;
    font-weight: 700;
  }

  .services-box.active .services-box-text h3 {
    font-size: 14px;
  }

  .services-box-text p {
    display: none;
    font-size: 12px !important;
    font-weight: 400;
    color: rgb(255, 255, 255, 0.9);
    line-height: 1;
  }

  .services-box.show-text .services-box-text-mobile {
    display: block;
  }

  .services-box.show-text .services-box-text-mobile-desktop {
    display: block;
  }

  .services-box img {
    width: 40px;
    height: 40px;
  }

  #petboom-final-root .hero-buttons .services-box img[width][height] {
    width: 40px !important;
    height: 40px !important;
  }

  .filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .select-box-in span {
    font-size: 14px;
    font-weight: 400;
  }

  .select-box {
    width: 100%;
    position: relative;
    top: auto;
    bottom: 100%;
    margin-bottom: 8px;
    border-radius: 8px;
  }

  .main-action-btn {
    margin-right: 0;
    padding: 12px 22px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    height: 40px;
    width: 100%;
    margin-top: 12px;
  }


  .hero-top-title {
    gap: 32px;
  }

  /* ============================================================================ */
  .second-section {
    flex-direction: column;
    gap: 40px;
    width: 90%;
    align-items: center;
  }

  .second-section-right-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: right;
  }

  .main-title {
    font-size: 19px;
  }

  .right-text-des {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }


  .second-section-left {
    border: 1px solid #D0D7DE;
    max-width: 522px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 4px;
  }

  .second-section-card {
    background: #F4F5F6;
    padding: 20px 10px 20px 24px;
    border-radius: 3px 3px 0 0;
    border-bottom: #CFD7DE solid 1px;
  }

  .card-top-text {
    flex-direction: column;
  }

  .card-top-text img {
    width: 40px;
    height: 40px;
    align-self: center;
  }

  .card-top-text h3 {
    font-size: 16px;
  }


  .second-left-text {
    padding: 0 8px;
  }

  .left-text h4 {
    text-align: right;
    line-height: 24px;
  }

 

  .op-section {
    padding-right: 20px;
  }

  .clinics-section {
    padding-right: 20px;
  }

  .blog-section {
    padding-right: 20px;
  }

  .op-card {

    flex: 0 0 70%;
  }

  .banner-img1 {
    content: url("../img/Dispatch-mobile.png");
  }

  .banner-img2 {
    content: url("../img/Onlinevet-mobile.png");
  }

  .banner-slider {

    height: 175px;
    width: 350px;
    border-radius: 10px;
  }

  .prev, .next {
    display: none;
  }


  .blog-title p {
    font-size: 13px;
    line-height: 20px;
  }

  .banner-section {
    padding-bottom: 20px;
  }

  .about-section-text {
    width: 100%;
   max-height: 326px;  
   transform-origin: top;
    display: block;
  }
  .about-section-title p {
        font-size: 13px;
        line-height: 20px;
    }
    .about-section-text-down{
      margin-top: 24px;
    }
  .about-section {
  overflow-anchor: none; 
}
.about-section-style{
  gap: 8px;
}
  .main-title-desc{
    font-size: 14px;
    line-height: 26px;
  }
  .v1{
    top: 89%;
    left: 74%;
  }
  .about-images img {
    width: 48%;
    height: auto;
    position: static;
  }
  .v5 {
      top: 233px;
      left: 360px;
  }
  .v10 {
      top: 176px;
      left: 20px;
  }
    
}


@media (min-width: 767px) and (max-width: 1168px) {
  .hero-arrow {
    display: none;
  }
}

@media (min-width: 768px) {
  .mb-only {
    display: none !important;
  }
}