body,
html {
  font-family: 'Poppins', sans-serif;
}

.text-75 {
  font-size: 75px !important;
}
.text-45 {
  font-size: 45px !important;
}
.text-35 {
  font-size: 35px !important;
}
.text-30 {
  font-size: 30px !important;
}
.text-26 {
  font-size: 26px !important;
}
.text-25 {
  font-size: 25px !important;
}
.text-24 {
  font-size: 24px !important;
}
.text-23 {
  font-size: 23px !important;
}
.text-21 {
  font-size: 21px !important;
}
.text-20 {
  font-size: 20px !important;
}
.text-18 {
  font-size: 18px !important;
}
.text-16 {
  font-size: 16px !important;
}
.text-14 {
  font-size: 14px !important;
}

.text-100 {
  font-weight: 100 !important;
}
.text-200 {
  font-weight: 200 !important;
}
.text-300 {
  font-weight: 300 !important;
}
.text-400 {
  font-weight: 400 !important;
}
.text-500 {
  font-weight: 500 !important;
}
.text-600 {
  font-weight: 600 !important;
}
.text-700 {
  font-weight: 700 !important;
}
.text-800 {
  font-weight: 800 !important;
}
.text-900 {
  font-weight: 900 !important;
}

.text-8cc63e {
  color: #8cc63e !important;
}
.text-12a89d {
  color: #12a89d !important;
}
.text-555555 {
  color: #555555 !important;
}

.bg-12a89d {
  background-color: #12a89d !important;
}
.bg-8cc63e {
  background-color: #8cc63e !important;
}
.bg-0c1b27 {
  background-color: #0c1b27 !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.opacity_5 {
  opacity: 0.5;
}
.opacity_7 {
  opacity: 0.7;
}

#banner_home {
  background-image: url(../img/banner_home.png);
  padding-top: 11.5rem;
}

.banner {
  min-height: 665px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body .navbar-light .navbar-nav .nav-link {
  color: #565656;
  margin-left: 1.5rem;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #12a89d;
}
section#casefidus .row > div,
section#casefidus .row .wrap {
  height: 138px;
}
section#casefidus .right {
  border-radius: 0 10px 10px 0;
  background-image: linear-gradient(0deg, #1b7d95 0%, #114961 100%);
}
section#casefidus .left {
  border-radius: 10px 0 0 10px;
  filter: drop-shadow(0px 23px 27px rgba(18, 76, 100, 0.25));
  overflow: hidden;
}
section#casefidus {
  margin-top: -4.2rem;
}

.home-page h3.main_title {
  font-size: 35px;
  font-weight: 700;
  position: relative;
}

.home-page h3.main_title::after {
  content: '';
  position: absolute;
  width: 184px;
  height: 4px;
  border-radius: 2px;
  background-color: #12a89d;

  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
/* bhjkdfbj */
.design p {
  text-shadow: 2px 2px 8px #8cc63e;
  color: aliceblue;
  font-size: 30px;
  margin-top: 30px;
}
@keyframes glowing {
  0% {
    /* background-color: #8cc63e; */
    /* box-shadow: 0 0 5px #8cc63e; */
  }
  50% {
    text-shadow: 0 0 20px #8cc63e;
  }
  100% {
    text-shadow: 0 0 5px #8cc63e;
  }
}
.design p {
  animation: glowing 1300ms infinite;
}

section#nurse .wrap {
  border-radius: 20px;
  filter: drop-shadow(0 0 1.5px rgba(18, 76, 100, 0.55));
  background-color: #ffffff;
  padding: 4.2rem 2.6rem 2.4rem;
  position: relative;
  transition: all ease 0.25s;
}
section#nurse .wrap a {
  color: #12a89d;
  text-decoration: none;
  transition: all ease 0.25s;
  position: relative;
}
section#nurse .wrap a:hover {
  color: #8cc63e;
}
section#nurse .wrap a::after,
section#nurse .wrap a::before {
  content: '';
  position: absolute;
  transition: all ease 0.25s;
}

section#nurse .wrap a::after {
  width: 30px;
  height: 2px;
  background-color: #12a89d;
  top: 50%;
  right: -45px;
}
section#nurse .wrap a::before {
  border: solid #12a89d;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  border-width: 0 2px 2px 0;
  right: -49px;
  top: 50%;
  width: 9px;
  height: 9px;
}
section#nurse .wrap a:hover::after {
  background-color: #8cc63e;
}
section#nurse .wrap a:hover::before {
  border: solid #8cc63e;
  border-width: 0 2px 2px 0;
}
section#nurse .wrap:hover {
  filter: drop-shadow(0px 23px 27px rgba(18, 76, 100, 0.25));
}

