/* search */
#search-2,
.close-search,
.cross .open-search,
.mobile-message,
.mobile-content {
  display: none;
}

#search-2 {
  width: 100%;
}

#search-2 .search-form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

#search-2 .search-form label,
#search-2 .search-field {
  width: 100%;
  border: none;
  margin-bottom: 0;
}

#search-2 .search-field:focus-visible {
  outline: none;
}

#search-2 input.search-submit {
  border: none;
  background-color: transparent;
  background-image: url('/wp-content/uploads/2022/06/search-icon.svg');
  background-repeat: no-repeat;
  color: transparent;
  position: relative;
  top: 8px;
  left: 0px;
  cursor: pointer;
  padding: 0;
  width: 30px;
}

/* .search-form {
  display: none;
} */

input[type='search']::-webkit-search-cancel-button {
  display: none;
}

/* header */
.header-top-wrapper #block-8 b {
  font-weight: 500;
}

.header-menu-area #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  color: #1e1e1e !important;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-left: 25px; /*....updated to 25px from 40px while CCRD-1007..*/
  padding-left: 0;
  padding-right: 0;
  height: unset;
  background: transparent !important;
}
.header-top-wrapper .event-item.text-uppercase {      /*....updated to 25px from 40px while CCRD-1007..*/
    text-align: center;
}
.header-menu-area
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  color: #000 !important;
  background: transparent !important;
}

.header-menu-area #block-12 {
  cursor: pointer;
}

.header-menu-area #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1[data-effect='fade_up']
  li.mega-menu-item.mega-toggle-on
  > ul.mega-sub-menu {
  max-width: 234px;
  background: #fff;
  transform: translate(21px, 23px) !important;
  border: 1px solid #e6e6e6;
  border-top: 5px solid #f7971c;
  padding: 15px 0;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  color: #1e1e1e !important;
}

#page .mega-sub-menu li a {
  color: #1e1e1e;
  background: #fff !important;
  font-size: 0.875rem !important;
  line-height: 1.375rem !important;
  font-weight: 400 !important;
  padding: 9px 0 !important;
  padding-left: 20px !important;
  text-transform: uppercase !important;
}

.mega-current-menu-parent a,
.mega-current-menu-item a {
  position: relative;
  background: transparent !important;
}

.mega-current-menu-parent a:after {
  display: inline-block !important;
  content: '' !important;
  width: 120%;
  height: 5px;
  display: block;
  background: orange;
  position: absolute;
  bottom: -28px;
  left: -10%;
}

.mega-current-menu-item a:after {
  display: inline-block !important;
  content: '' !important;
  width: 140%;
  height: 5px;
  display: block;
  background: orange;
  position: absolute;
  bottom: -28px;
  left: -17%;
}

.mega-current-menu-ancestor ul a::after {
  content: unset !important;
}

.banner .mobile-banner,
.inner-banner .mobile-banner {
  display: none;
}

.banner,
.inner-banner,
.desktop-banner,
.mobile-banner {
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}

.banner img,
.inner-banner img {
  width: 100%;
}

.banner h1 {
  max-width: 364px;
  color: #fff;
  font-size: 3.75rem;
  line-height: 3.875rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-71%);
  text-transform: capitalize;
}

.inner-banner h1 {
  color: #fff;
  font-size: 3.75rem;
  line-height: 3.875rem;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: capitalize;
}

.inner-banner .banner-contents {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
}

#page .inner-banner p {
  color: #fff;
  font-size: 1.125rem !important;
  line-height: 1.8125rem !important;
  padding-left: 15px !important;
  margin: 0 !important;
}

.page-id-76 .banner-contents .col-sm-8 {
  max-width: 60%;
}

.welcome-to-accord .homepage-page-heading {
  color: #571580;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.125rem;
  text-transform: capitalize;
}

/* footer */
.footer-top-left h2 {
  color: #f7971c;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.footer-top-left p,
.footer-top-right #menu-footer-menu a {
  font-weight: bold !important;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.footer-top-left p {
  display: flex;
  align-items: center;
}

.footer-top-right.col-sm-8 {
  margin-top: 38px;
  padding-left: 0;
  padding-right: 0;
}

.footer-top-right #menu-footer-menu li,
.footer-top-right #menu-terms-of-use li {
  list-style: none;
}

.footer-top-right #menu-footer-menu a {
  position: relative;
  text-decoration: none;
  padding: 0 20px;
}

.footer-top-right #menu-footer-menu li:last-child a,
.footer-top-right #menu-terms-of-use li:last-child a {
  padding-right: 0;
}

.footer-top-right #menu-terms-of-use li:not(:first-child) a::before {
  content: '';
  height: 13px;
  width: 1px;
  background-color: #6f6f6f;
  position: absolute;
  top: 3px;
  left: 0;
}

.footer-top-right #menu-terms-of-use a {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400 !important;
  line-height: 1.875rem;
  color: #6f6f6f !important;
  padding: 0 14px;
}

.footer-top-right #menu-footer-menu {
  margin-bottom: 5px;
}

.discover {
  font-size: 1rem;
  line-height: 1.875rem;
}

