/* 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;
}

body {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2c2c2c;
  background-color: #ffffff;
}

p {
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #0c0c0c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 25px 0;
  color: #212121;
}

h1,
h2,

h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}



header {
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 9;
  background: rgb(255 255 255 / 100%);
}

.header-cta {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background: #efae01;
  padding: 10px 15px;
  border-radius: 5px;
}

.header-cta:hover {
  text-decoration: none;
  color: #fff;
}

.header-cta span {
  font-weight: 800;
}

.logo {
  text-align: center;
}

.logo img {
  width: 100%;
  max-width: 170px;
}

.header-menu li {
  margin: 0 15px;
}

.header-menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 15px !important;
  display: inline-block;
}

.header-menu li a:hover {
  color: #df2a58;
}

.header-menu .dropdown-menu {
  border: 0;
  width: 200px;
  background: #000;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
  right: -30px;
  left: inherit;
  top: 78px;
  border-radius: 0;
  border-top: 0px solid #2197f3;
}

.header-menu .dropdown-menu .dropdown-item {
  padding: 10px 5px;
  color: #fff;
}

.header-menu .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #fff;
}

.navbar-toggler {
  outline: 0 !important;
  border: 0;
  font-size: 35px;
  padding: 0;
  margin-top: -5px;


}

.header-btn {
  width: auto;
  height: auto;
  position: relative;
  background: #df2a58;
  display: inline-block;
  padding: 15px 20px 15px 60px;
  margin: 0;
  border: 0;
  border-radius: 150px;
  cursor: pointer;
  outline: none;
  -webkit-backface-visibility: hidden;
  vertical-align: middle;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: normal;
  text-decoration: none;
  text-align: left;
  font-size: 1em;
  line-height: 22px;
  font-weight: 700;
}

.header-btn a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.header-btn span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: inherit;
  text-align: center;
  background-color: rgb(22 39 55);
  align-items: center;
  justify-content: center;
}

.header-btn span img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  /* width: 35px; */
}

.counter {
  display: inline-block;
  width: 110px;
  background: #2ea2bb;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 5px;
  color: #fff;
  text-align: left;
}

.counter strong {
  font-weight: 600;
}

.hero-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  background: url(../img/hero-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0;
}

.hero-banner:before {
  content: '';
  position: absolute;
  background: rgb(0 0 0 / 68%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-img {
  position: absolute;
  right: -135px;
  bottom: -71px;
  max-width: 500px;
  width: 100%;
}

.hero-inner {}

.banner-content {
  text-align: center;
  max-width: 1140px;
  margin: auto;
  padding-bottom: 0;
}

.banner-content p {
  color: #fff;
  font-size: 16px;
  max-width: 991px;
  margin: auto;
}

.hero-banner.thanks-banner {
  justify-content: center !important;
  max-height: 280px;
}

.hero-banner.thanks-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(255 255 255 / 73%);
}

.hero-banner.thanks-banner .banner-content h2 {
  font-size: 25px;
}

.hero-banner.thanks-banner .banner-content {
  position: absolute;
  max-width: 700px;
  text-align: center;
  left: inherit;
  margin: auto;
}

.banner-content h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
}

.banner-content h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  margin: auto;
  margin-bottom: 0px;
}


.grid-section {
  padding: 40px 0;
  position: relative;
  background: #fbe3e9;
}

.grid-section:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .2;
}

.grid-inner {
  background: #fff;
  position: relative;
  box-shadow: 0 0 15px rgb(0 0 0 / 17%);
}

.grid-inner img {
  width: 100%;
  height: 100%;
}

.grid-content {
  padding: 0px 30px;
}

.grid-list {
  display: flex;
  background: #fff;
  padding: 35px;
  align-items: center;
  margin-bottom: 30px;
}

.grid-img img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}

.grid-img {
  width: 35%;
}

.grid-content {
  width: 65%;
}

.grid-content h2 {
  font-size: 25px;
  font-weight: 700;
}

.form-section {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.form-section-wrap {
  max-width: 500px;
  background: #ffffff;
  border: none;
  border-radius: 5px !important;
  position: relative;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 28%);
  text-align: center;
  margin: auto;
  z-index: 9;
}