section#nurse .splide__slide,
section#team .splide__slide {
  padding: 3rem 2px 4rem;
}
section#nurse .splide__slide img {
  position: absolute;
  top: -35px;
}
section#nurse .splide__pagination__page {
  background: rgb(27 125 150 / 20%);
  margin: 3px 6px;
}

section#nurse .splide__pagination__page.is-active {
  background: #8cc63e;
}
section#team .splide__pagination__page.is-active {
  background: #1b7d96;
}

section#team .card {
  filter: drop-shadow(0 0 1px rgba(18, 76, 100, 0.3));
  transition: all ease 0.25s;
}
section#team .card:hover {
  filter: drop-shadow(0px 23px 27px rgba(18, 76, 100, 0.25));
}
section#team .card .contact {
  padding: 0.35rem 1.35rem;
  border-radius: 10px;
  background-color: #8cc63e;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 0.4rem;
  display: inline-block;
}

section#coco {
  background-image: url(../img/contactcovid.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section#coco .precuation .circle {
  width: 67px;
  height: 67px;
  display: inline-flex !important;
  border-radius: 50%;
  margin-right: 0.8rem;
}

section#coco .precuation span {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
.fhd {
  min-height: 100px;
}
section#testi .wrap {
  border-radius: 8px;
  filter: drop-shadow(0 0 1.5px rgba(18, 76, 100, 0.55));
  background-color: #ffffff;
  transition: all ease 0.25s;
  padding: 2rem 3.5rem 2.5rem;
}
section#testi .wrap:hover {
  filter: drop-shadow(0px 23px 27px rgba(18, 76, 100, 0.25));
}

section#testi .wrap .quotemark {
  position: absolute;
  right: 3rem;
}
section#testi .avatar {
  width: 106px;
}
section#testi .avatar img {
  position: absolute;
  top: -84px;
}
.star {
  position: relative;

  display: inline-block;
  width: 0;
  height: 0;

  margin-left: 0.6em;
  margin-right: 0.6em;
  margin-bottom: 1.2em;

  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #eb881e;
  border-left: 0.3em solid transparent;

  /* Controlls the size of the stars. */
  font-size: 10px;
}

.star:before,
.star:after {
  content: '';

  display: block;
  width: 0;
  height: 0;

  position: absolute;
  top: 0.6em;
  left: -1em;

  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #eb881e;
  border-left: 1em solid transparent;

  transform: rotate(-35deg);
}

.star:after {
  transform: rotate(35deg);
}

section#contactform .container {
  border-radius: 10px;
  background-color: #12a89d;
  border: 4px solid #ffffff;
  background-image: url(../img/contact-form.png);
  background-position: center center;
  background-size: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section#contactform input,
section#contactform textarea {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  border: 1px solid #ffffff;
  max-width: 80%;
  margin-bottom: 1rem;
  padding: 0.6rem 1rem;
}

section#contactform button {
  font-size: 14px;
  color: #3f3f3f;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #fff;

  padding: 0.6rem 1.2rem;
  text-transform: uppercase;
}
section#contactform input::placeholder,
section#contactform textarea::placeholder {
  color: #fff;
}
section#contactform input:focus,
section#contactform textarea:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
footer.footer {
  margin-top: -8rem;
  padding-top: 10rem !important;
  background-image: url(../img/footer.png);
}
section#contactform .container {
  background-repeat: no-repeat;
}

.footer-copyright {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 15 px;
}

.footer-copyright p.text-center.text-14.text-300.text-white a {
  color: #fff;
  text-decoration: none;
}
.col-lg-6.col-md-6.main-dr-name-sec {
  position: relative;
}

.col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
  position: absolute;
  background-color: #8cc63e;
  top: 45px;
  width: 780px;
  height: 136px;
  padding: 15px 125px;
  clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
}

section#casefidus {
  position: relative;
  z-index: 2;
}

section#banner_home {
  position: relative;
  z-index: 1;
}

