* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 0.5rem 0;*/
}

.nav-bar img {
  width: 14rem;
  height: auto;
}

.nav-bar p {
  margin-bottom: 0;
}

.contact {
  background-color: #0076bc;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 3px;
  border: none;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.contact::before {
  content: " ";
  position: absolute;
  background-image: url(assets/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  top: 22px;
  left: 12px;
}

.banner {
  /* margin-bottom: 3rem; */
  width: 100%;
  height: 80vh;
  background-color: #f4fafd;
}

.form_style {
  background-color: #0076bc;
  padding: 2rem 2.8rem;
  /* width: 100%;
    height: 100%;
    bottom: -3rem; */
  margin-top: 4rem;
}

.form_style input {
  padding: 0.3rem 1.3rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.form_style input:focus-visible {
  outline: none;
}

input::placeholder {
  color: #a3cee9;
  font-size: 12px;
  font-weight: 300;
  padding: 3px;
}
/* #D3E9F7 */
.banner_content {
  /* text-align: center; */
  padding-left: 5rem !important;
}

.banner_content img {
  width: 45%;
  height: auto;
}

.message {
  padding: 2.5rem 1.3rem !important;
}

.submit-btn {
  border: unset;
  background-color: #fff;
  color: #0076bc;
  font-size: 17px;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 2px;
  margin-left: 20%;
  margin-top: 1rem;
  text-transform: uppercase;
}

.submit-btn:focus-visible {
  outline: none;
}

.door_step {
  background-color: #ffc905;
  color: #2e2e2e;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  /*margin-top: 1rem;*/
  width: 37%;
  padding: 2px 20px;
  /* margin-left: 4rem; */
}

.banner_content img {
  width: 34%;
  height: auto;
  object-fit: contain;
  /* margin-top: 10rem; */
}

.banner_content h2 {
  color: #0075bc;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -2.6px;
  margin-bottom: 0;
  /* margin-left: 3rem; */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: " ";
}

.screen-package {
  margin-top: 12rem;
}

.screen-package h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0075bc;
  margin-bottom: 1rem;
}

.package_image {
  background-image: url(/assets/medicine.png);
  background-repeat: no-repeat;
  width: 100%;
  /* height: 60vh; */
  position: relative;
  margin-top: 2rem;
}

.swiper-wrapper {
  padding-bottom: 4rem;
}

.homeCollectionSwiper .swiper-button-next {
  top: unset;
  bottom: 0;
  left: unset;
  right: 10rem;
}

.homeCollectionSwiper .swiper-button-prev {
  top: unset;
  bottom: 0;
  left: unset;
  right: 12rem;
}

.card {
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  border: 0.5px solid #ddd;
  margin-right: 1rem;
}

.card-color {
  background-color: #edf8ff;
  padding-top: 1.3rem;
  padding-bottom: 0.7rem;
}

.card-style {
  background-color: #fffcf3;
  padding-top: 1.3rem;
  padding-bottom: 0.7rem;
}

.card-style h6 {
  background-color: #ffca0a;
  border-radius: 3px;
  width: 18%;
  text-align: center;
  padding: 2px 0px;
  font-size: 13px;
  font-weight: 500;
}

.card-style p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

.card-style h6,
.card-style p,
.card-style h4 {
  margin-left: 1.5rem;
}

.card-style h4 {
  border-bottom: 0.75px solid #a0a6aa69;
  width: fit-content;
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.card-style h6 {
  background-color: #ffca0a;
  border-radius: 3px;
  width: 21%;
  text-align: center;
  padding: 2px 0px;
  font-size: 13px;
  font-weight: 500;
}

.card-color h6 {
  background-color: #ffca0a;
  border-radius: 3px;
  width: 21%;
  text-align: center;
  padding: 2px 0px;
  font-size: 13px;
  font-weight: 500;
}

.card-color p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

.card-color h6,
.card-color p,
.card-color h4 {
  margin-left: 1.5rem;
}

.card-color h4 {
  border-bottom: 0.75px solid #a0a6aa69;
  width: fit-content;
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.add_style {
  font-size: 15px;
  font-weight: 600;
  color: #4f4f4f;
}

.OfferPrice,
.OfferPriceCare {
  margin-top: 0.5rem;
  /* margin-bottom: 1rem; */
  display: flex;
  align-items: end;
  justify-content: space-between;
}

hr {
  color: #0000005c !important;
}

.enquire {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9;
  width: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer a {
  text-decoration: none;
}
.enquire p {
  background-color: #33b059;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: normal;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.enquire .num{
    background: #0076bc;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 0.1rem 0.7rem;
    margin: 0;
    border-radius: 9px;
    line-height: 2;
}

.pricing p,
.pricingCare p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.5rem !important;
  color: #4f4f4f;
  text-decoration: line-through;
}

.pricing h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0076bc;
}

.pricingCare h4 {
  font-size: 22px;
  font-weight: 700;
  color: #eb1c24;
}

.pricing p,
.pricing h4,
.pricingCare p,
.pricingCare h4 {
  margin-left: 1.5rem;
}

.know_more {
  position: relative;
  margin-right: 1rem;
  cursor: pointer;
  /*background-color: #FFCA0A;*/
  margin-bottom: 0.8rem;
  border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f4f4f4;
}

.know_more:hover {
  background-color: #ffca0a;
}

.know_more .btnStyle {
  color: #222;
  font-size: 11px;
  font-weight: 600;
}

.know_more .btnStyle:active {
  outline: unset;
}

.know_more img {
  width: 0.6rem;
  position: relative;
  right: 4px;
}

.btn {
  --bs-btn-padding-x: 0.2rem !important;
}

/* .know_more p{
    background-color: #FFCA0A;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    color: #2E2E2E;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 19px 4px 5px;
} */

.know_more_table {
  border: none;
  background-color: #ffca0a;
  padding: 4px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #222;
}

.ScreenCareSwiper .swiper-button-next:focus-visible,
.ScreenCareSwiper .swiper-button-prev:focus-visible {
  outline: unset;
}

.know_more p::after {
  content: " ";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(/assets/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
  right: 4px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.trusted_home {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.image-content {
  position: relative;
  display: inline-block;
}

.image-content img {
  width: 100%;
}

.image-text {
  position: absolute;
  color: white;
  font-size: 2.3rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 50%;
  top: 20%;
  text-align: center;
  left: 25%;
}

.collection_service h6 {
  font-size: 20px;
  font-weight: 500;
}

.collection_service h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}

.stickySlider {
  overflow: hidden;
}

.collection_text {
  text-align: center;
  margin: 2.5rem 0;
}

.collection_text h6 {
  font-size: 15px;
  font-weight: 500;
  color: #0076bc;
  letter-spacing: -0.5px;
}

.collection_text h4 {
  font-size: 25px;
  font-weight: 600;
  color: #0076bc;
}

hr {
  margin-top: 3rem !important;
  color: #e4e4e4;
  /* opacity: 0.15; */
}

.essential_heading h4 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  color: #0075bc;
  margin: 3rem 0 2rem 0;
  letter-spacing: -0.5px;
}

.essential_heading p {
  font-size: 20px;
  font-weight: 500;
  color: #0076bc;
  letter-spacing: -0.5px;
  text-align: center;
  padding-bottom: 2rem;
}

.essential_care .card-body {
  background-color: #fff4f5;
  padding-top: 1.3rem !important;
  padding-bottom: 0.7rem !important;
  padding-left: unset;
  padding-right: unset;
}

.card-body h6 {
  background-color: #fff50a;
  border-radius: 3px;
  width: 17%;
  text-align: center;
  padding: 2px 0;
}

.card-body p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

.card-body h6,
.card-body p,
.card-body h4 {
  margin-left: 1.5rem;
}

.card-body h4 {
  border-bottom: 0.75px solid #9ea3a7;
  width: fit-content;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 0.7rem;
}

.whyAxis {
  background-color: #edf8ff;
  margin-top: 7rem;
}

.whyAxis h4 {
  color: #0075bc;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 0.7rem;
  letter-spacing: -0.76px;
}

.whyAxis p {
  color: #282828;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  line-height: 28px;
  padding-right: 1rem;
}

.axis_row {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.vector {
  display: flex;
  justify-content: space-between;
  /*padding: 1rem 0;*/
}

.curated {
  text-align: center;
  /*width: 33.33%;*/
}

.curated p {
  color: #525252;
  font-size: 15px;
  font-weight: 500;
  text-align: unset;
}

.curated .img-1 {
  width: 10rem;
  height: 65%;
  object-fit: contain;
}

.curated .img-2 {
  width: 7rem;
  height: 65%;
  object-fit: contain;
}

.curated .img-3 {
  width: 15rem;
  height: 65%;
  object-fit: contain;
}

.curated p {
  padding-top: 0.7rem;
}

.copyright {
  background-color: #edf8ff;
}

.copyright h6 {
  font-size: 15px;
  font-weight: 500;
  color: #525252;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 0;
  margin-bottom: 0;
}

.map_content {
  padding-bottom: 5rem;
  align-items: center;
}

.map_row h4 {
  color: #0075bc;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 4rem 0;
}

.address h4 {
  color: #0075bc;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}

.address h6 {
  color: #525252;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 0.5px solid #2e2e2e;
  text-transform: uppercase;
  width: fit-content;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}

.address p {
  width: 85%;
  color: #282828;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.08px;
  line-height: 24px;
  /*padding-top: 2rem;*/
}

.address h5 {
  color: #0075bc;
  font-weight: 600;
  font-size: 1.3rem;
  padding-top: 1.5rem;
}

.ScreenCareSwiper {
  margin-top: 7rem;
  padding-bottom: 2rem;
}

.ScreenCareSwiper .swiper-button-next {
  top: unset;
  bottom: 0;
  left: unset;
  right: 10rem;
}

.ScreenCareSwiper .swiper-button-prev {
  top: unset;
  bottom: 0;
  left: unset;
  right: 12rem;
}

.clientSay {
  border: none;
  background-color: #edf8ff;
  padding: 2rem;
  border-radius: 3px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  opacity: 0.5;
}

.our_client .clientSay img {
  width: 50%;
  object-fit: contain;
}

.our_client .clientSay h6 {
  font-size: 18px;
  font-weight: 500;
  color: #2e2e2e;
  margin-top: 1.5rem;
}

.our_client h4 {
  font-size: 34px;
  font-weight: 600;
  color: #0076bc;
  text-align: center;
  margin: 5rem 0;
  padding-bottom: 1rem;
  /*border-bottom: 1.75px solid #0076BC;*/
  /*width: fit-content;*/
}

.our_client .clientSay p {
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  min-height: 5rem;
}

.our_client .swiper-slide-active {
  transform: scale(1.15) !important;
  opacity: 1;
}

.form_style .icon {
  position: relative;
}

.form_style .icon_1::before {
  content: "";
  position: absolute;
  left: 3%;
  top: 20%;
  width: 1rem;
  height: 1rem;
  background-image: url(/assets/name.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.form_style .icon_2::before {
  content: "";
  position: absolute;
  left: 3%;
  top: 20%;
  width: 1rem;
  height: 1rem;
  background-image: url(/assets/mobile.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.form_style .icon_3::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 20%;
  width: 0.9rem;
  height: 1rem;
  background-image: url(/assets/email.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.form_style .icon_4::before {
  content: "";
  position: absolute;
  left: 3%;
  top: 20%;
  width: 0.8rem;
  height: 1rem;
  background-image: url(/assets/home.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.form_style .icon_5::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 37%;
  width: 1rem;
  height: 1rem;
  background-image: url(/assets/message.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.mbl_map {
  display: none;
}

.table_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
table,
tbody {
  border-collapse: collapse;
  border: 1px solid #222;
}

.blue {
  color: #0076bc;
  font-size: 14px;
  font-weight: 600;
}

.black {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.btn:active {
  border: unset !important;
}

.book_now {
  padding: 0.5rem 0.5rem;
  background-color: #0076bc;
  border: none;
  text-align: center;
  border-radius: 3px;
}
.book_now a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.modal-header {
  border-bottom: unset !important;
  /* display: block !important; */
}
.modal-header h4 {
  color: #0075bc;
}

/* new css*/
.total_heading p {
  font-size: 20px;
  font-weight: 500;
  color: #0076bc;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: 3rem;
}

.premium_heading p {
  font-size: 20px;
  font-weight: 500;
  color: #0076bc;
  letter-spacing: -0.5px;
  text-align: center;
}

.ScreenCareSwiperPremium,
.ScreenCareSwiperTotal {
  margin: 0 0 2rem;
}

.ScreenCareSwiperPremium .swiper-button-prev,
.ScreenCareSwiperTotal .swiper-button-prev {
  top: unset;
  bottom: 0;
  left: unset;
  right: 12rem;
}

.ScreenCareSwiperPremium .swiper-button-next,
.ScreenCareSwiperTotal .swiper-button-next {
  top: unset;
  bottom: 0;
  left: unset;
  right: 10rem;
}

.essential_care .swiper-wrapper {
  margin-top: 2rem;
}

.enquire-img {
  position: fixed;
  bottom: 3rem;
  right: -5rem;
  z-index: 9;
}

.enquire-img img {
  width: 65%;
}

.essential_care .mobile {
  display: none;
}
.call_num {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background-color: #0076bc;
  padding: 5px 10px;
  border-radius: 5px;
}
.call_num img {
  width: 1rem !important;
  height: 2rem;
}
.call_num p {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
