@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
  font-family: "Plus Jakarta Sans", serif !important;
  padding: 0;
  margin: 0;
  --primary-color: #c9252b;
  --secondary-color: #1e1e1e;
  --white-color: #fff;
}

.textRed {
  color: var(--primary-color) !important;
}

.textBlack {
  color: var(--secondary-color);
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

ul,
p {
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.sectionpad {
  padding: 70px 0;
}

.sectionpadtop {
  padding-top: 70px;
}

.sectionpadbottom {
  padding-bottom: 70px;
}

.imgfluid {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0 !important;
  margin: 0 !important;
}

p {
  color: var(--secondary-color);
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 28px;
}

/* navbar */

.navbarSection,
.bannerFormWrap {
  position: relative;
  z-index: 55;
}

.navbarWrap {
  display: flex;
  justify-content: space-between;
}

.logoWrap img {
  width: 225px;
  height: auto;
}

.navBtnWrap {
  display: flex;
  align-items: center;
}

.navIcon {
  width: 24px;
  height: 24px;
}

.navBtn {
  /* background: var(--primary-color); */
  border-radius: 10px;
  border: 1px solid #000;
  padding: 7px 11px;
  border: 2px solid var(--primary-color);
  transition: all 0.2s ease-in-out;
}

.navBtn:hover {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
}

.navBtn:hover .navIcon {
  filter: invert(85%) sepia(0%) saturate(6706%) hue-rotate(185deg)
    brightness(2000%) contrast(107%);
}

.navBtn:hover .navphonetext {
  color: #fff;
}

.navphonetext {
  font-family: "Inter", serif;
  color: var(--primary-color);
  margin-left: 5px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.sectionHead {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* text-transform: capitalize; */
}

.pageTitle {
  color: var(--primary-color);
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.bannerSubhead {
  color: #3d3d3d;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-top: 15px !important;
}

.redBtn {
  color: var(--white-color);
  background: var(--primary-color);
  border: 2ps solid var(--primary-color);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
}

/* banner section */

.bannerSection {
  background: url("../images/banner/web.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

img.imgfluid.banDocImg {
  margin-top: -85px;
}

.bannerFormWrap {
  padding: 10px 0 50px 0;
}

.bannerDocImgWrap {
  display: none;
}

.BanImgwrap2 {
  position: absolute;
  top: -21%;
  left: 29%;
  z-index: 1;
}

.BanImgwrap2 img {
  width: 410px;
  height: auto;
}

/* form css */

.formtitle {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  text-align: center;
}

.intl-tel-input.allow-dropdown.separate-dial-code {
  width: 100% !important;
}

.intl-tel-input.allow-dropdown.separate-dial-code {
  width: 100%;
}

.appointmentformwrap {
  border-radius: 1.5rem;
  background: #fff;
  padding: 20px;
  width: 355px;
  border: 1px solid var(--primary-color);
  background: rgba(255, 194, 195, 0.3);
}

.formCallBtn {
  border-radius: 1.5rem;
  background: linear-gradient(0deg, #1a1a1a 0%, #1a1a1a 100%);
  border: none;
  color: #fff;
  padding: 7px 13px;
  margin-left: 5px;
}

.appointmentBoxWrap {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  width: 375px;
}

.inputlabel {
  color: var(--secondary-color);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  margin-left: 10px;
}

.inputfield {
  border-radius: 0.75rem;
  border: 1px solid #fce9ea;
  background: #fff4f4;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  position: relative;
}

.formsubmitbtn {
  border-radius: 0.625rem;
  background: #bf262b;
  border: none;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  border: 2px solid #bf262b;
}

.formsubmitbtn:hover {
  background: #fff;
  color: #bf262b;
}

/* banner cta section */

.sectionTitle {
  color: var(--secondary-color);
  font-size: 2.313rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  /* text-transform: capitalize; */
}

.titleSpecialText {
  color: var(--primary-color);
  font-weight: 600;
}

.ctaSection p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.sectionBtn {
  display: inline-block;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 8px 25px;
  color: var(--white-color);
  font-size: 18px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}

.sectionBtn:hover {
  background: #fff;
  color: var(--primary-color);
}

.whiteBtn {
  display: inline-block;
  background: var(--white-color);
  border: 2px solid var(--white-color);
  padding: 8px 25px;
  color: var(--primary-color);
  font-size: 18px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}

.sectionBtn:hover img {
  filter: invert(74%) sepia(79%) saturate(2327%) hue-rotate(343deg)
    brightness(104%) contrast(245%);
}

/* food disease secion */

.diseaseCardWrap {
  border: 2px solid var(--primary-color);
  /* display: flex;
  justify-content: center;
  align-items: center; */
  padding: 40px 20px;
  border-radius: 15px;
  margin: 10px;
  height: 265px;

  background: url(../images/disCardBg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  transition: all 0.2s ease-in-out;
}

.diseaseCardWrap:hover {
  background: url("../images/hoverBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.diseaseCardWrap:hover p {
  color: #fff;
}

.foodDiseaseSection {
  background: #f2f2f2;
  position: relative;
}

.diseaseCardImgWrap {
  display: flex;
  justify-content: center;
}

.diseaseIcon {
  border-radius: 50%;
  background: #fff;
  padding: 20px;
}

.diseaseCardContentWrap p {
  /* text-transform: capitalize; */
  text-align: center;
  color: var(--primary-color);
  margin-top: 10px !important;
}

.dishPlate {
  position: absolute;
  width: 34%;
  height: auto;
  left: 40px;
  bottom: 0;
}

/* why choose section */

.whyChooseCardWrap {
  background-color: #ffe3e3;
  padding: 20px;
  border-radius: 12px;
  margin: 15px 0;
  height: 395px;
}

.whyCardHead {
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 600;
  margin: 20px 0 12px 0 !important;
  text-align: center;
}

.whyCardText {
  font-size: 13px;
  line-height: 20px;
  /* text-align: justify; */
}

.whyChooseImgWrap img {
  border-radius: 20px;
}

/* why food ontolenrance test */

.stepsCircle {
  background: var(--primary-color);
  font-size: 23px;
  line-height: 45px;
  display: inline-block;
  color: #fff;
  font-weight: 600 !important;
  padding: 0 10px !important ;
  border-radius: 50%;
}

.outerStroke2 {
  border: 3px solid #f2f2f2;
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
}

.stepCardHead {
  font-size: 20px;
}

.stepCardText {
  font-size: 14px;
}

/* capsule section */

.capsuleSection .col-lg-6 {
  padding: 0;
}

.capsuleBoxWrap {
  background: var(--primary-color);
  height: 100%;
  border-radius: 50% 20px 20px 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.capsuleText {
  width: 80%;
  margin: 0 auto !important;
}

.whiteBtn {
  background: #fff;
  color: var(--primary-color);
}

/* lab Test section  */

.labTestCardWrap {
  border-radius: 0.75rem;
  border: 1px solid #c42829;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 20px;

  position: relative;
  height: 250px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.labCardTitle {
  color: var(--primary-color);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px !important;
}

.labHeadWrap {
  border-radius: 0.75rem;
  background: #ffe8e9;
  width: 85%;
  margin: 0 auto;
  margin-bottom: -25px !important;
  position: relative;
  z-index: 55;
  height: 62px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.bookHeadWrap {
  margin-bottom: 10px;
}

.labCardText {
  font-size: 17px;
}

.bookTestSection .col-lg-3 {
  margin-top: 30px;
}

/* faq section */

.accordion {
  background: transparent !important;
}

button.accordion-button {
  padding: 25px 45px 25px 40px;
}

.accordion-body {
  padding: 0 20px 30px 40px !important;
  color: #6a6a6a !important;
}

.faqhead {
  font-size: 20px;
  font-family: "Inter", serif;
  font-weight: 500;
  color: var(--primary-color);
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: unset !important;
}

.accordion-item {
  margin: 20px 0;
  border-radius: 10px;
  border-bottom: 2px solid #e0e0e0 !important;
  border-right: 2px solid #e0e0e0 !important;
  border-left: 2px solid #e0e0e0 !important;
  border-top: none !important;
  background-color: transparent !important;
}

.accordion-header,
.accordion-button {
  background-color: var(--white-color) !important;
  /* border: 1px solid #c3e4e8; */
  border-radius: 10px;
}

.accordion-body {
  background: var(--white-color);
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.accordion-header {
  border-top: 2px solid #e0e0e0;
  overflow: hidden;
}

.accordion-button::after {
  background: url("../images/icon/plus.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-button:not(.collapsed)::after {
  background: url("../images/icon/minus.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: rotate(360deg) !important;
  transition: all 0.2s ease-in-out;
}

.accordion-button::after {
  width: 28px !important;
  height: 28px !important;
}

/* footer */

.footersection {
  background-color: #c42829;
}

/* extra */

p.errortext {
  color: var(--primary-color);
  padding-left: 8px !important;
  font-size: 13px;
  margin-top: 5px !important;
  letter-spacing: 0.5px;
  display: none;
}

.appointBtn {
  color: var(--white-color);
  font-family: "Inter", serif;
  font-weight: 600;
  border-radius: 1.5rem;
  background: linear-gradient(105deg, #bc3d3d 0%, #274760 100%);
  padding: 13px 16px;
}

img.whatsIcon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.fixedCta {
  position: fixed;
  bottom: 45px;
  right: 45px;
  z-index: 9999;
}

.whatctaImg {
  width: 45px;
  height: 45px;
}

/* mobilefixed cta */

.mobileFixedCta {
  display: none;
  background: var(--primary-color);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}

.mobileView {
  display: none;
}

.desktopView {
  display: block;
}

/* media query */

@media only screen and (max-width: 1300px) {
  .BanImgwrap2 {
    left: 26%;
  }

  .whyChooseCardWrap {
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .BanImgwrap2 {
    left: 21%;
    top: -12%;
  }

  .capsuleContentWrap .sectionTitle {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 992px) {
  .BanImgwrap2 {
    display: none;
  }

  .bannerDocImgWrap {
    display: block;
    margin-bottom: -6px;
    margin-top: 25px;
  }

  .capsuleBoxWrap {
    height: 560px;
  }

  .capsuleContentWrap {
    width: 65%;
  }

  .capsuleText {
    width: 100%;
    margin: unset;
  }

  .whyCardHead {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .logoWrap img {
    width: 148px;
    height: auto;
  }

  .footersection {
    margin-bottom: 35px;
  }

  .mobileFixedCta {
    display: block;
  }

  .desktopBannerSection,
  .whatctaImg {
    display: none;
  }

  .mobileBannerSection {
    display: block;
  }

  .sectionpad {
    padding: 30px 0;
  }

  .sectionpadtop {
    padding-top: 30px;
  }

  .sectionpadbottom {
    padding-bottom: 30px;
  }

  .pageTitle {
    font-size: 27px;
    line-height: 35px;
  }

  .customerReviewWrap {
    margin: 20px 0;
  }

  .navphonetext {
    display: none;
  }

  .mobileView {
    display: block;
  }

  .desktopView {
    display: none;
  }

  /*  */

  .sectionTitle {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
    text-align: center;
  }

  .ctaSection p {
    width: 100%;
  }

  .foodDiseaseHeadWrap p {
    text-align: center;
  }

  .sectionBtnWrap {
    display: flex;
    justify-content: center;
  }

  .foodDiseaseContentWrap {
    margin-top: 20px;
  }

  .diseaseCardWrap {
    height: auto;
  }

  /* why choose */

  .diseaseCardWrap {
    width: 60%;
    margin: 15px auto;
  }

  .whyChooseCardWrap {
    width: 60%;
    margin: 15px auto !important;
  }

  .whyCardHead {
    font-size: 17px;
  }

  .whyCardText {
    font-size: 15px;
  }

  .labTestCardWrap {
    width: 80%;
    margin: 15px auto;
  }

  section.sampleSection.mobileView {
    padding: 0 15px;
  }

  .labHeadWrap {
    width: 70%;
    margin-bottom: -43px !important;
  }

  /* capsule section */

  .capsuleBoxWrap {
    height: 440px;
  }

  .capsuleBoxWrap .capsuleContentWrap {
    display: flex;
    justify-content: end;
  }

  .whyFoodTestSection {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 576px) {
  .sectionTitle {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  p {
    font-size: 14px;
  }

  .whyChooseCardWrap {
    width: 75%;
  }

  .capsuleContentWrap .sectionTitle {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .diseaseCardWrap {
    width: 70%;
  }

  .sectionBtn {
    font-size: 15px;
  }

  .labCardText {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
}
