@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.primaryBg {
  background: #003957 !important;
}

.lightBg {
  background: #d0e1e7 !important;
}

.whiteBg {
  background: #ffffff !important;
}

.white_color {
  color: #ffffff !important;
}

.black_color {
  color: #000000 !important;
}

.primary_color {
  color: #003957 !important;
}

h1, .font60 {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.2;
}

.font50 {
  font-size: 50px;
}

h2, .font45 {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.4;
}

h4 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.4;
}

h5 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4f606d;
  text-decoration: none;
  list-style: none;
}

ol {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4f606d;
  padding-left: 10px;
}

p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4f606d;
}

i {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #4f606d;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a:hover {
  color: #003957;
}

.fontSize14 {
  font-size: 14px;
}

.fontSize15 {
  font-size: 15px;
}

.fontSize16 {
  font-size: 16px;
}

.fontSize13 {
  font-size: 13px;
}

body {
  background: #ffffff;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

form .form-group {
  position: relative;
  margin-bottom: 20px;
}
form .form-group label {
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 14px;
}
form .form-group .form-control {
  margin-bottom: 0;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #cfcaca;
  font-size: 15px;
  color: #000000;
  line-height: 25px;
  font-weight: 400;
  padding: 12px 20px;
}
form .form-group .form-control:focus {
  box-shadow: none;
}
form .form-group .form-control::placeholder {
  color: #A0A0A0;
  opacity: 1;
}
form .form-group .form-control:-ms-input-placeholder {
  color: #A0A0A0;
}
form .form-group .form-control::-ms-input-placeholder {
  color: #A0A0A0;
}
form .form-group .invalid {
  margin-top: 5px;
  font-size: 12px;
  color: red;
}
form .form-group textarea.form-control {
  resize: none;
  height: 150px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #CECEC5;
}
html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000000;
  opacity: 1;
}

.btn-close {
  box-shadow: none;
  outline: none;
  border: 0;
}

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