.copy-right {
  color: #6f6f6f;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

#page .footer-top-left .tel {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: bold !important;
  margin-right: 29px;
}

.footer-bottom-area {
  border-top: 1px solid #b9b9b9;
  padding-top: 18px;
}

/* new product */

/* .new-product-wrapper {
  position: relative;
  display: flex;
} */
/* .new-product-container:before {
  content: '';
  background: #f6f6f6;
  width: 204px;
  height: 400px;
  display: block;
  position: absolute;
  z-index: -1;
} */
.new-product-container h2 {
  color: #571580;
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 500;
}

.new-product-container h3 {
  color: #0e7198;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
}

.Product-strength,
#page .variation-text,
.carousel-text p strong {
  font-size: 14px !important;
  line-height: 24px !important;
}

#page .variation-text {
  font-size: 14px !important;
  line-height: 24px !important;
  max-width: 550px;
  margin-bottom: 15px;
}

.carousel-item img {
  position: relative;
  top: -15px;
  width: auto;
  max-height: 445px;
}

/* .carousel-indicators {
  position: unset !important;
} */
.new-product-wrapper .col-sm-6:first-child {
  width: 47.5%;
}

.new-product-wrapper .col-sm-6:last-child {
  width: 52.5%;
}

.new-product-wrapper .carousel-indicators {
  bottom: 15px;
  left: 142px;
  z-index: unset;
}

.new-product-wrapper .carousel-indicators button {
  z-index: 1;
}

.carousel-indicators [data-bs-target].active,
.carousel-dark .carousel-indicators [data-bs-target].active {
  background-color: #571580 !important;
}

.carousel-indicators [data-bs-target],
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #a7a9ac !important;
  width: 50px;
  height: 5px;
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 10px !important;
  border: 1px solid transparent;
  border-radius: 5px;
}

/* section */
.research-and-development {
  margin-top: 90px;
}

.research-and-development h2 {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: bold;
  margin-bottom: 25px;
}

#page .research-and-development .rad-text p {
  font-size: 2.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  margin-bottom: 13px !important;
}

.research-and-development .rad-text {
  color: #fff;
  position: relative;
  top: 70px;
}

.accord-leading {
  background: #f6f6f6;
  padding: 80px;
  position: relative;
  top: 112px;
}

.accord-leading .btn-custom {
  display: inline-block;
  margin-top: 5px;
}

.anda-nda {
  padding-top: 210px;
}

.a-nda {
  color: #571580;
  font-size: 3.75rem !important;
  line-height: 4.9375rem !important;
  font-weight: 300 !important;
}

#page .in-market {
  font-size: 2.5rem !important;
  line-height: 2.8125rem !important;
  font-weight: 300 !important;
  padding: 6px 0 72px 0;
}

.accord-manufacturing h2 {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 500;
}

#page .accord-manufacturing p {
  max-width: 540px;
  margin-bottom: 10px !important;
}

.manufacturing-wrapper {
  position: relative;
  margin-top: 220px;
  margin-bottom: 250px;
}

.header-content {
  max-width: 530px;
}

.manufacturing-section {
  margin-top: 200px;
}

.manufacturing-section .col-sm-6 {
  align-items: center;
  display: flex;
}

#page .manufacturing-wrapper a {
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  border-bottom: 1px solid #a0a0a0;
  border-radius: 0 !important;
  padding-left: 0;
  margin-bottom: 20px;
  padding-bottom: 28px;
  margin-left: 0;
  outline: none;
}

#page .manufacturing-wrapper a:after {
  content: '';
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 20px;
  right: 0;
}

.manufacturing-wrapper .col-sm-6:first-child {
  max-width: 410px;
}

.manufacturing-wrapper .col-sm-6:last-child {
  max-width: 55%;
  flex: 1;
}

.manufacturing-wrapper .manufacturing-image {
  max-width: 665px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.manufacturing-wrapper h2,
.manufacturing-section h2 {
  color: #571580 !important;
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 500;
}

.manufacturing-wrapper h3 {
  width: 380px;
  position: relative;
  color: #1e1e1e;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(117, 117, 117, 0.2);
  padding: 15px 0;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.manufacturing-section-title:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #fff;
  border-top: 2px solid;
  border-right: 2px solid;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 25px;
  z-index: -1;
}

.accordian-open .manufacturing-section-title:after {
  border-color: #0e7198 !important;
}

.manufacturing-wrapper li::marker {
  color: #f7971c;
  font-size: 1.2rem;
}

.manufacturing-section-detail ul ol li {
  padding-bottom: 0;
}

.manufacturing-section {
  display: flex;
  justify-content: space-between;
}

.manufacturing-section-title {
  z-index: 2;
  position: relative;
}

.manufacturing-section-detail {
  display: none;
}

.accordian-open h3 {
  color: #0e7198;
}

.main-content {
  position: relative;
  max-width: 924px;
  background: #fff;
  padding: 50px 0;
}

.manufacturing-section-detail {
  max-width: 400px;
  position: absolute;
  top: 55px;
  right: 30px;
}

.manufacturing-section-detail ul {
  margin: 0;
  padding: 0;
}

.manufacturing-section-detail ul li {
  padding-bottom: 10px;
}

.manufacturing-section-detail img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -160px;
  width: 48.625rem;
  height: 32.4375rem;
  overflow: hidden;
}

