/* font family */
/* poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('../../../../cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css');


body {
  font-family: "Poppins", sans-serif;
  color: #3A3A3C;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
  background: #F8F8F8;
  overflow-x: hidden;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

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

button:focus {
  outline: 0;
}

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

body.second-modal {
  overflow: hidden;
}

main {
  padding: 0 0 0;
}

.wd-mb-35 {
  margin-bottom: 35px;
}

.wd-mt-8 {
  margin-top: 8px;
}

.txt-orange {
  color: #FE852A;
}

.wd-main-title,
.wd-section-title h2 {
  font-weight: 700;
  font-size: 36px;
  color: #000000;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}

.wd-section-title h2::before {
  width: 28px;
  height: 6px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FE852A;
}

.wd-section-title h2::after {
  width: 110px;
  height: 2px;
  display: block;
  content: "";
  position: relative;
  left: 0;
  margin: 15px auto 0;
  background-color: #FE852A;
}

.wd-section-title p {
  font-weight: 400;
  font-size: 15px;
  color: #3A3A3C;
  margin-bottom: 16px;
}

.wd-section-title p:last-child {
  margin-bottom: 0;
}

/* home banner */
.wd-mr-banner {
  background: url(../images/home/home-banner.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 45px 0 0;
  display: flex;
  align-items: center;
  height: auto;
}

.wd-home-bnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wd-home-bnr-dtls ul {
  margin: 0 15px 30px;
  padding: 0;
}

.wd-home-bnr-dtls ul li {
  display: block;
  margin-bottom: 2px;
}

.wd-home-bnr-dtls ul li:nth-child(even) {
  margin: 0 0 2px 120px;
}

.wd-home-bnr-dtls h1 {
  font-weight: 800;
  font-style: italic;
  line-height: unset;
  font-size: 40px;
  color: #FE852A;
  margin-bottom: 0px;
}

.wd-home-bnr-dtls p {
  font-weight: 400;
  font-size: 17px;
  color: #3A3A3C;
  margin-bottom: 0px;
}

.wd-home-bnr-dtls p strong {
  font-size: 18px;
}

.wd-home-bnr-dtls ul li::marker {
  color: #FE852A;
}

.get-more-btn {
  background: #017474;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid transparent;
  display: block;
  width: fit-content;
  text-transform: capitalize;
}

.get-more-btn:hover {
  border: 1px solid #017474;
  color: #017474;
  background: transparent;
}

/* genatic testing */
#testing {
  background: #fff;
}

.wd-mr-testing {
  padding: 100px 0 85px;
}

.wd-testing-dtls p:last-child {
  margin-bottom: 0;
}

.wd-testing-dtls.wd-section-title h2:after,
.wd-ptnt-story-lft .wd-section-title h2:after {
  left: 0;
  margin-left: 0;
}

.wd-testing-dtls.wd-section-title h2::before,
.wd-ptnt-story-lft .wd-section-title h2::before {
  right: unset;
  margin: 0 40px;
}

/* patient-story */
.wd-mr-story-bg {
  background: url(../images/home/story-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 95px 0;
  color: #fff;
}

.wd-ptnt-story-lft h2 {
  color: #fff;
}

.wd-ptnt-story-lft .wd-section-title p {
  margin-bottom: 25px;
  color: #fff;
}

/* story carousl */
.wd-mr-story-bx {
  background: rgba(255, 255, 255, 0.178);
  backdrop-filter: blur(16.3627px);
  border-radius: 13px;
  padding: 10px 16px 20px;
  height: 210px;
}

.wd-mr-story-bx h4 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
}

.wd-mr-story-bx p {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  margin-bottom: 14px;
}

.wd-know-more-btn {
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 6px 6px 6px 15px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.wd-know-more-btn span {
  background: #C7C8CA;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.wd-know-more-btn:hover {
  border: 1px solid #017474;
  color: #fff;
}

.wd-know-more-btn:hover span {
  background: #017474;
}

.wd-know-more-btn:hover span svg path {
  fill: #fff;
}

#owl-testing.owl-carousel .owl-nav.disabled,
#owl-story .owl-carousel .owl-nav.disabled {
  display: block;
}

.wd-mr-story-bg .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: auto;
  right: -21px;
  bottom: 0;
  z-index: 1;
}

.wd-mr-story-bg .owl-carousel .owl-nav button span {
  background: #017474;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-mr-story-bg .owl-carousel .owl-nav button.owl-prev {
  display: none;
}

/* story carousl end */
/* news article */
.wd-mr-news-area {
  padding: 75px 0 35px;
}

.wd-mr-news-area .wd-section-title {
  width: 60%;
  margin: 0 auto 32px;
}

