:root {
  --background: #ffffff;
  --foreground: #171717;
}

/* @media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
} */
html {
  font-size: 16px;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  color: #5b5a5b;
  background: var(--background);
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* styles/globals.css */
@font-face {
  font-family: 'Chantal_Light_Italic';
  src: url('../fonts/Chantal_Light_Italic.woff') format('woff');
  

}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@media screen and (min-width:1740px) {
	html {
		font-size: 100% !important;
	}
}

@media screen and (min-width: 1680px) and (max-width: 1739.99px) {
	html {
		font-size: 90% !important;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1679.99px) {
	html {
		font-size: 80.5860% !important;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399.99px) {
	html {
		font-size: 70% !important;
	}
	
}
 .container-l {
    max-width: 95.75rem !important;
    margin: 0 auto;
  }
  @media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
            flex-basis: unset;
        flex-grow: unset;
    }
}
img {
  max-width: 100%;
}
.wp-block-image, figure {
    margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #00871d;
}

p {
  font-size: 1.125rem;
  color: #5b5a5b;
}

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

ol,
ul {
  padding-left: 2.5rem;
}

/* @media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
} */
.navbar-brand {
  padding-left: 2.75rem;
}

.navbar-brand img {
  max-width: 16.375rem;
}

/* .patientheader .navbar-brand img{
    max-width: 12.0625rem;
} */
header .header-top {
  display: none !important;
}
.top-menu-bg{
  background: #5B5A5B;
  height: 30px;
}
header nav .navbar-nav .nav-item a {
  color: #007018;
}

header nav .top-nav .nav-item a {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.91rem 0.98125rem !important;
  line-height: 1.5;
  white-space: inherit;
  cursor: pointer;
}

header nav .nav-item a:hover {
  background-color: #e2e71f;
}

.top-nav {
  border-bottom: 1px solid #00871d;
}

header nav>.container-fluid {
  padding: 0;
}

header nav {
  padding: 0.125rem 0 !important;
}

header nav .primary-nav .nav-item a {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: .89rem 1.920rem !important;
  line-height: 1.2;

}

header nav .nav-item a {
  position: relative;
}

header nav .primary-nav .nav-item>a:before {
  content: "";
  background-color: #007018;
  width: 1px;
  height: 2.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header nav .primary-nav .nav-item:last-child>a:before {
  background-color: transparent;
  width: 0;
}

header nav .primary-nav .custom-nav-item>a {
  padding-right: 4.125rem !important;
}

header nav .dropdown>a:after {
  width: 12px;
  height: 7px;
  content: "" !important;
  background-image: url("/images/arrow-down-v1.png") !important;
  position: absolute !important;
  top: 50% !important;
  right: 2.1875rem !important;
  background-size: cover;
  border: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header nav .top-nav .dropdown>a:after {
  right: 1rem !important;
}

header nav .top-nav .dropdown>a {
  padding-right: 2.3rem !important;
}

header nav .dropdown .dropdown-menu {
  top: 3.0625rem;
  border-radius: 0;
  border: none;
  width: 9.9375rem;
  padding: 0;
}

header nav .navbar-nav .dropdown .dropdown-menu a {
  font-weight: normal;
  padding: 0.75rem !important;
  border-bottom: 1px solid #007018;
  text-transform: none;
}

header nav .primary-nav .dropdown .dropdown-menu {
  width: 100%;
 top: 2.8rem;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
}

header nav .primary-nav .dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}
 
 
.footer{
  background-color: #00871d;
  padding: 1.875rem 0;
}
.footer-text { 
  margin-bottom: 2.125rem; 
}
.footer-text p {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
}
 
footer .footer-links li a{
  color: #ffffff;
  border-right: 2px solid #fff;
  margin-right: 0;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: underline;
}

footer .footer-links li a:hover {
  text-decoration: none;
}

footer .footer-links li {
  display: inline-block;
  margin-right: 8px;
}

footer .footer-links li:last-child {
  margin-right: 0;
}

footer .footer-links li:last-child a {
  padding-right: 0;
  border: none;
}
footer .footer-links{
  margin-bottom: 0; 
  line-height: 16px;
  padding-left:0;
}

 

.main-banner-wrapper {
  position: relative;
}

.overlay-image {
  position: absolute;
  bottom: -2.2rem;
  z-index: 1;
  right: 0;
}
 
 

.btn-primary {
  background-color: #00871d;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  text-decoration: none;
  border-color: #00871d;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible {
  background-color: #006159 !important;
  border-color: #006159 !important
}
  
header nav .primary-nav .nav-item a {
  /* max-width: 196.5px !important; */
  white-space: break-spaces;
}

/* .primary-nav .nav-item:last-child {
  max-width: 162.7px !important;
} */
.inner-banner-wrapper {
  min-height: 38.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner-wrapper h1 {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 3px 6px #00000047;
  font-size: 4.5rem;
  line-height: 1.0277;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

.inner-banner-wrapper h1 sup {
  font-size: 2.8125rem;
  line-height: 1;
}

.inner-banner-wrapper .text-small {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  line-height: 1.04166;
  font-weight: 400;
}

.banner-subtitle {
  color: #ffffff;
  text-shadow: 0 3px 6px #0006;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.083;
}

.text-styler {
  color: #e2e71f;
  font-family: 'Chantal_Light_Italic';
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.container-text-area {
  max-width: 73.125rem;
  margin: 0 auto;
}

.inner-text-area:not(:last-child) {
  margin-bottom: 3.5rem;
}

.pd-tp-bt {
  padding: 4.5rem 0;
}

.sec-inner-heading {
  color: #00871d;
  padding-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.inner-text-area p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.inner-text-area img.desktop-show {
  width: 1064px;
  margin: 0 auto;
  display: block;
  margin-top: 3.5rem;
}

.mobile-show {
  display: none;
}

.cycle-wrapper {
  display: flex;
  align-items: center;
  max-width: 38.875rem;
  margin: 0 auto;
  column-gap: 1.5rem;
}

.cycle-wrapper .left-col {
  width: 8rem;
}

.cycle-wrapper .right-col {
  width: calc(100% - 8rem);
}

.inner-every-cycle>p {
  text-align: center;
}

.inner-every-cycle>p strong {
  font-weight: 500;
}

.inner-every-cycle h2 {
  padding-bottom: 0;
}

.cycle-wrapper {
  padding: 2.5rem 0 3rem 0;
}

.bg-grey-light {
  background-color: #0086ca0d;
}

.pd-tp-bt-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pd-all-64 {
  padding: 4rem;
}

.image-text-row {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding-right: 3.4375rem;
}

.image-text-row h4 {
  max-width: 25.375rem;
  padding-bottom: 0;
}
 

.list-heading {
  color: #00871d;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #5b5a5b;
}

 

.refrence-biosim-row .ref-left-col {
  padding-right: 46px;
}

.refrence-biosim-row .ref-right-col {
  padding-left: 46px;
}

.refrence-biosim-row {
  margin-bottom: 3.5rem;
}

 
 

 
/* WelcomePopup */
.WelcomePopup .modal-content {
  padding: 40px;
  border-radius: 0;
  box-shadow: 0 4px 5px #0003;
}

.WelcomePopup .modal-dialog {
  max-width: 620px;
}

.WelcomePopup .modal-header,
.WelcomePopup .modal-body,
.WelcomePopup .modal-footer {
  padding: 0;
  border: none;
}

.WelcomePopup .modal-footer,
.WelcomePopup .modal-footer p,
.WelcomePopup .modal-footer .btn {
  width: 100%;
}

.WelcomePopup .modal-body {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.WelcomePopup .modal-body p {
  font-size: 1.25rem;
  line-height: 1.2;

}

.WelcomePopup .modal-footer p {
  margin: 0 0 1.25rem 0;
}

.WelcomePopup .modal-footer p:last-child {
  margin-bottom: 0;
}

.WelcomePopup .modal-footer .btn {
  padding: 1.19rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center !important;
  display: block;
}

.WelcomePopup .modal-footer .btn-invert {
  color: #00871d;
  background-color: #ffffff;
  border-width: 2px;
}

.WelcomePopup .modal-footer .btn-invert:hover {
  color: #ffffff;
}

/* WelcomePopup end */
header nav .primary-nav .nav-item a {
  max-width: 100% !important;
}

.html-modal-open {
  overflow: hidden;
}
 
header nav {
  padding: 0 !important;
}

/*Exit popup css start*/
.ExitPopup .modal-footer ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  column-gap: 16px;
  width: 100%;
}

.ExitPopup .modal-footer ul li {
  list-style: none;
  width: 50%;
}

.ExitPopup .modal-body p {
  text-align: left;
}

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

/*Exit popup css end*/

/*ISI pane css start*/
.patient-isi .IsisHeader p{
  margin-bottom: 1rem;
}

 
.hcp-show {
  display: none;
}

.patient-show {
  display: block;
} 
.show {
  display: block;
}
.hide {
  display: none;
}
.MainIsiWrapper {
  z-index: 4;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -2px 5px #0003;

}

.MainIsiWrapper.expanded {
  position: static;
}

.IsisHeader {
  padding-top: 1.5625rem;
}

.IsisHeader h3 {
  color: #00871d;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.625rem;
}

.IsisHeader p, .IsisHeader ul li {
  color: #000000;
  line-height: 1.33;
}
 .IsisHeader ul{
  margin: .5rem 0;
 }
.IsisHeader p,
.IsisHeader h5 {
  margin-bottom: 0;
}

.IsisHeader p strong {
  color: #000000;
}

.IsisHeader h5 {
  color: #00871d;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3333;
}

.col-left-isi {
  border-right: 1px solid #5b5a5b;
}

.isi-content-wrap {
  position: relative;
}

.icon-patient {
  display: block !important;
  float: right;
}

.icon-hcp {
  display: none;
}

.show-more img {
  margin-left: 8px;
      width: 1.3rem;
    height: 1.2rem;
}

.show-more-button {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  /* height: 38px; */
  margin-bottom: 0.625rem;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: -1.125rem;
  bottom: auto;
  right: 0;
}

.show-more,
.show-more-text {
  color: #00871d;
  padding-right: 8px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  cursor: pointer; 
}

.show-more:hover,
.show-more-text:hover {
  text-decoration: none;
}

.green-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #01871c;
}
.mar-bottom-0{
  margin-bottom: 0 !important;
}
.isi-pane.full-content {
    padding-bottom: 0;
}
.isi-pane-full-view {
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}

.isi-pane-full-view h4 {
  margin-bottom: 0.325rem;
}
.isi-pane-full-view .mar-b-g{
  margin-bottom: 1.5rem;
}
.isi-pane-full-view p {
  line-height: 1.3333;
  margin-bottom: 1.5rem;
  color: #000;
}

.isi-pane-header {
  margin-bottom: 1.5rem;
  position: relative;
}

.isi-pane-full-view h5 {
  padding-top: 0.9375rem;
  margin-bottom: 0;
  color: #01871c;
  font-weight: 700;
  font-size: 1.125rem;
}

.isi-pane-full-view ul {
  margin-bottom: 1.5rem;
}

.isi-pane-full-view li {
  font-size: 1.125rem; 
  line-height: 1.3333;
  list-style: disc;
  color:#000;
}

.isi-pane-full-view li ul {
  padding-top: 5px;
  margin-bottom: 0;
}

.isi-pane-full-view li ul li {
  padding-top: 0;
}

.isi-pane-full-view ol {
  margin-top: 1.875rem;
  padding-left: 0;
  margin-bottom: 1.5625rem;
}

.isi-pane-full-view ol li {
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.isi-pane-full-view ul+p {
  margin-bottom: 1.5625rem;
}

.isi-pane-full-view p:last-child {
  margin-bottom: 0;
}

.isi-pane-full-view a:hover {
  text-decoration: none !important;
}
.no-wrap {
  white-space: nowrap!important;
  white-space: -webkit-nowrap!important;
  color: inherit!important;
  font-weight: inherit!important;
  }
.show-more-text {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: -1rem;
}

/*ISI pane css end*/
.bgGreen {
  background-color: #00871d !important;
}

.dropdown .dropdown-menu .active-item {
  text-decoration: underline;
}
 

.MainIsiWrapper.at-bottom {
  position: static;
}

.MainIsiWrapper.at-bottom .IsisHeader {
  display: none;
}

.MainIsiWrapper.at-bottom .isi-pane-full-view {
  display: block !important;
}

 

.btn-download {
  background-image: linear-gradient(270deg, #188084 18%, #00501d 78.6%);
  padding: 0.69rem 1rem;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  max-width: 10.5625rem;
  margin: 0 auto;
  border-radius: 0;
}

.btn-download:hover {
  color: #ffffff;
  background-image: linear-gradient(315deg, #188084 18%, #00501d 78.6%);
}

.btn-download img {
  margin-left: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
}

.faqAcoordion .accordion-button {
  box-shadow: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 134, 123) !important;
  background-color: #fff !important;
  border-bottom: none;
  padding: 2rem 0;
}

.accordion-button.collapsed {
  color: rgb(91, 90, 91) !important;
}

.faqAcoordion .accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d9d8d5;
}

.faqAcoordion .accordion-body {
  line-height: 1.3333;
  padding: 0 0 2.5rem 0;
  width: 94%;
}

.accordion-body p:not(last-child) {
  margin-bottom: 1.25rem;
}

.accordion-body p {
  /* margin-bottom: 40px; */
  font-size: 1.125rem;
  line-height: 1.1111;
}



.faqAcoordion .accordion-body ul {
  padding-left: 0;
}

.faqAcoordion .accordion-body ul li {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.3333;
  color: #5b5a5b;
}

.faqAcoordion .accordion-body ul li img {
  padding-right: 0.625rem;
  width: 4.375rem;
}

.accordion-body .patientBrochure p {
  margin-bottom: 2.5rem;
}

/*Resources faq css end*/
.greenCircle {
  position: relative;
  top: -3.4rem;
  right: -10.3625rem;
}

.greenCircle img {
  width: 10.9375rem;
}

.SecFinancialAssistance .banner-subtitle {
  line-height: 1.2916;
}

.btn-blue {
  background-color: #0086ca;
  padding: 14.2px 20px;
}

.btn-blue span {
  padding-right: 8px;
}

.btn-blue:hover {
  background-color: #006192 !important;
}
.btn-blue span .no-wrap{
  padding-right: 0;
}
 

 

 

.SectinoMainTitle {
  padding-bottom: 1.25rem !important;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.055 !important;
  margin-bottom: 0;
  color: #00871d;
  text-align: center;
}

.TitleBox {
  padding-bottom: 3.5rem;
}

.TitleBox p {
  max-width: 47.9375rem;
  margin: 0 auto;
}

 

.TitleImageBox>p {
  color: #707070;
}

.TitleImageBox h3 {
  color: #00871d;
  font-size: 1.5rem;
  line-height: 1.0833;
  font-weight: 600;
  margin-bottom: 3rem;
}

.TitleImageBox .desktopImg {
  margin-bottom: 4rem;
}

.bg-invert-grey-light .section-image-cta-wide {
  background-color: #fff;
}

.bg-invert-grey-light .section-image-cta-wide .bg-white {
  background-color: #0086ca0d !important;
}

.d-icon .col-sm-4 {
  width: 28rem !important;
  margin: 0 auto;
}

.d-icon .icon-msg {
  display: block;
  margin-right: 0;
}

.d-icon .image-text-row {
  align-items: flex-start;
}

.d-icon .section-image-cta {
  padding-top: 0;
  padding-bottom: 0.625rem;
}

.cardRow {
  margin: 2rem 0;
}

.bg-invert-grey-light .additional-image-cta {
  box-shadow: none !important;
}

.faqAcoordion .accordion-body p {
  line-height: 1.3333;
  /* width: 94%; */
}

.accordion-button .accTitle {
  width: 100%;
}

.accordion-button img {
  margin-right: 1.25rem;
}

.accordion-button::after {
  width: 0;
}

.faqAcoordion .accordion-button:not(.collapsed) img,
.accordion-button:not(.collapsed) .accHeaderArrow img {
  transform-style: preserve-3d;
  -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  -o-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
}

.faqAcoordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.faqAcoordion .accordion-body p:empty {
  margin: 0;
  display: none;
}

.yellowTxt {
  color: #e2e71f;
}

.greenTxt {
  color: #00871d;
}
.hang-list {
  position: relative;
  padding-left: 0.8rem; 
  margin: 0.5em 0;
}

.hang-list::before {
  content: "-";
  position: absolute;
  left: 0;
}
.care-rig-logo{
    padding-right: 1.5rem;
    position: relative;
    left: -0.5rem;
}



/*End of Cookies prefrences CSS */
.MainIsiWrapper.at-bottom .show-more-text {
  display: none;
}
 

.top-nav.navbar-nav>li>ul {
  margin-top: 0 !important;
}

.top-nav.navbar-nav>li .nav-link.show {
  color: #00871d !important;
}



.mobile-txt {
  font-size: 1.125rem;
  line-height: 1.333333333333333;
  font-weight: 700;
  color: #ffffff;
  padding-top: 1rem;
}

.accordion-body a.text-decoration-underline:hover {
  text-decoration: none !important;
}

.lt-arrow-isi {
  display: none;
}

.lt-less {
  display: none;
}

/*Media query start*/
@media screen and (min-width:992px) {
  header nav .nav-item:hover .dropdown-menu {
    display: block;
  }

  .text-right {
    text-align: right;
  }

  .primary-nav>li:first-child {
    display: none;
  }

  .col-right-isi {
    padding-left: 3rem;
  }

  .col-left-isi {
    padding-right: 3rem;
  }

  .primary-nav .active-item>a.nav-link>span {
    border-bottom: 2px solid #007018;
    display: block;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: none;
  }
}

@media screen and (min-width:992px) and (max-width:1240px) {
  header .navbar-brand img {
    max-width: 170px;
  }

  .navbar-brand {
    padding-left: 2rem;
  }

  header nav .top-nav .nav-item a {
    font-size: 11px;
    padding-left: 0.88125rem !important;
    padding-right: 0.88125rem !important;
  }

  header nav .top-nav .dropdown>a:after {
    right: 0rem !important;
    width: 9px;
    height: 5px;
  }
  
  
  .btn-primary{
    font-size: 1.15rem;
  }

  .btn-primary img {
    max-width: 20px;
  }
}
@media screen and (min-width:991px)  {
   .navbar-brand img{
    max-width: 100%;
    width: auto;
    height: 5.25rem;
  }
 }
@media screen and (max-width:991px) {
  header .navbar-brand {
    padding: 0 0 0 1.25rem;
    margin-right: 0;
            width: 9.5rem;
  }

  header .navbar-brand img {
    max-width: 152px;
  }

  header .navbar .navbar-toggler {
    border: none;
    padding: .625rem 1.25rem .625rem 1.25rem;
  }

  header .navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  header nav {
    padding: 0.625rem 0 !important;
    box-shadow: 0 4px 5px #0003;
  }

  .navbar-toggler[aria-expanded="true"] .menu-close {
    display: block;
  }

  .navbar-toggler[aria-expanded="true"] .menu-hamburger {
    display: none;
  }

  .menu-close {
    display: none;
  }

  .navbar-toggler:not(.collapsed) {
    padding-right: 1.25rem !important;
  }

  header .navbar-collapse {
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 82px;
    z-index: 3;
  }

  header .primary-nav,
  header .top-nav {
    margin: 0 !important;
    width: 100%;
  }

  header nav .primary-nav .nav-item a {
    /* width: 100%; while while doing feedback changes comment the css*/
    text-align: left;
    padding: .625rem 0 !important;
    margin: 0 0;
  }

  header nav .navbar-nav .nav-item a {
    font-size: 1.125rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  header nav .navbar-nav .nav-item a br {
    display: none;
  }

  header nav .primary-nav .nav-item:first-child a {
    border-top: 1px solid #d9d8d5;
    padding-top: 1.25rem !important;
  }

  header nav .primary-nav .nav-item>a:before {
    width: 0;
    background-color: transparent;
  }

  header nav .top-nav .nav-item a {
    padding: 0.625rem 0 !important;
    margin: 0 0;
  }

  header nav .top-nav .nav-item {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  header nav .top-nav .nav-item:first-child a {
    padding-top: 2rem !important;
    margin-top: 1.375rem;
    border-top: 1px solid #d9d8d5;
  }

  header nav .top-nav .dropdown>a::after,
  header nav .dropdown>a:after {
    right: 1.3rem !important;
  }

  .top-nav {
    border-bottom: none;
  }

  header nav .primary-nav .dropdown .dropdown-menu,
  header nav .dropdown .dropdown-menu {
    width: 100%;
  }

  header nav .navbar-nav .dropdown .dropdown-menu a {
    border-bottom: none;
    letter-spacing: 0;
    padding-right: 1.875rem !important;
  }

  header nav .dropdown .dropdown-menu {
    padding-bottom: 0.625rem;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #007018;
  }

  header nav .navbar-nav .dropdown .dropdown-menu li:first-child a,
  header nav .navbar-nav .dropdown .dropdown-menu li:last-child a {
    max-width: 12.75rem;
  }

  header .navbar-nav .nav-link.show::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  header .navbar-nav .nav-link {
    box-shadow: none;
  }

  .footer-text {
    margin-left: 0;
  }

  footer .footer-links {
    text-align: left;
    padding-left: 0;
  }

  .footer-text p,
  .footer-text p:last-child {
    margin-bottom: 1.25rem;

  }

  .footer-p-font p {
    font-weight: 500;
  }
   
 

  .overlay-image {
    position: relative;
    text-align: right;
    margin-top: -13.375rem;
    bottom: 0;
  }

  header nav .nav-item a:hover {
    background-color: transparent;
  }
  

  .btn-primary {
    text-align: left;
    align-items: center;
    font-size: 1.125rem;
    display: inline-flex;
  }

  .prefillIconTxt {
    text-align: center;
  }

  

  .inner-banner-wrapper.resourcesFaq {
    min-height: 22.4375rem;
  }

  .inner-banner-wrapper.resourcesFaq .small {
    font-size: 2.25rem;
    line-height: 1.1111;
  }

  .resourcesFaqWrapper .nav-pills .nav-link {
    margin-right: 1.25rem;
    padding: 0.75rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.3125;
  }

  .resourcesFaqWrapper {
    padding-top: 1.25rem;
  }

  .resourcesFaqWrapper .nav-pills {
    margin-bottom: 2rem !important;
    justify-content: center;
  }

  

  .resourcesFaqWrapper .tab-pane .halfColumnGap:nth-child(odd) {
    padding-right: 12px;
  }

  .resourcesFaqWrapper .tab-pane .halfColumnGap:nth-child(even) {
    padding-left: 12px;
  }

  .threeColRow {
    padding: 0;
    row-gap: 2.5rem;
  }

  .threeColRow .customColWidth {
    width: 100%;
    margin-bottom: 3.5rem;
  }

   

  .resourcesFaqWrapper .nav-pills .nav-link.active {
    background-color: #00871d;
  }

  .faqAcoordion .accordion-button {
    font-size: 1.125rem;
    line-height: 1.3333;
    padding: 1.5rem 0;
  }

  .accordion-button img {
    margin-right: 0.65rem;
    width: 28px;
    height: 28px;
  }

  .faqAcoordion .accordion-body p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .faqAcoordion .accordion-body {
    width: 100%;
    padding-bottom: 1.5rem;
  }

  .patientBrochure h5 {
    max-width: 100%;
    padding-bottom: 12px;
  }

  .faqAcoordion .accordion-body .patientBrochure p {
    font-size: 1.125rem;
    padding: 0 0.625rem;
  }

  .patientBrochure .btn {
    line-height: 1.1666;
    padding-top: 0.9875rem;
    padding-bottom: 0.9875rem;
  }

  .faqAcoordion .threeColRow .customColWidth {
    margin-bottom: 0;
  }

  .faqAcoordion .threeColRow {
    row-gap: 3.75rem;
  }

  .accordion-body .patientBrochure p {
    margin-bottom: 2rem;
  }

  .patientheader .hcpMobileLogo {
    display: none !important;
  }

 
  .dropdown .dropdown-menu .active-item {
    text-decoration: none;
    border-bottom: 1px solid #007018 !important;
    width: auto;

  }

  header nav .navbar-nav .dropdown .dropdown-menu a {
    padding-left: 0 !important;
    margin-left: 0;
  }

  header nav .navbar-nav .dropdown.active-item>a {
    border-bottom: none;
  }

  /* header nav .navbar-nav .dropdown.active-item {
    border-bottom: 2px solid #007018;
  } */

  header nav .primary-nav .nav-item {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .quickGuideRow {
    row-gap: 1.5rem;
  }

  .quickGuideRow>div {
    align-items: center;
  }
.care-rig-logo{
    padding-right:unset; 
    left: unset;
}
 
 
 
  .video-indication-turn-phone {
    text-align: center;
    padding-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.375;
    color: #5b5a5b;
  }

  header nav .dropdown .dropdown-menu {
    padding-left: 20px;
  }
}

@media screen and (min-width:1366px) {
  .container {
    max-width: 82.75rem !important;
  }
  

  .second-container {
    max-width: 79.2rem !important;
  }

 
  .container.custom-container {
    max-width: 65.625rem !important;
  }
}
@media screen and (max-width:1366px){
  .footer-text p {
  font-size: 10.9px; 
}
}
@media screen and (min-width:992px) and (max-width:1365px) {
  html {
    font-size: 69.23%;
  }

  .container {
    max-width: 81.25rem !important;
  }

  .second-container {
    max-width: 77.5rem !important;
  }
  .image-heading{
      min-height: 10.875rem;
      padding-bottom: 0;
  }
  .image-heading img {
    height: auto;
  }

  .faqAcoordion .threeColRow {
    column-gap: 7.125rem;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  html {
    font-size: 69.23%
  }

  .container {
    max-width: 37.5rem !important;
  }

  .second-container {
    max-width: 37.5rem !important;
  }

}

@media screen and (max-width:991px){
  html{
    font-size: 100%
  }

  p {
    font-size: 1rem;
  }

  .container {
    max-width: 100% !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .second-container {
    max-width: 100% !important;
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }

  
  .image-heading {
    padding-bottom: 1.25rem;
    width: 100%;
  }

 
 
 
  .image-heading .flex-row-reverse img {
    width: 144px;
    height: auto;
    padding-bottom: 0;

  }

  .image-heading .flex-row-reverse {
    flex-direction: column-reverse !important;
  }

  .mobile-show {
    display: block;
  }

  .inner-text-area img.desktop-show {
    display: none;
  }

  .inner-banner-wrapper h1 {
    font-size: 3rem;
    padding-bottom: 0.75rem;
  }

  .inner-banner-wrapper h1 sup {
    font-size: 1.875rem;
  }

  .inner-banner-wrapper .text-small {
    font-size: 2.5rem;
  }

  .banner-subtitle {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .text-styler {
    font-size: 1.5rem;
    line-height: 1.45;
  }

  .inner-banner-wrapper {
    min-height: 31.6625rem;
    background-image: url('/images/Mobile-Hero-Background.svg') !important;
  }

  .sec-inner-heading {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }

  .inner-text-area:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .inner-text-area img.mobile-show {
    margin: 2rem auto 0 auto;
  }

  .pd-tp-bt {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .section-text-area.pd-tp-bt {
    padding-bottom: 0.5rem;
  }

  .cycle-wrapper {
    flex-direction: column;
    max-width: 100%;
    padding-bottom: 1.75rem;
  }

  .cycle-wrapper .left-col,
  .cycle-wrapper .right-col {
    width: 100%;
    text-align: center;
  }

  .cycle-wrapper .cycle-image {
    max-height: 112px;
    padding-bottom: 1.75rem;
  }

  .pd-tp-bt-64 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pd-all-64 {
    padding: 2rem 1.5rem;
  }

 
 

  .list-heading {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }

  
  /* Welcome popup */
  .WelcomePopup .modal-body p {
    font-size: 1.125rem;
  }

  .WelcomePopup .modal-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .WelcomePopup .modal-content {
    padding: 2rem 1rem;
  }

  .WelcomePopup .modal-footer .btn {
    font-size: 1.125rem;
    padding: 0.9375rem 1rem;
  }

  .WelcomePopup .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }

  /* Welcome popup */
 

  .TextSmCenter {
    text-align: center;
  }

   
 

  .navbar-toggler .menu-hamburger {
    /* width: 94px;
      height: 40px; */
    width: auto;
    height: auto;
  }

   

  .refrence-biosim-row .ref-left-col {
    padding-right: 12px;
  }

  .refrence-biosim-row .ref-left-col .row div:nth-child(2),
  .refrence-biosim-row .ref-right-col .row div:nth-child(2) {
    text-align: center;
  }

  .refrence-biosim-row .ref-left-col,
  .refrence-biosim-row .ref-right-col {
    padding-left: 12px;
  }

  .refrence-biosim-row {
    row-gap: 3.5rem;
  }

  .refrence-biosim-row .ref-left-col>.row {
    row-gap: 2.5rem;
  }

  .col-right-isi .isi-content-wrap h3,
  .col-right-isi .isi-content-wrap p,
  .col-right-isi .isi-content-wrap h5 {
    display: block;
  }
/* .col-right-isi .patient-isi{
  display: none;
} */
  .IsisHeader h3 {
    font-size: 14px;
    line-height: 1.1428;
    margin-bottom: 0.125rem;
  }

  .IsisHeader p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 1.3333;
  }
  .IsisHeader .green-title {
    font-size: 14px;
  }
.IsisHeader ul li{
    font-size: 12px; 
}
  .col-left-isi {
    border-right: none;
  }

  .show-more-button .show-more img {
    width: 20px;
  }

  .IsisHeader {
    padding-top: 0.75rem;
  }

  .show-more-button {
    top: -7px;
    z-index: 9;
  }

  .isi-pane-full-view h4 {
    font-size: 1.25rem;
  }

  .MainIsiWrapper .container,  .container-l  {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .show-more-text {
    font-size: 1.125rem;
    text-decoration: none;
    /* top: 7px; */
  }

  .isi-pane-full-view p,
  .isi-pane-full-view li {
    font-size: 1rem;
  }
 .isi-pane-full-view li {
    margin-bottom: 0.1rem;
  }
  .isi-pane-full-view ul {
    padding-left: 1.25rem;
  }

  .isi-pane-full-view h5 {
    font-size: 1rem;
  }
  
  .sec-inner-heading br {
    display: none;
  }

  
  .modal {
    padding-right: 0 !important;
  }

  .WelcomePopup .modal-footer p {
    margin-bottom: 0.75rem;
  }

  .active-item>a.nav-link {
    border-bottom: 2px solid #007018;
    display: block;
  }

 

  .TitleBox {
    padding-bottom: 1.75rem;
  }

  .TitleImageBox h3 {
    font-size: 1.125rem;
    line-height: 1.1111;
    text-align: left;
    margin-bottom: 2rem;
  }

  .d-icon .image-text-row {
    flex-direction: row;
    column-gap: 0;
    max-width: 217px;
    margin: 0 auto;
  }

  .d-icon .icon-msg {
    width: 64px;
    height: 64px;
    margin-right: 1rem;
  }

  .d-icon .image-text-row h4 {
    padding-top: 0;
  }
  
  .cardRow {
    margin-top: 1rem;
  }

  .TitleImageBox img {
    margin-bottom: 2rem;
  }

  .TitleImageBox p {
    text-align: left;
  }

 

  .MainIsiWrapper.expanded {
    z-index: 3;
    position: relative;
  }

  header nav .primary-nav .dropdown .dropdown-menu {
    box-shadow: none;
  }

  .ExitPopup .modal-footer ul {
    flex-direction: column-reverse;
    row-gap: 12px;
  }

  .ExitPopup .modal-footer ul li {
    width: 100%;
  }

 

}
@media screen and (max-width:768px){
      .footer-text {
        margin-top: 1.625rem;
    }
}
@media screen and (max-width:575px){

  .inner-banner-wrapper .second-container {
    max-width: 100% !important;
    padding: 0 1.375rem 0 1.3125rem !important;
  }

 
.isi-pane-full-view h4 {
    font-size: 1.25rem !important;
  }
}

@media screen and (max-width:389px) {
  html {
    font-size: 100%
  }

  .cky-btn:last-child {
    margin-left: 0 !important;
  }
}

@media screen and (max-width:399px) {
  header .navbar-collapse {
    top: 72px;
  }
}



.icon-msg {
  display: none;
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 2rem;
}

.txtyellow {
  color: #e2e71f;
}

.MainIsiWrapper.at-bottom {
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.MainIsiWrapper.at-bottom .IsisHeader {
  display: none;
}

.MainIsiWrapper.at-bottom .isi-pane-full-view {
  display: block !important;
}

.accordion-button:not(.collapsed) .open {
  display: none;
}

.accordion-button:not(.collapsed) .close {
  display: inline !important;
}

.accordion-button:focus {
  box-shadow: none;
}

 

header nav .navbar-nav .dropdown .dropdown-menu a {
  letter-spacing: normal;
  font-size: 0.75rem;
}
header nav .navbar-nav .dropdown .dropdown-menu a::before {
   display: none;
}
@media screen and (min-width:992px) {
  .ratio-desk {
    --bs-aspect-ratio: 40.7% !important;
  }
}

.resourcesFaqWrapper .text-decoration-underline {
  text-decoration: underline !important;
  white-space: nowrap !important;
}

div[data-cky-tag="detail-powered-by"] {
  text-align: left !important;
  justify-content: flex-start !important;
}

span.lower-case {
  text-transform: lowercase;
}

@media screen and (min-width:1500px) and (max-width:1700px) {

  .main-banner-wrapper .swiper .swiper-wrapper .swiper-slide>div.d-lg-block,
  .inner-banner-wrapper {
    background-position: 0 99% !important;
  }

  header nav .primary-nav .dropdown .dropdown-menu {
    top: 3.8rem;
  }
}

/* menu dropdown */ 
 
        .nav-link-wrapper {
          position: relative;
          width: 100%;
        }
        
        .nav-label {
          border: none !important;
          background: none !important;
        }
        
        .dropdown-arrow { 
    color: #007018 !important;
          min-width: 24px;
          height: 24px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 8px;
          color: inherit;
        }
        
        .dropdown-arrow:hover {
          color: #007018 !important;
          border-radius: 4px;
        }
           .dropdown-arrow.btn { 
    color: #007018 !important; 
      }
        .dropdown-icon {
          transition: transform 0.2s ease-in-out;
           color: #007018;
        }
        
        .rotate-180 {
          transform: rotate(180deg);
        }
        
        .custom-dropdown {
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 1000;
          display: none;
          min-width: 200px;
          padding: 0.5rem 0;
          margin: 0.125rem 0 0;
          background-color: #fff;
          /* border: 1px solid rgba(0, 0, 0, 0.15); */ 
          /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); */
        }
        
        .custom-dropdown.show {
          display: block;
        }
        
        /* Mobile styles */
        @media (max-width: 992px) {
          .nav-link-wrapper {
            /* padding: 0.5rem 1rem; */
          }
          .show .nav-link-wrapper {
            /* border-bottom: 2px solid #007018; */
          }
          .nav-label {
            padding: 0;
          }
            .active-item .nav-link-wrapper{
        border-bottom: 2px solid #007018 !important;
          }
        }
     

 