.manufacturing-section.container {
  position: relative;
}

[data-aos^='fade'][data-aos^='fade'] {
  opacity: 1 !important;
}

[data-aos='fade-right'] {
  transform: unset !important;
}

.accordian-open .manufacturing-section-detail {
  display: block;
}

/* our company */

.inner-banner {
  margin-bottom: 40px;
}

.page-heading {
  color: #571580;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.our-mission {
  margin-top: 45px;
}

/* .mission,
.culture {
  position: relative;
  max-width: 920px !important;
} */
.col-sm-6.mission-image,
.col-sm-6.culture-image {
  max-width: 30%;
}

.col-sm-6.mission-text,
.col-sm-6.culture-text {
  max-width: 70%;
  width: 100%;
}

.culture .row {
  justify-content: space-between;
}

.mission-text p {
  max-width: 730px;
}

.mission-text,
.culture-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
}

/* .mission-text p,
.culture-text p {
  max-width: 475px !important;
} */
.culture-image {
  text-align: right;
}

.mission-image img,
.culture-image img {
  max-width: 350px;
  width: 100%;
  margin-top: 50px;
}

.our-culture {
  flex-direction: row-reverse;
  margin-top: 45px;
}

/* .mission-image:after {
  content: '';
  height: 400px;
  width: 175px;
  display: block;
  position: absolute;
  background: #f6f6f6;
  top: 0;
  left: 0;
  z-index: -1;
} */
/* .our-culture .culture-image:after {
  content: '';
  height: 400px;
  width: 175px;
  display: block;
  position: absolute;
  background: #f6f6f6;
  right: 0;
  top: 0;
  z-index: -1;
} */
/* Our Commitment */
.community-responsibilty {
  margin-top: 68px;
}

.diversity {
  margin-top: 62px;
}

/* Our Newsroom */

.page-id-77 .inner-banner {
  margin-bottom: 38px;
}

/* .query-newsroom {
  padding-top: 30px;
} */
.query-newsroom .query-row {
  padding: 35px 0;
  border-bottom: 1px solid #dddfe2;
  cursor: pointer;
}

.news-post-date,
.news-post-type {
  color: #353535;
  line-height: 1.875rem;
  font-weight: 300;
  text-transform: uppercase;
}

.query-newsroom .query-row:hover .news-post-date,
.query-newsroom .query-row:hover .news-post-type {
  font-weight: 500;
}

.news-post-title {
  font-weight: bold;
  color: #1e1e1e;
}

.news-post-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}

/* Our Team */
.team-detail {
  /*cursor: pointer;*//*..commented while CCRD-1015..*/
}

.team-person-image img {
  width: 100%;
  max-width: 350px;
}

.query-unformatted.query-leadership-team {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 30px;
  row-gap: 50px;
  margin-top: 15px;
}

.team-person-name {
  margin-top: 15px;
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase;
}

.team-person-cta {
  margin-top: 15px;
}

/* Contact Us */
.accord-address {
  border-bottom: 1px solid #dddfe2;
  padding-bottom: 20px;
}

.accord-address .page-heading,
.contact-form .page-heading {
  font-size: 1.75rem;
  color: #1e1e1e;
}

#page .accord-address-info p {
  font-size: 1.25rem !important;
  margin-bottom: 0 !important;
}

.accord-address-info p:nth-child(even) {
  line-height: 2rem !important;
}

.our-address {
  display: inline-block;
  margin-top: 15px;
}

.accord-tel {
  margin: 38px 0;
}

.contact-form {
  padding-top: 50px;
}
#page #contact-form p {
  margin-bottom: 0 !important;
} 
.contact-form textarea {
  padding: 20px !important;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.1875rem;
  padding: 20px 25px !important;
  border: 1px solid #dddfe2 !important;
  border-radius: 5px !important;
  margin-bottom: 20px;
  width: 100%;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: none;
}

.contact-form .wpcf7-list-item {
  margin: 20px 0 40px 0;
}

.contact-form .wpcf7-list-item-label {
  line-height: 1.625rem;
}

.contact-form input[type='checkbox'] {
  min-width: 37px;
  min-height: 37px;
  margin-right: 20px;
  margin-top: 8px;
  appearance: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .contact-form input[type='checkbox'] {
      margin-right: 45px;
      margin-top: 30px !important;
    }
  }
}

.contact-form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}

.contact-form input::placeholder {
  padding-left: 10px;
  background: url('../images/astrick.png') no-repeat;
  background-position: 2px 0;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  background-position: 18px 20px !important;
  opacity: 1;
}

.contact-form .required span {
  color: #f7971c;
}

.contact-form input[type='checkbox']:checked {
  margin-top: 8px;
}