.wd-mr-news-box img {
  margin-bottom: 22px;
  border-radius: 18px;
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.wd-mr-news-box {
  display: block;
  margin-bottom: 20px;
}

.wd-mr-news-box h4 {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 10px;
}

.wd-mr-news-box p {
  font-weight: 400;
  font-size: 13.8286px;
  letter-spacing: 0.02em;
  color: #545454;
  margin-bottom: 0;
}

/* genatic testing part -1 */
.wd-mr-genatic-bg {
  padding: 70px 0 80px;
  background: #E4E4E4;
}

.wd-mr-genatic-bg .wd-section-title {
  margin: 0 auto 40px;
  width: 100%;
}

.testbox_grpbtn .wd-know-more-btn {
  border: 1px solid #3A3A3C;
  color: #3A3A3C;
  margin-right: 10px;
}

.testbox_grpbtn .wd-know-more-btn:hover {
  border: 1px solid #017474;
  color: #017474;
}

.wd-test-info {
  text-align: center;
}

.wd-test-info img {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 250px;
  object-fit: contain;
  width: 100%;
}

#owl-testing .testhead {
  margin-bottom: 0;
  position: relative;
}

#owl-testing .testbox_blog {
  margin-bottom: 0;
}

.wd-mr-genatic-bg .owl-carousel .owl-nav button span,
.wd-mr-team-area .owl-carousel .owl-nav button span {
  background: #017474;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.wd-mr-genatic-bg .owl-carousel .owl-nav button span svg {
  width: 32px;
  height: 32px;
}

.wd-mr-genatic-bg .owl-carousel .owl-nav button,
.wd-mr-team-area .owl-carousel .owl-nav button {
  top: 50%;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
}

.wd-mr-genatic-bg .owl-carousel .owl-nav button.owl-prev,
.wd-mr-team-area .owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.wd-mr-genatic-bg .owl-carousel .owl-nav button.owl-next,
.wd-mr-team-area .owl-carousel .owl-nav button.owl-next {
  right: -53px;
}

/* home page end */
/* request to test */
.test_mainsec {
  padding: 50px 0 0;
}

.search_listed {
  background: #FFFFFF;
  box-shadow: 0px 13px 24px rgba(0, 0, 0, 0.18);
  border-radius: 14px;
  padding: 18px 18px 0;
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.srch_custom-check ul {
  display: block;
}

.srch_custom-check ul li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 18px;
}

.srch_custom-check ul li:last-child {
  margin-right: 0;
}

.srch_custom-check input {
  display: none;
}

.srch_custom-check .form-group {
  margin-bottom: 0;
}

.srch_custom-check label {
  background: #F0F0F0;
  border-radius: 9px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
}

.srch_custom-check label svg {
  display: none;
  margin-left: 8px;
}

.srch_custom-check input:checked+label {
  background: #017474;
  color: #fff;
}

.srch_custom-check input:checked+label svg {
  display: inline-block;
}

.testbox_blog {
  background: #FFFFFF;
  /* box-shadow: 0px 7px 34px rgba(0, 0, 0, 0.1); */
  border-radius: 15px;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 20px 20px;
  margin-bottom: 4px;
}

.testhead {
  background: #FFFFFF;
  /* box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.15); */
  border-radius: 0px 0px 15px 15px;
  display: block;
  /* padding: 15px; */
  /* margin-bottom: 20px; */
}

.testhead img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

#product_price {
   font-size: 20px;
   
}


.item {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.testbox_blog h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  margin-top: 14px;
}


.testbox_blog p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #545454;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;

}

.testbox_blog a b {
  font-weight: 600;
  color: #FE852A;
  display: inline-block;
}

.booktest_btn {
  background: #017474;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 10px 25px;
  line-height: unset;
  margin: 0;
  display: inline-block;
}

.booktest_btn:hover {
  color: #fff;
  background: #FE852A;
}

/* .testbox_main {
  padding: 0 0 40px;
} */

/* .division {
  margin-bottom: -20px;

} */




.testbox_main .testbox_blog {
  height: 100%;
}

/* about us */
.aboutus_main {
  padding: 30px 0;
}

.aboutus_main h2 {
  font-size: 32px;
}

.aboutus_main h4,
.aboutus_main b {
  font-size: 18px;
  font-weight: 600;
  color: #545454;
  display: block;
  margin-bottom: 0.5rem;
}

.aboutus_main h4 strong {
  font-size: 20px;
  color: #000;
}

.wd-mr-value-area {
  padding: 35px 0 35px;
}

.wd-mr-value-box {
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  padding: 20px 20px 22px;
  text-align: center;
  margin: 0 auto 30px;
  width: 200px;
  height: 200px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wd-mr-value-box img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}

.wd-mr-value-box h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.wd-mr-team-area {
  padding: 35px 0 35px;
}

.wd-mr-team-area .wd-section-title {
  margin-bottom: 75px;
}

.wd-mr-team-box {
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 0 20px 20px;
  text-align: center;
  /* display: flex;
  flex-direction: column;
  gap: 10px; */

}

.wd-mr-team-box img {
  /* margin: -35px 0 12px; */
  width: 217px !important;
  height: 217px !important;
  border-radius: 50%;
  display: unset !important;
}



.wd-mr-team-box .linkedin-icon-wrapper{
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#linkedin-icon{
  width: 35px  !important;
  height: 35px !important;
  border-radius: 0px !important;
}


.wd-mr-team-area .owl-item.active,
.wd-mr-team-area .owl-item.cloned.active {
  opacity: 1;
}

.wd-mr-team-area .owl-item,
.wd-mr-team-area .owl-item.cloned {
  opacity: 0;
}

.wd-mr-team-area .owl-carousel .owl-stage-outer {
  overflow: unset !important;
}

