@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:wght@300;400;500;600;700;800&display=swap");

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

* {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  --primary-color: #1a1a1a;
  --secondary-color: #c42829;
  --white-color: #fff;
}

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

.textBlack {
  color: var(--primary-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;
}

/* navbar */

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

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

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

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

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

.navBtn:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.navBtn:hover .navphonetext {
  color: var(--secondary-color);
}

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

.navbarSection {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* banner section */

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

.bannerContentWrap {
  padding: 40px 0;
}

.pageTitle {
  color: var(--primary-color);
  font-family: "Inter", serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.bannerSubhead {
  color: var(--secondary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px !important;
}

.banPointerImg img {
  width: 20px;
  height: 20px;
}

.banPointerText {
  color: var(--primary-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bannerPointer {
  margin: 10px 0;
}

.bannerGmbReview img {
  width: 65%;
  height: auto;
  border-radius: 15px;
  margin-top: 15px;
}

.banPoint2,
.banPoint3 {
  /* padding-top: 8px; */
}

.banCallForm {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.callInput {
  border-radius: 1.875rem;
  border: 1px solid #d9d9d9;
  background: #f8f8f8;
  padding: 8px 11px;
  font-size: 13px;
  width: 200px;
}

.bannerFormCallWrap {
  padding: 20px;
  background: linear-gradient(90deg, #1a1a1a 0%, #c42829 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 25px;
}

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

.banCallHead {
  color: #fff;
  font-family: "Inter", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem; /* 133.333% */
}

.banImgPic {
  margin-top: -6px;
  width: 88%;
  height: auto;
}

.bannerStampImgWrap {
  position: absolute;
  bottom: 0;
  right: 7%;
}

.banStamp {
}

/* how it works section */

.sectionTitle {
  color: var(--primary-color);
  text-align: center;
  font-family: "Inter", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 142.222% */
}

.stepHead {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem; /* 125% */
}

.stepIcon {
  border-radius: 50%;
  box-shadow: 6px 14px 33.2px 0px rgba(105, 169, 234, 0.3);
}

.stepContentWrap {
  padding: 30px;
  border-radius: 1rem;
  background: #fff;
  color: var(--primary-color);
  /* transition: all 0.2s ease-in-out; */
}

.stepContentWrap:hover {
  background: linear-gradient(90deg, #862c2c 0%, #bc3d3d 100%);
  box-shadow: 6px 14px 33.2px 0px rgba(105, 169, 234, 0.3);
  color: var(--white-color);
}

.stepPara {
  color: var(--primary-color);
}

.stepContentWrap:hover .stepPara {
  color: var(--white-color);
}

.stepContentWrap:hover .stepHead {
  color: var(--white-color);
}

.stepContentWrap:hover .stepIcon {
  border-radius: 50%;
  box-shadow: none;
}

.featherImgWrap {
  position: absolute;
  top: 35%;
  right: -8%;
  /* width: 80%; */
}

.featherImg {
  width: 90%;
  height: auto;
}

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

.docHead {
  color: var(--primary-color);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem; /* 133.333% */
}

.docPointer {
  /* padding-left: 15px !important; */
  font-size: 13px;
  line-height: 22px;
  /* color: rgba(26, 26, 26, 0.5); */
}

.pointerDotImg {
  font-size: 25px;
}

.docTextContentWrap {
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #eef9ff 0.04%, #f18686 140.12%);
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 18px;
  height: 280px;
}

/* .docPointer ::marker {
  color: rgba(26, 26, 26, 0.5);
} */

/* google Review section */

.googleReviewSection .owl-nav,
.googleReviewSection .owl-dots {
  display: none !important;
}

.starImg {
  width: 150px !important;
  height: auto;
}

.googleCarouselCard {
  background-color: #edeeee;
  padding: 20px;
  border-radius: 10px;
}

.googleReviewTextWrap {
  height: 175px;
}

.googleReviewText {
  font-size: 13px;
  margin: 20px 0 !important;
}

img.gmbReviewImg {
  width: 75px !important;
  height: auto;
}

/* qatar doctor info section */

.doctorCardWrap {
  padding: 10px;
}

.doctorImgWrap img {
  border-radius: 10px;
}

.doctorTextContentWrap {
  padding: 10px;
}

.docName {
  font-size: 20px;
  color: var(--secondary-color);
  margin: 10px 0 !important;
}

p.docInfo {
  font-size: 13px;
  height: 235px;
}

.drNoonInfo {
  height: 210px !important;
}

.doctorContentWrap {
  width: 80%;
  margin: 0 auto;
}

/* why choose us Section */

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

.chooseCardWrap {
  display: flex;
  align-items: center;
  /* background: var(--secondary-color); */
  /* width: 150px; */
  position: relative;
  padding: 25px 20px 25px 9px;
  margin-bottom: 20px;
}

.chooseIconWrap {
  display: flex;
  justify-content: center;
  width: 45px;
  background: transparent;
  width: 55px;
  height: 55px;
  position: relative;
  z-index: 45;
  border-radius: 15px;
}

.chooseImg {
  position: relative;
  z-index: 50;
}

img.chooseImg {
  width: 35px;
  height: auto;
}

.chooseCardWrap::after {
  content: "";
  background: var(--secondary-color);
  width: 75px;
  height: 110px;
  position: absolute;
  border-radius: 8px;
  z-index: 1;
  left: 0;
}

.chooseTextWrap p {
  color: var(--primary-color);
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 160% */
  padding-left: 28px !important;
  position: relative;
  z-index: 45;
}

.chooseCardWrap:hover.chooseCardWrap::after {
  width: 405px;
  transition: all 0.3s ease-in-out;
}

.chooseCardWrap:hover .chooseTextWrap p {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.chooseCardWrap:hover .chooseIconWrap {
  background: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.chooseCardWrap:hover .choosebox1 {
  /* width: 85px; */
  /* height: 85px; */
}

.chooseCardWrap:hover .chooseImg {
  filter: invert(53%) sepia(57%) saturate(5893%) hue-rotate(350deg)
    brightness(89%) contrast(92%);
  /* transition: all 0.3s ease-in-out; */
}

.chooseImg5Wrap {
  width: 75px;
}

.chooseimg5 {
  margin-left: 1px;
}

.bookBtn {
  padding: 13px 25px;
  font-family: "Inter", serif;
  background: var(--primary-color);
  border-radius: 50px;
  color: var(--white-color);
  border: 2px solid var(--primary-color);
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font-weight: 600;
}

.bookBtn:hover {
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  background: var(--white-color);
}

.chooseCta {
  color: var(--primary-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
}

/* doctor at home section */

.curvedBorder {
  border-radius: 20px;
}

/* why call section */

.whyCallSection {
  background: url(../images/banner/why-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

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

.whyHead {
  color: var(--white-color);
  font-weight: 600;
}

.whyPara {
  color: var(--white-color);
  font-size: 15px;
}

.docHomePointerWrap {
  padding-left: 30px;
}

.mobileWhyCall .whyContentWrap {
  background: linear-gradient(270deg, rgba(48, 123, 196, 0.4) 0%, #bc3d3d 100%);
}

/* faq section */

.redBg {
  background: rgba(196, 40, 41, 0.08);
}

.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-weight: 800;
  color: #000 !important;
}

.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: 1px solid #c3e4e8 !important;
  border-right: 1px solid #c3e4e8 !important;
  border-left: 1px solid #c3e4e8 !important;
  border-top: none !important;
  background-color: transparent !important;
}

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

.accordion-header {
  border-top: 1px solid #c3e4e8;
}

/* 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;
}

/* compare table section */

.compareTableWrap {
  border-radius: 1.875rem;
  border: 1px solid #b08300;
  background: #fff;
  box-shadow: 0px 10px 20px 0px #f3dbd9;
  padding: 30px;
}

img.tableHomeImg {
  padding: 13px;
}

.tableIconWrap {
  border-radius: 50%;
  border: 1px solid #ea4335;
  background: rgba(234, 67, 53, 0.05);
}

.compareTableSection {
  background-color: #fbefee;
}

.compareTableHead {
}

.compareHead1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #c42829;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.compareTableTextContent p {
  font-size: 13px !important;
}

/* footer */

.footersection {
  background-color: #c42829;
}

/* extra */

p.errortext {
  color: #fff;
  padding-left: 8px !important;
  font-size: 12px;
  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;
}

/* arabic Extra Text */

.pointerDotImg {
}

.arabicText {
  direction: rtl !important;
  text-align: right !important;
}

.rightText {
  text-align: right !important;
}

.rightDirection {
  direction: rtl !important;
}

.stepTextWrap {
  width: 400px;
}

.banPointerText {
  width: 415px;
}

.chooseHeadWrap .sectionTitle {
  font-size: 36px;
}

.whyHead,
.whyPara {
  /* text-align: right; */
}

/* media query */

@media only screen and (max-width: 1200px) {
  .featherImg {
    width: 60%;
    height: auto;
  }

  .featherImgWrap {
    position: absolute;
    top: 50%;
    right: -23%;
    /* width: 80%; */
  }
}

@media only screen and (max-width: 992px) {
  .bannerSection {
    background-image: url(../images/banner/mob.jpg);
  }

  .doctorTypesCardWrap {
    margin: 15px 0;
  }

  .featherImg {
    width: 40%;
    height: auto;
  }

  .featherImgWrap {
    position: absolute;
    top: 60%;
    right: -45%;
    /* width: 80%; */
  }

  .bannerPointerWrap.mt-3 {
    margin-top: 5px !important;
    padding-top: 0px !important;
  }

  .clinicContentWrap {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .accordion-body {
    padding: 0 20px 17px 15px !important;
  }

  .chooseCardWrap {
    margin: 10px 0;
  }

  .sectionpad {
    padding: 40px 0;
  }

  .sectionpadbottom {
    padding-bottom: 40px;
  }

  .sectionpadtop {
    padding-top: 40px;
  }

  .faqhead {
    font-size: 17px;
    line-height: 28px;
    padding-right: 20px;
  }

  .footersection p {
    font-size: 12px;
  }

  .bannerFormCallWrap {
    display: flex;
    flex-direction: column;
  }

  .banCallForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
    margin-top: 15px;
  }

  .banCallHead {
    font-size: 23px;
    line-height: 28px;
    text-align: center;
  }

  .callInput {
    width: 100%;
  }

  .formCallBtn {
    background: linear-gradient(105deg, #bc3d3d 0%, #274760 100%);
    padding: 13px 16px;
    font-weight: 600;
    margin: 15px 0 0 0 !important;
  }

  .featherImgWrap {
    display: none;
  }

  .stepContentWrap {
    margin: 0 10px;
    border-radius: 1.875rem;
    background: #fff;
    box-shadow: 6px 14px 33.2px 0px rgba(105, 169, 234, 0.3);
  }

  .banStamp {
    width: 135px;
    height: auto;
  }

  .bannerContentWrap {
    padding: 30px 0;
  }

  .sectionTitle {
    font-size: 27px;
    line-height: 39px;
  }

  .chooseHeadWrap {
    margin-top: 20px;
  }

  .chooseTextWrap p {
    font-size: 13px;
    line-height: 22px;
    padding-left: 40px !important;
  }

  .stepContentWrap {
    padding: 25px;
  }

  .bannerGmbReview img {
    width: 85%;
  }

  p.docInfo {
    font-size: 13px;
    height: auto;
  }

  .drNoonInfo {
    height: auto !important;
  }

  .doctorContentWrap {
    width: 100%;
    margin: 0 auto;
  }

  .googleReviewTextWrap {
    height: auto;
  }

  .googleReviewSection .owl-nav,
  .googleReviewSection .owl-dots {
    display: block !important;
  }
}

@media only screen and (max-width: 576px) {
  .banImgPic {
    margin-top: -3px;
  }

  .googleReviewTextWrap {
    height: 200px;
  }

  .docTextContentWrap {
    height: auto;
  }

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

  .pageTitle {
    font-size: 30px;
    line-height: 42px;
  }

  .bannerSubhead {
    font-size: 15px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

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

  .appointBtn {
    font-size: 16px;
    padding: 10px;
  }

  .banStamp {
    width: 100px;
    height: auto;
  }

  button.accordion-button {
    padding: 17px;
  }

  .faqhead {
    font-size: 15px;
    line-height: 23px;
    padding-right: 20px;
  }

  .sectionTitle {
    font-size: 22px;
    line-height: 36px;
  }

  .whyCard img {
    width: 45px;
    height: 45px;
  }

  .whyHead {
    font-size: 17px;
  }

  .chooseHeadWrap {
    margin-top: 0px;
  }

  .whyContentWrap {
    padding: 20px;
  }

  .mobileWhyCall .container {
    padding: 0;
  }

  .chooseHeadWrap .sectionTitle {
    font-size: 21px;
  }
}

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