.box-form {
  padding: 30px;
}

.form-grid {
  margin-bottom: 15px;
  position: relative;
}

.custom-field {
  display: flex;
  width: 100%;
  padding-left: 5px;
}

.inline-name {
  display: flex;
}

.custom-field .form-control {
  margin-right: 5px;
}

.inline-name .input-group-prepend {
  width: 80px;
}

.form-section-wrap .box .input-group-prepend select.form-control {
  background-size: 15px;
  background-position: 90% 50%;
}


.inline-name .form-grid.select-gender {}

.form-section-wrap label {
  font-size: 13px;
  font-weight: 600;
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
  margin: 0;
}

.form-section-wrap .form-control {
  background: rgb(246 247 249);
  border: 2px solid #d1cece;
  font-size: 16px;
  box-shadow: none;
  border-radius: 5px;
  color: #777;
  padding: 5px 20px;
}

.form-section-wrap .form-control:focus {
  border: 2px solid #df2a58;
}

.form-section-wrap .form-control.error,
.multi-select-button.error {
  border: 2px solid #ffe0e0;
  background-color: #fff3f3;
}

.form-section-wrap label.error {
  position: absolute;
  bottom: -16px;
  width: 100%;
  font-size: 10px;
  color: red;
  font-weight: 500;
  display: none;
}

.form-section-wrap select.form-control {
  background-image: url(../img/arrow.png);
  background-size: 15px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-btn {
  background: #df2a58;
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  /* height: 55px; */
  border: none;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  line-height: 18px;
  cursor: pointer;
  position: relative;
  padding: 15px 25px;
  display: inline-block;
  border: 3px solid #df2a58;
}

.form-btn:hover {
  color: #fff;
  background: transparent;
}

.section-3 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff5e6;
  text-align: center;
}

.icon-card {
  height: 100%;
  width: 100%;
  min-height: 78px;
  background: rgb(223 42 88 / 13%);
  padding: 35px;
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  border-radius: 10px;
  border: 1px solid #df2a58;
  box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.1);
  transition: .5s ease all;
}

.card-image img {
  max-width: 65px;
  margin-bottom: 20px;
}

.card-content h5 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.card-content p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
  color: #000;
}

.icon-card:hover {
  transform: scale(1.05);
  background: #fff;
}

.list-item {
  position: relative;
  border-radius: 6px;
  /* margin-bottom: 30px; */
  transition: all 0.3s linear;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 25%);

}

.thanks-grid .col-lg-4 {
  margin-bottom: 30px;
}

.list_img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-radius: 20px;
  border: 10px solid #fff;
}

.list_img img {
  transition: all 0.9s ease;
}

.list_body {
  position: relative;
  z-index: 3;
  padding: 30px 30px;
}

.list_title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.list_desc {
  line-height: 1.75;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.list_body .action-button {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400 !important;
  width: 100%;
  display: block;
  text-align: center;
}

.list_title a {
  color: #000;
}

.list-item:hover {
  box-shadow: none;
}

.footer-bottom {
  background-color: #121212;
  padding: 30px 0;
}

.footer-bottom p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0;
  line-height: 1.8;
}

ul.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 5px;
}

ul.footer-link li a {
  color: #ccc;
}

ul.footer-link a:hover {
  text-decoration: underline;
  color: #fff;
}

ul.footer-link li:after {
  content: '-';
  color: #fff;
  padding: 0 10px;
}

ul.footer-link li:last-child:after {
  display: none;
}



.form-section-wrap .box select.form-control {
  background-size: 15px;
  background-position: 98% 50%;
}

.form-section-wrap .box label.error {
  display: none !important;
}

.box .form-grid {
  margin-bottom: 15px !important;
  position: relative;
  max-width: 650px;
  margin: auto;
}

.page-progress.progress {
  height: 10px;
  width: 100%;
  background-color: rgb(221, 221, 221);
  position: relative;
  max-width: 100% !important;
  border-radius: 0px;
}

.page-progress.progress .page-progress-bar {
  background-color: #00ad0a;
}

.action-button {}

.action-button:hover {
  background-color: #2c2c2c !important;
  border: 3px solid #2c2c2c;
}