.wd-mr-team-box h4 {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wd-mr-team-box p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*about us end*/
/*---chat demo icon--*/
.wd_sidenav {
  z-index: 11;
  position: relative;
  cursor: pointer;
}

.wd_sidenav ul {
  position: fixed;
  top: 50%;
  /* bottom: 0; */
  right: 3px;
  /* display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  flex-direction: column; */
  /* height: 100%; */
}

.wd_chat {
  position: fixed;
  top: 12em;
  left: -52px;
  background: #017474;
  transition: 0.3s;
  padding: 10px;
  width: 90px;
  text-decoration: none;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  transition: all ease-in 0.5s;
  
}

.wd_sidenav li {
  position: relative;
  left: 5.5em;
  background: #017474;
  transition: 0.3s;
  padding: 10px;
  width: 120px;
  text-decoration: none;
  border-radius: 10px 0px 0px 10px;
  z-index: 1;
  transition: all ease-in 0.5s;
  margin-bottom: 10px;
}


.wd_sidenav a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 10px;
}

.wd_sidenav a svg {
  width: 24px;
  height: 24px;
}

.wd_sidenav a span {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

/*.wd_chat:hover{
  left: 0;
}
.wd_cart:hover{
  left: 0;
}*/
.wd_sidenav li:hover {
  left: 0;
}

/*end of chat demo icon*/
/* profile */
.wd_inner_banner p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.wd-mr-profile-flow {
  padding: 40px 0 100px;
}

.wd-mr-left-menu {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
  border-radius: 14px;
}

.wd-mr-left-menu li a {
  padding: 20px 25px;
  border-bottom: 0.7px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  color: #3A3A3C;
  text-transform: capitalize;
}

.wd-mr-left-menu li:first-child a {
  border-radius: 14px 14px 0 0;
}

.wd-mr-left-menu li:last-child a {
  border-radius: 0 0 14px 14px;
}

.wd-mr-left-menu li a.active {
  background: #FFDBCC;
  color: #FE852A;
}

.wd-mr-left-menu li a.active svg path {
  stroke: #FE852A;
}

.wd-mr-left-menu li:last-child a {
  border: none;
}

.wd-mr-profile-right h2 {
  font-weight: 600;
  font-size: 18px;
  color: #1C1C1C;
  margin-bottom: 16px;
}

.wd-profl-bx {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

/* breadcrumb */
.wd-mr-profile-right .breadcrumb {
  padding: 0;
  margin: 0 0 16px;
  background-color: transparent;
  align-items: center;
}

.wd-mr-profile-right .breadcrumb-item,
.breadcrumb-item a {
  color: #7F7F80;
  font-weight: 600;
  font-size: 18px;
  margin: 0 10px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.breadcrumb-item a svg {
  margin-right: 10px;
}

.wd-mr-profile-right .breadcrumb-item.active {
  color: #1C1C1C;
}

.wd-mr-profile-right .breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

/* ---breadcrumb css end */
.wd-profile-area .wd-login-form {
  text-align: center;
  display: block;
  padding: 50px 0 50px;
  width: 50%;
  margin: 0 auto;
}

.wd-update-btn {
  background: #017474;
  box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  border: 2px solid #017474;
  display: block;
  margin: 40px auto 10px;
  text-align: center;
  padding: 12px 60px;
}

.wd-update-btn:hover {
  background: transparent;
  color: #017474;
}

/* popup */
#deleteAcc .modal-dialog,
#logOut .modal-dialog {
  max-width: 450px;
}

.wd-profile-modal {
  z-index: 1111;
}

.wd-profile-modal .modal-content {
  background: #FFFFFF;
  box-shadow: 0px 14px 11px rgba(0, 0, 0, 0.13);
  border-radius: 21px;
}

.wd-profile-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 15px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wd-profile-modal .modal-header .close {
  margin: 0 !important;
  position: unset;
}

.wd-profile-modal .modal-title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin: 0 auto;
}

.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 15px 0 0;
  padding: 0;
}

.wd-profile-modal .modal-body {
  padding: 20px 15px;
}

.wd-profile-modal .modal-body p {
  font-weight: 500;
  font-size: 15px !important;
  color: #5A5A5A;
  text-align: center;
}

.wd-modal-btn {
  background: #017474;
  box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  border: 2px solid #017474;
  display: block;
  margin: 40px auto 10px;
  text-align: center;
  padding: 12px 30px;
  width: 80%;
  white-space: nowrap;
}

.wd-modal-btn:hover {
  background: transparent;
  color: #017474;
}

/* modal popup end */
/* order */
.wd-order-area ul {
  background: #FFFFFF;
  box-shadow: 3px 4px 11px rgba(0, 0, 0, 0.07);
  border-radius: 14px 14px 0px 0px;
}

.wd-order-area ul.nav-pills li .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #424143;
  display: flex;
  align-items: center;
  line-height: normal;
  padding: 14px 24px;
  background: transparent;
  border-radius: unset;
  border-bottom: 2px solid transparent;
}

.wd-order-area ul.nav-pills li .nav-link.active {
  color: #017474;
  background: transparent;
  border-bottom: 2px solid #017474;
  border-radius: 0;
  font-weight: 600;
}

