/**
Theme Name:     Yesintek Child Theme
Theme URI:      https://www.dev-yesintek-us.bioconbiologicsit.com
Author:         Team Biocon Biologics
Author URI:     https://www.dev-yesintek-us.bioconbiologicsit.com
Description:    Yesintek Child Theme is created for support Yesintek Patient website!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    yesintek
Template:       astra
*/


@font-face {
  font-family: "Omnes";
  src: url("fonts/omnes/OmnesLight-Italic.woff2") format("woff2"),
    url("fonts/omnes/OmnesLight-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("fonts/omnes/OmnesMedium.woff2") format("woff2"),
    url("fonts/omnes/OmnesMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("fonts/omnes/Omnes-Bold.woff2") format("woff2"),
    url("fonts/omnes/Omnes-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("fonts/omnes/Omnes-BoldItalic.woff2") format("woff2"),
    url("fonts/omnes/Omnes-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("fonts/Omnes/omnes-Italic.woff2") format("woff2"),
    url("fonts/omnes/Omnes-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("fonts/omnes/OmnesMedium-Italic.woff2") format("woff2"),
    url("fonts/omnes/OmnesMedium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("fonts/omnes/OmnesLight.woff2") format("woff2"),
    url("fonts/omnes/OmnesLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("fonts/omnes/Omnes-Regular.woff2") format("woff2"),
    url("fonts/omnes/Omnes-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --colorWhite: #ffffff;
  --colorBlack: #000000;
  --colorOffBlack: #212121;
  --colorYellow: #ffbc20;
  --colorBlue: #00bce7;
  --colorLightBlue: #0080a9;
  --colorDarkPurple: #0e426c;
  --colorLightPurple: #765ca8;
  --colorDarkPink: #aa3c69;
  --colorPink: #ff00f5;
  --colorLightGray: #f5f5f5;
  --colorLightGreen: #6dba96;
  --blue-linear-gradient: linear-gradient(
    90deg,
    var(--colorDarkPurple) 0%,
    var(--colorLightBlue) 100%
  );
  --side-size-clip-path: 122;
  --p12: 12px;
  --p14: 14px;
  --p15: 15px;
  --p16: 16px;
  --p18: 18px;
  --p20: 20px;
  --p22: 22px;
  --p24: 24px;
  --p26: 26px;
  --p28: 28px;
  --p30: 30px;
  --p32: 32px;
  --p34: 34px;
  --p36: 36px;
  --p40: 40px;
  --p42: 42px;
  --p48: 48px;
  --p66: 66px;
  --sectionSpace: 42px;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: Omnes !important;
  font-size: var(--p18) !important;
  line-height: 1.333 !important;
  color: var(--colorOffBlack) !important;
}

/* img{max-width:100%;}

@media (min-width:768px){
.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1380px}
.layout-container{max-width:1300px}
} */

h1,
h2 {
  font-family: Omnes !important;
  /*font-size: var(--p66) !important;
	line-height: var(--p66) !important;
	text-transform: uppercase;
	color: var(--colorDarkPurple) !important;*/
}

/* h3 {
	font-size: var(--p34) !important;
	line-height: 1.4 !important;
}

h4 {
	font-size: var(--p28) !important;
	line-height: 1.25 !important;
}

h5 {
	font-size: var(--p23) !important;
	line-height: 1.25 !important;
} */

/* .heading-24-blue{font-size:var(--p24);line-height:1.25;font-weight:900;color: var(--colorDarkPurple);}
.heading-24-pink{font-size:var(--p24);line-height:1.25;font-weight:900;color: var(--colorDarkPink);}
a{text-decoration:none;color:var(--colorOffBlack);word-break:break-word}
.lh-sm{line-height:var(--p20)!important}
.lh-md{line-height:var(--p22)}
.fw-700{font-weight:700}
.fw-900{font-weight:900}
.p-sm{font-size:var(--p14)}
.p-md{font-size:var(--p16)}
.text-blue{color:var(--colorDarkPurple)}
.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.text-blue-gradient{background:var(--blue-linear-gradient);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}

.pb-40{padding-bottom:var(--p40)}
.py-32{padding-block:var(--p32)}
.my-32{margin-block:var(--p32)}
.col-gap-32{column-gap:32px}
.z-index-1{z-index:1}
.z-index-0{z-index:0}
.bg-blue-gradient{background:var(--blue-linear-gradient)}
.list-style-none{list-style:none;padding-left:0;}
.pl-0{padding-left:0;}
.mb-0{margin-bottom:0}
.hide{display:none}
.color-light-pink{color:var(--colorPink);}
@media (min-width:768px){
.sectionSpace{padding-inline:var(--sectionSpace)}
.ps-md-32{padding-inline-start:var(--p32)}
.pe-md-32{padding-inline-end:var(--p32)} */

.ast-builder-menu-2 {
  font-family: Omnes !important;
}

.elementor-kit-5 {
  --e-global-typography-primary-font-family: Omnes !important;
  --e-global-typography-secondary-font-family: Omnes !important;
  --e-global-typography-text-font-family: Omnes !important;
  --e-global-typography-accent-font-family: Omnes !important;
}

.main-navigation,
.elementor-widget-container p,
.elementor-tab-content,
.elementor-accordion-title,
.elementor-heading-title {
  font-family: Omnes !important;
}

h1.elementor-heading-title,
h2.elementor-heading-title {
  font-family: Omnes !important;
}

/* Footer */
/* footer .ast-builder-footer-grid-columns {
	max-width: 1140px !important;
	margin:0 auto;
	padding: 0 !important;
}

.ast-footer-copyright .site-primary-footer-wrap{
  background-image: none;
}

.ast-footer-copyright .site-primary-footer-wrap .ast-builder-footer-grid-columns{
  display: flex;
} */
/* Footer */
footer .ast-builder-footer-grid-columns {
  max-width: 1228px !important;
  margin: 0 auto;
  padding: 0 !important;
}

footer.site-footer > .site-primary-footer-wrap {
  padding: 0;
}
@media (min-width: 768px) {
  footer .site-footer-above-section-1 .ast-builder-html-element img {
    width: 213px;
    height: auto;
  }
  footer
    .ast-builder-grid-row-container-inner
    .ast-builder-footer-grid-columns
    .site-footer-primary-section-1 {
    max-width: 260px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    width: 100%;
  }
  footer
    .ast-builder-grid-row-container-inner
    .ast-builder-footer-grid-columns
    .site-footer-primary-section-2 {
    max-width: 950px;
  }
  footer
    .ast-builder-grid-row-container-inner
    .ast-builder-footer-grid-columns {
    max-width: 1220px !important;
    display: flex;
    grid-gap: 30px;
  }
}

/* Efficacy n safety */
.accordin-class .elementor-accordion-item {
  margin-bottom: 24px;
}

/* Footer */
@media all and (max-width: 767px) {
  .site-primary-footer-inner-wrap .site-footer-primary-section-1 {
    border: none;
    padding-right: 0px;
    position: relative;
  }
  .site-primary-footer-inner-wrap .site-footer-primary-section-1:after {
    content: "";
    width: 106px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  .site-primary-footer-inner-wrap .site-footer-primary-section-1:first-child {
    padding-bottom: 32px;
    margin-bottom: 32px !important;
  }

  .site-below-footer-wrap {
    padding-bottom: 32px;
  }
  footer.site-footer {
    padding: 20px !important;
  }

  ul#astra-footer-menu li.menu-item a.menu-link {
    padding: 0 0 10px 0;
  }

  .site-footer-primary-section-2 section.widget_block p {
    margin-bottom: 10px;
  }
  footer .ast-builder-footer-grid-columns .ast-builder-html-element img {
    width: 274px;
  }
}

/*footer.site-footer {
    background-image: linear-gradient(135deg,rgb(54,7,143) 0%,rgb(0,128,169) 100%)
}*/

/* footer.site-footer > .site-primary-footer-wrap{
    padding: 0;
}

.site-above-footer-wrap,
.site-primary-footer-wrap,
.site-below-footer-wrap{
    background-image: none !important;
}

.ast-footer-copyright .widget.widget_block p,
.widget_text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: Omnes !important;
}
.ast-footer-copyright .widget.widget_block p strong{
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
    font-family: Omnes !important;
}

.ast-footer-copyright .site-primary-footer-inner-wrap .site-footer-primary-section-1{
    border-right: 1px solid #fff;
    padding-right: 32px;
}
.ast-footer-copyright .site-primary-footer-inner-wrap {
    grid-column-gap: 32px;
}
.ast-footer-copyright .site-primary-footer-inner-wrap .site-footer-primary-section-1 aside.footer-widget-area section.widget.widget_block:last-child{
    display: none;
}
.site-below-footer-wrap{
    padding: 0 0 64px 0;
}
.site-primary-footer-wrap{
    padding: 32px 0 32px 0;
}
.footer-bar-navigation ul#astra-footer-menu li.menu-item a{
    font-family: Omnes !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 10px 0; 
}
.footer-bar-navigation ul#astra-footer-menu{
    grid-column-gap: 32px;
}
@media all and (max-width: 767px){
    .widget_text,
    .ast-footer-copyright section.widget_block .wp-block-columns{
    text-align: start;
    }
    .site-footer {
        padding-left:20px;
        padding-right:20px;
    }
    .ast-footer-copyright .site-primary-footer-inner-wrap .site-footer-primary-section-1 {
    border: none;
    padding-right: 0px;
    position: relative;
    }
    .ast-footer-copyright .site-primary-footer-inner-wrap .site-footer-primary-section-1:after{
      content: "";
      width:106px;
      height:1px;
      background-color: #fff;
      position: absolute;
      left:0;
      bottom:-1px;
    }
    .ast-footer-copyright .site-primary-footer-inner-wrap .site-footer-primary-section-1 .widget_block:first-child{
    padding-bottom: 32px;
    margin-bottom: 48px;
    }
    .site-primary-footer-wrap {
    padding-top:0;
    }
    .footer-bar-navigation ul#astra-footer-menu .menu-item,
    .footer-bar-navigation ul#astra-footer-menu{
        justify-content: start;
        align-items: start;
    }
    .site-below-footer-wrap {
    padding-bottom: 32px;
}
} */

/* CSS for Efficacy and Safety */
/* Banner */
@media (max-width: 767px) {
  .support-banner .treatment-banner-content .elementor-widget-text-editor {
    padding-bottom: 0;
  }
  .support-banner .treatment-banner-content .elementor-widget-container {
    margin-bottom: 0 !important;
  }
  .support-banner .treatment-banner-image {
    margin-top: -45px;
  }
  .treatment-banner-content .yes-section {
    font-size: 136px;
  }
}
@media (min-width: 768px) {
  .terms-banner-section,
  .banner-section {
    max-width: 1356px !important;
    margin-right: 42px;
    margin-left: 42px;
    justify-self: center;
  }
  .banner-section .e-con-inner {
    justify-content: center !important;
  }
  .banner-section h1 {
    margin-top: -3rem !important;
  }
}
.yes-section {
  color: #aa3c69;
  font-size: 160px;
  font-weight: 700;
  display: block;
  margin-top: -2.5rem;
}
.treatment-banner span.yes-section {
  white-space: nowrap;
  margin-top: 0;
}

@media (min-width: 1280px) {
  .support-banner .treatment-banner-content h1.elementor-heading-title {
    white-space: nowrap;
  }
  .support-banner.treatment-banner span.yes-section {
    line-height: 0.8 !important;
  }
}

/* Switching data */
.switching-data-section p {
  margin-bottom: 0;
}
span.switching-text {
  font-weight: 400;
  color: #0e426c;
}

.efficacy-secondary-heading .elementor-heading-title strong {
  color: #aa3c69;
}

/* Home banner */
.home-banner .e-con-inner {
  padding: 0 !important;
}
.home-banner h1.elementor-heading-title {
  line-height: 1 !important;
}
.home-banner .e-con {
  padding: 0;
}
.home-secondary-banner1.elementor-element {
  margin-bottom: -10px;
}
.home-secondary-banner2.elementor-element {
  padding-inline: 0;
}
.home-secondary-banner2-left .elementor-heading-title {
  font-size: 100px;
}
.grid-keyfact-section .treatment-keyfact-card .elementor-image-box-wrapper {
align-items: self-start;
}

.treatment-banner-content .elementor-widget-container {
  margin-bottom: 25px !important;
}
.treatment-banner .e-con-inner {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .home-secondary-banner2-right {
    overflow: hidden !important;
  }
  .home-secondary-banner2-right img {
    max-width: calc(100% + 50%) !important;
    width: calc(100% + 50%) !important;
    position: relative;
    left: -25%;
  }
  .home-secondary-banner2-left .learn-more-link .elementor-button-wrapper {
    margin-bottom: 0 !important;
  }
  .home-secondary-banner2-left,
  .home-secondary-banner2-left .elementor-button {
    padding-bottom: 0 !important;
  }
  .home-secondary-banner2-left .elementor-widget-text-editor {
    margin: 0 auto;
  }
  .video-banner .elementor-widget-video .elementor-wrapper video {
    height: auto !important;
    background: transparent !important;
    clip-path: inset(3px 0px) !important;
    border: none !important;
  }
}
@media (min-width: 768px) {
  .home-secondary-banner2-right {
    margin-top: auto !important;
  }
  .home-secondary-banner2-right > div {
    position: relative;
  }
  .home-secondary-banner2-right img {
    margin-top: auto !important;
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  .home-secondary-banner2-right {
    max-width: calc(100% + 20%) !important;
    width: calc(100% + 20%) !important;
    position: relative;
    left: -20%;
  }
  .home-secondary-banner2-right > div {
    position: relative;
  }
  .home-secondary-banner2-right img {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 100%;
  }
}
@media (min-width: 1131px) and (max-width: 1269px) {
  .home-secondary-banner2-left p.elementor-heading-title {
    font-size: 80px !important;
  }
}
@media (min-width: 1356px) {
  .home-secondary-banner2-right {
    max-width: calc(100% + 15%) !important;
    width: calc(100% + 15%) !important;
    position: relative;
    left: -95px;
  }
  .home-secondary-banner2-right img {
    transform: translateX(-50%);
    position: absolute;
  }
}
.treatment-banner-content {
  margin-top: 1.75rem !important;
}
.treatment-banner-content h1.elementor-heading-title {
  line-height: 1 !important;
}
.savings-banner .treatment-banner-content h1.elementor-heading-title {
  line-height: 0.8 !important;
}
.visible-mobile {
  display: none;
}
.visible-desktop {
  display: block;
}
@media (max-width: 1023px) {
  .visible-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-mobile {
    display: block;
  }
  .savings-banner .treatment-banner-content h1.elementor-heading-title {
    font-size: 65px !important;
  }
  .savings-banner.treatment-banner .yes-section {
    font-size: 176px;
    line-height: 130px;
  }
  .savings-banner.treatment-banner .e-con-inner .elementor-element {
    padding: 0;
  }
  .savings-banner .treatment-banner-image .elementor-widget-container {
    overflow: hidden;
  }
  .savings-banner.treatment-banner .treatment-banner-content {
    max-width: 345px;
    margin: 0 auto;
  }
  .savings-banner .treatment-banner-image .elementor-widget-container img,
  .treatment-banner-image img {
    max-width: calc(100% + 35%) !important;
    width: calc(100% + 35%) !important;
    position: relative;
    left: -75px;
    bottom: -60px;
  }
  .treatment-banner-image {
    overflow: hidden !important;
  }
  .treatment-banner-image img {
    bottom: -40px;
  }
  .savings-banner.treatment-banner
    .treatment-banner-content
    .elementor-widget-container
    strong {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .treatment-banner {
    max-width: 1356px !important;
    margin-right: 42px;
    margin-left: 42px;
    justify-self: center;
    background-size: cover;
  }
  .treatment-banner .e-con-full,
  .treatment-banner .e-con-inner {
    padding-block: 0;
  }
  .treatment-banner-content h1.elementor-heading-title,
  .treatment-banner-content .elementor-widget-container {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1130px) {
  .treatment-banner-content h1.elementor-heading-title {
    font-size: 40px !important;
    white-space: nowrap;
  }
  .treatment-banner span.yes-section {
    font-size: 110px;
    line-height: 0.8;
  }
  .treatment-banner-image img {
    width: calc(100% + 10%) !important;
    max-width: calc(100% + 10%) !important;
  }
}
@media (min-width: 1024px) {
  .ast-page-builder-template .site-content > .ast-container .home-banner,
  .home-secondary-banner1.elementor-element-e21bf16.e-con .e-con-inner,
  .home-secondary-banner2.elementor-element-2a45760.e-con,
  .treatment-banner.elementor-element.e-con,
  .treatment-secondary-component.elementor-element.e-con {
    max-width: 1356px;
    margin: 0 auto;
  }
  .home-secondary-banner1 {
    padding-inline: 0 !important;
  }
  .treatment-banner-content {
    padding-left: 24px !important;
  }
  .treatment-secondary-component.elementor-element.e-con {
    margin-top: 2rem;
  }
  .treatment-secondary-component .e-con-inner {
    --content-width: 100%;
  }
  .treatment-secondary-component-content {
    padding-inline: 2.5rem !important;
  }
  .treatment-secondary-component-logo {
    padding-right: 0 !important;
  }
}

@media (min-width: 1356px) {
  .treatment-banner-content {
    margin-top: 3.75rem !important;
  }
  .treatment-secondary-component.elementor-element.e-con,
  .treatment-secondary-component .e-grid {
    padding: 0 !important;
  }
  .savings-banner.treatment-banner span.yes-section {
    font-size: 300px;
    line-height: 0.6;
  }
  .savings-banner.treatment-banner
    .treatment-banner-content
    .elementor-widget-container {
    margin-top: 20px;
    max-width: 36rem;
  }
}

@media (max-width: 1355px) {
  .treatment-banner .e-grid {
    --align-items: lavender !important;
  }
  .treatment-banner-content .yes-section {
    margin-top: 0 !important;
  }
  .treatment-banner.e-con.e-flex > .e-con-inner {
    justify-content: flex-end;
  }
  .treatment-banner-content .elementor-widget-text-editor {
    padding-bottom: 2rem;
  }
}

@media (max-width: 921px) {
  .home-banner .elementor-element,
  .treatment-secondary-component .e-grid {
    --e-con-grid-template-columns: 1 !important;
    --grid-auto-flow: row;
  }
  .home-banner h1.elementor-heading-title,
  .home-banner h2.elementor-heading-title,
  .home-banner .elementor-widget-container p,
  .treatment-banner .elementor-element {
    text-align: center;
  }
  .treatment-secondary-component-content {
    order: 2 !important;
  }
}

/* Efficacy */

.efficacy-accordion .e-n-accordion-item-title-text {
  color: #0e426c;
}
@media (max-width: 1279px) {
  .switching-text {
    line-height: 48px;
  }
}

/* Terms */
.terms-banner-section .elementor-widget-heading {
  display: contents;
}

@media (min-width: 768px) {
  .grid-keyfact-section {
    max-width: 1248px;
  }
  .grid-keyfact-section .e-grid {
    grid-column-gap: 100px;
    grid-row-gap: 0;
  }

  .grid-keyfact-section .e-grid .treatment-keyfact-card {
    height: fit-content;
    margin: 0;
    padding: 0;
    max-width: 508px;
  }
  .grid-keyfact-section
    .e-grid
    .treatment-keyfact-card:first-child
    .elementor-image-box-img {
    margin-left: 0 !important;
  }
  .grid-keyfact-section .e-grid .elementor-widget-text-editor {
    margin-top: -3%;
  }
}

/* Header */
@media (min-width: 922px) {
  #ast-desktop-header .site-above-header-wrap,
  #ast-desktop-header .ast-main-header-wrap .site-primary-header-wrap {
    max-width: 1356px;
    padding: 0;
  }
  .enroll-button .menu-link {
    background-color: #aa3c69;
    border-radius: 100px;
    color: #ffffff !important;
    padding: 13px 30px;
  }
  #ast-desktop-header
    .ast-main-header-wrap
    .site-primary-header-wrap
    .ast-builder-grid-row
    .site-header-primary-section-right {
    width: 100% !important;
  }
}
@media (min-width: 922px) and (max-width: 1439px) {
  #ast-desktop-header .site-above-header-wrap,
  #ast-desktop-header .ast-main-header-wrap .site-primary-header-wrap {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

/* Mobile Header */
.ast-builder-menu-mobile .ast-custom-button {
  background: #ffffff;
  padding: 0 20px 20px;
}
.ast-builder-menu-mobile .ast-custom-button a.menu-link {
  max-width: 200px !important;
  background-color: #aa3c69;
  padding: 20px 22.5px !important;
  border-radius: 140px;
  color: #ffffff !important;
}
.ast-builder-menu-mobile .ast-custom-button:after {
  content: "";
  border-bottom: 2px solid #6dba96;
  padding-top: 20px;
}
.ast-builder-menu-mobile .current-menu-item a.menu-link {
  color: #0e426c !important;
  background-color: #ffffff !important;
}
.ast-builder-menu-mobile ul#ast-hf-mobile-menu {
  box-shadow: 0px 7px 20px 0px #00000033;
  z-index: 4;
  border-radius: 12px;
  padding-bottom: 40px;
}
/* Homepage injection section */
.injection-section,
.injection-section .e-grid > .e-con-inner {
  max-width: 1356px !important;
}
.injection-section,
.injection-section > .e-con-inner {
  padding: 0;
}
.injection-section .e-grid .elementor-widget-image img {
  padding: 32px;
}
.injection-section .elementor-widget-heading .elementor-heading-title {
  padding: 16px 42px;
}

/* Home tab section */
.home-tab-section .e-n-tab-title span {
  display: block;
}
.home-tab-section .e-n-tab-title .e-n-tab-title-text span {
  font-weight: 700;
}
.switch-table-container .e-n-tabs-heading button.e-n-tab-title {
  position: relative;
}
.switch-table-container
  .e-n-tabs-heading
  button.e-n-tab-title[aria-selected="true"]::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #6dba96;
}

.para1 p {
  padding: 0;
  margin: 0;
}
.para1 ul {
  margin: 0;
}
/* For mobile */
@media all and (max-width: 767px) {
  .btn_get {
    margin: 0 auto;
    width: 100%;
  }
  .flex .elementor-image-box-content {
    margin: 0 0 0 20px;
  }
  .flex figure.elementor-image-box-img {
    padding: 10px 0 0 0;
  }
}
/* For tab */
@media all and (min-width: 768px) and (max-width: 1279px) {
}
/* For desktop */
@media all and (min-width: 1280px) {
  .para1 p {
    padding: 0;
    margin: 0;
  }
  .para1 ul {
    margin: 0;
  }
}

/* header */
.copay-button {
  background: #aa3c69;
  border-radius: 100px;
  /*padding: 8px 0;*/
  padding: 10px;
}
.copay-button .menu-link {
  color: #ffffff !important;
}
@media (max-width: 921px) {
  .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0;
  }
}

/* new css- savings page*/
.indent-li-treatment p {
  text-indent: -8px;
  padding-left: 8px;
  margin-bottom: 0;
}

.treatment-secondary-component-content .elementor-widget-text-editor h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #0e426c;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .treatment-secondary-component-content .elementor-widget-text-editor h2 {
    font-size: 44px !important;
  }
}
@media (max-width: 1355px) {
  .treatment-secondary-component .treatment-secondary-component-content {
    padding-inline-start: 10px !important;
    padding-inline-end: 10px !important;
  }
}

.margin-bot-none * {
  margin-bottom: 0 !important;
}

/* testing */
.margin-bot-none * {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .copay-banner,
  .copay-second-container {
    max-width: 1356px !important;
    padding: 0;
  }
  .copay-banner .e-grid,
  .copay-second-grid,
  .copay-second-container .copay-second-grid {
    max-width: 1288px;
    align-self: center;
  }
  .copay-second-container .copay-second-grid {
    padding: 30px 20px;
  }
  .copay-banner .e-grid {
    padding: 44px 20px !important;
  }
  .copay-banner-content {
    max-width: 414px;
  }
  .copay-second-grid .elementor-widget {
    align-self: center;
  }
  .copay-second-grid .elementor-widget p {
    margin-bottom: 0;
  }

  .copay-second-grid .elementor-widget-button {
    max-width: 196px !important;
  }

  .copay-second-grid .elementor-widget-text-editor {
    max-width: 1034px !important;
  }
}
.copay-banner-content .indent-li p {
  /* text-indent: -8px;
   padding-left: 8px; */
  display: flex !important;
}
.copay-banner-content P {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .copay-second-container .elementor-widget-button {
    order: 2;
  }
}
.copay-second-container .elementor-widget-text-editor p {
  margin-bottom: 0;
}
/* isi tray alignment */
.isi-section .sticky-isi.yesintek-isi-tray {
  max-width: 1326px !important;
}
ul.ul-indent,
ul.ul-indent li {
  padding-left: 10px;
  margin: 0 !important;
}
ul.ul-indent li::marker {
  content: "•";
}
.yesintek-isi-tray ul.ul-indent,
.yesintek-isi-tray ul.ul-indent li {
  padding-left: 10px;
  margin: 0 !important;
}
.yesintek-isi-tray ul.ul-indent li {
  list-style-type: "•";
}

.yesintek-isi-tray ul.elementor-icon-list-items {
  display: inline-table;
  margin-left: 0;
  padding-left: 20px;
}

.yesintek-isi-tray ul.elementor-icon-list-items li.elementor-icon-list-item {
  list-style-type: none;
}

.yesintek-isi-tray
  ul.elementor-icon-list-items
  li.elementor-icon-list-item
  span.elementor-icon-list-icon {
  padding-right: 8px;
  position: relative;
  bottom: 2px;
}

.yesintek-isi-tray
  ul.elementor-icon-list-items
  li.elementor-icon-list-item
  span.elementor-icon-list-iconv
  svg {
  width: 4px !important;
  height: auto !important;
}

.yesintek-isi-tray a {
  color: inherit;
  border-bottom: 2px solid #0e426c;
  word-break: break-all;
}
.margin-bot-zero {
  margin-bottom: 0 !important;
}
.margin-bot-five {
  margin-bottom: 5px !important;
}

/*  learn more link*/
.learn-more-link p {
  margin-bottom: 0 !important;
}
.learn-more-link {
  gap: 0 !important;
}
.home-secondary-banner2 a.elementor-button-link {
  border: 0 !important;
}
.home-secondary-banner2 .elementor-button-text {
  border-bottom: 2px solid #0e426c !important;
}
.home-secondary-banner2 .elementor-button-text,
.home-secondary-banner2 .learn-more-link p {
  font-size: 1.25rem !important;
}
.home-secondary-banner2-left .learn-more-link .elementor-button-wrapper {
  margin-bottom: 2rem;
}
.home-secondary-banner2-left .elementor-button-icon svg {
  vertical-align: middle;
}
.home-secondary-banner2-left .elementor-button-content-wrapper {
  gap: 13px !important;
  align-items: center;
}
.home-secondary-banner2 {
  padding-bottom: 0 !important;
}
.home-secondary-banner2-right {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .home-secondary-banner2-left .elementor-button-content-wrapper {
    max-width: 14rem;
  }
}
@media (min-width: 768px) and (max-width: 1130px) {
  .home-secondary-banner2-left p.elementor-heading-title {
    font-size: 58px !important;
  }
  .home-secondary-banner2-left span.elementor-heading-title {
    font-size: 130px !important;
    line-height: 0.6 !important;
  }
}
@media (min-width: 1024px) {
  .home-secondary-banner2-left .learn-more-link {
    display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    align-items: center !important;
    gap: 5px !important;
  }
}

/* injection box mobile*/
.injection-section-mob {
  left: 0 !important;
}
.injection-section-mob .elementor-image-box-wrapper {
  display: flex;
}
.injection-section-mob
  .elementor-image-box-wrapper
  figure.elementor-image-box-img {
  width: 27px !important;
  margin-bottom: 0;
  margin-right: 7px !important;
}
.injection-section-mob
  .elementor-image-box-wrapper
  figure.elementor-image-box-img
  img {
  width: 100%;
}

/* Header */
@media (min-width: 922px) and (max-width: 1200px) {
  #ast-desktop-header
    .site-header-primary-section-right
    nav#secondary_menu-site-navigation-desktop
    ul#ast-hf-menu-2
    .menu-item
    a.menu-link {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  header.site-header .site-branding span.site-logo-img img.custom-logo {
    width: 160px;
  }
  header.site-header .site-branding span.site-logo-img {
    padding-right: 0;
  }
  .copay-button .menu-link {
    padding: 0px 12px !important;
    border-radius: 20px;
  }
  #ast-desktop-header
    .ast-main-header-wrap
    .site-primary-header-wrap
    .ast-builder-grid-row {
    grid-column-gap: 0;
  }
}

button.main-header-menu-toggle .mobile-menu-toggle-icon {
  order: 2;
  margin-left: 8px;
}
#ast-mobile-header button.main-header-menu-toggle {
  padding: 0;
}
#ast-mobile-header button.menu-toggle span.mobile-menu {
  word-wrap: normal;
  font-weight: 900 !important;
  text-align: right;
  color: #0e426c !important;
}
.ast-builder-menu-mobile .ast-custom-button a.menu-link {
  background-color: #aa3c69 !important;
}
/*.ast-builder-menu-mobile ul#ast-hf-mobile-menu .menu-link[aria-current="page"],
.menu-link[aria-current="page"] {
  color: #aa3c69 !important;
}*/

/*a.active-menu-item,
.single-link.current-menu-item a {
    color: #aa3c69 !important;
}*/

/*.ast-builder-menu-2 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
.ast-builder-menu-2 .current-menu-ancestor > .menu-link*/
.ast-builder-menu-2 .savings-support.current-menu-item .menu-link,
.ast-builder-menu-2 .current-menu-item .active-menu-item,
#ast-mobile-site-navigation .savings-support.current-menu-item > .menu-link,
#ast-mobile-site-navigation .current-menu-item > .active-menu-item {
    color: #aa3c69 !important;
}

ul#ast-hf-mobile-menu {
  padding: 10px 0 20px 0;
}
/*.custom-current-menu {
  color: #0e426c;
}*/

/* isi tray */
.isi-section h3.heading-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0e426c !important;
}
.isi-section p {
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .isi-section .flex-child.isi-tray-heading-title .heading-title {
    margin-bottom: 10px;
  }
}
.isi-section ul.ul-indent {
  margin-bottom: 5px !important;
}

ul.elementor-icon-list-items {
  margin-bottom: -3px !important;
  position: relative;
  top: -5px;
  padding-left: 40px !important;
}

@media (max-width: 767px) {
  .grid-keyfact-section .treatment-keyfact-card figure {
    width: 62px !important;
    margin-right: 20px !important;
  }

  .grid-keyfact-section .treatment-keyfact-card .elementor-image-box-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .treatment-secondary-component-content .elementor-widget-text-editor p {
    margin-bottom: 0;
  }
  .treatment-secondary-component-logo .elementor-widget-image img {
    max-width: 190px;
  }
}
.switch-table-container .e-n-tabs-content table.tafe-table {
  border: none;
}

/******* ISI Tray *********************/
.isi-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25vh; /* Fixed height */
  background-color: #f7f7f7;
  border-top: 1px solid #ccc;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.yesintek-isi-tray {
  position: relative;
  max-width: 1286px !important;
  margin: 0 auto;
  padding: 0px 20px 0px 20px;
}

@media (min-width: 768px) {
  .yesintek-isi-tray {
    max-width: 1326px !important;
    padding: 0 20px;
  }
}

.sticky-isi .flex-container {
  display: flex;
  padding-top: 35px;
}

.sticky-isi .flex-container .flex-child {
  flex: 1;
}

.sticky-isi .flex-container .flex-child:first-child {
  margin-right: 20px;
}

.sticky-isi .flex-container .plus_icon {
  justify-content: flex-end;
  display: flex;
  right: 0;
  top: 0;
}

.sticky-isi .plus_icon p {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 22.5px !important;
  color: #aa3c69 !important;
  cursor: pointer;
  margin-bottom: 0px !important;
}

.sticky-isi .plus_icon p span {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 27.5px !important;
  color: #6dba96 !important;
}

.yesintek-isi-tray p,
.yesintek-isi-tray ul {
  color: #0e426c !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  margin-bottom: 5px !important;
}

.yesintek-isi-tray p strong {
  font-weight: 700 !important;
}

.yesintek-isi-tray h3.heading-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  color: #0e426c !important;
  margin-bottom: 5px !important;
}