.textWrapper {
  margin-top: 25px;
}
.textWrapper p {
  margin-bottom: 10px;
  color: #4f606d;
}
.textWrapper p a {
  padding-left: 0;
  color: #4f606d;
}
.textWrapper p:last-child {
  margin-bottom: 0;
}
.textWrapper ul {
  margin-top: 5px;
  margin-bottom: 10px;
}
.textWrapper ul li {
  margin-bottom: 9px;
  position: relative;
  color: #4f606d;
  padding-left: 30px;
}
.textWrapper ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #003957;
  background-size: 12px;
  border-radius: 100%;
}
.textWrapper img {
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.textWrapper h1, .textWrapper h2, .textWrapper h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 15px;
  display: block;
}
.textWrapper h4, .textWrapper h5, .textWrapper h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 1699.98px) {
  h2, .font45 {
    font-size: 35px;
  }
}
@media (max-width: 1499.98px) {
  h1, .font60 {
    font-size: 55px;
  }
  .font50 {
    font-size: 45px;
  }
}
@media (max-width: 1399.98px) {
  h1, .font60 {
    font-size: 50px;
  }
  h2, .font45 {
    font-size: 30px;
  }
  .font50 {
    font-size: 40px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  h1, .font60 {
    font-size: 45px;
  }
  h2, .font45 {
    font-size: 28px;
  }
  .font50 {
    font-size: 35px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  h1, .font60 {
    font-size: 40px;
  }
  h2, .font45 {
    font-size: 25px;
  }
  .font50 {
    font-size: 30px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 766.98px) {
  h1, .font60 {
    font-size: 35px;
  }
  .font50 {
    font-size: 27px;
  }
}
@media (max-width: 575.98px) {
  h1, .font60 {
    font-size: 30px;
  }
}
.fw-Light {
  font-weight: 300 !important;
}

.fw-Regular {
  font-weight: 400 !important;
}

.fw-Medium {
  font-weight: 500 !important;
}

.fw-SemiBold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-ExtraBold {
  font-weight: 800 !important;
}

.fw-Black {
  font-weight: 900 !important;
}

.primaryBtn {
  padding: 15px 23px;
  background: #ffffff;
  border: 1px solid #d0e1e7;
  border-radius: 20px;
  color: #000000;
  font-weight: 500;
}
.primaryBtn:hover {
  background: #e3f6f9;
}

.secondaryBtn {
  border: 1px solid #f77f00;
  background: #f77f00;
  box-shadow: 0 12px 30px -10px rgba(247, 127, 0, 0.6);
}
.secondaryBtn:hover {
  background: #e3f6f9;
}

@media (max-width: 1199.98px) {
  .primaryBtn {
    border-radius: 15px;
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .primaryBtn {
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 14px;
  }
}
.nHero {
  padding: 170px 0 100px;
  background-image: radial-gradient(60% 60% at 80% 0%, transparent 60%), radial-gradient(40% 60% at 0% 100%, transparent 70%), linear-gradient(180deg, color(xyz 0.912 0.973 1.099), #e0f7fb);
}
.nHero .authorized {
  display: flex;
  width: fit-content;
  align-items: center;
  grid-gap: 10px;
  border: 1px solid #d0e1e7;
  border-radius: 20px;
  padding: 5px 12px;
  color: #003957;
  background: #ffffff;
  font-weight: 500;
}
.nHero .authorized svg {
  width: 15px;
  height: 15px;
}
.nHero h1 span {
  color: #003957;
}
.nHero p {
  color: #4f606d !important;
}
.nHero .btnWrapper {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.nHero .gridBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.nHero .gridBox .item {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #4f606d;
}
.nHero .gridBox .item svg {
  width: 16px;
}
.nHero .imgBox {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #d0e1e7;
  border-radius: 30px;
}
.nHero .bannerRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nHero .rateCount {
  width: fit-content;
  background: #ffffff;
  padding: 12px 17px;
  border-radius: 25px;
  border: 2px solid #d0e1e7;
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.nHero .rateCount p {
  color: #D0E1E2;
}

@media (max-width: 991.98px) {
  .nHero .gridBox {
    grid-row-gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .nHero .gridBox {
    grid-row-gap: 10px;
  }
}
.authorizedIcons {
  padding: 20px 0;
  border-top: 1px solid #d0e1e7;
  border-bottom: 1px solid #d0e1e7;
  background: #ffffff;
}
.authorizedIcons h6 {
  color: #4f606d;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.authorizedIcons .distributorSlider .item {
  display: flex !important;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.authorizedIcons .distributorSlider .slick-slide {
  padding: 0 20px;
}
.authorizedIcons .distributorSlider .slick-list {
  margin: 0 -20px;
  display: flex;
}
.authorizedIcons .distributorSlider .slick-track {
  display: flex;
  height: auto;
  padding: 0px 0;
}
.authorizedIcons .distributorSlider div {
  height: 100%;
}

.capital {
  text-transform: uppercase;
}

.letterSpace {
  letter-spacing: 2px;
}

.featuredEquipment {
  padding: 100px 0;
}
.featuredEquipment p {
  color: #4f606d;
}
.featuredEquipment .search {
  outline: none;
  background: #e3f6f9 !important;
}
.featuredEquipment .equipmentCard {
  border: 2px solid #d0e1e7;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: ease-in 0.3s !important;
  top: 0;
}
.featuredEquipment .equipmentCard .imgBox {
  background: #e3f6f9;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.featuredEquipment .equipmentCard .detailsBox {
  padding: 25px;
  background: #ffffff;
}
.featuredEquipment .equipmentCard .detailsBox h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #003957;
}
.featuredEquipment .equipmentCard .detailsBox h5 {
  margin: 5px 0 7px;
  font-weight: 600;
}
.featuredEquipment .equipmentCard .detailsBox p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.featuredEquipment .equipmentCard .detailsBox a {
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 400;
  display: flex;
  margin-top: 12px;
  width: fit-content;
  background: #003957;
}
.featuredEquipment .equipmentCard:hover {
  top: -7px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 1399.98px) {
  .featuredEquipment {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .featuredEquipment {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .featuredEquipment .equipmentCard {
    border-radius: 20px;
  }
  .featuredEquipment .equipmentCard .imgBox, .featuredEquipment .equipmentCard .detailsBox {
    padding: 20px;
  }
}
.whyWe {
  padding: 100px 0;
  background-color: #e3f6f9;
}
.whyWe .countGrid {
  display: flex;
  align-items: start;
  grid-gap: 50px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}
.whyWe .countGrid h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #003957;
}
.whyWe .countGrid p {
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
.whyWe .whyList {
  display: flex;
  flex-direction: column;
  grid-gap: 17px;
}
.whyWe .whyList .list {
  background: #ffffff;
  border: 1px solid #d0e1e7;
  padding: 17px 20px;
  border-radius: 20px;
  display: flex;
  align-items: start;
  grid-gap: 25px;
}
.whyWe .whyList .list .icon {
  width: 45px;
  height: 45px;
  background: #b6f2f1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0 !important;
}
.whyWe .whyList .list .icon svg {
  width: 20px;
  height: 20px;
}
.whyWe .whyList .list p {
  font-size: 14px;
  line-height: 1.6;
  color: #4f606d;
  margin-top: 10px;
}

@media (max-width: 1399.98px) {
  .whyWe {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .whyWe {
    padding: 60px 0;
  }
  .whyWe .countGrid {
    grid-gap: 30px;
    grid-row-gap: 10px;
  }
}
.whatClinics {
  padding: 100px 0;
}
.whatClinics .clinicSlider .item {
  display: flex !important;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.whatClinics .clinicSlider .slick-slide {
  padding: 0 20px;
}
.whatClinics .clinicSlider .slick-list {
  margin: 0 -20px;
  display: flex;
}
.whatClinics .clinicSlider .slick-track {
  display: flex;
  height: auto;
  padding: 0px 0;
}
.whatClinics .clinicSlider div {
  height: 100%;
}
.whatClinics .clinicSayCard {
  border: 1px solid #d0e1e7;
  padding: 25px;
  border-radius: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 25px;
}
.whatClinics .clinicSayCard .tpDetails {
  height: auto !important;
}
.whatClinics .clinicSayCard .tpDetails .my-rating-readonly {
  height: auto !important;
}
.whatClinics .clinicSayCard .tpDetails p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.5;
}
.whatClinics .clinicSayCard .pr {
  border-top: 1px solid #d0e1e7;
  flex-shrink: 0 !important;
  padding-top: 25px;
  height: auto !important;
}
.whatClinics .clinicSayCard .pr h6 {
  font-weight: 700;
}
.whatClinics .clinicSayCard .pr p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 1399.98px) {
  .whatClinics {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .whatClinics {
    padding: 60px 0;
  }
}
.formBox {
  padding: 100px 0;
  background: #003957;
}
.formBox ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.formBox ul li {
  color: #ffffff;
}
.formBox ul li a {
  display: flex;
  align-items: start;
  grid-gap: 15px;
  color: #ffffff;
  width: fit-content;
}
.formBox ul li a svg {
  width: 15px;
}
.formBox ul li a svg path {
  stroke: #ffffff;
}
.formBox ul li a:hover {
  color: #f77f00;
}
.formBox h6 {
  color: #f8fdfe;
  line-height: 1.8;
}
.formBox h6 b {
  color: #f77f00;
  font-weight: 600;
}
.formBox .formCard {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 40px;
}
.formBox .formCard .hgBox {
  background: #e6f8f2;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  width: fit-content;
  border-radius: 20px;
}
.formBox .formCard .hgBox .box {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #00b67f;
}
.formBox .formCard .hgBox p {
  font-size: 12px;
  font-weight: 300;
  color: #00b67f;
}

@media (max-width: 1399.98px) {
  .formBox {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .formBox {
    padding: 60px 0;
  }
  .formBox .formCard {
    padding: 25px 30px;
  }
}
@media (max-width: 766.98px) {
  .formBox .formCard {
    padding: 25px 20px;
  }
}
.newBannerSer {
  padding: 170px 0;
  background: #003957;
}

.detailsPageSe {
  padding: 100px 0;
}
.detailsPageSe .formBox {
  background: #e3f6f9;
  padding: 35px 25px;
  border-radius: 20px;
  border: 1px solid #d0e1e7;
}
.detailsPageSe .sticky-lg-top {
  top: 120px;
}

@media (max-width: 1399.98px) {
  .detailsPageSe {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .detailsPageSe {
    padding: 60px 0;
  }
}
.bgTrans {
  background: transparent !important;
}

.fixedCall {
  position: fixed;
  bottom: 120px;
  right: 20px;
  cursor: pointer;
  z-index: 98;
}
.fixedCall svg {
  width: 55px;
  height: 55px;
}

.fixedWhatsapp {
  position: fixed;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  z-index: 98;
}
.fixedWhatsapp svg {
  width: 55px;
  height: 55px;
}

@media (max-width: 1199.98px) {
  .fixedCall {
    position: fixed;
    bottom: 100px;
    right: 10px;
  }
  .fixedCall svg {
    width: 40px;
    height: 40px;
  }
  .fixedWhatsapp {
    position: fixed;
    bottom: 50px;
    right: 10px;
  }
  .fixedWhatsapp svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .fixedCall {
    display: none;
  }
  .fixedWhatsapp {
    display: none;
  }
}

/*# sourceMappingURL=newLand.css.map */