.box {
  margin: auto;
}

.survey {
  padding: 35px;
}

.title {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  max-width: 600px;
  margin: auto;
  margin-bottom: 15px;
  color: #0c0c0c;
}

.question {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.form-section-wrap .box select.form-control {
  /* max-width: 400px; */
  margin: auto;
}

.checkbox-chk {
  display: flex;
  margin-top: 10px;
  text-align: left;
}

.checkbox-chk input[type=checkbox]:focus {
  outline: 0;
}

.checkbox-chk label {
  transition: .5s ease all;
  align-items: center;
  color: #000;
  cursor: pointer;
  position: relative;
  margin: 0;
  width: calc(100% - 25px);
  font-size: 11px;
  line-height: 1.4;
}

.checkbox-chk label span {
  font-size: 13px !important;
}

.checkbox-chk input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 2px solid #ccc;
  margin: 0px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.checkbox-chk input[type=checkbox]:disabled {
  opacity: 0.7;
  background: var(--color-subtle);
  cursor: not-allowed;
}

.checkbox-chk input[type=checkbox]:after {
  content: "";
  display: block;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.checkbox-chk input[type=checkbox]:checked:after {
  transform: scale(0.8);
}

.checkbox-chk input[type=checkbox] {
  border-radius: 0;
}


.checkbox-chk input[type=checkbox]:after {
  width: 16px;
  height: 26px;
  position: relative;
  top: 1px;
}

.checkbox-chk input[type=checkbox]:checked {
  border: none;
  background-color: #00ad0a;
}

.checkbox-chk input[type=checkbox]:checked:after {
  content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}


.form-section-wrap .box .form-control {
  height: 55px !important;
}

.note {
  font-size: 11px;
  line-height: 1.4;
  color: #9f9f9f;
  margin-top: 20px;
  margin-bottom: 0;
}

.note a {
  color: #777;
  font-weight: 700;
}

.date-field {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.date-field select {
  width: 31%;
}

.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}

.process h3,
.success h3 {
  font-size: 30px;
  font-weight: 700;
  color: #027600;
}

.success p {
  font-size: 14px;
  line-height: 1.7;
}

.process {
  min-height: 200px;
  text-align: left;
  width: 100%;
  padding: 0 35px;
}

.analyzing_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.anlyze-img {
  max-width: 250px;
  float: right;
}

.analyzing_list li {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 12px;
}

.analyzing_list li img {
  width: 25px;
  margin-right: 5px;
}

.clinical-section {
  padding: 90px 0;
}

.heading-title {
  font-size: 40px;
  text-align: center;
  color: #2b2b2b;
  font-weight: 700;
}

.alert-success {
  padding: 0;
  color: #00ad0a;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 800;
  max-width: 280px;
  margin: auto;
}


.partner-logo:hover {
  filter: grayscale(0);
  cursor: pointer;
}

.partner-logo:hover img {
  transform: scale(1.05);
}

.partner-logo img {
  width: 100%;
  object-fit: contain;
  transition: .5s ease all;
}

.partner-logo {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  height: 100px;
  padding: 10px;
  /* border: 1px solid #dbdbdb; */
  /* filter: grayscale(1); */
  transition: .5s ease all;
}

.dtr-swiper-next.swiper-button-next,
.dtr-swiper-prev.swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 42%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #df2a58;
  border-width: 0;
  border-style: solid;
  border-radius: 50%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
  color: #ffffff;
}

.dtr-swiper-next.swiper-button-next:hover,
.dtr-swiper-prev.swiper-button-prev:hover {}

.dtr-swiper-prev.swiper-button-prev,
.swiper-container-rtl .swiper-button-next.dtr-swiper-next {
  background-image: none;
  left: -40px;
  right: auto;
}

.dtr-swiper-next.swiper-button-next,
.swiper-container-rtl .dtr-swiper-prev.swiper-button-prev {
  background-image: none;
  right: -40px;
  left: auto;
}




.video-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 210px;
  z-index: 1;
}

.video-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: .60;
  content: "";
}

.why-choose-us {
  margin-top: -170px;
  margin-bottom: 70px;
}