.yesintek-isi-tray .isi-tray-heading-title h3.heading-title {
  color: #0e426c !important;
}

.isi-hidden {
  opacity: 0;
  visibility: hidden;
}

.isi-open {
  height: calc(100vh - 116px);
  transition: height 1s ease-in;
  overflow: auto;
}

.isi-section .show-less {
  display: none !important;
}

.isi-open .show-less {
  display: block !important;
}

.isi-open .read-more {
  display: none !important;
}

#full-rtx {
  padding-bottom: 75px;
}

.yesintek-isi-tray ul.ul-indent {
  padding: revert;
  margin: revert;
  padding-left: 20px;
  margin-bottom: 5px !important;
}

.yesintek-isi-tray svg {
  width: 6px !important;
  height: 6px !important;
}

.isi-section.isi-open h3.heading-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0e426c;
}
.isi-section p {
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .isi-section .flex-child.isi-tray-heading-title .heading-title {
    margin-bottom: 10px;
  }
}
.isi-section ul.ul-indent {
  margin-bottom: 5px !important;
}

ul.elementor-icon-list-items {
  margin-bottom: -3px !important;
  position: relative;
  top: -5px;
  padding-left: 40px !important;
}

.copay-link {
  position: relative;
  z-index: 1;
}

/* Green cards  */
.green-cards
  .elementor-element.elementor-element-f046c9e
  .e-flex.e-con.e-child {
  justify-content: space-between !important;
}
.green-cards h4 {
  font-size: 1.5rem !important;
}
.green-cards .elementor-element .elementor-button {
  font-weight: 600 !important;
  border-bottom: 0px !important;
}
.green-cards .elementor-element .elementor-button-content-wrapper {
  gap: 8px !important;
}
.green-cards .elementor-element .elementor-button .elementor-button-text {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}
.green-cards .elementor-element .elementor-button .elementor-button-icon svg {
  width: 23px !important;
}
@media (min-width: 1024px) {
  .green-cards .elementor-element.elementor-element-f046c9e {
    padding-right: 65px !important;
    gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .green-cards {
    padding-inline: 18px;
  }
  .green-cards .elementor-element.elementor-element-f046c9e {
    padding-inline: 0 !important;
    gap: 20px !important;
  }
}
/* text indent */
@media (max-width: 1355px) {
  .indend-char p {
    text-indent: -8px;
    padding-left: 8px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .home-tab-section .e-n-tabs-heading {
    justify-content: center !important;
  }
}
@media (min-width: 1025px) and (max-width: 1335px) {
  .elementor-8 .elementor-element.elementor-element-2f15380 {
    justify-content: flex-start !important;
  }
  .elementor-element-c8064dd,
  .elementor-element-622eaa4,
  .elementor-element-1d53b6f {
    padding-inline: 15px !important;
  }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF !important;
}
@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 65% !important;
        font-family: "Omnes" !important;
    }
}
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #aa3c69 !important;
    border-color: #aa3c69 !important;
    color: #FFFFFF;
    border-radius: 25px !important;
    text-transform: uppercase !important;
    font-family: "Omnes" !important;
}

#onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #FFFFFF !important;
    color: #aa3c69 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
    color: #aa3c69 !important;
}

@media only screen and (max-width: 425px) {
    #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler {
        width: 45% !important;
        float: left !important;
    }
}

@media only screen and (max-width: 425px) {
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 0;
        margin-top: 1em !important;
        padding-right: 15px !important;
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus, #onetrust-consent-sdk #onetrust-banner-sdk:focus {
    outline-color: #FFFFFF !important;
    outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus {
    border: 0;
    outline: none;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {
    outline: 0px solid #000000 !important;
}

@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        left: 65% !important;
    }
}

@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 35% !important;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media only screen and (min-width: 1024px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        margin: auto;
        width: 30%;
    }
}

.w-space-unwrap,
.check-mark-box .elementor-image-box-description span{
    white-space: nowrap;
}

/* Video */
@media (min-width: 768px) {
    .home-video-banner .elementor-widget-video .elementor-wrapper {
      max-width: 1356px !important;
      margin: 0 auto;
    }
  }
@media (min-width: 1356px){
   .home-video-banner .elementor-widget-video video.elementor-video {
    clip-path: inset(2px 4px);
  }
  }
  @media (min-width: 768px) and (max-width: 1355px){
 .home-video-banner .elementor-widget-video video.elementor-video {
    clip-path: inset(2px 2px);
  }
  }
  @media (max-width: 767px){
   .home-video-banner .elementor-widget-video video.elementor-video {
    height:auto;
    clip-path: inset(2px 2px);
  }
  }