ul.wd-ordr-lists {
  padding: 20px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.wd-ordr-lists li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 0.9px solid #DFDFDF;
}

.wd-ordr-lists li:last-child {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.wd-order-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.wd-ordr-lft {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.wd-order-img img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.wd-ordr-dtls h4 {
  font-weight: 500;
  font-size: 16px;
  color: #1F1F1F;
  margin-bottom: 6px;
  padding: 0;
}

.wd-ordr-dtls p {
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  display: flex;
  align-items: center;
  color: #545454;
  margin-bottom: 10px;
  padding: 0;
}

.wd-ordr-dtls p strong {
  font-weight: 600;
  color: #000;
  margin-left: 8px;
}

.wd-ordr-dtls span {
  font-weight: 400;
  font-size: 15px;
  color: #6B6B6B;
  margin: 0;
  padding: 0;
}

.wd-order-rgt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  grid-gap: 28px;
}

.wd-order-rgt p {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  padding: 4px 10px;
  margin: 0;
  text-transform: capitalize;
  min-width: 94px;
}

.complete-txt {
  color: #017474;
  background: rgba(51, 160, 44, 0.1);
  border-radius: 90px;
}

.cancel-txt {
  color: #FF0000;
  background: rgba(255, 0, 0, 0.1);
  border-radius: 90px;
}

.order-place-dtls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wd-order-rgt span {
  font-weight: 600;
  font-size: 14px;
  color: #1F1F1F;
}

/* order information */
.wd-ordr-info-title {
  font-weight: 600;
  font-size: 14px;
  color: #1E1F1E;
  text-transform: capitalize;
  margin: 0;
  padding: 16px 20px;
}

.wd-hdr-brder {
  position: relative;
}

.wd-hdr-brder::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 0.4px solid rgba(31, 31, 31, 0.4);
}

hr.wd-brdr-btm {
  border-bottom: 0.4px solid rgb(31 31 31 / 40%);
  margin: 0;
  border-top: 0;
}

.wd-ordr-info-dtls {
  padding: 16px 20px;
}

.wd-ordr-info-dtls ul {
  padding: 0;
  display: block;
}

.wd-ordr-info-dtls ul li {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0;
  display: flex;
  word-break: break-all;
}

.wd-ordr-info-dtls ul li:last-child {
  margin: 0;
}

.wd-ordr-info-dtls ul li span,
.wd-ordr-info-dtls span {
  min-width: 100px;
  margin-right: 15px;
  color: rgba(31, 31, 31, 0.6);
}

.wd-ordr-info-dtls ul li p,
.wd-ordr-info-dtls p {
  font-weight: 500;
  color: #1E1F1E;
  margin: 0;
}

.purchse-item-area {
  display: block;
}

.wd-purchase-item {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  justify-content: space-between;
}

.wd-purchase-item-lft {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.wd-purchase-item:first-child {
  padding-top: 0;
}

.mybooking_details .wd-purchase-item:first-child {
  padding-top: 16px;
}

.wd-item-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.wd-item-dtls h4 {
  font-weight: 600;
  font-size: 16px;
  color: #838383;
  margin-bottom: 10px;
  padding: 0;
}

.wd-item-dtls p {
  font-weight: 700;
  font-size: 16px;
  color: #545454;
  margin: 0;
  padding: 0;
}

.wd-sumry-title {
  font-weight: 700;
  font-size: 16px;
  color: #424143;
  margin-bottom: 10px;
  padding: 0 20px;
}

.wd-mr-sumry {
  display: block;
}

.wd-mr-sumry ul {
  padding: 16px 20px 0px;
}

.wd-mr-sumry ul li {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #545454;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  justify-content: space-between;
}

.wd-mr-sumry ul li:last-child {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #000000;
}

.wd-mr-sumry ul li p {
  font-weight: 600;
  color: #424143;
  margin: 0;
  padding: 0;
}

.txt-green {
  color: #017474 !important;
}

.wd_frm_grp {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

/* notification */
.wd-notify-area {
  padding: 0 20px;
}

.wd-notify-blog {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  gap: 14px;
  border-bottom: 0.9px solid #DFDFDF;
}

.wd-lft-notify span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 160, 44, 0.1);
  border-radius: 50%;
}

.wd-right-notify {
  width: 100%;
  display: block;
}

.wd-notify-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
}

.wd-notify-header h3 {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
}

.wd-notify-header span {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #8E8E8E;
  white-space: nowrap;
}

.wd-right-notify p {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.01em;
  color: #8E8E8E;
  margin: 0;
  padding: 0;
}

/* terms & condition & Privacy policy*/
.wd-mr-terms {
  padding: 40px 0;
}

.wd-mr-terms h2 {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  margin: 0 0 10px;
  padding: 0;
}

.wd-mr-terms h3 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin: 0 0 10px;
  padding: 0;
}

.wd-mr-terms h4 {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin: 0 0 10px;
  padding: 0;
}

.wd-mr-terms p {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
}

.wd-mr-terms p strong {
  font-size: 16px;
  font-weight: 600;
  color: #2f2f2f;
}

.wd-mr-terms p i {
  font-weight: 600;
  color: #2f2f2f;
}

.wd-mr-terms ul {
  margin: 0 15px;
}