.contact-form .term-of-use-box label span:before {
  content: '';
  background: url('../images/checked.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: -15px;
  left: 7px;
  display: block;
  width: 22px;
  height: 22px;
  opacity: 0;
  z-index: 1;
}

.contact-form .wpcf7-list-item-label::after {
  content: '';
  width: 37px;
  height: 37px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: -22px;
  border: 1px solid;
}

.contact-form .term-of-use-box input[type='checkbox']:checked ~ span:before {
  opacity: 1;
}

.contact-form .term-of-use-box input[type='checkbox']:checked ~ span:after {
  background-color: #fff;
}

#contact-form-btn {
  font-weight: 500;
}

/* captcha */
.captcha-box {
  margin-bottom: 40px;
}

/*  */
.page-id-35 .page-heading,
.page-id-36 .page-heading {
  margin: 20px 0;
  font-weight: 500;
}

/* Report Adverse Events and Complaints */
.adverse-event h1 {
  font-size: 2.5rem;
  line-height: 3.875rem;
  font-weight: 500;
  margin-top: 55px;
  margin-bottom: 10px;
  max-width: 100% !important;
}

.medical-information h2,
.registered-office h2 {
  color: #1e1e1e !important;
  font-size: 1.75rem;
}

#page .adverse-event p {
  font-size: 1.875rem !important;
  line-height: 2.8125rem !important;
  /* max-width: 920px; */
  margin-bottom: 30px !important;
}

.page-id-37 .page-heading {
  max-width: 350px;
}

.registered-office {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddfe2;
}

#page .office-address p {
  max-width: 278px;
  font-size: 1.25rem;
  line-height: 2rem;
}

#page .email a {
  color: #0e7198 !important;
  text-decoration: underline !important;
}

.medical-address .tel {
  margin: 40px 0;
}

#page .medical-address .tel a,
#page .medical-address .out-of-office a {
  font-weight: 400 !important;
}

#page .medical-address .out-of-office p {
  margin-bottom: 0 !important;
}

#page .medical-address p {
  font-size: 1.25rem;
}

#page .medical-address p b {
  display: inline-block;
  margin-bottom: 5px;
}

/* thank you page */
.thank-you {
  text-align: center;
}

.thank-you h1 {
  font-size: 3.75rem;
  line-height: 3.875rem;
  margin-top: 85px;
  margin-bottom: 40px;
}

.thank-you p {
  line-height: 2.8125rem !important;
  font-size: 1.875rem !important;
}

/* Search Results */
h1.inner-search {
  font-size: 50px !important;
  margin: 40px 0;
  text-transform: capitalize;
  color: #571580;
  /* text-align: center; */
}

.inner-form {
  position: relative;
  max-width: 650px;
}

.inner-form label {
  width: 100%;
}

.inner-form .search-field {
  font-size: 1rem;
  max-width: 650px;
  width: 100%;
  height: 60px;
  padding: 20px;
  border-radius: 5px;
  padding-right: 55px;
}

/* .inner-form .search-field::placeholder {
  font-weight: 300;
} */

.inner-form .search-submit {
  background: url(../images/search.png) no-repeat center;
  background-color: unset;
  background-size: cover;
  border: unset;
  width: 19px;
  height: 19px;
  color: transparent;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.inner-form .search-field:focus-visible {
  outline: unset;
}

.search h2.page-title {
  color: #1e1e1e;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.875rem;
  text-transform: capitalize;
  margin: 25px 0;
}

.search h2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.search p {
  border-bottom: 1px solid #dddfe2;
  padding-bottom: 36px;
}

.search #page .site-main a:hover {
  color: #0e7198 !important;
  text-decoration: underline !important;
}

#career-listing .displaynone {
  /* display: none; */
  visibility: hidden;
}

.career-listing-table #career-listing_info,
.career-listing-table #career-listing_length,
.career-listing-table #career-listing_paginate {
  display: none;
}

.career-listing-table .dataTables_wrapper .dataTables_filter {
  float: left;
}

.career-listing-table {
  position: relative;
  margin-top: 65px;
}

.career-listing-table .dataTables_wrapper .dataTables_filter label {
  visibility: hidden;
  position: absolute;
}

.career-listing-table thead {
  margin-bottom: 50px;
  display: block;
}

.career-listing-table .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #dddfe2;
  padding: 17px;
  padding-left: 57px;
  width: 350px;
  margin-left: 0;
  visibility: visible;
  left: 0;
  position: absolute;
  border-radius: 5px;
}

.career-listing-table table.dataTable thead th,
.career-listing-table table.dataTable thead td {
  padding: 0;
  border-bottom: unset;
}

