/* body,
p,
label, */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro Display" !important;
  color: #232f50;
}

html {
  scroll-behavior: smooth;
}

.feature__title,
.benefit__title,
h1,
h2,
h3 {
  font-family: "SF Pro Display" !important;
  font-weight: 900 !important;
}

.z2 {
  z-index: 2;
}

body {
  color: #232f50;
}

.intro__title {
  font-size: 40px;
}

p {
  color: rgb(35 47 80 / 71%);
}

.pl-50 {
  padding-left: 50px !important;
}

.tp-caption.hero-text {
  font-weight: 900 !important;
  font-family: "SF Pro Display" !important;
}

.pt-150,
#DiscoverRecent {
  padding-top: 150px !important;
}

.sticky .navTop {
  display: none;
}

section.section-wrap.weChangeArea {
  padding-bottom: 0;
}

img.serviceImg1 {
  max-height: 370px;
  margin: 0 auto 10px auto;
}

section.imageContent_area.section-wrap {
  padding-bottom: 0;
}

video.video-background {
  position: absolute;
  z-index: -6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sticky .nav__header {
  padding: 5px 0;
}

.nav__holder.nav--sticky.sticky.offset.scrolling {
  box-shadow: 0 4px 3px #7f7f7f4f !important;
}

#back-to-top:hover {
  background-color: #099a97;
}

.section-wrap {
  padding: 80px 0;
}

.nav__menu li>b a {
  padding-left: 13px;
  color: #15cda8;
}

.footer__widgets a:hover,
.nav__menu>li>a:hover,
.nav__menu>.active>a,
.nav__dropdown-menu>li>a:hover,
.nav__dropdown-menu>li>a:focus {
  color: #15cda8;
}

.nav__menu2 .socials a {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}

.nav__menu2 .socials a:hover {
  color: #ffb31a;
}

.nav__menu2 .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.slotholder:after {
  position: absolute;
  z-index: 111;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}

.btn--color {
  background-color: #15cda8;
  color: #fff;
}

.intro__title {
  max-width: 500px;
}

.contact__item a:hover,
h1>a:hover,
h1>a:focus,
h2>a:hover,
h2>a:focus,
h3>a:hover,
h3>a:focus,
h4>a:hover,
h4>a:focus,
h5>a:hover,
h5>a:focus,
h6>a:hover,
h6>a:focus,
.cg {
  color: #15cda8;
}

img.img-full-width.paperrequisitionImg {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding-top: 71px;
  padding-bottom: 19px;
}

.benefit {
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px #ddd;
  box-shadow: 3px 3px 6px #ddd;
  margin: 0;
  height: 100%;
  padding: 30px 20px;
}

.benefit img {
  height: 100px;
}