@media (min-width: 922px) and (max-width: 1439px) {
  #ast-desktop-header .site-above-header-wrap{
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.site-header-above-section-right .main-navigation .main-header-menu .menu-item:last-child .menu-link{
    padding-right: 0;
}

.para1 .elementor-widget-button .elementor-button-wrapper a.elementor-button {
    -webkit-text-stroke: 1px;
    letter-spacing:1px;
    text-decoration-thickness: 2px;
    font-weight:500 !important;
}

#astra-footer-menu .menu-item a.active-menu-item {
    color: #ffffff !important;
}

/* Sanity Check Fixes */
.isi-section ul li ,
.yesintek-isi-tray ul li ,
.isi-section p ,
.yesintek-isi-tray p {
    font-size: 18px !important;
    line-height: 22px !important;
}

@media (max-width: 767px) {
    .isi-section p strong br,
    .yesintek-isi-tray p strong br{
        display: none;
    }
}

@media (min-width: 1280px) {
    a[href="tel:+18443483404"],
    a[href="tel:+18339861468"],
    a[href="tel:18443483404"],
    a[href="tel:18339861468"],
    a[href="tel:18336124626"],
    a[href="tel:1-800-FDA-1088"],
    a[href="tel:1-833-61-BIOCON"],
    a[href="tel:1-833-612-4626"] {
        pointer-events: none !important;
    }
}