.select-job-type select {
  width: 288px;
  appearance: none;
  background: transparent;
  border: 1px solid #dddfe2;
  border-radius: 5px;
  padding: 17px 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.select-category select {
  width: 288px;
  appearance: none;
  background: transparent;
  border: 1px solid #dddfe2;
  border-radius: 5px;
  padding: 17px 30px;
  position: absolute;
  top: 0;
  left: 470px;
  z-index: 1;
}

.career-listing-table table.dataTable tfoot th,
.career-listing-table table.dataTable tfoot td {
  padding: 0;
  border-top: unset;
}

.career-listing-table .select-category select:focus-visible,
.career-listing-table .select-job-type select:focus-visible {
  outline: none;
}

.career-listing-table table.dataTable tbody tr {
  border-bottom: 1px solid #dddfe2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28.5px 0;
}

.career-listing-table table.dataTable.display tbody td {
  border-top: unset;
}

.career-listing-table td.job-type-text {
  margin-left: 100px;
}

.career-listing-table table.dataTable.stripe > tbody > tr.odd > *,
.career-listing-table table.dataTable.display > tbody > tr.odd > * {
  box-shadow: unset;
}

.career-listing-table table.dataTable.hover > tbody > tr:hover > *,
.career-listing-table table.dataTable.display > tbody > tr:hover > * {
  box-shadow: unset;
}

.career-listing-table td.job-title-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 0 !important;
}

.career-listing-table tbody tr {
  cursor: pointer;
}

.career-listing-table tbody tr:hover td.job-title-text {
  color: #0e7198;
  text-decoration: underline;
}

.career-listing-table td.category-text:before {
  content: 'Category';
  display: block;
  color: #353535;
  font-size: 14px;
  line-height: 19px;
  font-weight: 100;
}

.career-listing-table td {
  border-top: none;
}

.career-listing-table td.job-type-text:before {
  content: 'Job Type';
  display: block;
  color: #353535;
  font-size: 14px;
  line-height: 19px;
  font-weight: 100;
}

.career-listing-table td.job-type-text,
.career-listing-table td.category-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.career-listing-table td.view-detail-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}

.career-listing-table td.job-title-text {
  max-width: 250px;
}

/* .career-listing-table #career-listing_filter label:after {
  content: "Search jobs by keyword";
  visibility: visible;
  position: absolute;
  width: 190px;
  top: 18px;
  left: 40px;
} */
.career-listing-table #career-listing_filter label:before {
  content: '';
  background-image: url(../images/search.png);
  visibility: visible;
  display: block;
  position: absolute;
  height: 15px;
  width: 15px;
  background-size: contain;
  top: 24px;
  left: 35px;
}

#career-listing thead select {
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 306px 26px;
}

#career-listing thead .select-opened select {
  background-image: url(../images/up-arrow.png);
}

.select-job-type select,
.select-category select,
#career-listing_filter input[type='search']::placeholder {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

/* Products */
.product-open {
  position: relative;
}

.product-open .prescribing-info h3 {
  text-decoration: underline;
}

.product-open .prescribing-info h3::after,
.product-open .medication-guide h3::after {
  content: '';
  background-image: url('../images/download.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: -18px;
  top: 7px;
}

.has-rems .rems-link,
.prescribing-info {
  display: none;
}

.product-open.has-rems .rems-link,
.product-open .prescribing-info {
  display: block;
}

.details-arrow {
  display: inline-block;
  background: url('../images/right-arrow.png') no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.business-development {
  margin-bottom: 65px;
}

#page .business-development a,
#page .business-development a:hover {
  color: #0e7198 !important;
}

.product-listing {
  position: relative;
}

.terms.terms-tab a:nth-child(1):before,
.terms.terms-tab a:nth-child(2):before,
.terms.terms-tab a:nth-child(3):before,
.terms.terms-tab a:nth-child(4):before,
.terms.terms-tab a:nth-child(5):before {
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

/* .terms.terms-tab a:nth-child(1) {
  order: 2;
}
.terms.terms-tab a:nth-child(2) {
  order: 1;
}
.terms.terms-tab a:nth-child(3) {
  order: 4;
}
.terms.terms-tab button:nth-child(4) {
  order: 3;
}
.terms.terms-tab a:nth-child(5) {
  order: 5;
} */
.terms.terms-tab a:nth-child(1):before {
  background-image: url(../images/orals.png);
}

.terms.terms-tab a:nth-child(2):before {
  background-image: url(../images/injectables.png);
}

.terms.terms-tab a:nth-child(3):before {
  background-image: url(../images/tropicals.png);
}

.terms.terms-tab a:nth-child(4):before {
  background-image: url(../images/rems-products.png);
}

.terms.terms-tab a:nth-child(5):before {
  background-image: url(../images/all-products.png);
}

.terms.terms-tab {
  display: flex;
}

.terms.terms-tab a {
  display: flex;
  align-items: center;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3125rem;
  flex: none;
}

.terms.terms-tab a:hover {
  background-color: #f6f6f6;
}

.pagination {
  margin: 45px 0 35px 0;
}

#page .pagination li a {
  color: #a7a9ac;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border: none;
  padding: 0 17.5px;
  cursor: not-allowed;
}

#page .pagination li.has-item a {
  color: #0e7198 !important;
  cursor: pointer;
}

#page .pagination li.has-item a:hover {
  color: #0e7198 !important;
}

#page .pagination li a:hover {
  color: #a7a9ac !important;
  background-color: transparent;
}

#page .pagination li a:focus {
  background-color: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}

.pagination li:first-child a {
  padding-left: 0;
}

.page-id-761 h2.page-heading {
  margin-top: 20px;
}

.page-id-761 #page .wp-container-2 li {
  display: list-item;
  list-style: disc;
  margin-left: 18px;
}

