: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;
  }
}

.banner__text-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .banner__text-container {
  }
}

@media (min-width: 768px) {
  .banner__small-break {
    display: none;
  }
}

.banner__text-container > li {
  list-style-type: none;
  color: var(--brandColor);
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner__text-container > li {
    margin-top: 1rem;
  }
}

.banner__text-container > li > span {
  font-size: var(--co-font-9);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .banner__text-container > li > span {
    font-size: var(--co-font-big-90);
  }
}

.banner__text-container > li > div {
  margin-left: 0.5rem;
  padding-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .banner__text-container > li:first-child {
    margin-top: 1.4rem;
  }
}

.banner__text-container > li > div > h1 {
  font-size: var(--co-font-3);
  font-weight: 400;
  line-height: 0.681rem;
  height: 1.5rem;
  padding-top: auto;
}
@media screen and (min-width: 768px) {
  .banner__text-container > li > div > h1 {
    font-size: var(--co-font-big-60);
    line-height: 1.057rem;
  }
}

.banner__text-container > li > div > h1 > span {
  font-size: var(--co-font-3);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .banner__text-container > li > div > h1 > span {
    font-size: var(--co-font-big-60);
    font-weight: 700;
  }
}

.banner__text-container > li > div > p {
  font-size: var(--co-font-2);
  font-weight: 400;
  color: black;
  line-height: 0.681rem;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .banner__text-container > li > div > p {
    font-size: var(--co-font-big-33);
  }
}

.banner__text-container > li > div > p > span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .banner__text-container {
  }
}

.banner__text-container-right {
  margin-left: 3rem;
}
@media screen and (min-width: 768px) {
  .banner__text-container {
  }
}

.banner__decoration-image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .banner__decoration-image {
    /* display: none; */
  }
}

.banner__decoration-image-1 {
  position: absolute;
  top: 3.1rem;
  left: 2.4rem;
  width: 4.5rem;
}
@media screen and (min-width: 768px) {
  .banner__decoration-image-1 {
    position: absolute;
    top: 1.1rem;
    left: 9.1rem;
    width: 4.5rem;
  }
}

.banner__decoration-image-2 {
  position: absolute;
  top: 2.2rem;
  left: 11.8rem;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .banner__decoration-image-2 {
    position: absolute;
    top: -1.3rem;
    left: 11.5rem;
    width: 2.5rem;
  }
}

.banner__decoration-image-3 {
  position: absolute;
  top: 3.1rem;
  left: 2.2rem;
  height: 0.87rem;
}
@media screen and (min-width: 768px) {
}

.banner__decoration-image-4 {
  position: absolute;
  top: 6.85rem;
  left: 9.65rem;
  width: 2.33rem;
}
@media screen and (min-width: 768px) {
  .banner__decoration-image-4 {
    top: 6.85rem;
    left: 9.3rem;
  }
}

.banner__decoration-image-5 {
  position: absolute;
  top: 0.7rem;
  left: 8.3rem;
  width: 0.72rem;
}
@media screen and (min-width: 768px) {
  .banner__decoration-image-5 {
    position: absolute;
    top: -0.5rem;
    left: 11.3rem;
    width: 2rem;
  }
}

.banner__decoration-image-6 {
  position: absolute;
  top: 22.1rem;
  left: 1.3rem;
  width: 3.866rem;
}
.banner__decoration-image-7 {
  display: none;
}
@media screen and (min-width: 768px) {
  .banner__decoration-image-6 {
    display: none;
  }
  .banner__decoration-image-7 {
    display: block;
    width: 7rem;
    position: absolute;
    top: 24rem;
    left: 9rem;
  }
}

.banner__text-container-right-m {
  padding-top: 0.7rem;
}

@media screen and (min-width: 768px) {
  .banner__text-container-right-m {
    padding-top: 0.15rem;
  }
  .banner__text-container-right-first {
    padding-top: 0;
    position: relative;
    bottom: 0.9rem;
  }
}

.banner__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 13.18rem;
  height: 13.45rem;
  border-radius: 0.6rem;
  align-self: center;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  padding: 0.909rem 1rem;
  border-radius: 0.6rem;
  box-shadow: 5px 4px 24px 0px rgba(173, 173, 173, 0.24);
}
@media screen and (max-width: 768px) {
  .breaking-bg {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .banner__form {
    width: 11.622rem;
    height: 12.94rem;
    flex-shrink: 0;
    position: relative;
    top: -6rem;
    right: 8rem;
  }
  .breaking-bg {
    display: none;
  }

  .banner__text-para {
    width: 23rem;
  }
}

.banner__main-title {
  font-size: 1.81818rem;
  line-height: 1.81818rem;
  padding: 0;
  color: var(--brandColor);
  font-weight: 900;
  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__title {
  font-size: 0.8rem;
  color: var(--brandColor) !important;
  font-weight: 700;
}

.banner__input {
  margin-top: 0.5rem;
  border: 0;
  padding: 0 0.5rem;
  border-radius: 0.1rem;
  align-self: stretch;
  border: 0.018rem solid var(--brandClr) !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-6);
  color: white;
  font-weight: 700;
}

.banner__input {
  height: 1.727rem;
  margin-top: 0.363rem;
  border: 0;
  padding: 0 0.5rem;
  border-radius: 0.318rem;
  flex-shrink: 0;
}

.banner__input-name {
}

.banner__input-number {
}

.banner__input {
  align-self: stretch;
}

.banner__input-message {
  height: 3.81rem;
}

.banner__submit-btn {
  background-color: var(--brandColor);
  border: 0;
  border-radius: 0.318rem;
  margin-top: 0.6rem;
  color: white;
  align-self: stretch;
  height: 1.2727rem;
  font-size: var(--co-font-2);
  font-weight: 700;
  width: 3.9rem;
  align-self: center;
  flex-shrink: 0;
}

.banner__text-container {
  align-self: flex-start;
}

.banner__price-text {
  margin-top: 2.2rem;
  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;
  }
}

.our-pet-ct {
  position: relative;
  display: flex;
  align-items: center;
  height: 14.5rem;
}
@media screen and (min-width: 768px) {
  .our-pet-ct {
    height: 16rem;
    /* border: 1px solid red; */
    margin-bottom: 2rem;
  }
}

.our-pet-ct > img {
  /* height: 3rem; */
  width: 19.47rem;
  position: absolute;
  left: -3.4rem;
  top: 0;
}
@media screen and (min-width: 768px) {
  .our-pet-ct > img {
    top: 0rem;
    left: -4.4rem;
    width: 22rem;
  }
}

.our-pet-ct > p {
  font-size: var(--co-font-5);
  font-weight: 400;
  width: 10.45rem;
  margin-left: auto;
  line-height: var(--co-font-2);
  position: relative;
  top: -3rem;
}
@media screen and (min-width: 768px) {
  .our-pet-ct > p {
    font-size: var(--co-font-big-40);
    width: 15.66rem;
    line-height: 0.849rem;
    position: relative;
    top: -3rem;
    right: -0.5rem;
  }
}

.mri-machine-large {
  display: none;
}
@media screen and (min-width: 768px) {
  /* .mri-machine-large {
    display: block;
  }
  .mri-machine-small {
    display: none;
  } */
}