@media (min-width: 1280px) {
    @supports (-webkit-appearance: none) {
        .copay-link p {
            margin-bottom: 20px !important;
            display: inline-block;
        }
    }
}



/*@media screen and (max-width: 1440px) {#icon-img figure.elementor-image-box-img {position: relative;  top: -65px;}}
@media screen and (max-width: 1366px) {
#icon-img figure.elementor-image-box-img {position: relative;  top: -65px;}
}
@media screen and (max-width: 1280px) {#icon-img figure.elementor-image-box-img {position: relative;  top: -65px;}}

@media screen and (max-width: 1024px) {
#icon-img figure.elementor-image-box-img {position: relative;  top: -85px;}
}
@media screen and (max-width: 991px) {
#icon-img figure.elementor-image-box-img {position: relative;  top: -65px;}
}
@media screen and (max-width: 768px) {
#icon-img figure.elementor-image-box-img {position: relative;  top: -100px;}
}
@media screen and (max-width: 580px) {
#icon-img figure.elementor-image-box-img {position: relative;  top: 0px;}
}
@media screen and (max-width: 480px) {
#icon-img figure.elementor-image-box-img {position: relative;  top: 0px;}
}
@media screen and (max-width: 375px) {
#icon-img figure.elementor-image-box-img {position: relative;  top: 0px;}
}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
#icon-img figure.elementor-image-box-img {position: relative;  top: -70px;}
} 

@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px)
  and (-webkit-min-device-pixel-ratio: 2) {
#icon-img figure.elementor-image-box-img {position: relative;  top: -100px;}
} 



@media only screen 
  and (min-device-width: 1180px) 
  and (max-device-width: 1180px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#icon-img figure.elementor-image-box-img {position: relative;  top: -80px;}
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#icon-img figure.elementor-image-box-img {position: relative;  top: -75px;}
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
#icon-img figure.elementor-image-box-img {position: relative;  top: -80px;}
}*/