.col-lg-6.col-md-6.main-dr-name-sec .text-dr-name p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 800;
  font-family: 'Poppins';
  line-height: 34px;
}
/*height media */
@media screen and (max-height: 660px) and (min-width: 1300px) {
  .design p {
    margin-top: 3px;
  }

  .col-lg-6.col-md-6.main-dr-name-sec {
    margin-top: -30px;
  }

  section#casefidus {
    margin-top: -92px;
  }
  .row.mx-0 {
    margin-bottom: 30px;
  }
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
    top: 0px;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1401px) {
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
    top: 45px;
    width: auto;
    padding: 15px 100px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
    top: 20px;
    width: auto;
    padding: 15px 75px;
  }
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
    top: 7px;
    width: auto;
    padding: 15px 75px;
  }
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 993px) {
  .design p {
    font-size: 20px;
    margin-top: 0px;
  }
  #banner_home {
    padding-top: 5.5rem;
  }
  .offset-lg-2 {
    margin-left: 0%;
  }
  .d-flex.align-items.offset-lg-2 {
    flex: 0 0 auto;
    width: 36.3%;
    align-items: center;
    justify-content: center;
  }
  section#coco .d-flex.align-items-center {
    flex: 0 0 auto;
    width: 33.3%;
    justify-content: center;
  }

  .row.treatment.mx-n2.mt-3 h5.tname.text-white.text-24.text-700.mb-3 {
    min-height: 50px;
  }

  section#team {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }

  section#testi {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  section#contactform .container {
    background-repeat: no-repeat;
  }
  .container.py-5 {
    padding-top: 0 !important;
  }

  .container.py-5 .text-center.py-5.mb-5 {
    margin-bottom: 0 !important;
  }

  footer.footer.bg_img.py-5 .col-md-4 {
    width: 33.33%;
  }

  .home-page h3.main_title {
    font-size: 30px;
  }
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
    top: 30px;
    width: auto;
    padding: 15px 50px;
  }
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name p {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .design {
    font-size: medium;
  }
  #banner_home {
    padding-top: 6.5rem;
  }
  section#nurse {
    margin-top: 0 !important;
  }
  .text-20 {
    font-size: 16px !important;
  }
  section#coco {
    margin-top: 0 !important;
  }
  section#coco .precuation .circle {
    width: 50px;
    height: 50px;
  }
  .star {
    font-size: 8px !important;
  }
  .offset-md-4 {
    margin-left: 38.333333%;
  }
  footer.footer {
    margin-top: -12rem;
  }

  .row.precuation.mx-n2.mb-5 .d-flex.align-items-center {
    flex: 0 0 auto;
    width: 33.33%;
    justify-content: center;
  }

  .row.precuation.mx-n2.mb-5
    .d-flex.align-items-center.col-3.offset-lg-2
    span.d-inline-block {
    font-size: 19px;
  }

  .row.treatment.mx-n2.mt-3 h5.tname.text-white.text-24.text-700.mb-3 {
    font-size: 20px !important;
    min-height: 52px;
    margin-bottom: 0 !important;
  }

  section#coco {
    padding-bottom: 0 !important;
  }

  section#team {
    margin-top: 0 !important;
  }

  section#testi {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .hdr.position-relative.d-flex.mb-4 {
    flex-direction: column;
  }

  .hdr.position-relative.d-flex.mb-4
    .ps-4.content.d-flex.align-items-start.justify-content-between.w-100 {
    padding-top: 40px;
    padding-left: 0 !important;
  }

  p.text-18.text-300.opacity_7.mt-3 {
    font-size: 16px !important;
  }

  section#contactform {
    padding-top: 0 !important;
  }

  section#contactform .container {
    background-repeat: no-repeat;
    background-position: 100% 41%;
  }

  footer.footer .text-center.py-5.mb-5 {
    margin-bottom: 0 !important;
    padding-bottom: 40px !important;
  }

  footer.footer.bg_img.py-5 .col-lg-3.offset-lg-2.mb-5.pb-4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .align-items-start p.text-18.text-300.text-white {
    margin-bottom: 0;
  }

  .align-items-start img.me-3.mt-3 {
    margin-top: 5px !important;
  }

  section#banner_home h1 {
    font-size: 50px !important;
  }

  section#banner_home h2 {
    font-size: 35px !important;
  }

  section#banner_home h4 {
    font-size: 20px !important;
  }

  section#banner_home h3 {
    font-size: 18px !important;
  }

  section#banner_home h5 {
    font-size: 16px !important;
  }
  .banner {
    min-height: 500px;
  }
  .navbar-toggler:focus {
    box-shadow: unset;
  }
  .row.precuation.mx-n2.mb-5 span.d-inline-block {
    font-size: 20px !important;
  }
  .design p {
    font-size: 20px;
    margin-top: 0px;
  }
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
    top: -10px;
    width: auto;
    padding: 15px 50px;
  }
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .design p {
    font-size: medium;
  }
  .footer-copyright {
    margin: 15px;
  }
  .design {
    font-size: medium;
    text-align: center;
  }
  section#casefidus {
    margin-top: 1.8rem;
  }
  section#coco .precuation span {
    font-size: 18px;
  }
  section#coco .precuation .circle {
    width: 50px;
    height: 50px;
  }
  section#banner_home {
    padding-top: 3rem !important;
    min-height: 350px;
  }
  a.navbar-brand img {
    width: 125px;
  }
  section#banner_home h1 {
    font-size: 40px !important;
  }

  section#banner_home h2 {
    font-size: 30px !important;
  }

  section#banner_home h4 {
    font-size: 20px !important;
  }

  section#banner_home h3 {
    font-size: 16px !important;
  }

  section#banner_home h5 {
    font-size: 15px !important;
  }

  section#banner_home .col-lg-7.col-md-8 {
    text-align: center;
  }

  section#casefidus .col-md-6.px-0.left {
    margin-bottom: 15px;
  }

  section#casefidus .col-md-6.px-0 {
    border-radius: 10px;
  }

  section#nurse {
    margin-top: 0 !important;
  }

  .home-page h3.main_title {
    font-size: 25px;
    padding-bottom: 30px !important;
  }

  section#coco {
    margin-top: 0 !important;
  }

  section#coco .d-flex {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 15px;
  }
  .home-page h3.main_title {
    font-size: 25px;
    padding-bottom: 30px !important;
    margin-bottom: 0 !important;
  }
  .text-18 {
    font-size: 14px !important;
  }
  .star {
    font-size: 7px !important;
  }
  footer.footer {
    margin-top: -14rem;
  }
  .row.treatment.mx-n2.mt-3 {
    padding-left: 25px;
  }

  .row.treatment.mx-n2.mt-3 h5 {
    font-size: 20px !important;
  }

  section#coco {
    padding-bottom: 0 !important;
  }

  section#team {
    margin-top: 0 !important;
  }

  section#testi {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  section#testi .col-md-6 {
    margin-bottom: 80px;
  }

  .hdr.position-relative.d-flex.mb-4 {
    flex-direction: column;
  }

  .ps-4.content.d-flex.align-items-start.justify-content-between.w-100 {
    padding-top: 40px;
    padding-left: 0 !important;
  }

  section#contactform {
    padding-top: 0 !important;
  }

  section#contactform .container {
    background-image: unset;
  }
  .col-lg-3.offset-lg-2.mb-5.pb-4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .text-12a89d {
    font-size: 24px !important;
  }
  section#casefidus .col-md-6.px-0.right p.text-600.text-white.text-16.mb-0 {
    font-size: 15px !important;
  }
  section#contactform input,
  section#contactform textarea {
    max-width: 100% !important;
  }

  section#contactform h4.text-26.text-700.text-white.mb-4.text-uppercase {
    text-align: center;
  }
  section#contactform button {
    display: flex !important;
    margin: auto;
  }
  footer.footer.bg_img.py-5 .text-center.py-5.mb-5 {
    margin-bottom: 0 !important;
  }
  footer.footer.bg_img.py-5 p.text-18.text-300.text-white {
    margin-bottom: 0;
  }

  footer.footer.bg_img.py-5 .d-flex.align-items-start img.me-3.mt-3 {
    margin-top: 0 !important;
  }

  section#coco .row.contact.mx-n2.mb-5 {
    padding-left: 35px;
  }

  section#coco .row.contact.mx-n2.mb-5 {
    padding-top: 25px;
  }
  .row.codiv-text-treat {
    padding-left: 25px;
  }
  footer.footer.bg_img.py-5 .d-flex.align-items-start img.me-3.mt-3 {
    width: 30px !important;
  }
  .navbar-toggler:focus {
    box-shadow: unset;
  }

  footer.footer.bg_img.py-5 p {
    font-size: 14px !important;
  }

  footer.footer.bg_img.py-5 p a {
    font-size: 14px;
  }
  .banner {
    background-position: 72% !important;
  }
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name p {
    font-size: 16px;
    line-height: 26px;
  }
  .design {
    font-size: medium;
  }
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
    top: 16px;
    width: auto;
    padding: 15px 64px !important;
  }
}
@media screen and (max-width: 525px) {
    .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
    top: -6px;
}
}
@media screen and (max-width: 375px) {
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
    top: -16px !important;
    width: auto;
    padding: 15px 31px !important;
  }
}

@media screen and (max-width: 320px) {
  section#testi .wrap {
    padding: 2rem 1.5rem 2.5rem !important;
  }
  section#banner_home .container {
    padding-bottom: 35px !important;
  }
  .col-lg-6.col-md-6.main-dr-name-sec .text-dr-name {
    top: 11px !important;
    width: auto;
    padding: 15px 5px 15px 30px !important;
  }
}