.wd-mr-terms ul li {
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
  list-style: disc;
}

.wd-mr-terms ul li::marker {
  color: #FE852A;
}

.wd-mr-terms table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  margin: 0 0 15px;
}

.wd-mr-terms table th {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 5px;
}

.wd-mr-terms table td {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
}

/* contact us */
.wd-mr-contactus {
  margin: -35px 0 70px;
}

.wd-contact-area {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 15px;
}

.wd-mr-contact-bg {
  height: 100%;
}

.wd-mr-contact-bg img {
  border-radius: 15px 0 0 15px;
  height: 100%;
}

.wd-contact-right {
  padding: 25px 40px;
}

.wd-contact-right .wd-section-title {
  margin-bottom: 26px;
}

.wd-contact-right .wd-section-title h2 {
  font-size: 26px;
}

.wd-contact-right .wd-section-title p {
  color: rgba(0, 0, 0, 0.6);
}

.wd-contact-right .wd-login-form textarea.form-control {
  height: 130px !important;
}

/*quote box design*/
.wd-quote-box {
  border: 1px solid #FE852A;
  border-radius: 25px;
  padding: 20px;
  margin: 20px 0 0;
  position: relative;
  width: 90%;
}

.wd-quote-box:before {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 36px;
  color: #FE852A;
  font-weight: 900;
  top: 0;
  left: 0;
  margin: -25px 0 0px 30px;
  padding: 0 10px;
  background: #f1f1f1;
}

.wd-quote-box:after {
  content: "\f10e";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 36px;
  color: #FE852A;
  font-weight: 900;
  right: 0;
  left: unset;
  top: unset;
  bottom: 0;
  margin: 0px 30px -25px 0px;
  padding: 0 10px;
  background: #e7e7e7;
  line-height: unset;
}

.wd-quote-box h3 {
  font-weight: 700;
  font-size: 20px;
  color: #FE852A;
  margin-bottom: 0;
  text-align: center;
  font-style: italic;
  position: relative;
  line-height: 1.5;
  z-index: 1
}


/*GC quote box design*/
.gc-quote-box {
  border: 1px solid #FE852A;
  border-radius: 25px;
  padding: 20px;
  margin: 20px 0 0;
  position: relative;
  width: 100%;
}

.gc-quote-box:before {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 36px;
  color: #FE852A;
  font-weight: 900;
  top: 0;
  left: 0;
  margin: -25px 0 0px 30px;
  padding: 0 10px;
  background: #f1f1f1;
}

.gc-quote-box:after {
  content: "\f10e";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 36px;
  color: #FE852A;
  font-weight: 900;
  right: 0;
  left: unset;
  top: unset;
  bottom: 0;
  margin: 0px 30px -25px 0px;
  padding: 0 10px;
  background: #e7e7e7;
  line-height: unset;
}

.gc-quote-box h3 {
  font-weight: 700;
  font-size: 20px;
  color: #FE852A;
  margin-bottom: 0;
  text-align: center;
  font-style: italic;
  position: relative;
  line-height: 1.5;
  z-index: 1
}


.wd-mob-view {
  display: none;
}

#values.active-sec {
  padding: 110px 0 !important;
}

/* my dna section */
.wd-myDna-list {
  margin: 50px 0 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.wd-myDna-list li {
  display: inline-flex;
  text-align: center;
  position: relative;
}

.wd-myDna-list li:first-child {
  text-align: center;
}

.wd-myDna-list li:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  margin: 100px 0 0 240px;
}

.wd-myDna-list li:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  margin: 100px 240px 0 0;
}

.wd-myDna-list li:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  margin: 300px 0 0 130px;
}

.wd-myDna-list li:nth-child(5) {
  position: absolute;
  top: 0;
  right: 0;
  margin: 300px 130px 0 0;
}

.wd-dna-box {
  background: #017474;
  box-shadow: 0px 6px 12px rgba(52, 160, 44, 0.4);
  border-radius: 50%;
  text-align: center;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  margin: 0;
  border: 2px solid #017474;
}

.wd-dna-box h3 {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.wd-mr-team-area .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* position: absolute; */
  top: 0;
  bottom: 0;
}

/*Publication */
.wd_pub_bx {
  background: #FFFFFF;
  box-shadow: 0px 7px 34px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 25px;
}

.wd_pub_title {
  color: #FFFFFF;
  background: #FE852A;
  padding: 10px 15px;
  border-radius: 15px 15px 0 0;
  display: block;
  margin: 0 auto 0;
  text-align: center;
  box-shadow: 0px 14px 14px rgba(255, 77, 0, 0.1);
  position: relative;
}

.wd_pub_title h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.wd_pub_body {
  padding: 20px;
}

.wd_pub_body h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #FE852A;
  display: inline-block;
}

.wd_pub_body p {
  font-weight: 400;
  /*    font-size: 14px;*/
  line-height: 22px;
  color: #545454;
  margin-bottom: 15px;
}

.wd_pub_bx p:last-child {
  margin-bottom: 0;
}

.wd_pub_bx ul {
  margin: 0 15px;
}

.wd_pub_bx ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545454;
  list-style: disc;
  margin-bottom: 10px;
}

