@import url('https://fonts.googleapis.com/css2?family=Jost: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');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
}


p,
span,
a,
ul li {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
}

* {
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 62.5%;
}

.container {
  max-width: 1170px;
}

body {
  overflow-x: hidden;
  /*text-transform: capitalize;*/
}

.pre-header ul li a {
  color: var(--black);
}

.pre-header ul li a:hover {
  color: var(--black);
}

.navbar-nav .nav-link {
  color: var(--black);

}

.live-chat:hover {
  color: var(--black);
}

.pre-header ul li svg {
  font-size: 2rem;
}

.navbar-nav li.nav-item a.nav-link.active {
  background: #7ed9e7;
  padding: 2rem 1rem;
  border-bottom: 4px solid #18191a;
  color: #fff;
}

.navbar-nav .nav-link:hover {
  color: var(--light-blue);
}

.Reviews-list li:nth-child(1) span {
  border: 1px solid var(--light-blue);
  border-radius: 22px;
  padding: 0.4rem 10px;
}

.navbar div .fa-right-to-bracket {
  background-color: var(--light-blue);
  color: var(--white);
  padding: 0.7rem;
  clip-path: circle();
}

header a.order-now:hover,
.home-tab .order-now:hover,
.home .order-now:hover,
.login .fa-right-to-bracket:hover:hover,
.home-info .order-now:hover {
  background: var(--blue);
  color: var(--white);
}

.home {
  background: url(../../assets/image/home-bg.webp)center center/cover no-repeat;
}

.home select {
  width: 230px;
  padding: 1.2rem;
  font-size: 1.2rem;
  background: var(--blue);
  color: var(--white);
  border: none;
  border-radius: 0.5rem;
  appearance: none;
}

.home select:focus-visible {
  outline: none;
}

.fa-whatsapp {
  background: var(--black);
  padding: 0.5rem;
  clip-path: circle();
  font-size: 2.2rem;
}

.counter {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 1rem 0rem;
  border-radius: 6rem;
}

.counters .counter {
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.counter .item {
  border-right: 1px solid var(--light-blue);
  padding-right: 4rem;
}

.home-info .list li {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1.5rem;
  font-weight: bold;
}

.home-info .info-nurse {
  background: url(../../assets/image/home-info.webp)center/cover no-repeat;
}

.home-info .list li svg {
  color: var(--light-blue);
}

.home-service {
  background: url(../../assets/image/home-service-bg.webp)center center/cover no-repeat;
  ;
}

.home-service .left-content ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
}

.home-service ul li {
  background-color: var(--white);
  /* margin: 1rem 1rem 1rem 0rem; */
  padding: 2rem 1rem;
  border-radius: 2rem;
}

.home-service .left-content ul li {
  width: 350px !important;
}

.home-service .more-information {
  background: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 1rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  transition: all 0.6s linear;

}

.home-service .more-information:hover {
  background: var(--black);
  transition: all 0.6s linear;
}

/* .reliable-team .left-content ul {
  position: relative;
} */
.reliable-team .left-content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  text-align: center;
  padding: 3rem 1rem;
  position: relative;
  border-radius: 10px;
  height: auto;
}

.reliable-team .swiper-wrapper {
  height: auto;
}

.title p {
  margin: 0rem 7rem 3rem;
  font-size: 18px;
  /* text-align: center; */
}

.reliable-team .title {
  padding-bottom: 10rem;
}

.reliable-team .left-content ul li object {
  position: absolute;
  top: -6rem;
  background: #fff;
}