.page-id-761 #page .wp-container-2 a {
  text-decoration: underline !important;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.page-id-761 #page .wp-container-2 a:hover {
  color: #0e7198 !important;
}

/* popup */
.popup-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.product-img-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 350px;
  transform: translate(-50%, -50%);
}

.pop-backdrop {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.7;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.accord-leading .modal .close-btn {
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
}

#page .product-img-popup .close-btn {
  float: right;
  top: -10px;
  right: -10px;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  width: 25px;
  height: 25px;
  background: #f9971c;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

#page .accord-leading .modal .close-btn:hover,
#page .product-img-popup .close-btn:hover {
  color: #fff !important;
}

.product-listing .active {
  background-color: #f6f6f6 !important;
}

/* search bar */
.products-search {
  position: relative;
  background: #fff;
  z-index: 1;
}

.search-right-arrow {
  display: none;
  /* background: url(../images/right-arrow.png) no-repeat;
  background-size: 100%;
  width: 17.5px;
  height: 9px;
  position: absolute;
  top: 28px;
  right: 33px; */
}

#myInput {
  background: transparent url('../images/search.png');
  background-position: 30px 25px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 1rem;
  padding: 20px 20px 20px 57px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}

#myInput::placeholder {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 300;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1.125rem;
}

#myTable th,
#myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header,
#myTable tr:hover {
  background-color: #f1f1f1;
}

.glossary ul.navigation {
  padding: 0;
}

.glossary ul.navigation li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.grouped-letter {
  scroll-margin-top: 150px;
  color: #337ab7;
}

/* .page-id-1303 #myUL {
  margin-top: 0;
} */
#myUL {
  position: relative;
  margin-left: 60px;
  margin-top: -108px;
  padding-left: 0;
}

#myUL li {
  list-style: none;
  margin-bottom: 30px;
  position: relative;
}

.grouped-letter {
  position: absolute;
  left: -60px;
  font-size: 1.875rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.alphabetical {
  margin-top: 125px;
  position: relative;
}

li.alphabetical:before {
  content: '';
  width: 104%;
  height: 1px;
  background: #dddfe2;
  display: block;
  position: absolute;
  top: -63px;
  left: -60px;
}

h3.product-name {
  position: relative;
  font-size: 16px;
  line-height: 28px;
}

h3.product-name:hover,
h3.product-name:hover:before {
  color: #0e7198;
  border-color: #0e7198;
}

/* .pd-wrapper .pd-header-wrapper a:first-child h3 {
  position: relative;
} */
.pd-wrapper .pd-header-wrapper a:first-child h3:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  transform: rotate(135deg);
  position: absolute;
  left: -24px;
  margin-top: 8px;
}

.product-open .pd-wrapper .pd-header-wrapper a:first-child h3:before {
  border-color: #0e7198;
  transform: rotate(-45deg);
  margin-top: 10px;
}

.product-open .pd-wrapper {
  overflow-x: scroll;
}

.pd-wrapper::-webkit-scrollbar {
  display: none;
}

.pd-wrapper {
  scrollbar-width: none;
}

.product-open .mob_scroll {
  min-width: 840px;
}

.mob_scroll {
  padding-left: 60px;
}

.pd-header-wrapper {
  display: flex !important;
  justify-content: space-between;
}

.rems-link h3:before {
  content: unset;
}

.product-open .rems-link h3 {
  text-decoration: underline;
}

h3.product-name:hover:before .table-responsive {
  display: none;
}

li.product-open .table-responsive,
.product-detail-open .pv-details {
  display: block;
}

/* .product-variations:nth-child(3) .pv-details {
	display: block;
} */

.product-item .table-responsive {
  overflow-x: hidden;
}

li.product-open h3.product-name {
  color: #0e7198;
}

/* .table-responsive tbody tr:hover td {
  color: #0e7198;
  text-decoration: underline;
} */
.product-variations {
  border-bottom: 1px solid #dddfe2;
  max-width: 825px;
  position: relative;
  padding: 30px 0;
}

.product-variations:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #ea9c3e;
  display: block;
  position: absolute;
  top: 43px;
  right: 0;
  z-index: -1;
}

.product-variations:before {
  content: '';
  width: 2px;
  height: 10px;
  background: #ea9c3e;
  display: block;
  position: absolute;
  top: 39px;
  right: 4px;
  z-index: -1;
}

.product-detail-open:before {
  content: unset;
}

.table-responsive,
.pv-details {
  display: none;
}

.pv-head {
  display: flex;
  cursor: pointer;
  background: transparent;
  position: relative;
  z-index: 1;
}

.strength {
  margin-right: 12px;
  position: relative;
}

.strength:first-child,
.pack {
  line-height: 1.75rem;
  font-weight: 500;
}

.strength:first-child:after {
  content: '';
  width: 1px;
  height: 16px;
  background: #000;
  display: block;
  position: absolute;
  top: 6px;
  right: -7px;
}

.table-responsive thead th {
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 7px;
}

.table-responsive thead th:last-child {
  width: 15%;
}