/* accordiaon faq */
.wd-mr-faq {
  width: 100%;
  margin-bottom: 50px;
}

.wd-mr-faq .card-header .title {
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  width: 85%;
  font-size: 20px;
  margin-bottom: 0;
}

.wd-mr-faq .card-header {
  cursor: pointer;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding: 24px 18px;
}

.wd-mr-faq .card {
  border: 0;
  background: #FFFFFF;
  box-shadow: 0px 7px 34px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 25px;
}

.wd-mr-faq .accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.wd-mr-faq .accordion>.card:not(:first-of-type) {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.wd-mr-faq .accordion>.card>.card-header {
  color: #FFFFFF;
  background: #FE852A;
  padding: 10px 15px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0px 14px 14px rgba(255, 77, 0, 0.1);
  position: relative;
}

.wd-mr-faq .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(45deg);
}

.wd-mr-faq .card-header:not(.collapsed) .rotate-icon svg path {
  fill: #fff;
}

.wd_story_blog2 {
  padding: 0;
}

.pblog-grp {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: left;
}

#owl-testing .testbox_blog p {
  margin-bottom: 1rem;
}

.wd_pub_body ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.wd_pub_body ul li {
  margin-bottom: 0.5rem;
}

.wd_pub_body ul li:last-child {
  margin-bottom: 1.5rem;
}

.between_title {
  width: 100% !important;
  display: block;
  text-align: center;
  margin: 1rem 0;
  color: #FE852A;
  font-weight: 600;
}

.refrnce_box ul li {
  font-size: 12px;
  line-height: normal;
}

.wd_gene_bx .sub_title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  display: block;
}

ol li::marker {
  font-weight: 400;
  font-size: 9px;
}

ol li small {
  margin-left: 5px;
}

.ref_text,
.ref_text b {
  font-weight: 400;
  font-size: 9px;
}

/* rotation */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

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

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

  100% {
    transform: rotate(360deg);
  }
}

/*-webkit-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;*/
.wd-mr-testing-img {
  position: relative;
}

.wd_gene_bx ul li::marker {
  display: none !important;
}

.wd_gene_bx ul li:before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-grid;
  border: 2px solid #01747496;
  position: relative;
  background: #0174748f;
  box-shadow: 0px 0px 4px #017474;
  margin-right: 10px;
  top: -2px;
}

.ref_title {
  color: #FE852A;
}

.wd_pub_body h2 {
  font-size: 18px;
}

.bgul-highligh {
  background: #01747424;
  padding: 10px 10px;
  margin-bottom: 1rem;
}

.bgul-highligh ul {
  padding: 0;
}

.bgul-highligh li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545454;
  margin-bottom: 10px;
  display: grid;
  grid-auto-flow: column;
  width: 100%;
  justify-content: start;
}

.bgul-highligh li:before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-grid;
  border: 2px solid #01747496;
  position: relative;
  background: #0174748f;
  box-shadow: 0px 0px 4px #017474;
  margin: 6px 10px 5px 0px;
}

.bgul-highligh li:last-child {
  margin-bottom: 0 !important;
}

.bg-highliged {
  background: #FE852A24;
  padding: 10px 10px;
}

.bg-highliged p {
  display: inline-block;
  margin-bottom: 0;
}

.orange {
  font-weight: 500;
  color: #FE852A;
}

.green {
  font-weight: 700;
  color: #017474;
}

.innernews_img {
  margin-bottom: 15px;
}

.cardic_doctor {
  width: 100%;
  border-radius: 15px;
  height: 400px;
  object-fit: cover;
  margin: 15px 0;
}

.mydna_mainimg {
  width: 75%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#myDna {
  padding: 80px 0 50px;
}

.modal-header {
  border: 0;
  position: relative;
  padding: 0;
}

.modal-header .close {
  padding: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.modal-content {
  border: none;
  border-radius: 15px;
  padding: 15px 15px;
}

.modal-body {
  padding: 0;
  text-align: center;
}

.modal-body img {
  width: 50%;
  margin: 1rem 0 2rem;
}

.modal-body h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.modal-footer {
  border: none;
  padding: 0;
  justify-content: center;
  margin: 1rem 0 0;
}

.modal-footer button {
  background: #017474;
  border: 1px solid #017474;
  border-radius: 50px;
  padding: 8px 30px;
}

.owl-story .owl-nav a {
  background: #017474;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-story .owl-nav button {
  top: 50%;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
}

.owl-story .owl-nav button.owl-next {
  right: -53px;
}

.owl-story .owl-nav svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.error {
  color: red;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}

#phone-error {
  margin-top: 12px;
}

/*---7-7-2023*/
.wd_update_bx {
  display: block;
}

.wd_update_bx img {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.wd_update_bx p {
  display: inline-block;
}

.moretext {
  display: none;
}

.wd_home_news p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*Video Screen*/
.wd_video_blog {
  padding: 30px 0;
}

.wd_video_title {
  border-bottom: 2px solid #FE852A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.wd_video_title h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #000;
  display: block;
  margin-bottom: 0;
}

.wd_video_title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545454;
  display: block;
}

.wd_video_blog .testbox_blog {
  padding: 20px;
  height: 380px;
}

