//@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/*p,h1,h2,strong,label,input,select{
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}*/

#header{background-color: rgb(248 249 250 / 95%) !important;padding: 2ch;border-radius: 30px;}

p,li{
  font-size: 18px;
  font-weight: 500;
}

  .vc-consult h2{
      text-align: center;
  }

.video-consult-hero{
  padding-top: 18ch;
  margin-bottom: 3ch;
}

.video-consult-hero button{
  background: #FFC15A;
  color: #000;
  width: 100%;
  font-weight: 700;
  border: 2px;
  border-radius: 30px;
}

.video-consult-hero button:hover{
  background: #ffc15acf;
  color: #fff;
  width: 100%;
  font-weight: 700;
  border: 2px #fff;
}


.six-text{
  font-size: 16px;
}

.appointment-text {
    display: flex;
    align-items: center;
}

.vet-appointment {
  max-width: 100%;
  padding: 8px 0;
}

.vet-appointment .title {
  font-weight: 700;
  margin: 0;
}

.vet-appointment .price {
  color: #247080;
  font-weight: bolder;
  margin-left: 6px;
  white-space: nowrap;
}

.starting-price {
  font-weight: bold;
  margin-bottom: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
  max-width: 100%;
}

.price {
  color: #247080;
}

.blue-line {
    width: 20px;
    height: 3px;
    background-color: #007bff;
    margin-right: 10px;
    position: relative;
    top: -3ch;
    display: -webkit-inline-box;
}

.blue-line-sr {
    width: 20px;
    height: 3px;
    background-color: #007bff;
    margin-right: 10px;
    position: relative;
    top: -0.5ch;
    display: -webkit-inline-box;
}

.step-side-image{
  position: relative;
  height: auto;
  max-width: 100%;
  top: -27ch;
}