.table-responsive td,
.table-responsive th {
  padding-left: 20px;
}

.table-responsive tbody td {
  line-height: 1.75rem;
  padding-top: 15px;
}

#page .table-responsive tbody td:hover a {
  color: #0e7198 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.table-responsive tbody td:last-child a {
  position: relative;
  left: 0px;
  transition: 0.3s;
}

.table-responsive tbody tr:hover td:last-child a {
  left: 15px;
}

.table-responsive thead {
  background: #f6f6f6;
  /* border-style: hidden; */
}

#page .table-responsive tbody td:not(:nth-child(-n + 4)) a {
  position: relative;
  color: #0e7198;
  text-decoration: underline !important;
  font-weight: 400 !important;
  padding-left: 18px;
  display: flex;
}

/* #page .table-responsive tbody td a:hover {
  color: #0e7198 !important;
} */
.trademark-border.no-line:before {
  content: unset;
}

.trademark-border:before {
  content: '';
  position: absolute;
  display: block;
  width: 94%;
  height: 1px;
  background: #dddfe2;
  top: -30px;
}

.trademark-border {
  font-size: 14px;
  line-height: 22px;
  margin-top: 90px;
  position: relative;
  /* padding-right: 33%; */
}

/* product detail page */
h2.product-name {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}

#page .product-prescribing-info a {
  line-height: 28px;
  font-weight: 400 !important;
  color: #0e7198;
  text-decoration: underline !important;
  position: relative;
  display: flex;
  align-items: center;
}

#page .product-prescribing-info a:hover {
  color: #0e7198 !important;
}

#page .product-prescribing-info a:before {
  content: '';
  background-image: url('../images/download.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}

.product-variations-details div:nth-child(-n + 4) span {
  text-transform: uppercase;
}

.product-variations-details span {
  line-height: 26px;
  color: #656565;
  width: 190px;
  display: inline-block;
}

.pv-image img {
  max-width: 330px;
  width: 100%;
  border: 1px solid #dddfe2;
  padding: 15px;
}

.product-variations-details {
  padding-left: 38px;
  width: max-content;
}

.product-variations-details div {
  display: flex;
  padding-bottom: 20px;
}

.pv_barcoded .yes,
.pv_latex_free .yes,
.pv_preservative_free .yes {
  background-image: url(../images/yes.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.pv-details {
  margin-top: 20px;
}

.product-detail-open {
  border-bottom: unset;
  padding-bottom: unset;
}

#page .product-details.container a.back-to-products {
  display: block;
  color: #8d8d8d !important;
  font-weight: 400 !important;
  margin: 40px 0;
}

#page .product-details.container a.back-to-products:before {
  content: '';
  background: url(/wp-content/uploads/2022/06/right-arrow.svg);
  width: 17px;
  height: 9px;
  display: inline-block;
  background-size: 100%;
  margin-right: 8px;
  transform: rotate(180deg);
}

.table-responsive .modal-body {
  text-align: center;
}

.table-responsive .modal-body img:nth-child(1) {
  max-width: 70%;
}

.table-responsive .modal-body img:nth-child(2) {
  display: block;
  margin: auto;
  max-width: 400px;
  width: 100%;
}

.table-responsive .modal-body {
  padding: 0;
}

.table-responsive .modal-content {
  max-width: 400px;
  max-height: 450px;
  margin: auto;
}

.footnote-text {
  font-size: 12px;
  font-weight: bold;
}
#page .healthcare-savings a {
  text-decoration: underline !important;
}
#page .healthcare-savings a:hover {
  text-decoration: underline !important;
  color: #0e7198 !important;
}
/*--------------*/
.product-open .medication-guide {
  display: inline-block !important;
  text-decoration: underline !important;
}
#page .product-open .medication-guide:hover {
  text-decoration: underline !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn, .cli-switch input:checked + .cli-slider {
    background-color: #f7971c;
}
.cli-modal-content.cli-bar-popup {
    padding-top: 40px;
}


.page-id-35 #page .welcome_txt a {
    font-weight: 400 !important;
}


/*owl carousel for pencil banner*/
 .owl-theme .owl-nav [class*='owl-'], .owl-theme .owl-nav [class*='owl-']:hover{
      background:transparent !important;
  }
  .notification_carousel.owl-theme .owl-nav{
      margin-top:-30px;
  }
  .notification_carousel.owl-theme .owl-prev .arrow, .notification_carousel.owl-theme .owl-next .arrow {
      --navbtn-size: 24px;
      position: absolute;
      top:50%;
      display:inline-block;
      height: var(--navbtn-size);
      width: var(--navbtn-size);
      margin-top:calc(-1 * var(--navbtn-size) / 2);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
  }
  .notification_carousel.owl-theme .owl-prev .arrow{
      background-image: url(/wp-content/themes/accord-healthcare/owlcarousel2/assets/left-chevron.png);
      left: -25px;
  }
  .notification_carousel.owl-theme .owl-next .arrow{
      background-image: url(/wp-content/themes/accord-healthcare/owlcarousel2/assets/right-chevron.png);
      right:-25px;
  }
  .notification_carousel .event-item strong{
      text-transform: uppercase;
  }
  .notification_carousel .event-item{ text-align: center;}
  div#block-18{display: none;}

    @media screen and (min-width:1701px){
      .notification_carousel.owl-theme .owl-nav {
          margin-top: -32px;
      }
  }

  @media screen and (min-width:1680px) and (max-width: 1700px){
      .notification_carousel.owl-theme .owl-nav {
          margin-top: -23px;
      }
  }

    @media screen and (max-width: 980px) {
/*      .notification_carousel.owl-theme .owl-prev .arrow{
          left:12px;
      }
      .notification_carousel.owl-theme .owl-next .arrow{
          right:12px;
      }*/
      .notification_carousel .event-item{ font-size: 14px; }

  }

    @media screen and (max-width: 767px) {
/*      .notification_carousel.owl-theme .owl-prev .arrow{
          left:5px;
      }
      .notification_carousel.owl-theme .owl-next .arrow{
          right:5px;
      }*/
      .notification_carousel .event-item {
      width: 80%;
      margin: auto;
      font-size: 12px;
      line-height: 1.5em;
      }
  }