.wd_video_blog .owl-carousel .owl-nav button span,
.wd_video_blog .owl-carousel .owl-nav button span,
.wd_article_bx .owl-carousel .owl-nav button span,
.wd_article_bx .owl-carousel .owl-nav button span {
  background: #017474;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd_video_blog .owl-carousel .owl-nav button span svg,
.wd_article_bx .owl-carousel .owl-nav button span svg {
  width: 32px;
  height: 32px;
}

.wd_video_blog .owl-carousel .owl-nav button,
.wd_video_blog .owl-carousel .owl-nav button,
.wd_article_bx .owl-carousel .owl-nav button,
.wd_article_bx .owl-carousel .owl-nav button {
  top: 50%;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
}

.wd_video_blog .owl-carousel .owl-nav button.owl-prev,
.wd_video_blog .owl-carousel .owl-nav button.owl-prev,
.wd_article_bx .owl-carousel .owl-nav button.owl-prev,
.wd_article_bx .owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.wd_video_blog .owl-carousel .owl-nav button.owl-next,
.wd_video_blog .owl-carousel .owl-nav button.owl-next,
.wd_article_bx .owl-carousel .owl-nav button.owl-next,
.wd_article_bx .owl-carousel .owl-nav button.owl-next {
  right: 0;
  margin-right: -53px;
}

.wd_video_blog iframe {
  border-radius: 10px;
}

.wd_video_blog .testbox_blog {
  display: block;
}

.wd_video_blog .owl-carousel {
  margin: 50px 0 0;
}

.wd_video_blog .testbox_blog p {
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wd_video_blog .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: flex;
  /* z-index: -10; */
}

/*17-07-2023*/
.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
}

.wd_add_bx .iti--allow-dropdown input,
.wd_add_bx .iti--allow-dropdown input[type=text],
.wd_add_bx .iti--allow-dropdown input[type=tel],
.wd_add_bx .iti--separate-dial-code input,
.wd_add_bx .iti--separate-dial-code input[type=text],
.wd_add_bx .iti--separate-dial-code input[type=tel] {
  padding-left: 80px !important;
}

.wd-mr-banner .owl-carousel .owl-dots.disabled,
.wd-mr-banner .owl-carousel .owl-nav.disabled {
  display: none !important;
}

/*18-07-2023*/
.wd_dispatch_bx.modal {
  z-index: 1111;
}

.wd_dispatch_bx .modal-content {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.35);
  padding: 1.5rem;
}

.wd_dispatch_bx .modal-header {
  text-align: center;
  display: flex;
  position: unset;
  width: 100%;
  margin: 0 auto 20px;
}

.wd_dispatch_bx .modal-header .close {
  margin: 0;
  position: unset;
}

.wd_dispatch_bx .modal-header h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
}

.wd_ordr_detail .form-group {
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
  width: 100%;
  position: relative;
}

.wd_ordr_detail .form-group label {
  margin-bottom: 0;
  font-size: 14px;
  color: rgb(0 0 0 / 70%);
  font-weight: 500;
  width: 25%;
  text-align: left;
}

.wd_ordr_detail .dis-input {
  width: 75%;
}

.wd_ordr_detail .form-control {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  height: auto !important;
  webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.44);
  border-radius: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.wd_ordr_detail .wd_login_btn {
  margin: 0 auto;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #017474;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: rgb(51 160 44 / 50%);
}

.modal-header .close span {
  position: relative;
  top: -1px;
}

body.headitemshow {
  overflow: hidden;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.modal-open .modal {
  z-index: 1111;
}


/*---Schedule Genetic Counseling----*/
.wd_schedule_blog {
  padding: 60px 0;
  background: #fff;
}

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

.wd_schedule_blog form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.wd_schedule_blog form .form-group .form-control {
  border-radius: 13px !important;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
  background: #FFF;
  color: #3A3A3C;
  font-size: 15px;
  font-weight: 400;
  padding: 14px 18px;
  height: auto;
  display: block;
}

.wd_schedule_blog #phone {
  color: #3A3A3C;
  font-size: 15px;
  font-weight: 400;
}

.wd_schedule_blog .phone_grp {
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
  color: #3A3A3C;
  font-size: 15px;
  font-weight: 400;
}

.wd_schedule_blog .phone_grp .form-control {
  color: #3A3A3C;
  font-size: 15px;
  font-weight: 400;
}

.wd_schedule_blog .phone_grp .form-control::placeholder {
  color: #3A3A3C;
  font-size: 15px;
  font-weight: 400;
}

.wd_schedule_blog form .form-group select {
  background: #fff url(../images/downarrow.html)no-repeat !important;
  background-position: 96% 50% !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  color: #3A3A3C;
  font-size: 15px;
  font-weight: 400;
}

.wd_schedule_blog form textarea {
  height: 220px !important;
}

.date_icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 14px 15px 0 0;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0 !important;
}

a:focus-visible,
button:focus-visible {
  outline: 0 !important;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none !important;
}

a {
  outline: none !important;
}

:active {
  outline: none !important;
}

a:focus {
  outline: 0 !important;
}

a:active,
a:focus,
li:focus,
li:active {
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  outline: 0 auto -webkit-focus-ring-color;
}

.wd_dispatch_bx .phone_grp {
  border-radius: 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.44);
  width: 100%;
}