.service-two__inner {
  position: relative;
  padding: 60px;
  background-color: rgb(255 255 255);
  border-radius: 15px;
  overflow: hidden;
  z-index: 9;
  box-shadow: 0 0 25px rgb(0 0 0 / 12%);
}

.contact-info {
  text-align: center;
}


.contact-info h3 {
  font-size: 35px;
  /* color: #ffffff; */
  font-weight: 700;
}

.contact-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 32.3%;
  padding: 35px;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  border-radius: 10px;
  border: 1px solid #df2a58;
  transition: .5s ease all;
  height: 100%;
}

.contact-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px #df2a5838;
}

.contact-thumb img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  width: 32px;
}

.contact-details h4 {
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 15px;
  font-size: 25px;
}

.contact-details p {
  margin: 0;
  font-size: 16px;
}

.contact-details p a {
  color: #000000;
}

.contact-details {
  padding-left: 0;
  width: 100%;
  min-height: 110px;
}

.contact-thumb {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #df2a58;
  border-radius: 100%;
}

.contact-title h2 {
  font-size: 30px;
  font-weight: 800;
}

.contact-title h2 small {
  display: block;
  font-size: 16px;
}

.contact-title {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
}

.privacy-section {
  padding: 30px 0;
}

.privacy-section p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.login-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  background: url(../img/hero-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}

.login-form {
  box-shadow: 0 0px 15px rgb(0 0 0 / 17%);
  padding: 0 !important;
  overflow: hidden;
}

@media (max-width:767px) {
  .upper-right.clearfix {
    display: none;
  }

  .grid-section {
    padding-top: 40px;
    background: #f4f6ff;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .video-section {
    padding: 40px 0 160px;
    z-index: 1;
  }

  .contact-info h3 {
    font-size: 25px;
  }

  .service-two__inner {
    position: relative;
    padding: 35px;
  }

  .contact-box {
    padding: 15px;
    width: 100%;
  }

  .contact-details {
    min-height: auto;
  }

  .why-choose-us {
    margin-top: -100px;
    margin-bottom: 20px;
  }

  .logo img {
    max-width: 140px;
  }

  .banner-content h2 {
    font-size: 30px;
  }

  .banner-content h3 {
    font-size: 18px;
  }

  .hero-banner {

    padding: 20px 0;
  }

  .banner-content {
    padding-bottom: 25px;
  }

  .hero-banner.thanks-banner {
    min-height: auto;
    background: #f6fdff;
    padding: 0;
    padding-bottom: 0;
  }

  .hero-banner img {
    display: none;
  }

  .hero-banner.thanks-banner:before {
    display: none;
  }


  .hero-banner.thanks-banner .banner-content h2 {
    font-size: 20px;
    color: #000;
  }

  .hero-banner.thanks-banner .banner-content h3 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #000;
  }

  .survey {

    padding: 30px 15px;
  }

  .title {

    font-size: 20px;
    margin-bottom: 15px;
  }

  .form-section-wrap .form-control {
    font-size: 16px;
  }

  .action-button {
    font-size: 16px;
    padding: 15px 25px;
    display: inline-block;
    width: auto;
  }

  .question {
    font-size: 14px;
  }

  .inline-name .input-group-prepend {
    width: 100%;
  }

  .inline-name {
    flex-wrap: wrap;
  }

  .custom-field {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .custom-field .form-control {
    margin-right: 0;
    margin-top: 10px;
  }

  .note {
    font-size: 10px;
    text-align: justify;
  }

  .form-section-wrap {
    margin-bottom: 30px;
  }

  .icon-card {
    height: auto;
    margin-bottom: 15px;
    text-align: center;
  }

  .form-section {
    padding-bottom: 20px;
  }


  .logos img {
    max-width: 115px;
    margin: 10px;
  }

  .logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-button {
    font-size: 16px;
    padding: 12px 20px;
  }

  .heading-title {
    font-size: 25px;
  }

  .clinical-section {
    padding: 30px 0;
  }

  .banner-content p {
    color: #fff;
    font-size: 14px;
  }p.text-center.h5.mb-5 {
    font-size: 14px;
}
}