.notification_carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
  /*end owl carousel for pencil banner*/

  /*added by payal 22 nov for copay ccrd 1007 start*/

#page .product-co-pay-program a:before {
  content: '';
  background-image: url('../images/money-card.png');  
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}
#page .product-co-pay-program a:hover {
  color: #0e7198 !important;
}
#page .product-co-pay-program a {
  line-height: 28px;
  font-weight: 400 !important;
  color: #0e7198;
  text-decoration: underline !important;
  position: relative;
  display: flex;
  align-items: center;
}
.product-open .pd-wrapper .pd-header-wrapper .product-extra-info a h3:before{ opacity:0; }
/*added by payal 22 nov for copay ccrd 1007 end*/

/*.......CCRD-1007........................................*/
.product-meta-info.row{
  max-width: 825px;
}
.product-extra-info {
    display: flex;
    margin-left:20px;
}
.product-extra-info a+a {
    margin-left: 25px;
}
.product-extra-info a, .product-extra-info a:hover{
  color: #0e7198 !important;
}
.product-extra-info a span{
  position: relative;
  display: none;
  color: #0e7198;
  text-decoration: underline;
}
.product-open .pd-header-wrapper a:first-child .product-name{
  white-space: nowrap;
}
.product-open .product-extra-info span{
  display: block;
  white-space: nowrap;
}
.product-extra-info a.prescribing-info span,
.product-extra-info a.medication-guide span{
  padding-left: 20px;
}
.product-extra-info a.co-pay-program span{
  padding-left: 25px;
}
.product-extra-info a span::before{
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
}
.product-extra-info a.prescribing-info span::before,
.product-extra-info a.medication-guide span::before{
  background-image: url('../images/download.png');
  width: 15px;
  height: 15px;
  top: 6px;
}
.product-extra-info a.co-pay-program span::before {
  background-image: url('../images//money-card.png');
  width: 22px;
  height: 20px;
  top: 6px;
}
/*.........................................................*/
/*........CSS Rules for CCRD-1015................*/
.modal-team-detail .modal-content {
  border-radius: 0;
}
.modal-team-detail .team-content-detail {
  display: flex;
  flex-wrap: wrap;
}
.modal-team-detail .team-content-detail .left-part {
  width: 35%;
}
.modal-team-detail .team-content-detail .right-part {
  width: 65%;
  padding-left: 3rem;
}
.modal-team-detail .modal-header {
  padding: 2.3rem 2.3rem 0 0;
  background: none;
  border: none;
}
.modal-team-detail .modal-body {
  padding: 3rem;
}
.modal-team-detail button.btn-close {
  border-radius: 100%;
  opacity: 1;
  color: #ffffff;
  height: 2rem;
  width: 2rem;
  text-align: center;
  padding: 0 !important;
  display: block;
  background: #f7971c url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(255,255,255)'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")    center/1em auto no-repeat;
  background-size: 12px;
  outline: none !important;
  box-shadow: none !important;
}
.modal-team-detail .team-name {
  font-size: 24px;
  font-weight: bold;
  color: #571580;
  text-align: center;
  padding-top: 0.5rem;
}
.modal-team-detail .team-designation {
  text-align: center;
}
.team-detail .team-person-description {
  display: none;
}
a.team-person-readmore{
  display: inline-block;
  position: relative;
  margin-top: 0.6rem;
}
#page a.team-person-readmore,
#page a.team-person-readmore:hover{
  text-decoration: underline !important;
}
a.team-person-readmore:after {
  content: '';
  display: inline-block;
  background: url('/wp-content/themes/accord-healthcare/images/right-arrow.png') no-repeat;
  background-size: 100%;
  width: 20px;
  height: 12px;
  background-position: center;
  margin-left: 6px;
  position: relative;
  transition: left 0.2s linear;
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -ms-transition: left 0.2s linear;
  left: 0;
}
.team-detail .team-person-info{
  cursor: pointer;
}
.team-person-info:hover a.team-person-readmore:after {
  left: 10px;
}
/*...............................................*/