#zip_code-error,
#country-error,
#city-error,
#state-error {
  position: absolute;
}

#terms_condition_modal .modal-body {
  height: 500px;
  overflow-y: scroll;
}

#style-2::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #017474;
}

/*body.second-modal, body.first-modal {
    overflow: hidden;
}*/
.wd_enquire_bx .phone_grp {
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  font-weight: 400;
  font-size: 14px;
  color: rgb(58 58 60 / 60%);
  padding: 5px 20px;
  height: auto;
}

.wd-mr-profile-flow #phone {
  font-weight: 500;
  color: #000;
}

.redirection_link {
  text-transform: capitalize;
  font-size: 14px;
}

.wd_schedule_blog #city-error,
.wd_schedule_blog #state-error {
  position: unset !important;
}

.wd_schedule_blog #phone-error {
  margin: 5px 0 5px;
}

.wd_dispatch_bx .input_custom_group .form-control {
  color: #3A3A3C !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  letter-spacing: 0.02em;
}

.wd_dispatch_bx .input_custom_group .form-control::placeholder {
  color: #3A3A3C !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  letter-spacing: 0.02em;
}

.modal-open {
  touch-action: none;
  -ms-touch-action: none;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background: #017474;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  z-index: 11;
  border-radius: 0.3rem;
}

.back-to-top i {
  color: #fff;
}

.wd_dispatch_bx .modal-body {
  height: 700px;
  overflow-y: scroll;
  margin-right: -10px;
  padding-right: 10px;
}

.wd_req_test {
  height: auto !important;
}

/*date and time css*/
@supports (-webkit-overflow-scrolling: touch) {


  input[type="date"]:before {
    color: #000;
    content: attr(placeholder);
  }

  input[type="date"].filled:before {
    color: #000;
    content: "" !important;
  }

  input[type="date"]:not(.filled):before {
    color: #000;
    content: attr(placeholder);
  }

  input[type="date"] {
    -webkit-text-fill-color: #000;
    --webkit-opacity: 1;
  }
}
/* } */

@supports (-webkit-overflow-scrolling: touch) {


  input[type="time"]:before {
    color: #000;
    content: attr(placeholder);
    height: auto;
  }

  input[type="time"].filled:before {
    color: #000;
    content: "" !important;
    height: auto;
  }

  input[type="time"]:not(.filled):before {
    color: #000;
    content: attr(placeholder);
    height: auto;
  }

  input[type="time"] {
    --webkit-text-fill-color: #000;
    --webkit-opacity: 1;
    height: auto;
  }
}
/* } */

body.first-modal {
  overflow: hidden !important;
  touch-action: none;
  -ms-touch-action: none;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;

}

.wd_add_bx #zip_code-error,
.wd_add_bx #country-error,
.wd_add_bx #city-error,
.wd_add_bx #state-error,
.dis-input #zip_code-error,
.dis-input #country-error,
.dis-input #city-error,
.dis-input #state-error {
  position: unset !important;
}

.playvd_icon {
  cursor: pointer;
  font-size: 40px;
  color: #017474;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: auto;
}

.radio-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 15px;
}

.form-radio {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}

.discount_add {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coupn_text {
  width: fit-content;
  text-align: left;
  display: inline-block;
  font-size: 14px;
  color: #FE852A;
}

.form_coupon .form-group {
  margin-bottom: 0.5rem;
}

.form_coupon .form-control {
  box-shadow: 0px 0px 10px #ccc !important;
  border: none;
  height: auto;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 12px 16px;
  border-radius: 20px;
  position: relative;
}

.form_coupon .form-group {
  position: relative;
}

.cpnaply_btn {
  border-radius: 90px;
  background: #017474;
  border: 1px solid #017474;
  box-shadow: 0px 7px 15px 0px rgba(33, 130, 172, 0.25);
  padding: 6px 20px;
  color: #FFF !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 5px 4px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.wd_summary_bx ul li:last-child {
  border-top: 1.5px solid rgba(0, 0, 0, 0.2);
}

.red {
  color: red !important;
}

.caply_cross {
  position: absolute;
  right: 0;
  top: 0;
  margin: 6px 6px;
}

.caply_cross i {
  font-size: 32px;
  color: #017474;
}


/* start custom css */


.testbox_blog {
  position: relative; 
}

.plus-icon::before {
    content: "\f067"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-size: 2rem; 
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); 
    color: #000; 
}

  .bundle_image {
    width: 335px !important;
    }

    .view_order {
      font-size: 18px;
      color: #0076f4;
      /* color: #ffc004; */
    }



    .wd-ordr-lists li {
    padding-bottom:0px;
    margin-bottom: 0px;
    }

 
.genetic_counseling_form {
    background: #FFFFFF;
    box-shadow: 0px 7px 34px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding:28px 0px;
  }

  .genetic_counsel_btn {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .genetic_counseling_section .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid #017474;
    border-radius: 50px;
    transition: 0.5s;
}

.genetic_counseling_section .icon-box {
  margin-top: 40px;
}


.genetic_para p {
  display: flex;
}

.custom_content {
  font-weight: bold;
  font-size: 16px;

}

/* end custom css */
/* desktop */