.reliable-team .right-content ul {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.reliable-team .right-content ul li {
  padding: 3rem 0rem;
}

.reliable-team .right-content ul li:last-child {
  background: var(--blue);
  padding: 3rem 0rem;

}

.reliable-team .right-content ul li .order-now {
  border: 2px solid var(--white);
  color: var(--white);

}

.nursing-assignment {
  background: url(../../assets/image/nursing-assignment-bg.webp)center center/cover no-repeat;
  ;
}

.nursing-assignment .right-content .list li {
  padding: .7rem 0rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.home-tab .left-content .nav {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 4rem;
}

.home-tab .left-content .nav button {
  background: transparent;
  color: var(--black);
  border: 2px solid var(--light-blue);
  border-radius: 2rem;
  width: 200px;
}

.home-tab .list-2 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  background-color: #e5f6f9;
  padding: 3rem;
}

.home-tab .left-content .list-2 li {
  background: var(--white);
  width: 130px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 210px;
  text-align: center;
  border: 2px solid var(--blue);
  border-radius: 1rem;
}

.home-tab .total-price {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0px 1px;
  padding: 1.5rem 0rem;

}

.home-tab .right-content img {
  position: absolute;
  right: 0rem;
}

.cta {
  background: url(../../assets/image/cta.webp)center center/cover no-repeat;
}

.cta .grid-list {
  display: grid;
  grid-template-columns: auto auto;
  background-color: var(--white);
  padding: 1rem 2rem;
  align-items: center;
  margin: 10px 0;
  border-radius: 10px;
}

.cta .grid-list.gridbuttons {
  display: grid;
  grid-template-columns: auto auto;
  background-color: var(--white);
  padding: 1rem 2rem;
  align-items: center;
  gap: 26px;
  border-radius: 83px;
}

.cta .grid-list li {
  border-right: 1px solid #3333;
  padding-left: 27px;
}

.cta .grid-list li:nth-child(2) {
  border-right: none;
}

.cta .grid-list.gridbuttons li a.order-now {
  font-size: 1.4rem;
  padding: 8px 22px;
  font-weight: 600;
  transition: all 0.6s linear;
  border: 2px solid var(--light-blue);
  border-radius: 2rem;
  width: 100%;
  display: block;
  text-align: center;
}



whatsapp-now .cta ul.grid-list li {
  padding: 1rem 0rem;
}

.bg-light-blue-whatsap {
  background: var(--blue);
}

.cta ul.grid-list li span {
  font-family: 'Oswald', sans-serif;

}

.cta .grid-list.gridbuttons li {
  border-right: none;
  padding-left: 0;
}

.review-box {
  background: var(--white);
  border: 1px solid grey;
  padding: 2rem;
  max-width: 60rem;
  margin-bottom: 3rem;
  height: 100%;
}

.writer-info .right-content .writer-card .review-box li:first-child {
  display: flex;
  gap: 1rem;
}

.writerSlider {
  height: 800px;
}

.home-reviews .list-1 li svg {
  color: var(--yellow);
  font-size: 2.5rem;
}

.home-reviews {
  background: url(../../assets/image/home-reviews.webp);
}

.home-reviews .review__card {
  background: white;
  padding: 4rem 1.5rem;
  /* width: 350px; */
  position: relative;
  z-index: 1;
}

.review__card ul li svg {
  color: var(--yellow);
  font-size: 12px;
}

.review__card ul li div {
  line-height: 1.8rem;
  word-spacing: 0rem;
}

.review__card .quote {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: -1;
}

.itemslides {
  margin: 10px 0;
  flex: 1;
}

.researcher .left-content ul li {
  display: flex;
  align-items: self-start;
  gap: 3rem;
  /*padding-bottom: 2rem;*/
  width: 100% !important;
}

.researcher .left-content ul li div {
  flex: 1;
}

.researcher  .itemslides p {
  padding-top: 10px;
}

.researcher  .itemslides  {
 margin-bottom: 35px;
}

.researcher .left-content ul li div p {
  padding-top: 10px;
}

.researcher .researchSlider .swiper-wrapper {
  display: block;
  padding: 2rem 0;
}

.researcher .left-content ul li .span-no {
  font-size: 3rem;
  background-color: var(--blue);
  clip-path: circle();
  font-weight: bold;
  padding: 1rem;
  color: var(--white);
}

.researcher .span-no {
  font-size: 3rem;
  background-color: var(--blue);
  clip-path: circle();
  font-weight: bold;
  padding: 1rem;
  color: var(--white);
  margin: 10px 0px;
}

.researcher.pb-0 .right-content .counting {
  text-align: center;
  padding: 2rem;
  border-bottom: 1px solid var(--blue);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  flex: 1;
}

.before-fotter {
  background: url(../../assets/image/before-footer-bg.webp)center center/cover no-repeat;
  ;
}

.before-fotter .left-content {
  background: var(--white);
  padding: 2rem;
}

.before-fotter .left-content .content ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.3rem;
}

.before-fotter .left-content .content ul li {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.before-fotter .content {
  border: 3px dashed #000;
  padding: 3rem;
  border-radius: 2rem;

}

.before-fotter .left-content .content ul li span {
  font-size: 20px;
  font-weight: 500;
}

.before-fotter .left-content .content ul li svg {
  font-size: 18px;
}

.before-fotter .right-content ul {
  border-radius: 1rem;
  max-width: 100%;
}

.before-fotter .right-content ul li:first-child {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;

}

.before-fotter .right-content ul li {
  padding: 1rem 3rem;
}

footer {
  background: url(../../assets/image/footer-bg.webp)center center/cover no-repeat;
  ;
}

footer .list-1 li,
footer .list-2 li {
  padding-bottom: 1rem;
}

footer .social-icon div svg {
  font-size: 20px;
}

footer .list-1 li a,
footer .list-2 li a {
  color: var(--black);
}

ul.review-box li div {
  line-height: 26px;
}

ul.review-box li:first-child {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.writer-info .writerSlider {
  height: auto;
}

/* about-bg */
.about {
  background: url(../../assets/image/about-bg.webp)center center/cover no-repeat;
}

.reviews {
  background: url(../../assets/image/about-bg.webp)center center/cover no-repeat;
}

.service__circle {
  background: url(../../assets/image/service-circle.webp)center center/contain no-repeat;
  height: 280px;
}

.home .right-content {
  padding-top: 3rem;
}

.order__now form {
  padding: 4rem
}

.order__now select {
  width: 100%;
  height: 4.5rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  border-radius: 1rem;
  border: 1px solid grey;
  font-size: 1.4rem;
  appearance: auto;
}

.order__now input.formcontrol {
  width: 100%;
  height: 4.5rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  border-radius: 1rem;
  border: 1px solid grey;
  font-size: 1.4rem
}

.order__now form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: .8rem 0
}

.order__now form ul li {
  width: 40%;
  flex: 1
}

.order__now form ul {
  display: flex;
  gap: 16px
}

.order__now form textarea {
  border: 1px solid grey;
  width: 100%;
  min-height: 12rem;
  font-size: 15px;
  padding: 1rem 2rem
}

input.file_changing {
  font-size: 15px
}

input#topic::placeholder {
  color: #000
}

