:root {
  --brandColor: #802a8f;
  --lightPink: #f0d0dc;
  --paragraphColor: #979797;
  --fontSize53pxMD: 1rem;
  --fontSize33pxMD: 0.62rem;
  --fontSize22pxSM: 1rem;
  --cardBackground: #d37fa0;
  --colorBlack: #444444;
  --serviceGray: #979797;
  --sectionBackground: #fbe4ff;
  --cardBorder: #d5d5d5;
  --doctorBoxShadow: 16px 18px 45px 0px #00000026;
  --titleColor: #323232;
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    height: 31rem;
    margin-bottom: 2rem;
  }
}

.banner__form {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 7.63rem;
  height: 8.77rem;
  border-radius: 0.6rem;
  position: relative;
  padding: 0.467rem;
  background-color: #ffffff;
  border-radius: 0.6rem;
  box-shadow: 5px 4px 24px 0px rgba(173, 173, 173, 0.24);
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .breaking-bg {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .banner__form {
    position: absolute;
    width: 11.622rem;
    height: 12.58rem;
    flex-shrink: 0;
    top: 8.4rem;
    left: 0;
    right: initial;
  }
}

.banner-inner-container {
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .banner-inner-container {
    margin-top: 1rem;
  }
}

.banner__main-title {
  font-size: 0.81818rem;
  line-height: 0.81818rem;
  padding: 0;
  color: black;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner__main-title {
    font-size: var(--co-font-big-80);
    line-height: var(--co-font-big-80);
    text-transform: capitalize;
    width: 17.9rem;
  }
}

.banner__main-title > span {
  color: rgba(212, 127, 161, 1);
  font-weight: 800;
}

.banner-free-consultation-title {
  font-size: var(--co-font-2);
  margin-top: 0.35rem;
}
@media screen and (min-width: 768px) {
  .banner-free-consultation-title {
    font-size: var(--co-font-big-52);
  }
}
.banner-free-consultation-title > span {
  color: rgba(212, 127, 161, 1);
  font-weight: 700;
}

.banner__input {
  border: 0;
  padding: 0 0.5rem;
  border-radius: 0.0227rem;
  align-self: stretch;
  border: 0.018rem solid rgba(212, 127, 161, 1) !important;
}

.banner__input-name {
}

::placeholder {
  color: black !important;
}

.banner__input-number {
}

.banner__input-message {
  height: 3rem;
}

.banner__submit-btn {
  background-color: var(--brandColor);
  border: 0;
  border-radius: 0.1rem;
  margin-top: 0.5rem;
  color: white;
  align-self: stretch;
  height: 1rem;
  font-size: var(--co-font-2);
  font-weight: 700;
}

.banner__text-container {
}

.banner__first-title {
  color: #d47fa1;
  font-weight: 600;
  font-size: var(--co-font-8);
  line-height: 1.2rem;
}
@media screen and (min-width: 768px) {
  .banner__first-title {
    font-size: var(--co-font-big-100);
  }
}

.banner__description {
  margin-top: 0.3rem;
  font-size: var(--co-font-7);
  line-height: 0.8rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  line-break: strict;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner__description {
    font-weight: 400;
    font-size: var(--co-font-big-80);
    line-height: 1.5rem;
    width: 21rem;
  }
}

.banner__description span {
  color: white;
  font-weight: 800;
  background-color: #d47fa1;
  display: inline-block !important;
  padding: 0.35rem 0.35rem;
  border-radius: 0.4rem;
}

@media screen and (min-width: 768px) {
  .banner__description span {
    padding: 0 0.35rem;
  }
  .banner__description > br {
    display: none;
  }
}

.banner__form::before {
  content: "";
  background: radial-gradient(circle, rgba(252, 190, 252, 0.3), transparent);
  position: absolute;
  height: 9.09rem;
  width: 9.09rem;
  left: -5rem;
  top: -3rem;
  /* border: 1px solid red; */
  z-index: -1;
  border-radius: 30%;
}

.banner__title {
  font-size: var(--co-font-5);
  color: black;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .banner__title {
    font-size: var(--co-font-big-40);
    margin-top: 0.5rem;
  }
}

.banner__input {
  height: 1.181rem;
  margin-top: 0.227rem;
  border: 0;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  flex-shrink: 0;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .banner__input {
    height: 1.75rem;
    width: 10.509rem;
    margin-top: 0.3rem;
  }
}

.banner__input-name {
}

.banner__input-number {
}

.banner__input-message {
  height: 2.54rem;
}
@media screen and (min-width: 768px) {
  .banner__input-message {
    height: 3.84rem;
  }
}

.banner__submit-btn {
  background-color: var(--brandColor);
  border: 0;
  border-radius: 0.318rem;
  margin-top: 0.6rem;
  color: white;
  align-self: stretch;
  height: 0.8686rem;
  font-size: 0.454rem;
  font-weight: 700;
  width: 4.86rem;
  align-self: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .banner__submit-btn {
    height: 1.15rem;
    width: 6.45rem;
    font-size: 0.45rem;
  }
}

.banner__text-container {
  align-self: flex-start;
}

.banner__price-text {
  align-self: flex-start;
  margin-right: 0.4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .banner__price-text {
    position: relative;
    top: -1rem;
    left: 16.2rem;
    font-size: var(--co-font-big-80);
  }
}

::placeholder {
  color: black !important;
  font-size: var(--co-font-1);
}

.banner__price-text > h1 {
  font-size: var(--co-font-7);
  font-weight: 700;
  color: rgba(212, 127, 161, 1);
  line-height: 1.181rem;
}
@media screen and (min-width: 768px) {
  .banner__price-text > h1 {
    font-size: var(--co-font-big-80);
    line-height: 1.6rem;
    margin-bottom: 0.2rem;
  }
}
.banner__price-text > p {
  font-size: var(--co-font-2);
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 0.8rem;
}
@media screen and (min-width: 768px) {
  .banner__price-text > p {
    font-size: var(--co-font-big-40);
    line-height: 1.1rem;
    width: 18rem;
    color: black;
  }
}

.banner__price-text > p > span {
  font-size: var(--co-font-2);
  font-weight: 700;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .banner__price-text > p > span {
    font-size: var(--co-font-big-52);
    font-weight: 800;
  }
}

.banner-floating-arrow {
  position: absolute;
  bottom: -2rem;
  left: -3rem;
  height: 3.826rem;
}

.banner__hollow-arrow-image {
  position: absolute;
  height: 2rem;
  top: -2.3rem;
  right: 4rem;
}
@media screen and (min-width: 768px) {
  .banner__hollow-arrow-image {
    height: 2.698rem;
    top: -3.4rem;
  }
}

.banner__description-text-spark {
  position: absolute;
  top: -1.5rem;
  right: -1.3rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .banner__description-text-spark {
    top: -1.6rem;
    right: 1.5rem;
  }
}

.banner-top-right-image {
  position: absolute;
  top: 0;
  right: -1rem;
  width: 7.318rem;
}
.banner-top-right-image-big {
  display: none;
}
@media screen and (min-width: 768px) {
  .banner-top-right-image {
    display: none;
  }
  .banner-top-right-image-big {
    display: initial;
    position: absolute;
    top: 0;
    right: -2.5rem;
    width: 17.98rem;
  }
}

.banner-text-container {
  width: 7.86rem;
  position: absolute;
  right: 0;
  top: 8.2rem;
}
@media screen and (min-width: 768px) {
  .banner-text-container {
    width: 18.77rem;
    position: absolute;
    top: 16.5rem;
    right: -1.3rem;
  }
}
.banner-text-container > p {
  font-size: var(--co-font-5);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .banner-text-container > p {
    font-size: var(--co-font-big-40);
  }
}

.banner-text-container > p > span {
  color: rgba(212, 127, 161, 1);
  font-weight: 700;
}

.banner-text-container > p:last-child {
  margin-top: 0.4rem;
}

.banner-bottom-image {
  width: 11.27rem;
  position: relative;
  bottom: 0.1rem;
  right: -1rem;
  align-self: flex-end;
}
.banner-bottom-image-big {
  display: none;
}
@media screen and (min-width: 768px) {
  .banner-bottom-image {
    display: none;
  }
  .banner-bottom-image-big {
    display: initial;
    width: 29.71rem;
    position: relative;
    top: 14rem;
    right: 13.9rem;
  }
}

/* Pet Ct price List Css */

.pet-ct-price-list {
  --font-size: var(--co-font-5);
}

.price-list {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  position: relative;
  top: -0.5rem;
  border-radius: 0.318rem;
}
@media screen and (min-width: 768px) {
  .price-list {
    width: 22.98rem;
    position: relative;
    top: 4rem;
    margin-bottom: 3rem;
  }
}

.price-list-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0.318rem;
  align-self: stretch;
}

.price-list-header {
  background-color: var(--brandColor);
  color: white;
}

.price-list-header > .price-list-cell {
  color: white;
}

.price-list-cell {
  width: 50%;
  text-align: center;
  color: black;
  font-size: var(--font-size);
  font-weight: 700;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-list-body > .price-list-row {
  height: 0.9rem;
}

.price-list-body > .price-list-row > p {
  background-color: white;
  color: black !important;
  font-weight: 500 !important;
}

.price-list-body > .price-list-row > .price-list-cell {
  color: black !important;
}

.price-list-body {
  border: 1px solid rgba(212, 127, 161, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  align-self: center;
  border-bottom-right-radius: 0.318rem;
  border-bottom-left-radius: 0.318rem;
  overflow: hidden;
  padding-bottom: 0.3rem;
}

.banner-floating-arrow {
  display: none;
}

@media screen and (max-width: 768px) {
  .types-of-pet-ct-container > .title {
    margin-top: 1rem !important;
  }
}