.benefit {
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px #ddd;
  box-shadow: 3px 3px 6px #ddd;
  margin: 0;
  height: 100%;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.benefit.homeBenefi {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.benefit.homeBenefi a.textBtn {
  margin-top: auto;
}

.benefit img {
  height: 70px;
}

.benefit:hover {
  background: #15cda8;
}

.benefit:hover * {
  color: #fff;
}

.benefit:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.discoverBox {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 25px 20px 20px;
  height: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  transition: 0.3s ease all;
}

.discoverBox:hover {
  top: -5px;
}

.discoverBox img {
  display: block;
  margin: 0 auto;
  height: 62px;
}

.row.discoverBoxRow>div {
  margin-bottom: 30px;
}

.discoverBox p {
  font-size: 15px;
}

.feature__title {
  color: rgb(35 47 80 / 70%);
}

.project__img {
  aspect-ratio: 2 / 3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.project__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.whiteBox p {
  margin: 0;
}

.whiteBox {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 42px;
}

.whiteBox h3 {
  font-size: 24px;
}

.counterUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #099a97;
  padding: 44px 0;
}

.counterItem,
.counterItem h2 {
  color: #fff;
}

.discoverBoxContent p {
  font-size: 18px;
}

section.ENDLESSFEATURES>.container>.row {
  align-items: center;
}

li.entry__meta-date {
  color: #233aff !important;
}

section.section-wrap.contactArea {
  background: #099a97;
  position: relative;
  z-index: 1;
}

img.contactBg {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  height: 60%;
}

.contact a,
.contact address {
  color: #fff;
}

span.contact__item-label {
  color: rgb(255 255 255 / 69%);
}

.contact-form.material {
  background: #fff;
  padding: 40px;
}

.contact-form.material.thnku {
  text-align: center;
  height: 100%;
}

.contact-form.material.thnku p {
  font-size: 27px;
  margin-top: 30px;
}

.material__form-group {
  margin-bottom: 26px;
}

textarea.form-input.material__input {
  height: 150px;
}

button.btn.sendBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #018885 0%, #099a97 100%);
  background: radial-gradient(50% 50% at 50% 50%, #018885 0%, #099a97 100%);
  color: #fff;
  gap: 10px;
  height: 55px;
  -webkit-transition: 0.3s ease auto;
  -o-transition: 0.3s ease auto;
  transition: 0.3s ease auto;
  font-family: "SF Pro Display" !important;
  font-weight: bold;
}

button.btn.sendBtn img {
  display: none;
  width: 16px;
}

button.btn.sendBtn:hover {
  opacity: 0.7;
}

.widget h4 {
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-bottom: 38px;
}

.footer__widgets a {
  color: #fff;
}

.widget-about-us img.logo {
  width: 160px;
}

.widget .socials {
  text-align: left;
  margin-top: 20px;
}

.widget .socials img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.widget .socials img:hover {
  -webkit-filter: unset;
  filter: unset;
}

.contact__title {
  color: #fff;
}

.innerBanar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.overlay {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.page_title {
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  line-height: 1.1;
}

.innerBanrContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 668px;
  padding: 50px 0;
}

.imageContent img {
  display: block;
  margin-bottom: 30px;
}

.imageContent.imgBottom img {
  margin: 30px 0 0;
}

.imageContent {
  max-width: 420px;
}

section.ribinArea {
  background: #232f50;
}

section.ribinArea .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ribinArea h2.section-title {
  color: #fff;
  font-size: 34px;
}

.ribinArea p {
  color: #fff;
  opacity: 0.8;
  margin: 0;
  font-size: 17px;
}

.yellowBtn {
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 3px;
  font-size: 13px;
  padding: 20px 20px;
  background: #fee444;
  color: #232f50;
  text-align: center;
  width: 100%;
  display: block;
}

section.ribinArea .row>div {
  padding: 55px 15px;
}

section.section-wrap.counterArea {
  background-image: url(../img/mamoth/service/counter.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding: 55px 0;
}

.counterBox {
  text-align: center;
  color: #fff;
}

.counterBox * {
  color: #fff;
}

.counterArea .overlay {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.counterBox p {
  margin: 0;
}

.assistLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px 0;
}

.assistLogo img {
  height: 34px;
}

.assistLogo h2 {
  margin: 0;
}

section.otherMolecular.section-wrap {
  background: #232f50;
}

.otherMolecular h2.intro__title {
  color: #fff;
}

.molecularBox img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.benefit.molecularBox:hover img {
  -webkit-filter: unset;
  filter: unset;
}

.benefit.molecularBox {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.redBtn {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 3px;
  background: #e95065;
  padding: 19px 40px;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.required {
  display: none !important;
}

.redBtn:hover {
  color: #fff;
  background: #ef2742;
}

section.whiteBanar {
  padding: 100px 0 30px;
}

.guidBox {
  background: #8675a9;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease all;
  position: relative;
  z-index: 1;
  top: 0;
}

.guidBox:hover {
  top: -5px;
  box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.25);
}

.guidBoxBottom {
  padding: 40px 20px 25px 20px;
  background: #fff;
  min-height: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guidBoxArea2 .guidBoxTop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.guidBoxArea .row>div {
  margin-bottom: 30px;
}

.guidBoxTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 25px 35px 25px;
  min-height: 342px;
  position: relative;
  min-height: 371px;
}

.guidText {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
}

.guidImg {
  width: 190px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.guidText p {
  color: #f6f6f6;
  margin: 0;
}

.guidBoxTop a.downloadBtn,
.placeAnOrder a.downloadBtn {
  position: absolute;
  right: 33px;
  top: auto;
  bottom: -24px;
}

a.downloadBtn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-family: SF Pro Display;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 3px;
  padding: 13px 10px;
  background: #099a97;
  text-align: center;
  min-width: 165px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.downloadBtn:hover {
  background: #06605e;
  color: #fff;
}

.guidBoxBottom span.fz13 {
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  color: #232f50;
  opacity: 0.69;
  margin-bottom: 6px;
  display: block;
}

section.guidBoxArea {
  padding-bottom: 70px;
}

.guidImg img {
  max-height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.placeAnOrder {
  height: 100%;
  background: #15cda8;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 300px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.placeAnOrder h5 {
  margin-bottom: auto;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 6px;
  font-size: 13px;
  color: #f6f6f6;
}

a.orderBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 28px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: -1px;
  color: #fff;
  gap: 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  line-height: 1.2;
}

a.orderBtn:hover {
  gap: 20px;
}

a.orderBtn img {
  width: 26px;
  margin-bottom: 4px;
}

.contactMap iframe {
  width: 250px;
  height: 200px;
  border-radius: 15px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.whiteBanarContent .section-title+p {
  margin: 10px 0 0 0px;
}

.mapArea .container-fluid {
  padding: 0;
}

.navTop .container-fluid {
  padding: 0px 70px;
}

.navTop {
  background: #456a85;
}

.navTop .socials {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0;
}

.navTop .socials a {
  color: #fff;
  padding: 10px 30px !important;
  border-right: 1px solid #fff;
  font-weight: 400;
}

.navTop .socials a:last-child {
  padding-right: 0 !important;
  border: 0;
}

.faqContent {
  padding: 35px 35px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.faqContainer {
  padding-top: 30px;
  padding-bottom: 70px;
}

.faqItem p {
  margin: 0;
}

.faqItem:not(:last-child) {
  margin-bottom: 25px;
}

.particalContent {
  padding: 120px 0 250px;
}

section.particalBg {
  background-image: url(../img/mamoth/cytopathology/particale.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.particalContent h1 {
  color: #232f50;
}

.particalContent p {
  margin: 25px 0 0 0;
  max-width: 650px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.colorBoxRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: -249px;
}

.colorBoxRow>div {
  width: 355px;
  height: 280px;
  padding: 35px;
  background: #15cda8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

span.fz13 {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 6px;
}

.colorBoxRow>div span.fz13 {
  color: #fff;
}

.colorBoxRow>div a.orderBtn {
  margin-top: auto;
  font-size: 28px;
  line-height: 1.2;
}

.colorBoxRow>div a.orderBtn img {
  width: 26px;
  margin-bottom: 4px;
}

.colorBox2 {
  background: #232f50 !important;
}

.smallFiberContent h2,
.smallFiberContent p {
  color: #fff;
}

section.smallFiiberArea {
  position: relative;
  z-index: 1;
  background: url(../img/mamoth/cytopathology/BG.jpg) no-repeat scroll center / cover;
}

.smallFiberContent p {
  font-size: 18px;
  max-width: 432px;
}

.epudermalBox {
  width: 394px;
  margin-left: auto;
  margin-top: -221px;
  position: relative;
  z-index: 2;
}

.epudermalBox p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #8675a9;
  color: #fff;
  line-height: 22px;
  letter-spacing: 6px;
  aspect-ratio: 3/1.7;
}

section.epudermalArea.section-wrap {
  background: #f6f6f6;
}

section.smallFiiberArea.section-wrap {
  padding-bottom: 100px;
}

.epudermalArea .benefit img {
  height: 70px;
}

.colorImageContaienr {
  background: #232f50;
  padding: 0;
}

.colorImageText h2,
.colorImageText p {
  color: #fff;
}

.colorImageText p {
  font-size: 18px;
  max-width: 480px;
}

.colorImageText h2 {
  max-width: unset;
  margin: 0 0 20px 0;
}

.colorImageText {
  padding: 50px 10px;
  max-width: 530px;
  margin: 0 auto;
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

img.colorImageIMG {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.diagnosingContent h2.intro__title {
  max-width: 100%;
}

.diagnosingContent ul {
  list-style: auto;
}

.diagnosingContent ul li {
  margin-bottom: 5px;
}

img.diagnosingImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.howItsWorkContainer {
  position: relative;
  z-index: 1;
  background: #232f50;
}

.howItsWorkContainer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.howItsWorkRow>div {
  width: 50%;
}

.howItText {
  padding: 70px;
  position: relative;
  z-index: 1;
  background: url(../img/mamoth/cytopathology/howits.jpg);
}

.howItColor {
  text-align: center;
  margin: 0 auto;
}

.howItColor h2 {
  margin: 0 auto;
  color: #fff;
}

.howItText ul li {
  font-size: 18px;
  color: #fff;
  list-style: auto;
  margin-bottom: 10px;
}

.howItText a.downloadBtn {
  margin: 30px 0 0 40px;
  position: unset;
}

.howItsWorkContainer:after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #232f50;
}

.howItsWorkContainer:before {
  position: absolute;
  z-index: -1;
  left: 25px;
  top: 25px;
  width: 100%;
  height: 100%;
  content: "";
  background: #99d8d0;
}

.wePerform h2.intro__title {
  max-width: unset;
}

.patientBoxArea {
  background-image: url(../img/mamoth/cytopathology/werserv.jpg);
  position: relative;
  z-index: 1;
  background-size: auto 76%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.patientBoxArea span.overlay {
  background: rgb(255 255 255 / 17%);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.patientBox.benefit {
  padding: 30px 20px;
}

.patientBox.benefit img {
  height: 55px;
  object-fit: contain;
}

.patientBox.benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 3px 3px 6px #00000052;
  box-shadow: 3px 3px 6px #00000052;
}

.patientBoxArea .row {
  margin: 0 -5px !important;
}

.patientBoxArea .row>div {
  padding: 0 5px;
}

.patientBox.benefit p {
  font-size: 14px;
}

.patientBox.benefit a.downloadBtn {
  margin-top: auto;
  display: table;
  margin: 0 auto;
  margin-top: auto;
}

.patientBox.benefit p {
  margin-bottom: 20px;
}

.patientBox.benefit:hover a.downloadBtn {
  background: #fff;
  color: #099a97;
}

section.whiteBanar.patientBanar {
  padding-bottom: 0;
}

.colorrabin {
  background: #099a97;
  padding: 50px 0;
}

h2.intro__title.rabinTitle {
  margin: 0;
  max-width: 910px;
  color: #fff;
}

.container.text-center.rabintext p {
  color: #fff;
  margin: 0;
}

section.labWorarea {
  padding: 70px 0;
  background: #d0fffe;
}

.labBox img {
  display: block;
  height: 176px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.labWorarea .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.labCol.col-lg-3.col-md-6.col-sm-6 {
  max-width: 210px;
  text-align: center;
}

.labBox p {
  color: #232f50;
  font-weight: bold;
  font-size: 15px;
}

h2.intro__title.mw100 {
  max-width: 100%;
  margin: 0;
  padding: 60px 0;
  font-size: 34px;
}

.labBox {
  position: relative;
  z-index: 1;
}

.labBox:after {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 50px;
  display: block;
  width: 70px;
  height: 70px;
  content: "";
  background: url(../img/mamoth/circle-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 31px;
}

.labBox.labBox-4:after {
  display: none;
}

a.textBtn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 3px;
  color: #5567ff;
  gap: 10px;
  font-weight: 600;
}

a.textBtn img {
  width: 18px;
  height: auto;
}

.footeTop {
  background: #0f3457;
}

.newslater h3 {
  font-size: 20px;
  font-family: SF Pro Display;
  font-weight: 600;
  line-height: 23px;
  color: #fff;
  margin: 20px 0 10px 0;
}

form#newslaterForm {
  display: flex;
  align-items: center;
  background: transparent;
  gap: 1px;
}

form#newslaterForm input {
  background: #fff;
  border: 0;
  font-weight: 500;
  line-height: 26px;
  color: #828288;
  margin: 0;
}

.footeTop .row>div:first-child {
  min-width: 370px;
  padding-right: 30px;
}

.footeTop .row {
  flex-wrap: nowrap;
}

.footeTop .row>div {
  flex: 0 0 13.66667%;
  flex-grow: 1;
  margin-bottom: 40px;
}

form#newslaterForm input#formSubmit {
  font-size: 12px;
  font-family: SF Pro Display;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background: radial-gradient(50% 50% at 50% 50%, #018885 0%, #099a97 100%);
  width: auto;
  padding: 0 20px;
}

form#newslaterForm input#formSubmit:hover {
  background: radial-gradient(50% 50% at 50% 50%, #099a97 0%, #099a97 100%);
}

.widget_nav_menu li {
  padding: 12px 0;
}

ul.footerLinks {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}

ul.footerLinks li a {
  display: block;
  color: #232f50;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

ul.footerLinks li:before {
  content: "|";
  display: block;
  margin: 0 10px;
}

ul.footerLinks li {
  display: flex;
  align-items: center;
}

ul.footerLinks li:first-child:before {
  display: none;
}

.imageContent_area .col-lg-6:nth-child(2)>div {
  margin-left: auto;
}

.patientBox.benefit h4.benefit__title {
  font-size: 17px;
}

.patientBox.benefit h4.benefit__title br {
  /* display: none; */
}

h2.intro__title.mw100.doalTitle {
  font-size: 29px;
  text-align: center;
}

/** waseem css **/
.hover-overlay.team-project {
  position: relative !important;
  background-color: transparent !important;
  /*visibility: visible !important;
        opacity: 1 !important;*/
}

.hover-overlay.team-project .project__description {
  transition: none !important;
  transform: none !important;
  background-color: #232f50;
}

.formArea h2.intro__title.text-center {
  max-width: unset;
}

.downloadForm {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.downloadForm>div {
  width: 332px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 422px;
}

.formBox a.downloadBtn {
  margin-top: auto;
}

.formBox.benefit {
  padding: 40px 30px 50px 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

section.formArea {
  padding: 50px 0 100px 0;
}

.formBox:hover a.downloadBtn {
  background: #fff;
  color: #099a97;
}

section.section-wrap.ENDLESSFEATURES {
  padding: 20px 0;
  padding-bottom: 0;
}

section.section-wrap.intro.pb-40.NOMORE {
  padding: 20px 0;
}

section.section-wrap.teamArea {
  padding-top: 0;
}

section#aboutSection {
  padding: 160px 0 60px;
  margin-top: -50px;
}

.container {
  max-width: 1140px;
}

.agricultureAreaBox .container,
section#DiscoverRecent .container {
  max-width: 1000px;
}

#imageContent_area {
  padding-top: 150px;
}

section.whiteBanar.agricultureArea {
  padding-top: 50px;
}

section.blueBg {
  background: #232f50;
}

section.blueBg h2.intro__title.mw100.doalTitle {
  color: #fff;
}

.doalTitle a.cg {
  display: inline-block;
}

.agricultureAreaBox {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

img.earth {
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 120px;
  width: 100%;
  max-width: 1600px;
  transform: translate(-50%);
  object-fit: contain;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.orderKit .contact__title {
  margin: 0 0 5px 0;
  font-size: 38px;
}

.innerBanrContent2.innerBanrContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.innerBanrContent a.btn.btn--lg.btn--color {
  padding: 15px 30px;
}

.contact-form.material.thnku {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 
sm section 1 and 2
============================
*/

body {
  background: #f7f7f7 !important;
}

.sm-section-1 .smbg {
  height: 500px;
  padding-top: 50px;
}

.sm-section-1 .smbg .sm-title {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.sm-section-1 .smbg .sm-title h2 {
  color: #fff;
}

.sm-section-1 .smbg .sm-title p {
  color: #fff;
}

.sm-section-1 .sm3box .sm-gbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 6px solid #70ffe2;
  margin-top: -300px;
}

.sm-section-1 .sm3box .sm-gbox .smcoll {
  background: #fff;
  border-right: 1px solid #cccccc !important;
}

.sm-section-1 .sm3box .sm-gbox .smcoll:last-child {
  border-right: 0;
}

.sm-section-1 .sm3box .sm-gbox .smcoll .box {
  padding: 30px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sm-section-1 .sm3box .sm-gbox .smcoll .box img {
  margin-bottom: 20px;
}

.sm-section-2 .sm-title {
  text-align: center;
}

.sm-section-2 .container .smboxcolor {
  background: #232f50;
  color: #fff;
  padding: 30px 30px;
}

.sm-section-2 .container .smboxcolor .smsk-slide {
  display: flex;
}

.sm-section-2 .container .smboxcolor .smsk-img {
  width: 45%;
}

.sm-section-2 .container .smboxcolor .smsk-slide .smsk-content {
  width: 55%;
  padding-right: 30px;
}

.sm-section-2 .container .smboxcolor .smsk-slide h4 {
  color: #fff;
  font-size: 24px;
}

.sm-section-2 .container .smboxcolor .smsk-slide p {
  color: #fff;
}

.sm-section-2 .container .smboxcolor button.smsk-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.sm-section-2 .container .smboxcolor button.smsk-arrow.sssk-next {
  left: 56px;
}

.sm-section-2 .container .smboxcolor ul.slick-dots {
  display: none !important;
}

.sm-section-2 .container .smboxcolor .smsk-img img {
  width: 100% !important;
}

.sm-section-2 .container .smboxcolor .smsk-slider {
  margin-bottom: 0;
}

section.section-wrap.sm-section-2 {
  padding: 0 0 80px 3px;
}

.sm-section-2 .sm-title .container {
  max-width: 900px;
  margin-bottom: 50px;
}

.sm-section-2 .container .smboxcolor .smsk-slide .text1 {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}

.sm-section-2 .container .smboxcolor .smsk-slide .text1:after {
  content: "";
  width: 260px;
  height: 1px;
  background: #ffffff45;
  position: absolute;
  bottom: 20px;
}

.sm-section-2 .container .smboxcolor .smsk-slide .text2 {
  padding-bottom: 30px;
}

.sm-section-2 .container .smboxcolor .smsk-slide .smsk-content .dot1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sm-section-2 .container .smboxcolor .smsk-slide .smsk-content .dot1 .round {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
}

.sm-section-2 .container .smboxcolor button.smsk-arrow i {
  font-size: 18px;
  position: relative;
  top: -2px;
}

.sm-section-1 .sm3box .sm-gbox .smcoll .box h4 {
  font-size: 20px;
  position: relative;
  margin-bottom: 40px;
}

.sm-section-1 .sm3box .sm-gbox .smcoll .box h4:after {
  content: "";
  width: 160px;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  left: calc(50% - 80px);
  bottom: -15px;
}

.sm-section-1 .sm3box .sm-gbox .smcoll .box ul li {
  font-size: 16px;
  line-height: 35px;
}

/* Toxicology CSS Start /////////////// */

.innerHero {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: calc(100vh - 87px);
}

.innerHero::after {
  position: absolute;
  z-index: -1;
  left: -100px;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  backdrop-filter: blur(15px);
  background-color: #0000004c;
  opacity: 0.7;
  background-image: linear-gradient(to left, #171b24e8 99%, #171b2400 0%);
}

.heroInnerContent {
  color: #fff;
}

.heroInnerContent h1.pageTitle {
  color: #FFFFFF;
  font-size: 72px;
  line-height: 1.1;
  margin: 0 0 15px 0;
}

.toxicologypage .container {
  max-width: 1350px;
}

.heroInnerContent p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 0;
}

section.clinicalTesting {
  padding: 0px 0 50px 0;
}

.clinicalBox {
  box-shadow: 0 4px 4px 0 #00000040;
  background-color: #fff;
  margin-bottom: 20px;
}

.clinicalBox h3 {
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 13px 20px;
  background-color: #099A97;
  color: #fff;
  margin: 0;
}

.clinicalBox ul {
  margin: 0;
  list-style: none;
  padding: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}

.clinicalBox p {
  padding: 0px 20px 20px 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  color: #000000;
}

.clinicalRow.row,
.clinicalRow .row {
  gap: 20px 0;
}

.clinicalBox .clinicalBox {
  box-shadow: none;
  background: transparent;
}

.clinicalBox:last-child {
  margin: 0;
}

.clinicalTitle {
  padding-top: 50px;
}

.clinicalBox h4 {
  font-size: 20px;
  padding: 16px 20px 0 20px;
  margin: 0 0 -15px 0px;
}

.summerImg {
  display: block;
  width: 100%;
}

.toxicologypage h2.section-title {
  margin-bottom: 35px;
}

.row.summerRow> div {
  padding: 0 11px;
}

.row.summerRow {
  margin: 0 -11px;
  gap: 22px 0px;
}

.summerBox {
  position: relative;
  z-index: 1;
  height: 100%;
  box-shadow: 0 4px 4px 0 #00000040;
  background: #fff;
}

.summerCont {
  position: relative;
  z-index: 1;
  padding: 27px 30px;
  text-align: center;
}

.summerLine {
  display: block;
  position: absolute;
  z-index: 11;
  left: 100%;
  top: 20px;
  width: 22px;
}

.summerCont h4 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.summerCont p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.row.summerRow .col-20:last-child img.summerLine {
  display: none;
}

.clinicalBox.testingBox h3 {
  text-align: center;
}

.clinicalBox.testingBox p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #099a97;
  padding: 15px 20px;
}

.clinicalBox.testingBox p b {
  font-weight: bold;
  color: #000;
}

.clinicalBox.testingBox .row {
  margin: 0;
}

.clinicalBox.testingBox .row> div {
  padding: 0;
}

section.testinSummer {
  padding: 50px 0;
}

.row.summerRow> div:last-child img.summerLine {
  display: none;
}

.clinicalBox .row {
  margin: 0 0px;
}

.clinicalBox .row> div {
  padding: 0 0;
}

.clinicalBox h3.text-center {
  text-align: center;
}

.clinicalBox h3.fz18b {
  font-size: 18px;
}

.smserviceBox .box {
  height: 100%;
}

.learnMore {
  display: block;
  margin-top: auto;
  background: radial-gradient(50% 50% at 50% 50%, #018885 0%, #099a97 100%);
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  transition: .3s ease all;
}

.learnMore:hover {
  opacity: .8;
  color: #fff;
}

.smcoll.smserviceBox ul {
  margin-bottom: 25px;
}

/* Toxicology CSS End /////////////// */

/*all mobile*/

@media (min-width: 1200px) {
  .row.summerRow .col-20 {
    flex: 20%;
    max-width: 20%;
  }
}

@media (max-width: 767px) {
  body .sm-section-1 .sm3box .sm-gbox {
    grid-template-columns: 1fr;
    gap: 30px;
    border-top: 0px solid #70ffe2;
  }

  body .sm-section-1 .sm3box .sm-gbox .smcoll {
    border-top: 6px solid #70ffe2;
    border-right: 0 !important;
  }

  body .sm-section-2 .container .smboxcolor .smsk-slide .smsk-content {
    width: 100%;
    padding-right: 0;
  }

  body .sm-section-2 .container .smboxcolor .smsk-img {
    width: 100%;
  }

  body .sm-section-2 .container .smboxcolor .smsk-slide {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  body .sm-section-2 .container .smboxcolor .smsk-slide h4 {
    font-size: 20px;
    line-height: 30px;
  }

  body .sm-section-2 .container .smboxcolor {
    padding: 20px 15px;
  }
}

/*ipad*/
@media (min-width: 768px) and (max-width: 1024px) {
  body .sm-section-1 .sm3box .sm-gbox .smcoll .box {
    padding: 30px 15px 20px 15px;
  }

  body .sm-section-1 .sm3box .sm-gbox .smcoll .box h4 {
    font-size: 18px;
    text-align: center;
  }

  body .sm-section-1 .sm3box .sm-gbox .smcoll .box ul {
    padding-left: 20px;
  }

  body .sm-section-1 .sm3box .sm-gbox .smcoll .box ul li {
    font-size: 15px;
    line-height: 31px;
  }

  body .sm-section-2 .container .smboxcolor .smsk-slide h4 {
    font-size: 20px;
    line-height: 30px;
  }
}