.order__now .label-inline {
  display: inline-block
}

#cover-spin {
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .7);
  z-index: 9999;
  display: none
}

.order__now form ul li input {
  margin-bottom: 2rem;
  padding-left: 2rem;
  border-radius: 1rem;
  border: 1px solid grey;
  font-size: 1.4rem;
  width: 100%;
  height: 4.5rem;
}

.order__now .form-background {
  background: url(../../assets/image/form__bg.webp)center center/cover no-repeat;
  color: var(--white);
  border-radius: 1rem;
}

.order__now .form-background2 {
  background: url(../../assets/image/form__bg-2.webp)center center/cover no-repeat;

}

.order__now .order_now_bg {
  background: url(../../assets/image/order_now_bg.webp)center center/cover no-repeat;

}

.order__now .page__para {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}

.order__now .right-content {
  padding: 2rem;
  color: var(--white);
}

.lineShape {
  position: absolute;
  bottom: 5px;
  left: 2px;
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

img.dropIcon {
  position: absolute;
  top: 14px;
  right: 9px;
}

img.servdropIcon {
  position: absolute;
  top: 11px;
  right: 0px;
}

.dropdown-toggle::after {
  border: transparent;
  margin-left: 0.655em;
}

.home-tab .lightning-blue {
  background: #e5f6f9;
}

.home-tab .content {
  padding: 2rem;
}

.home-tab .content object {
  border-right: 1px solid var(--light-blue);
  padding: 2rem 1.5rem 2rem 0rem;
}

.pricing-info .left-content ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}

.pricing-info .left-content ul li span {
  font-size: 1.8rem;
  font-weight: 600;
}

.faq {
  background: url(../../assets/image/faq_background.webp)center/cover no-repeat;
}

.faq .accordion-item {
  margin-bottom: 1.5rem;
  border: 1px solid var(--black);
}

.faq .accordion-item .accordion-header button {
  font-size: 1.7rem;
  font-weight: 600;
  padding: 1.5rem 2rem;
  height: auto;
  color: #000;
}

.faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #12e0c0;
}

.faq .accordion-item p {}

.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 2em;
  z-index: 999999;
}

.fixeds {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: var(--black);
}

footer .list-1 li a:hover,
footer .list-2 li a:hover {
  color: var(--light-blue);
}

footer .social-icon svg {
  color: var(--black);
}

.reliable-team .right-content ul li .order-now:hover {
  background: var(--white);
  color: var(--black);
}

.pre-header ul li a:hover {
  color: var(--black);
}

.home-tab .left-content .nav button.active {
  background: var(--light-blue);
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-color: var(--light-blue);
  border-top-color: var(--black);
  border-bottom-color: var(--blue);
  border-width: 8px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.reliable-team .swiper {
  overflow: visible;
}

a.order-now.actieing {
  background: var(--light-blue);
  color: #000;
}

footer ul li a:hover {
  color: var(--light-blue);
}

.swiper-pagination-bullet {
  padding: 0.6rem;
}

.swiper-container {
  position: relative;
}

.swiper-button-up,
.swiper-button-down {
  position: absolute;
  right: 0rem;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-up {
  top: 75%;
  transform: translateY(-50%);
  background-image: url('../../assets/image/top-arrow.webp');
  /* Replace with your arrow icon */
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-down {
  bottom: 15%;
  transform: translateY(50%);
  background-image: url('../../assets/image/right-arrow.webp');
  /* Replace with your arrow icon */
  background-repeat: no-repeat;
  background-size: contain;
}

.email {
  text-transform: lowercase;
}

.w-max {
  min-width: max-content
}

.extraInfo img {
  margin: 10px 0;
}

.fs45 {
  font-size: 45px;
}

.faq-box span {
  font-size: 30px;
  color: var(--Secondary);
  font-weight: 700;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
}

.faq-box p {
  font-weight: 500;
  font-size: 20px;
}

.homeReview .swiper-pagination-bullet {}

.homeReview .swiper-pagination-bullet-active {
  background: #fff;
}

.writerSlider .swiper-slide {
  height: auto;
}

.heading1 {
  background: var(--blue);
  padding: 1rem 1rem;
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0.6rem;
}

.heading2 {
  background: var(--light-blue);
  padding: 1rem 1rem;
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0.6rem;
}

.sitemapdata ul {
  padding: 0px;
}

.sitemapdata ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
  margin: 15px 0;
}

.sitemapdata ul li {
  width: 32%;
  padding: 4px 10px;
  background: #e2e0e033;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.sitemapdata ul li a {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
}