.highlight {background: #247080;font-weight: bold;color: #fff;}

        .booking-section {
    background: url('../images/video-consultant.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

        .feature-icon {
            font-size: 2ch;
            margin-right: 10px;
            color: #ffcc00;
        }
        .btn-book {
            background-color: #ffb400;
            border: none;
            font-weight: bold;
        }
        .consult-box {
            background-color: #57B7CC4D;
            background: linear-gradient(90deg, rgb(87 183 204 / 31%) 80%, rgba(255, 255, 255, 1) 90%);
            padding: 20px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            position: relative;
            margin-top: 0;
            margin-bottom: 30px;
        }
        .consult-text {
            font-size: 24px;
            //font-weight: bold;
        }
        .doctor-image {
            position: absolute;
            right: -30px;
            bottom: -63px;
            width: auto;
        }
        @media (max-width: 768px) {
            .doctor-image {
                position: relative;
                display: block;
                margin: 10px auto 0;
                width: 110px;
                height: 110px;
                bottom: -20px;
            }
        }

        .qbold{
            font-weight: 700;
        }

        #see-more{
          background: #FFC15A;
          width: 50%;
          border-radius: 10px;
          text-align: center;
          padding: 1ch;
          color: #000;
          text-decoration: none;
        }

/*video consult head ends here */

.sd-head{
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial .sd-head p{
  height: 7ch;
}

.collab-faq{
  background: #F1F1F1;
}


.service-description{
  margin-top: 0ch;
  padding-top: 0ch;
  margin-bottom: 4ch;
  padding-bottom: 0ch;
  background: #F1F1F1;
}

.steps-container{
  background: #FFC15A;
  padding: 4ch;
  border-radius: 30px;
}

.steps-container p{
    font-weight: 600;
}

.sd-para{

text-align: center;

color: #ffffff;

font-size: 24px;
}

.service-description img{
  position: relative;
  margin: auto;
  width: auto;
  }

  .vetconsult-service-text{
    position: relative;
    margin-left: 1ch;
    top: 2ch;
  }

  .get-started-btn{
    position: relative;
    background: #247080;
    margin-top: 2ch;
    width: 33ch;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 30px;
    border-block: none;
  }


  /*consult help*/
.consult-help {
  margin-bottom: 5ch;
}
  .consult-help .item{

margin: 0;

}

.card {
  position: relative;
  width: 180px;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.card img {
  width: 100%;
  border-radius: 12px;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #0000004f;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.overlay h4,small,li{
  font-size: 16px;
  list-style: none;
}

.details-btn {
  display: none;
  background-color: #f4a43e;
  color: white;
  background: transparent;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
}

.card:hover .overlay {
  transform: translateY(-10px);
  opacity: 1;
  top: 5%;
}

.card:hover .details-btn {
  display: inline-block;
  width: 35ch;
}


@media(min-width:1000px) {
  .consult-help .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      z-index: 10;
  }

  .consult-help  .owl-next span{
      background-color: #247080;
      color: #fff;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
  }

  .consult-help .owl-prev span{
      background-color: #247080;
      color: #fff;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
  }


  .consult-help .owl-prev span {
      position: absolute;
      left: 20px;
  }

  .consult-help .owl-next span {
      position: absolute;
      right: 20px;
  }




  .pet-staff .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      z-index: 10;
  }

  .pet-staff  .owl-next span{
      background-color: #247080;
      color: #fff;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
  }

  .pet-staff .owl-prev span{
      background-color: #247080;
      color: #fff;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
  }


  .pet-staff .owl-prev span {
      position: absolute;
      left: 20px;
  }

  .pet-staff .owl-next span {
      position: absolute;
      right: 20px;
  }
}

.faq-back button:last-child{
  border: 2px solid blue;
}

.book-video-btn {
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  margin-top: 2ch;
}

.book-video-btn a{
  padding: 1.5ch;
  border-radius: 30px;
  background: #ffc15a;
  color: #247080;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.book-video-btn a:hover{
  padding: 1.5ch;
  transform: scale(1.05);
  transition: color 0.3s ease, transform 0.3s ease;
  border-radius: 30px;
  background: #ffc15a;
  color: #f8f9fa;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

@media all and (max-width:1000px){
  .step-side-image{
    top: -23ch; height: 63ch;
  }
}


@media all and (max-width:380px){
  .testimonial .owl-nav {
          width: 36ch !important;
          text-align: center;
          align-items: center;
      }

      .service-description img {
    position: relative;
    margin: auto;
    width: auto;
}

.description-icon{
    width:8ch !important;
  }


.testimonial p {
    font-size: 16px;
    height: auto;
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

}


@media all and (max-width:500px){

  .video-consult-hero{
  padding-top: 11ch;
  margin-bottom: 3ch;
}


  .vc-heading{
    font-size: 20px;
    font-weight: 700;
  }

  .six-text {
    font-size: 12px;
}

.feature-icon img{
  width: 60px;
  height: 60px;
}

  .consult-text {
    font-size: 14px;
}

  p, li {
    font-size: 14px;
    font-weight: 500;
}

  .service-description h2{
    text-align: center;
    font-size: 24px !important;
  }

  .consult-help h2{
    text-align: center;
    font-size: 24px;
  }

  .consult-box{
        background: #57B7CC4D;
        padding: 20px;
        border-radius: 10px;
        display: block;
        align-items: center;
        position: relative;
        margin-top: 20px;
  }

  .owl-nav{
    width: 50ch;
    text-align: center;
    align-items: center;
  }

  .booking-section {
    margin-top: 2ch;
    background: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

  .testimonial .owl-nav{
    width: 40ch;
    text-align: center;
    align-items: center;
  }

.steps-container p{
  width: 18ch;
}

.get-started-btn {
    position: relative;
    padding: 0ch;
    background: #247080;
    margin-top: 2ch;
    width: 20ch;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 30px;
    border-block: none;
}

.step-side-image {
    position: relative;
    height: 40ch;
    text-align: center;
    top: 2ch;
    left: -2ch;
}
}

#razor_pay{
  height: 10ch;
}
