/* //// COMMON CSS CODE START //////// */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all linear .3s;
  color: #000;
}

a:hover {
  color: #008068;
}

article.content.px-3.py-5.p-md-5 {
  padding: 0 !important;
}

html,
body {
  width: 100%;
  background: #fff;
  color: #000;
  font-family: "Figtree", sans-serif;
}

html.hideScroll,
body.hideScroll {
  overflow: hidden !important;
}

.cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: rgba(0, 128, 105, 0.479);
  opacity: 0;
  z-index: 999999999999;
  user-select: none;
  pointer-events: none;
  mix-blend-mode: difference;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border-radius: 6px;
  width: 6px;
  background: linear-gradient(90deg, #009377 0%, #00C39E 100%);
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.mainContainer {
  position: relative;
  margin: 0;
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  width: 100% !important;
  position: relative;
  max-width: 1920px !important;
  padding: 0 185px !important;
  margin: 0px auto !important;
}

.section {
  display: block;
  width: 100%;
  position: relative;
}

.btn {
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  transition: all linear .3s;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 35px;
  min-width: 157px;
  max-width: 100%;
}

.btn.primaryBtn {
  background: #25FFD6;
  color: #000;
  border: 1px solid #25FFD6;
}

.btn.primaryBtn:hover {
  background: #fff;
  border: 1px solid #25FFD6;
  color: #000;
}

.btn.secBtn {
  background: #008068;
  color: #fff;
  border: 1px solid #008068;
}

.btn.secBtn:hover {
  background: #fff;
  border: 1px solid #008068;
  color: #000;
}

.fullSizeImg {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

/* /// HEADING SIZES ///// */
h1 {
  font-size: calc(40px + 1.8vw);
  line-height: normal;
  font-weight: 700;
}

h2 {
  font-size: calc(30px + 1.8vw);
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-size: calc(24px + .8vw);
  font-weight: 700;
  line-height: normal;
}

h4 {
  font-size: calc(18px + .3vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h5 {
  font-size: calc(16px + .3vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h6 {
  font-size: calc(14px + .2vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  font-size: calc(16px + .1vw);
  font-style: normal;
  font-weight: 400;
}

p.smallTxt {
  font-size: calc(14px + .1vw);
  font-style: normal;
  font-weight: 400;
}
.articleTextContent h2.wp-block-heading {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
}

h1.articleName {
    font-size: 30px;
}

ul.wp-block-list {
    margin: 10px auto;
}

.articleTextContent .contentSideInfo a {
    color: #008068;
    text-decoration: underline;
    cursor: pointer;
    opacity: 1;
    transition: all linear .3;
}
h3.wp-block-heading {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.articleTextContent .contentSideInfo a:hover {
    opacity: .6;
}

p.articleShortHeading {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .container {
    padding: 0 50px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 30px !important;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    padding: 0 20px !important;
  }

  h1 {
    font-size: calc(30px + 1.5vw);
  }

  h2 {
    font-size: calc(28px + 1.2vw);
  }

  h3 {
    font-size: calc(22px + .8vw);

  }

  h4 {
    font-size: calc(18px + .3vw);
  }

  h5 {
    font-size: calc(16px + .2vw);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  h6 {
    font-size: calc(14px + .1vw);
  }

  p {
    font-size: 16px;
  }

}

.maxContainer {
  max-width: 1350px;
  margin: 0px auto;
  width: 100%;
  display: block;
}

.bulletsList {
  list-style: disc;
  display: block;
  margin: 20px;
}

.commonPadding {
  padding: 50px 0 !important;
}

.fadedTextHeading span {
  opacity: .4;
}

/* //// COMMON CSS CODE END //////// */


/* //// CUSRTOM CSS BY SAAD START //////// */

/* HEADER CSS CODE START  */
.header {
  position: relative;
  width: 100%;
  display: block;
}

.headerPlaceHolder {
  min-height: 100px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}

.headerContainer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 100px;
  border: 1px solid #B4B4B4;
  background: #FFF;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.25);
  transition: all linear .3s;
}

.headerContainer.sticky {
  position: fixed;
  min-height: 100px;
}

.announcmentBar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px;
  min-height: 42px;
  background: linear-gradient(90deg, #009377 0%, #00C39E 100%);
  color: #fff;
}

.announcmentBar p.annnoucmentTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px auto;
  color: #fff;
}

nav.headerNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}

a.headerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 183px;
  min-width: 183px;
}

a.headerLogo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

ul.headerNavigationItems {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  margin: 0px 20px;
}

ul.headerNavigationItems li {
  margin-right: 33px;
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdownMenuContainer {
  position: absolute;
  border-radius: 10px;
  border: 0.3px solid #B4B4B4;
  background: #FFF;
  padding: 23px 32px;
  min-width: 280px;
  top: 150%;
  left: 0;
  transition: all linear .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
}

p.dropDownTitle {
  color: #9D9D9D;
  font-family: Figtree;
  font-size: calc(10px + .2vw);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
}

.dropdownMenuContainer a {
  font-size: calc(12px + .1vw);
  font-style: normal;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 0;
  width: max-content;
  max-width: 100%;
}

.dropdownMenuContainer ul {
  width: 100%;
  display: block;
}

.dropdownMenuContainer ul li {
  display: block;
  min-height: 0;
}

.dropdownMenuContainer ul li:last-child a {
  margin: 0 !important;
}


ul.headerNavigationItems li:hover .dropdownMenuContainer {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: all;
}

ul.headerNavigationItems li:hover a.navLink {
  font-weight: 700;
  color: #008068;
}

.dropdownMenuContainer a:hover {
  color: #008068;
}

.headerNav a.btn {
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + .2vw);
}

a.navLink {
  font-size: calc(14px + .2vw);
  font-style: normal;
  font-weight: 500;
}

.mobileMenuOpener {
  display: none;
}

.navContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

a.navLink span {
  display: none;
}

a.navLink:hover,
a.navLink.active {
  color: #008068;
}

.dropdownMenuContainer a.navLink {
  font-size: calc(10px + .2vw);
  color: #000 !important;
  font-weight: 400 !important;
}

.dropdownMenuContainer a.navLink:hover,
.dropdownMenuContainer a.navLink.active {
  color: #008068 !important;
  font-weight: 600 !important;
}

p.dropDownTitle {
  display: none;
}

/* HEADER CSS CODE END  */


/* HERO SECTION CSS START  */
.heroSec {
  width: 100%;
  height: max-content;
  overflow: hidden;
}

.bannerImgAndOverlay {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(270deg, rgba(0, 198, 161, 0.00) 14.5%, rgba(0, 136, 110, 0.57) 43.59%, #005747 100%);
}

.onlyTextAndBgSec .bannerOverlay {
  background: linear-gradient(270deg, rgba(0, 198, 161, 0.50) 0%, rgba(0, 136, 110, 0.57) 20.5%, #005747 100%);
}

.bannerContentContainer {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px auto;
  padding: 70px 0;
  min-height: 700px;
}

.contentTxt {
  width: 100%;
  text-align: left;
  max-width: 700px;
}

.contentTxt.minMaxContent {
  max-width: 600px;
}

.bannerContentContainer .contentTxt {
  color: #fff;
}

.bannerContentContainer .contentTxt p {
  font-size: calc(22px + .2vw);
  font-style: normal;
  font-weight: 400;
}

.bannerImgAndOverlay img.fullSizeImg {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 60%;
}

.onlyTextAndBgSec .bannerOverlay {
  background: linear-gradient(270deg, rgba(0, 198, 161, 0.50) 0%, rgba(0, 136, 110, 0.57) 20.5%, #005747 100%);
}

.onlyTextAndBgSec .bannerContentContainer {
  padding: 50px 0;
  height: max-content;
  min-height: 420px;
}

.onlyTextAndBgSec .contentTxt {
  text-align: center;
  margin: 0px auto;
  max-width: 1000px;
}

.onlyTextAndBgSec .contentTxt h2 {
  font-size: calc(30px + 1.2vw);
}

.bannerContentContainer a.btn {
  text-transform: capitalize;

}

.bgBannerWithSvg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  background: #009377;
}

.bgBannerWithSvg svg {
  width: 100%;
  height: 100%;
  max-width: 30%;
}

/* HERO SECTION CSS END  */

/* home page css code start  */
.possiblitiesSec {
  padding: 51px 0;
}

.centerHeadingTxt {
  text-align: center;
  margin: 0px auto 50px auto;
  color: #0D0D0D;
}

.shadowBoxContainer {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2.679px 13.396px 0px rgba(0, 0, 0, 0.10);
  padding: 25px;
  text-align: center;
  height: 100%;
}

.row.contentRow {
  row-gap: 20px;
}

.boxContent {
  width: 100%;
  text-align: center;
}


.boxContent img.iconImg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0px auto;
  object-fit: contain;
}

.boxContent h4 {
  margin: 10px auto;
}

.boxContent h5.boldTxt {
  font-size: calc(16px + .1vw);
  line-height: normal;
  margin-bottom: 5px;
}

.boxContent p {
  margin: 0;
}


.doctorIntroBg {
  width: 100%;
}

.doctorIntroBg {
  padding: 70px 0;
  background: linear-gradient(283deg, #58FFE0 -41.64%, #008068 99.76%);
  position: relative;
  color: #fff;
  overflow: hidden;
}

.leftBgIcon {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 44%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.contentContainer {
  position: relative;
  z-index: 1;
}

h2.leftBigHeadingTxt {
  text-align: left;
  color: #fff;
  max-width: 70%;
}

.contentContainer .row.reverseInMobile {
  align-items: center;
}

.rightImgContainer {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.rightImgContainer img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.leftBgIcon svg {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
}

.iconTxBoxesGrids {
  padding: 51px 0;
}

.iconInfoBox {
  border-radius: 10px;
  background: #008068;
  box-shadow: 0px 2.68px 13.48px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.hasBtmShadow {
  box-shadow: 0px 2.8px 13px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

.hasBtmShadow::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
}

.iconContainer {
  border-radius: 10px 0px 0px 10px;
  background: #009377;
  padding: 10px;
  max-width: 153px;
  min-height: 153px;
  margin: 0;
  min-width: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconContainer img.iconImg {
  display: block;
  max-width: 100%;
  width: 74px;
  height: 74px;
  min-height: 74px;
  object-fit: contain;
}

.iconSideInfo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  padding: 5px 30px;
}

.iconSideInfo h4 {
  margin-bottom: 15px;
}

.simpleImgTxtGrids {
  padding: 51px 0;
}

.row.hasMarginBottom {
  margin-bottom: 54px;
}

.sideImgContainer {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.imgOverlay {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.sideImgContainer img {
  width: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  height: auto !important;
  display: block !important;
  overflow: hidden;
}

.sideTxtContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30px;
  max-width: 95%;
}


.row.reverseInMobile .sideTxtContainer.leftAlignTxt {
  padding-left: 0;
  padding-right: 30px;
}

.sideTxtContainer h4,
.sideTxtContainer h5,
.sideTxtContainer h6,
.sideTxtContainer h2,
.sideTxtContainer h1,
.sideTxtContainer h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.clientsLogoArea {
  background: linear-gradient(90deg, #008068 0%, #00C39E 100%);
  padding: 60px 0;
}

.centerHeadingTxt.whiteTxt {
  color: #ffffff;
}

.carouselItemsContainer {
  width: 100%;
  display: block;
  position: relative;
  padding: 0px 48px;
}

.carouselItemsContainer .owl-nav {
  margin: 0 !important;
  height: 0 !important;
}

.carouselItemsContainer .owl-nav button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px;
  height: 48px;
  color: #25FFD6 !important;
  background: transparent !important;
  border: 0px solid !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  padding: 0 !important;
}

.carouselItemsContainer .owl-nav button svg {
  width: 100%;
  height: 100%;
  color: inherit;
}

.carouselItemsContainer button.owl-prev {
  left: -40px;
}

.carouselItemsContainer button.owl-next {
  right: -40px;
}

.carouselItemsContainer button.owl-next svg {
  transform: scaleX(-1);
}

.logoItemBox {
  width: 100%;
  display: block;
  height: 39px;
  object-fit: contain;
  max-width: 100%;
}

.logoItemBox a {
  display: block;
  width: 100%;
  height: 100%;
}

.logoItemBox img {
  width: 90% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.infoThreeColTableSec {
  padding: 51px 0;
}

.customInfoTable {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background: #FFF;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.25);
}

.tableMainRowArea {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  background: #fff;
}

.secBtnContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  padding: 50px 0;
  text-align: center;
}

.secBtnContainer a.btn {
  width: max-content;
  max-width: 100%;
  min-width: 264px;
}


.tableHeading {
  background: #F0F0F0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-height: 53px;
}

.simpleCell {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  min-height: 89px;
  padding: 10px 20px;
  color: #000;
  border-bottom: .5px solid #009377;
}

.tableColContainer {
  width: max-content;
  max-width: 999px;
}


.tableCellsContainer.simpleCellsContainer.centerAlignTxt {
  text-align: center;
}

.tableCellsContainer.simpleCellsContainer.centerAlignTxt .simpleCell {
  text-align: center;
  justify-content: center;
}

.tableCellsContainer.leftAlignTxt {
  text-align: left;
}

.tableCellsContainer.greenCellsContainer {
  border-radius: 10px;
  background: #686868;
  color: #fff;
  transition: all linear .3s;
}

.customInfoTable:hover .tableCellsContainer.greenCellsContainer {
  background: #009377;
}

.tableCellsContainer.greenCellsContainer .simpleCell {
  color: #fff;
}

.simpleImgTxt {
  padding: 51px 0;
}


.simpleImgTxt h2 {
  font-size: calc(30px + 1vw);
}

.btnsContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.certificationsSec {
  padding: 51px 0;
}

.certificatesRow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  column-gap: 10px;
  row-gap: 10px;
}

p.simpleSubHeading {
  max-width: 1000px;
  margin: 12px auto 0 auto;
  width: 100%;
}

.certificatesRow img.iconSimpleImg {
  display: block;
  width: 220px;
  height: 137px;
  object-fit: contain;
  max-width: 100%;
}

.testimonialSec {
  background: linear-gradient(282deg, #1DAA90 0.61%, #008068 60.38%);
  padding: 51px 0;
  color: #fff;
}

.testimonialSec .centerHeadingTxt {
  color: #fff;
}

.testimonialItemsContainer {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.testimonialBox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 0;
}

.boxInnerContainer {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.boxImgContainer {
  border-radius: 100%;
  border: 1px solid #58FFE0;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 123px;
  height: 123px;
  margin: -39px auto 0 auto;
}

.boxImgContainer img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.userInfo {
  text-align: center;
  margin: 20px auto 0 auto;
  color: #000;
}

.userMessage {
  text-align: center;
  margin: 10px auto 30px auto;
  color: #000;
  max-width: 80%;
}

.userMessage p {
  font-size: calc(14px + .1vw);
  line-height: normal;
  margin-bottom: 0;
}

.testimonialCarousel .owl-item.cloned {
  position: relative;
  z-index: 1 !important;
}

.testimonialCarousel .owl-item {
  opacity: .7 !important;
  position: relative !important;
  z-index: 1 !important;
}


.testimonialCarousel .owl-item.active.center {
  opacity: 1 !important;
  z-index: 3 !important;
}

.testimonialCarousel .testimonialBox {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonialCarousel .boxInnerContainer {
  transform: scale(1);
  transition: all linear .3s;
}

.testimonialCarousel .owl-item.active.center .boxInnerContainer {
  transform: scale(1.1);
}

.testimonialItemsContainer .owl-dots {
  margin-top: -30px !important;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

.testimonialItemsContainer .owl-dots button.owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #fff;
  padding: 0 !important;
  border-radius: 100%;
  background: transparent;
  margin: 0px 7px;
}

.testimonialItemsContainer .owl-dots button.owl-dot.active {
  background: #fff;
}

/* home page css code end  */

/* footer css code start  */
footer.footer {
  width: 100%;
  background: #005747;
  padding: 74px 0 25px 0;
  color: #fff;
  position: relative;
}

.relativeContainer {
  position: relative;
  z-index: 2;
}

.ftBgGraphics {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 30%;
}

.ftBgGraphics svg {
  width: 100%;
  height: 100%;
}

.ftInfoContainerRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 10px;
  row-gap: 10px;
}

.logoInfoCol {
  flex: 2;
  display: block;
}

.menuInfoCol {
  flex: 1;
  display: block;
}

a.ftLogo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  width: 100%;
  max-width: 306px;
  margin-bottom: 18px;
}

a.ftLogo img {
  display: block;
  width: 100%;
  height: auto;
}

.logoInfoCol a.btn {
  margin-left: 50px;
}

p.smallInfoHeading {
  font-size: calc(11px + .2vw);
  font-style: normal;
  color: #25FFD6;
  line-height: normal !important;
  font-weight: 700;
}

.simpleMenuList {
  display: block;
  color: #fff;
}

a.simpleTxtAnchor,
p.ftSimpleTxt,
.simpleMenuList a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  font-size: calc(11px + .2vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 216.667% */
  text-transform: capitalize;
  cursor: pointer;
  width: max-content;
  max-width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

a.simpleTxtAnchor:hover,
.simpleMenuList a:hover {
  color: #25FFD6;
}

p.ftSimpleTxt {
  max-width: 170px;
  line-height: 1.3;
}

.ftBtmRow {
  border-top: 1px solid #00FFCF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
  column-gap: 20px;
  row-gap: 20px;
  padding-top: 14px;
}

ul.ftBtmLinkRow a,
p.copyTxt {
  font-size: calc(9px + .2vw);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 260% */
  margin-bottom: 0;
  color: #fff;
}

ul.ftBtmLinkRow {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
  flex: 2;
}

p.copyTxt {
  flex: 1;
}

.socialMediasIcons {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

a.mediaIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  min-width: 25px;
  min-height: 25px;
}

a.mediaIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}

a.mediaIcon:hover {
  color: #25FFD6;
}

ul.simpleMenuList {
  max-width: 200px;
}

/* footer css code end  */


.heroContentWithSideImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: nowrap;
}

.heroContentImgContainer {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

.heroContentImgContainer img {
  display: block;
  height: auto;
  object-fit: contain;
  width: 500px;
  max-width: 100%;
  max-height: 400px;
}


.contentSizeHeroSec h1 {
  font-size: calc(40px + .8vw);
}

section.section.textGridsInfo {
  padding: 50px 0;
}

.txtBox {
  width: 100%;
  display: block;
  padding: 10px;
}

.txtBox h4 span {
  font-size: 80%;
}

ol.bulletLists {
  list-style: disc;
  margin-left: 30px;
  padding: 0;
  margin-bottom: 20px;
  width: calc(100% - 30px);
  max-width: 100%;
}

ol.bulletLists li {
  font-size: calc(14px + .2vw);
  font-style: normal;
  font-weight: 600;
}


.greenBg {
  background: #35CCB0;
  box-shadow: 0px 2.8px 13px 0px rgba(0, 0, 0, 0.25);
}

.imgCardGrids {
  padding: 50px 0;
}

.bgCenterGraphic {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  transform: translateY(-50%);
  max-width: 800px;
}

.bgCenterGraphic svg {
  width: 100%;
  height: 100%;
}

.innerContentMaxSizedContainer {
  width: 100%;
  max-width: 1065px;
  margin: 0px auto;
}

.imgTxtCardContainer {
  width: 100%;
  overflow: hidden;
  margin: 0px auto 20px auto;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4.082px 20.408px 0px rgba(0, 0, 0, 0.10);
}

.imgTxtCardContainer .imgBox {
  width: 100%;
  height: max-content;
  max-height: 408px;
  margin: 0;
}

.imgTxtCardContainer .imgBox img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.cardContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px auto;
  min-height: 216px;
  padding: 20px;
}

.colorTxt {
  color: #009377;
}

ol.bulletLists li span {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

ol.bulletLists li span {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

.revenueBarsSec {
  padding: 50px 0;
}

.revenueDetailRow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: nowrap;
}

.numberAndBarContainer {
  width: 100%;
  max-width: 258px;
  margin: 0;
  text-align: center;
  color: #008068;
}

.numberAndBarContainer p {
  color: #000;
}

.animatedBarContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 10px;
  background: #00E8BC;
}

.animatedInnerBar {
  border-radius: 10px;
  background: #009377;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  height: 100%;
  min-width: 10px;
}

section.section.infoIconsGrid {
  padding: 50px 0;
}

.iconInfoRowContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 20px;
  column-gap: 30px;
}

.iconAndTxtBox {
  display: block;
  padding: 10px;
  width: 100%;
  max-width: 400px;
}

.iconAndTxtBox img {
  width: 104px;
  height: 108px;
  object-fit: contain;
  display: block;
  margin-bottom: 24px;
}

.bannerOverlayFormBox {
  text-align: center;
  width: 100%;
  max-width: 432px;
  margin: 0px;
}

.formHeadingContainer {
  margin-bottom: 20px;
}

.formHeadingContainer p.smallTxt {
  font-size: calc(14px + .1vw) !important;
}

form.formContainer {
  width: 100%;
}

.inputContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

.inputContainer label {
  font-size: calc(14px + .1vw) !important;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.inputContainer label span {
  color: #F00;
}

.inputContainer textarea,
.inputContainer input {
  border-radius: 10px;
  border: 1px solid #CACACA;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 5px 10px;
  color: #000;
}

.inputContainer input {
  min-height: 47px;
}

.inputContainer textarea {
  min-height: 100px;
}

.inputContainer textarea:focus,
.inputContainer textarea:active,
.inputContainer textarea:focus-within,
.inputContainer textarea:focus-visible,
.inputContainer input:focus,
.inputContainer input:active,
.inputContainer input:focus-within,
.inputContainer input:focus-visible {
  border: 3px solid #25FFD6 !important;
  box-shadow: none !important;
  outline: none !important;
}


label.customCheckBoxLabel {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.inputContainer label.customCheckBoxLabel input,
label.customCheckBoxLabel input {
  display: none;
}

span.checkBoxItem {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #CACACA;
  background: #FFF;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 10px;
  position: relative;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 2px;
}



span.checkedBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #25FFD6;
  transform: scale(0);
  transition: all linear .3s;
  border: 1px solid rgba(179, 179, 179, .6)
}

.inputContainer input:checked~span.checkBoxItem span.checkedBtn {
  transform: scale(1);
}

form.formContainer .btn {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 295px;
  margin: 0;
}

.internalrequestItemsRow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  column-gap: 40px;
  row-gap: 40px;
  max-width: 1089px;
  margin: 0px auto;
}

.sideHeadingAndBtn {
  width: 100%;
  max-width: 100%;
}

.sideInfoBullets {
  width: 100%;
  max-width: 100%;
}

.sideInfoBullets ol {
  list-style: disc;
}

.internalBlogs img {
  display: block;
  max-width: 100%;
}

img.headingAboveLogo {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}

.txtGridsInner {
  width: 100%;
  display: block;
  padding: 20px;
  max-width: 90%;
}

ol.bulletListRow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  flex-wrap: wrap;
  list-style: disc;
  column-gap: 20px;
  row-gap: 20px;
  max-width: 1066px;
}

ol.bulletListRow li {
  font-size: calc(18px + .2vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #6B6B6B;
  margin-right: 24px;
}

.centerTxtContainer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  width: 100%;
}

.whiteTxt {
  color: #fff;
}

.txtInnerContainer {
  width: 100%;
  max-width: 98%;
  padding: 10px;
}

.graphichHero .bannerOverlay {
  background: linear-gradient(282deg, #25FFD6 -21.1%, #008068 67.9%);
}


.graphichHero .bannerImgAndOverlay svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  position: absolute;
  right: 5%;
  bottom: -20%;
  z-index: 2;
}

h4.subHeading {
  font-size: calc(14px + .2vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  color: #25FFD6;
}

h4.subHeading.darkColor {
  color: #008068;
}

.simpleCenterText .centerHeadingTxt {
  max-width: 1000px;
}

.NoPaddingSec {
  padding: 0;
}

.NoPaddingSec .doctorIntroBg {
  background: linear-gradient(0deg, #005747 0%, #005747 100%);
  padding: 0;
}

.NoPaddingSec .container {
  padding: 0 !important;
  max-width: 100% !important;
  overflow: hidden;
}

p.simpleSideTxt {
  text-align: left;
  font-size: calc(18px + .1vw);
  padding: 20px;
  max-width: 600px;
  margin: 0px auto;
}

.btnShapeBadgesRow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px auto;
  max-width: 1066px;
  column-gap: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
}

p.btnShapeBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #008068;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin: 0;
  width: max-content;
  min-width: 344px;
  min-height: 74px;
}

p.centerSingleTxt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px auto;
  max-width: 1066px;
}

.contactFormContainerSec {
  background: #E4E4E4;
}

.contactFormContainerSec .maxContainer {
  max-width: 1066px;
}

.contactFormContainerSec .pageContactFormContainer {
  border-right: 1px solid #C9C9C9;
  max-width: 100%;
  padding-right: 91px;
}

.greenHeading {
  color: #008068;
}

.formRightColInfo {
  width: 100%;
  display: block;
  padding-left: 20px;
  text-align: left;
}

.iconAndLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: calc(14px + .2vw);
  cursor: pointer;
  color: #000;
}

.iconAndLink svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  margin-right: 10px;
}

.iconAndLink:hover {
  color: #008068;
}



.formSuccessPoup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.popupOverlay {
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
  opacity: 0.6;
  cursor: pointer;
}

.popupBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -500%);
  width: 96%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all linear 0.3s;
}

button.popupCloseBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-self: flex-end;
  margin: 20px 20px 0;
  border-radius: 100%;
  border: 0px solid !important;
  background: #008068;
  color: #ffffff;
}

button.popupCloseBtn svg {
  color: #ffffff;
}

.popupContent {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4d;
}

button.popupCloseBtn svg {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  color: #ffffff;
}

.formSuccessPoup.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  z-index: 1000000 !important;
}

.formSuccessPoup.active .popupBox {
  transform: translate(-50%, -50%);
}

.popupSuccessMessage.errorText {
  color: #f40000 !important;
}

.noMessage {
  color: #f40000 !important;
  font-size: 20px;
  text-align: center;
  margin: 10px auto !important;
  font-weight: 600;
}

.contactForm.submitting {
  pointer-events: none !important;
}

.contactForm.submitting .btn {
  opacity: .6;
  pointer-events: none !important;
}

.mobSection {
  display: none;
}

a.btn.primaryBtn.mobBtn {
  display: none;
}

p.annnoucmentTxt a {
  color: inherit;
  cursor: pointer;
}

/* //// CUSRTOM CSS BY SAAD END //////// */



/* //// CUSRTOM CSS BY SALMAN START //////// */


/* ------   Pev page ----- */

/* --- Center Text Section ----- */

section.section.CenterTextPev .internalContentArea {
  width: 100%;
  max-width: 1085px;
  text-align: center;
  margin: 51px auto 51px auto;
}

section.section.CenterTextPev .internalContentArea h3 {
  margin-bottom: 23px;
}

section.section.CenterTextPev .internalContentArea p {
  margin-bottom: 23px;
}

section.section.CenterTextPev .btn {
  height: 42px;
  min-height: 42px;
  max-width: 261px;
  min-width: 261px;

}



/* ---- Top Providers Section --------- */


section.section.TopProviders h3 {
  text-align: center;
}

section.section.TopProviders .textArea {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

section.section.TopProviders .textArea h4 {
  margin-bottom: 15px;
}

section.section.TopProviders .textArea p {
  width: 100%;
  max-width: 397px;

}


section.section.TopProviders .imgeTxtContainerMainSection {
  margin-top: 51px;
}

.clrtext {
  color: #009377;
}


/* -------- Green Section -------- */
section.section.GreentextMainContainer {
  background: linear-gradient(270deg, #58FFE0 0%, #00C39E 100%);
  box-shadow: 0px 2.8px 13px 0px rgba(0, 0, 0, 0.25);
}

section.section.GreentextMainContainer .greeninternalContainer {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.section.GreentextMainContainer h3 {
  text-align: center;
}

section.section.GreentextMainContainer .internalPointersSection {
  margin-top: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}

section.section.GreentextMainContainer .internalPointersSection p {
  width: 100%;
  max-width: 249px;
}


/* --------  We over ------- */

section.section.Wecover {
  margin-top: 51px;
  margin-bottom: 51px;
}

section.section.Wecover .textArea {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

section.section.Wecover .textArea h4 {
  margin-bottom: 15px;
}

section.section.Wecover .textArea ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 23px;
}

section.section.Wecover .textArea a {
  max-width: 320px;
}


/* -------  We Serve page ------ */

/* ------ Why Choose Pointer ------- */
section.section.whyChooseUs h3 {
  text-align: center;
}

section.section.whyChooseUs .chooseinternalContainer {
  margin-top: 50px;
  margin-bottom: 50px;
}


section.section.whyChooseUs .pointers {
  background: #005747;
  border-radius: 10px;
  padding: 25px;
  color: #FFF;
}

section.section.whyChooseUs .pointers p {
  min-height: 220px;
}

section.section.whyChooseUs .choosepointers .row {
  flex-wrap: nowrap !important;
  gap: 10px !important;
}



/* ---------  Our Services section -------- */

section.section.ourServices h3 {
  text-align: center;
}

section.section.ourServices .ourservicesInternalcontainer {
  margin-top: 51px;
}

.piointersInteral {
  padding: 10px 20px 20px 20px;
  max-width: 90%;
}

section.section.ourServices .ourservicesInternalcontainer .piointersInteral {
  width: 100%;
  border-top: 5px solid #00E8BC;
  border-radius: 3px;
}

section.section.ourServices .ourservicesInternalcontainer .piointersInteral h4 {
  margin-top: 20px;
}

section.section.ourServices .belowsection {
  margin-top: 50px;
}


/* ---------   Our competive Section ---------- */
section.section.CompetiveEdge .MainIntercontainer h3 {
  text-align: center;
}

section.section.CompetiveEdge .MainIntercontainer {
  margin-top: 40px;
}

section.section.CompetiveEdge .imgeTxtContainerMainSection {
  margin-top: 50px;
}

section.section.CompetiveEdge img {
  border-radius: 10px
}

section.section.CompetiveEdge p {
  width: 100%;
  max-width: 390px;
}

section.section.CompetiveEdge .textArea {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}


section.section.blogInternalSection .internalBlogs {
  margin-top: 30PX;
  margin-bottom: 30px;
}

section.section.blogInternalSection .internalBlogs img {
  margin-bottom: 20px;
}

section.section.greenlinksSection {
  background: linear-gradient(90deg, #009377 0%, #00C39E 100%);
}

section.section.greenlinksSection .greeninternalContainer {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFF;
  text-align: center;
}

section.section.greenlinksSection .spaceabovebelow {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-shadow {
  box-shadow: 0px 2.638px 13.192px 0px rgba(0, 0, 0, 0.10);
}


section.section.boxTextPev .internalContentArea {
  width: 100%;
  max-width: 1085px;
  text-align: center;
  margin: auto;
  padding-top: 51px;
  padding-bottom: 51px;
  margin-bottom: 20px;
}

section.section.boxTextPev .internalContentArea h3 {
  margin-bottom: 23px;
}

section.section.boxTextPev .internalContentArea p {
  margin-bottom: 23px;
}

section.section.boxTextPev .btn {
  height: 42px;
  min-height: 42px;
  max-width: 261px;
  min-width: 261px;
}


/* ------ evr page -------- */
section.section.bringtable {
  background: #015848;
}

section.section.bringtable .bringmaincontainer {
  padding-top: 50px;
  padding-bottom: 33px;
  color: #fff;
}

section.section.bringtable h3 {
  text-align: center;
  color: #fff;
}

section.section.bringtable p {

  color: #fff;
}

section.section.bringtable h5 {
  margin-bottom: 15px;
}


section.section.benfitssection .innnercontent {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 20px;
}

section.section.benfitssection .innnercontent img {
  border-radius: 10px;
  height: 200px;
}

section.section.benfitssection .benfitsMaincontainer {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.section.benfitssection .benfitsMaincontainer h3 {
  text-align: center;
}

section.section.benfitssection .benfitspointers {
  margin-top: 48px;
}

.spacearea {
  margin-top: 20px;
}


section.section.streamlinedsection .streamlinedInternal {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  row-gap: 20px;
  flex-wrap: wrap;
}

section.section.streamlinedsection .streamlineinternal {
  text-align: center;
}

.innerBoxShadow {
  padding: 20px;
  max-width: 100%;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  box-shadow: 0px 2.679px 13.396px 0px rgba(0, 0, 0, 0.10);
}

section.section.streamlinedsection img {
  margin-bottom: 20px;
}

section.section.streamlinedsection h3 {
  margin-bottom: 20px;
}


section.section.requestionsetion .internalrequest {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.section.requestionsetion {
  background: #50FADA;
}

section.section.requestionsetion .requestheading {

  width: 100%;
  margin-bottom: 20px;
}

section.section.requestionsetion .requestbtn {
  max-width: 389px;
  background: #008068;
  color: #fff;
  height: 42px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


section.section.epicsection {
  background: linear-gradient(90deg, #009377 0%, #00C39E 100%);
}

section.section.epicsection .internalepic {
  padding-top: 90px;
  padding-bottom: 90px;
}

section.section.epicsection .internalepic h3 {
  text-align: center;
  color: #FFF;
}

section.section.epicsection .epic-item {
  width: 100px;
}


section.section.epicsection .btn.primaryBtn {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: flex;
  text-transform: capitalize;
  margin-top: 50px;
}

section.section.epicsection .owl-item {
  display: flex;
  justify-content: center;
}

section.section.epicsection .carousel-container {
  margin-top: 50px;
}

section.section.epicsection .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}


section.section.epicsection .owl-next {
  position: absolute;
  right: 0;
}


.boldpointers {
  color: #009377;
}


/* /////  Epix Master Ehr section ////// */
/* --------  We over ------- */

section.section.emrepicmster {
  padding-top: 51px;
  padding-bottom: 51px;
}

section.section.emrepicmster .textArea {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

section.section.emrepicmster .textArea h4 {
  margin-bottom: 15px;
}

section.section.emrepicmster .textArea ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 23px;
}

section.section.emrepicmster .textArea a {
  max-width: 320px;
}

section.section.emrepicmster .MainIntercontainer {
  margin-top: 51px;

}

section.section.emrepicmster .emr_epic_heading {
  text-align: center;
}

section.section.emrepicmster .imgeTxtContainerMainSection img {
  border-radius: 10px;

}



/* -------  optimize Epic --------- */

section.section.optimizeEpic {
  background: #58FFE0;
  padding-top: 69px;
  padding-bottom: 69px;
}

section.section.optimizeEpic .inneroptiomizeSection {
  text-align: center;
}

section.section.optimizeEpic .btnOptimize {
  width: 100%;
  max-width: 264px;
  margin: auto;
  background: #005747;
  border-radius: 12px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  color: #00FFCF;
  font-size: 19px;
  cursor: pointer;
  margin-top: 23px;
}



/* ------   advantage section  ------ */
section.section.advantageCure .internalAdvantageSection {
  padding-top: 100px;
  padding-bottom: 100px;
}


section.section.advantageCure .advantageBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 386px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: #008068;
  font-size: 19px;
  margin-top: 30px;
}

.spacearea {
  padding-top: 100px;


}



/* ////// new ///////// */



section.section.elcinetable {
  background: linear-gradient(284deg, #58FFE0 -77.65%, #008068 99.77%);
}

section.section.elcinetable .bringmaincontainer {
  padding-top: 50px;
  padding-bottom: 33px;
  color: #fff;
}

section.section.elcinetable .bringpointercontainer {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.section.elcinetable h3 {
  text-align: center;
  color: #fff;
}

section.section.elcinetable p {
  color: #fff;
}

section.section.elcinetable h5 {
  margin-bottom: 15px;
}

section.section.elcinetable .btm_button {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}


.btom_btn_container a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #008068;
  height: 42px;
  border-radius: 12px;
  max-width: 360px;
  font-size: 19px;
}

.btom_btn_container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}



section.section.ourServices .belowSectionArea {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

section.section.ourServices .belowSectionArea a {
  width: 100%;
  max-width: 306px;
  font-size: 19px;
  cursor: pointer;
  color: #fff;
  height: 42px;
  border-radius: 12px;
  background: #005747;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}


section.section.centerArea {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

section.section.centerArea h3 {
  color: #008068;
  margin-bottom: 20px;
}

section.section.centerArea p {
  font-size: 16px;
  width: 100%;
  max-width: 864px;
  margin: auto;
}

.bggradient {
  background: linear-gradient(90deg, #009377 0%, #00C39E 100%);
}

.bggreen {
  background: #005747 !important;

}



section.section.additinalText {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

section.section.additinalText h3 {
  margin-bottom: 30px;
}

section.section.additinalText ul {
  list-style: disc;
  margin-bottom: 20px;
}

section.section.talioredContainer.bggradient {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
}

section.section.talioredContainer.bggradient ul {
  display: flex;
  justify-content: center;
  list-style: disc;
  margin-top: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}

section.section.talioredContainer.bggradient li {
  margin-right: 20px;
}

section.section.talioredContainer.bggradient h3 {
  margin-bottom: 20px;
}

.colorgreenish {
  color: #009377;
}


section.section.emrepicmster .industrypointers {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.section.emrepicmster .industrypointers h5 {
  min-height: 50px;
}

section.section.emrepicmster .btm-area {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
}

section.section.emrepicmster .btm-area a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 386px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: #008068;
  font-size: 19px;
  margin-top: 30px;
}

section.section.emrepicmster .btm-area a:hover {
  border: 2px solid #008068;
  background: transparent;
  color: #008068;
}

.mentaareasection ul {
  list-style: disc;
  margin-left: 20px;
}

.mentaareasection .shadowBoxContainer {
  min-height: 270px;
  display: flex;
  align-items: center;
}

.whiteBgArea {
  background: #fff !important;
  color: #000 !important;
}

section.section.talioredContainer.bggradient {
  background: linear-gradient(270deg, rgba(0, 136, 110, 0.70) 0.01%, #005747 100%);
}

/* //// CUSRTOM CSS BY SALMAN END //////// */


.blogGridBox {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4.082px 20.408px 0px rgba(0, 0, 0, 0.10);
  display: block;
}

.blogImgContainer {
  overflow: hidden;
  border-radius: 10px;
}

.blogImgContainer img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  display: block;
}

.articleInfoContent {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
  margin: 0px auto;
}

.articleInfoContent h4 {
  margin-bottom: 10px;
  text-align: center;
}

p.articleShortHeading {
  text-align: center;
  margin-bottom: 20px;
}

a.readMoreBtn {
  cursor: pointer;
  transition: al linear .3s;
  color: #008068;
  font-size: calc(18px + .2vw);
  font-style: normal;
  font-weight: 600;
}

a.readMoreBtn:hover {
  color: #000;
}

.articleDateInfo {
  border-top: 1px solid rgb(162 162 162 / 54%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  padding: 10px;
  min-height: 55px;
  color: #828282;
  text-align: center;
  font-size: calc(14px + .1vw);
  font-style: normal;
  font-weight: 300;
}

h1.articleName {
  font-size: calc(35px + 1vw);
  margin-bottom: 10px;
}

.articleMajorInfi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.articleMajorInfi p {
  margin-right: 20px;
  color: #949494;
  font-size: calc(10px + .2vw);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.articleMajorInfi p span {
  margin-left: 20px;
}

.articleBanner {
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 20px auto;
}

.articleBanner img.articleFeaturedImg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: 20% 22%;
}

.articleTextContent {
  width: 100%;
}

.contentSideInfo {
  max-width: 100%;
  width: 100%;
  text-align: left;
  margin: 0px;
}

@media only screen and (max-width: 1600px) {
  .container {
    padding: 0 100px !important;
  }

  ul.headerNavigationItems li {
    margin-right: 20px;
  }
}


@media only screen and (max-width: 1450px) {
  .container {
    padding: 0 60px !important;
  }
}



@media only screen and (max-width: 1350px) {
  .container {
    padding: 0 40px !important;
  }

  ul.headerNavigationItems li {
    margin-right: 15px;
  }

  a.navLink {
    font-size: calc(14px + .1vw);
    font-style: normal;
    font-weight: 500;
  }


}

@media only screen and (max-width: 1200px) {
  a.headerLogo {
    width: 120px;
    min-width: 120px;
  }

  .container {
    padding: 0 20px !important;
  }

  .ftInfoContainerRow {
    flex-wrap: wrap;
    justify-content: center;
  }


  a.headerSideBtn.btn.primaryBtn {
    font-size: calc(11px + .1vw);
    padding: 5px 10px;
    min-width: 0;
  }

  .logoInfoCol {
    flex: 1;
  }

  .logoInfoCol a.btn {
    margin: 0px auto;
  }

  .btn {
    font-size: calc(13px + .2vw);
    padding: 10px 10px;
    min-height: 40px;
  }
}

@media only screen and (max-width: 1120px) {
  a.headerLogo {
    width: 130px;
    min-width: 130px;
  }

  ul.headerNavigationItems li {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1030px) {
  ul.headerNavigationItems {
    margin: 0 5px !important;
  }
}



@media only screen and (max-width: 991px) {
  .navContent {
    position: fixed;
    top: 80px;
    left: 0;
    display: block;
    justify-content: center;
    margin: 0px auto;
    width: 100%;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .9);
    z-index: 10;
    transition: all linear .3s;
    transform: translateY(-200%);
    height: max-content;
    max-height: calc(100% - 80px);
    min-height: calc(100% - 80px);
    overflow-y: auto;
  }

  button.mobileMenuOpener {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
    background: #009f81;
    border: 1px solid #009f81;
    border-radius: 5px;
    flex-direction: column;
    z-index: 2222;
  }

  button.mobileMenuOpener span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 2px;
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    transform: rotate(0deg);
    transition: all linear .3s;
  }

  button.mobileMenuOpener span:nth-child(2) {
    margin: 5px auto;
  }

  .headerContainer {
    min-height: 80px;
  }

  .headerPlaceHolder {
    min-height: 80px;
  }

  a.headerLogo {
    width: 160px;
    max-width: 100%;
    position: relative;
    z-index: 222;
  }

  .menuIsOpen button.mobileMenuOpener span:nth-child(2) {
    left: -40px;
    opacity: 0;
  }

  .menuIsOpen button.mobileMenuOpener span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
  }

  .menuIsOpen button.mobileMenuOpener span:nth-child(3) {
    transform: rotate(-45deg);
    top: -7px;
  }

  .cursor-follower {
    display: none;
  }


  .menuIsOpen .navContent {
    transform: translateY(0);
  }

  ul.headerNavigationItems {
    flex-direction: column;
    width: 100% !important;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 10px;
    height: max-content;
    margin: 10px auto 0 auto !important
  }

  ul.headerNavigationItems li {
    margin: 0px auto;
    height: max-content;
    min-height: 0;
    max-width: 100%;
  }

  ul.headerNavigationItems li::before {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  li.linksCanWork li::before,
  ul.headerNavigationItems li.linksCanWork::before {
    display: none;
  }


  a.headerSideBtn {
    margin: 0px auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .certificatesRow {
    flex-direction: column;
  }

  .row.reverseInMobile .sideTxtContainer.leftAlignTxt {
    padding: 0px;
  }

  .row.reverseInMobile {
    flex-direction: column-reverse;
  }

  .sideTxtContainer {
    margin: 20px auto;
    padding: 0 !important;
  }

  .customInfoTable {
    overflow-x: auto;
  }

  .tableMainRowArea {
    width: 100%;
    min-width: 700px;
  }

  .clientsLogoArea {
    padding: 40px 0;
  }


  h2.leftBigHeadingTxt {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
  }

  .iconContainer {
    min-width: 80px;
    max-width: 80px;
  }

  .iconContainer img.iconImg {
    width: 50px;
    height: 50px;
  }

  .iconSideInfo {
    padding: 10px;
  }

  .bannerImgAndOverlay img.fullSizeImg {
    object-position: 70%;
  }

  .bannerContentContainer {
    min-height: 450px;
    padding: 50px 0;
  }

  .bannerOverlay {
    background: linear-gradient(270deg, rgb(0 198 161 / 62%) 14.5%, rgba(0, 136, 110, 0.57) 43.59%, #005747 100%);
  }

  .testimonialCarousel .owl-item.active.center .boxInnerContainer {
    transform: scale(1);
  }

  .testimonialCarousel .testimonialBox {
    padding: 50px 0;
  }

  .dropdownMenuContainer {
    padding: 10px;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
    top: 0 !important;
    position: relative !important;
  }

  ul.headerNavigationItems li {
    flex-direction: column;
    row-gap: 10px;
    column-gap: 10px;
  }

  .dropdownMenuContainer ul {
    text-align: center;
  }

  .dropdownMenuContainer ul a {
    margin: 10px auto;
  }

  .dropdownMenuContainer ul li:last-child a {
    margin: 10px auto 0 auto !important;
  }

  .headerContainer.sticky {
    min-height: 80px;
  }

  .menuIsOpen .announcmentBar {
    display: none;
  }

  .ftBtmRow {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }

  p.copyTxt {
    flex: 2;
  }

  a.mediaIcon {
    margin: 0px auto;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }

  footer.footer {
    padding: 30px 0 20px 0;
  }

  .ftInfoContainerRow {
    column-gap: 20px;
    flex-direction: column;
  }

  .logoInfoCol a.btn.primaryBtn {
    display: none;
  }

  .logoInfoCol {
    flex: auto;
    width: 100%;
    text-align: center;
    margin: 0px auto 20px auto;
  }

  .logoInfoCol a.ftLogo {
    max-width: 240px;
    width: 100%;
    margin: 10px 0;
  }

  .heroContentWithSideImg {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .onlyTextAndBgSec .contentTxt h2,
  .contentSizeHeroSec h1 {
    font-size: calc(28px + 1vw);
  }

  .bannerContentContainer .contentTxt p {
    font-size: calc(16px + .1vw);
  }

  .heroContentImgContainer img {
    max-width: 300px;
    margin: 0px auto;
    height: 300px;
  }

  .heroContentImgContainer {
    justify-content: flex-start;
  }

  .iconInfoRowContainer {
    flex-direction: column;
  }

  .iconAndTxtBox img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

  .internalrequestItemsRow {
    flex-direction: column;
    width: 100%;
  }

  .sideInfoBullets {
    margin-left: 20px;
    max-width: calc(100% - 20px);
  }

  section.section.requestionsetion .internalrequest {
    padding: 50px 0;
  }

  .formRightColInfo {
    padding: 0;
    margin-top: 30px !important;
  }

  .contactFormContainerSec .pageContactFormContainer {
    padding: 0;
    width: 100%;
    max-width: 100%;
    border: 0px solid !important;
  }

  .bannerOverlayFormBox {
    max-width: 100%;
  }


  p.btnShapeBadge {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    border-radius: 10px;
  }

  .centerHeadingTxt {
    margin: 0px auto 30px auto;
  }

  .choosepointers {
    width: 100%;
  }

  .choosepointers .col-md-3.col-12.pointers {
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    padding: 20px;
  }

  section.section.whyChooseUs .choosepointers .row {
    flex-wrap: wrap !important;
    overflow: hidden;
  }

  section.section.whyChooseUs .pointers p {
    min-height: 50px;
  }

  .piointersInteral {
    max-width: 100%;
    padding: 10px;
  }

  .bulletsInfoItems ol.bulletListRow {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
    width: calc(100% - 30px);
    text-align: left;
    row-gap: 10px;
  }


  .row.hasMarginBottom {
    margin-bottom: 30px;
  }

  .secBtnContainer {
    margin: 20px auto;
    padding: 0;
  }

  .commonPadding {
    padding: 40px 0 !important;
  }

  section.section.benfitssection .innnercontent {
    flex-direction: column;
    column-gap: 10px;
    row-gap: 10px;
  }

  section.section.benfitssection .innnercontent .imgcontainer {
    width: 100%;
    max-width: 100%;
  }

  section.section.benfitssection .innnercontent .imgcontainer img {
    height: auto;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  section.section.benfitssection .innnercontent .contentarea {
    padding: 10px;
  }

  section.section.advantageCure .internalAdvantageSection {
    padding: 40px 0;
  }

  a.headerSideBtn.btn {
    margin: 10px auto !important;
  }

  .customInfoTable.deskSection {
    display: none;
  }

  .secItemContainer.mobSection {
    width: 100%;
    display: block;
  }

  .customInfoTableMobileSec {
    width: 100%;
  }


  section.section.infoThreeColTableSec .container {
    padding: 0 !important;
  }


  section.section.infoThreeColTableSec .container .centerHeadingTxt {
    padding: 0 20px !important;
  }

  .grayRow.rowInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    row-gap: 20px;
    column-gap: 20px;
    background: #F1F1F1;
    padding: 10px 20px;
    min-height: 38px;
    font-size: calc(14px + .2vw);
    color: #000;
  }

  .grayRow.rowInfo span {
    font-weight: 600;
  }

  .infoThreeColTableSec .colInfo {
    display: block;
    padding: 20px;
    min-height: 100px;
  }

  .infoThreeColTableSec.colInfo span {
    text-transform: capitalize;
    font-size: calc(14px + .3vw);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
  }

  .customInfoTable.deskSection {
    display: none;
  }

  .secItemContainer.mobSection {
    width: 100%;
    display: block;
  }

  .customInfoTableMobileSec {
    width: 100%;
  }


  section.section.infoThreeColTableSec .container {
    padding: 0 !important;
  }


  section.section.infoThreeColTableSec .container .centerHeadingTxt {
    padding: 0 20px !important;
  }

  .grayRow.rowInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    row-gap: 20px;
    column-gap: 20px;
    background: #F1F1F1;
    padding: 10px 20px;
    min-height: 38px;
    font-size: calc(14px + .2vw);
    color: #000;
  }

  .grayRow.rowInfo span {
    font-weight: 600;
  }

  .infoThreeColTableSec .colInfo {
    display: block;
    padding: 20px;
    min-height: 100px;
  }

  .infoThreeColTableSec.colInfo span {
    text-transform: capitalize;
    font-size: calc(14px + .3vw);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
  }


  .mainGreenCol.colInfo {
    background: #009377;
    color: #fff;
  }

  .mainGrayCol.colInfo {
    background: #F0F0F0;
    color: #000;
  }

  .secItemContainer.mobSection .secBtnContainer {
    margin: 30px auto 0 auto;
  }

  .infoThreeColTableSec.colInfo p {
    margin: 0;
    font-size: calc(14px + .2vw);
  }


  .mainGreenCol.colInfo {
    background: #009377;
    color: #fff;
  }

  .mainGrayCol.colInfo {
    background: #F0F0F0;
    color: #000;
  }

  .secItemContainer.mobSection .secBtnContainer {
    margin: 30px auto 0 auto;
  }

  a.btn.primaryBtn.mobBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}