/*base*/
/* ==========================================================================
   Color variables
   ========================================================================== */
/* ==========================================================================
   Font Settings
   ========================================================================== */
/* ==========================================================================
   Global fonts & background color classes
   ========================================================================== */
/* line 34, ../sass/base/_variables.scss */
.color-white {
  color: #ffffff !important;
}

/* line 35, ../sass/base/_variables.scss */
.color-gray {
  color: #555555;
}

/* line 36, ../sass/base/_variables.scss */
.color-black {
  background-color: #000000;
}

/* line 37, ../sass/base/_variables.scss */
.background-white {
  background-color: #ffffff;
}

/* line 38, ../sass/base/_variables.scss */
.background-gray {
  background-color: #555555;
}

/* line 39, ../sass/base/_variables.scss */
.background-black {
  background-color: #000000;
}

/* line 40, ../sass/base/_variables.scss */
.color-textblack {
  color: #000000;
}

/* line 41, ../sass/base/_variables.scss */
.color-textblack2 {
  color: #000000;
}

/* line 42, ../sass/base/_variables.scss */
.color-red {
  color: #df0051;
}

/* line 43, ../sass/base/_variables.scss */
.color-green {
  color: #cadeb8;
}

/* line 44, ../sass/base/_variables.scss */
.color-blue {
  color: #1b365d !important;
}

/* line 45, ../sass/base/_variables.scss */
.color-lightblue {
  color: #0b3560 !important;
}

/* line 46, ../sass/base/_variables.scss */
.color-darker {
  color: #082543;
}

/* line 47, ../sass/base/_variables.scss */
.background-red {
  background-color: #df0051;
}

/* line 48, ../sass/base/_variables.scss */
.background-green {
  background-color: #cadeb8;
}

/* line 49, ../sass/base/_variables.scss */
.background-blue {
  background-color: #1b365d;
}

/* line 50, ../sass/base/_variables.scss */
.background-darkblue {
  background-color: #223a59;
}

/* line 51, ../sass/base/_variables.scss */
.background-lightgreen {
  background-color: #cadeb899;
}

/* ==========================================================================
   Deploy URL
   ========================================================================== */
/* Mixin to calculate rem*/
/*box sizing*/
/* line 3, ../sass/base/_global.scss */
.order_2 {
  order: 2;
}

/* line 6, ../sass/base/_global.scss */
a.disabled {
  pointer-events: none;
  cursor: default;
}

/* line 12, ../sass/base/_global.scss */
.header_desk_view .firstheader {
  /* border-right: 16px solid #fff;
border-left: 16px solid #fff;*/
  padding: 0 3px;
}
/* line 17, ../sass/base/_global.scss */
.header_desk_view .secondheader {
  padding: 0 3px;
}
/* line 20, ../sass/base/_global.scss */
.header_desk_view .pi_link {
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  /* line 26, ../sass/base/_global.scss */
  .hccnav {
    margin-right: -6px;
  }

  /* line 29, ../sass/base/_global.scss */
  .mRL {
    margin: 0 -15px;
  }

  /* line 32, ../sass/base/_global.scss */
  .bgHeaderBar {
    background-color: #def2d3;
  }

  /* line 36, ../sass/base/_global.scss */
  .bgHeaderBarHcc {
    background-color: #def2d3;
  }

  /* line 39, ../sass/base/_global.scss */
  .hccbanner {
    padding-left: 7px !important;
  }

  /* line 43, ../sass/base/_global.scss */
  .secondSectionHome {
    max-width: 945px;
    margin-left: 22px;
    background: #00bce2 !important;
    height: 58px;
  }

  /* line 49, ../sass/base/_global.scss */
  .secondSectionHomeHCP {
  /* border-right: 16px solid #6d213f;
border-left: 16px solid #6d213f;
background: #00bce2 !important;
// padding: 10px 10px;*/
  }
  /* line 54, ../sass/base/_global.scss */
  .secondSectionHomeHCP .sec_wrapper {
    border-top: 4px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding: 10px 10px;
  }

  /* line 62, ../sass/base/_global.scss */
  .canhelp {
    border-right: 1px solid #fff;
    padding: 5px 6px !important;
  }

  /* line 66, ../sass/base/_global.scss */
  .homelist {
    padding-left: 10px !important;
  }

  /* line 69, ../sass/base/_global.scss */
  .borderRight {
    border: 0.5px solid #6d213f;
    height: 201px;
    position: absolute;
    left: 276px;
    top: 142px;
    width: 0px;
  }
}
/* line 78, ../sass/base/_global.scss */
ul {
  color: #000000;
}

/* line 82, ../sass/base/_global.scss */
* {
  box-sizing: border-box;
  font-family: "Proxima Nova";
  color: #0b3560;
}

/* line 88, ../sass/base/_global.scss */
br {
  display: none;
}

/* line 91, ../sass/base/_global.scss */
.italic {
  font-style: italic;
}

/* line 95, ../sass/base/_global.scss */
.novaBold {
  font-family: "Proxima Nova-Bold";
}

/*tabindex outline detection*/
/* line 100, ../sass/base/_global.scss */
.using-mouse [tabindex]:focus {
  outline: none;
}

/* line 103, ../sass/base/_global.scss */
.border-top {
  border-top: 1.5px solid #667174 !important;
}

/*font colors*/
/* line 108, ../sass/base/_global.scss */
.txtBlack {
  color: #000000 !important;
}

/* line 111, ../sass/base/_global.scss */
.txtlightBlack {
  color: #000000;
}

/* line 114, ../sass/base/_global.scss */
.text-underline {
  text-decoration: underline;
}

/* line 117, ../sass/base/_global.scss */
.txtPrimary {
  color: #6d213f !important;
}

/* line 120, ../sass/base/_global.scss */
.txtSecondary {
  color: #fe4a5d;
}

/* line 123, ../sass/base/_global.scss */
.txtRed {
  color: #df0051;
}

/* line 126, ../sass/base/_global.scss */
.bgRed {
  background-color: #df0051;
}

/* line 129, ../sass/base/_global.scss */
.txtWhite {
  color: #ffffff !important;
}

/* line 132, ../sass/base/_global.scss */
.deskgrayletter {
  letter-spacing: 0.5px;
}

/* line 135, ../sass/base/_global.scss */
.siteEditCp > br {
  display: none;
}

/* line 138, ../sass/base/_global.scss */
.footerLinkcolor {
  color: #00857c !important;
}

/*box shadow*/
/* line 143, ../sass/base/_global.scss */
.boxShadow {
  /*box-shadow: 0 4px 3px 0px #212529*/
  /*box-shadow : 0px 2px 8px 0px #212529;*/
  /*box-shadow :0 10px 5px -5px rgba(182, 180, 180, 0.75);*/
  box-shadow: 0 13px 8px -8px rgba(0, 0, 0, 0.161);
}

/*navbar css*/
/* line 151, ../sass/base/_global.scss */
.outline-none {
  outline: none !important;
}

/* line 155, ../sass/base/_global.scss */
.border-none {
  border: none;
}

/* line 159, ../sass/base/_global.scss */
.links:active,
.links:hover {
  color: #000000;
  text-decoration: none;
}

/* line 165, ../sass/base/_global.scss */
.number:active,
.number:hover {
  color: #000000;
  text-decoration: none;
}

/*border bottom on tab*/
/* line 172, ../sass/base/_global.scss */
.border-bottom-tab {
  border-bottom: 0.3rem solid #555555;
}

/*border css*/
/* line 177, ../sass/base/_global.scss */
.border-black {
  border: 1px solid #000000 !important;
}

/*please do not delete below css*/
/* line 182, ../sass/base/_global.scss */
.truncate-indication {
  height: calc(1em * 1.7) !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@supports (position: sticky) {
  /* line 189, ../sass/base/_global.scss */
  #top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }

  /* other clamped element style changes go here... */
}
/* line 199, ../sass/base/_global.scss */
.sticky-top-ie {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}

/* line 206, ../sass/base/_global.scss */
#top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

/* line 224, ../sass/base/_global.scss */
.cursorPointer {
  cursor: pointer;
}

/* line 228, ../sass/base/_global.scss */
.whiteHover:hover {
  color: #fff;
}

/* line 231, ../sass/base/_global.scss */
.textblue {
  color: #00bce2;
  width: 438px;
  line-height: 18px !important;
  font-weight: 900;
}

/* line 245, ../sass/base/_global.scss */
.modal-backdrop.show {
  opacity: 0.8;
}

/* line 249, ../sass/base/_global.scss */
.darkBlue:hover {
  color: #082543;
}

/* line 253, ../sass/base/_global.scss */
.darkBlue {
  color: #223a59;
}

@media only screen and (min-width: 992px) {
  /* line 258, ../sass/base/_global.scss */
  .popupBorderRight {
    border-right: 1px solid #D1DAEB;
  }

  /* line 262, ../sass/base/_global.scss */
  .popupBorderBottom {
    border-bottom: 1px solid #D1DAEB;
  }
}
@media only screen and (max-width: 991px) {
  /* line 268, ../sass/base/_global.scss */
  .borderMobBottom {
    border-bottom: 1px solid #7f7b7b;
  }

  /* line 271, ../sass/base/_global.scss */
  .popupClose {
    width: 32px;
  }

  /* line 275, ../sass/base/_global.scss */
  .screenMob {
    width: 100px;
  }

  /* line 279, ../sass/base/_global.scss */
  .consentMob {
    width: 99px;
  }

  /* line 283, ../sass/base/_global.scss */
  .docCycleMob {
    width: 108px;
  }

  /* line 287, ../sass/base/_global.scss */
  .alertGearMob {
    width: 143px;
  }
}
/* line 292, ../sass/base/_global.scss */
.num1 {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 301, ../sass/base/_global.scss */
.orText {
  border-radius: 24px;
  height: 48px;
  width: 48px;
}

/* line 307, ../sass/base/_global.scss */
.num1Big {
  border-radius: 50%;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 316, ../sass/base/_global.scss */
.justify-content-space-evenly {
  justify-content: space-evenly;
}

/* line 320, ../sass/base/_global.scss */
.invertImg {
  transform: rotate(180deg);
}

/* line 324, ../sass/base/_global.scss */
.separatorLine {
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  /* line 329, ../sass/base/_global.scss */
  .separatorLine {
    transform: translate(-50%, -41%) rotate(90deg) scale(1.35);
  }

  /* line 333, ../sass/base/_global.scss */
  .tablink.active {
    width: 343px;
    margin-left: 260px;
  }

  /* line 338, ../sass/base/_global.scss */
  .tabOther {
    margin-left: 260px;
  }

  /* line 342, ../sass/base/_global.scss */
  .tabOther.active {
    margin-left: 260px !important;
  }

  /* line 346, ../sass/base/_global.scss */
  .tabEnroll {
    margin-left: 260px !important;
    width: 343px !important;
  }

  /* line 351, ../sass/base/_global.scss */
  .num1Big {
    height: 46px;
    width: 46px;
  }

  /* line 356, ../sass/base/_global.scss */
  .uploadBtn {
    width: 100% !important;
  }

  /* line 359, ../sass/base/_global.scss */
  .mobInstText {
    right: 12%;
    bottom: 5%;
  }

  /* line 364, ../sass/base/_global.scss */
  .top_links_wrapper {
    display: flex;
    justify-content: flex-end;
  }

  /* line 369, ../sass/base/_global.scss */
  #externalNew .cont_para {
    padding: 0 12px;
  }

  /* line 373, ../sass/base/_global.scss */
  .enrollMob.active {
    font-size: 22px !important;
  }

  /* line 376, ../sass/base/_global.scss */
  .whatMob.active {
    font-size: 22px !important;
  }

  /* line 379, ../sass/base/_global.scss */
  .specialMob.active {
    font-size: 22px !important;
  }

  /* line 382, ../sass/base/_global.scss */
  .numbMob {
    max-width: 34px;
  }

  /* line 385, ../sass/base/_global.scss */
  .numbMobSmall {
    max-width: 24px;
  }
}
/* line 390, ../sass/base/_global.scss */
.orImage {
  width: 41px;
}

@media (max-width: 365px) {
  /* line 396, ../sass/base/_global.scss */
  .padLeft {
    padding-left: 0 !important;
  }
}
/* line 402, ../sass/base/_global.scss */
.left0 {
  left: 0 !important;
}

/* ==========================================================================
 @import fonts : Fonts CSS
========================================================================== */
/* ========== Arial Regular Font ==========*/
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/fonts/ProximaNova-Regular.otf");
}
@font-face {
  font-family: 'Proxima Nova-Bold';
  src: url("/static/fonts/ProximaNova-Bold.otf");
}
@font-face {
  font-family: 'Invention-Regular';
  src: url("/static/fonts/Invention_Rg.ttf");
}
@font-face {
  font-family: 'Helvetica-Neue';
  src: url("/static/fonts/Helvetica-Neue.ttf");
}
@font-face {
  font-family: 'Trebuchet-MS';
  src: url("/static/fonts/Trebuchet-MS.ttf");
}
/*@import "base/base";*/
/*responsive*/
/* line 1, ../sass/responsive/mobile/_modal.scss */
.modal {
  /*.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
  }
*/
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* line 12, ../sass/responsive/mobile/_modal.scss */
.modal #popupHCP {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 100px;
  display: none;
  overflow: hidden !important;
}
/* line 26, ../sass/responsive/mobile/_modal.scss */
.modal #externalCommon {
  overflow-y: hidden !important;
}
/* line 29, ../sass/responsive/mobile/_modal.scss */
.modal #externalLinksContinue {
  overflow-y: hidden !important;
}
/* line 35, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain {
  background: #fff;
  z-index: 9999;
}
/* line 42, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .submitBtn {
  margin-left: -9px;
}
/* line 46, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .mapRow {
  color: white;
  line-height: 20px;
  font-size: 22px;
}
/* line 57, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .buttonRow .areuText {
  letter-spacing: 0.5px;
}
/* line 62, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .buttonRow .ppRadioBtn .custom-radio {
  width: 23px;
  height: 21px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 1;
  background: url("/static/images/radioBtnSprite.png") no-repeat 0 0;
  vertical-align: top;
}
/* line 73, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .buttonRow .ppRadioBtn .selected {
  background: url("/static/images/radioBtnSprite.png") no-repeat 0 -21px;
}
/* line 77, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .buttonRow .ppRadioBtn .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
/* line 85, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .buttonRow .ppRadioBtn .custom-radio input[type="radio"] {
  margin: 1px;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
/* line 99, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .buttonRow .ppRadioBtn label {
  font-size: 22px;
  line-height: 20px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
/* line 110, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .buttonRow .ppRadioBtn .yesL {
  margin-right: 16px;
}
/* line 116, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .btnSubmitWrap {
  /*float: right;*/
  width: 130px;
  height: 34px;
  background: url("/static/images/submit.jpg") no-repeat 0 0;
  background-size: 100% 100%;
}
/* line 124, ../sass/responsive/mobile/_modal.scss */
.modal .popupMain .btnSubmitWrap a {
  display: inherit;
  padding: 5px 63px;
}

/* line 132, ../sass/responsive/mobile/_modal.scss */
.modal-backdrop.show {
  opacity: 0.8;
  background-color: #1b365d;
}

/* line 144, ../sass/responsive/mobile/_modal.scss */
#popupHCP .modal-content {
  border: 0px solid transparent !important;
  border-radius: 1.3rem !important;
}

/* line 149, ../sass/responsive/mobile/_modal.scss */
#popupHCP .modal-body {
  padding: 0 !important;
}

/* line 154, ../sass/responsive/mobile/_modal.scss */
.welcomeRow {
  border-top-right-radius: 1.2rem;
  border-top-left-radius: 1.2rem;
}

/* line 161, ../sass/responsive/mobile/_modal.scss */
.yesBtn {
  background-color: #1b365d;
  outline: none;
  border: 1px solid #1b365d;
  border-radius: 40px;
  width: 108px;
  color: white;
}

/* line 170, ../sass/responsive/mobile/_modal.scss */
.noBtn {
  background-color: #df0051;
  outline: none;
  border: 1px solid #df0051;
  border-radius: 40px;
  width: 108px;
  color: white;
}

/* line 179, ../sass/responsive/mobile/_modal.scss */
.yesLeavehcc {
  background-color: #1b365d;
  outline: none;
  border: 1px solid #1b365d;
  border-radius: 40px;
  width: 108px;
  color: white;
}

/* line 188, ../sass/responsive/mobile/_modal.scss */
.noLeavehcc {
  background-color: #df0051;
  outline: none;
  border: 1px solid #df0051;
  border-radius: 40px;
  width: 108px;
  color: white;
}

/* line 196, ../sass/responsive/mobile/_modal.scss */
.noBtn a:hover {
  color: #fff !important;
}

/* line 201, ../sass/responsive/mobile/_modal.scss */
.brandLogohcp {
  width: 245px;
}

/* line 206, ../sass/responsive/mobile/_modal.scss */
.borderLeave {
  border-radius: 15px;
}

/* line 210, ../sass/responsive/mobile/_modal.scss */
.borderModalTop {
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

/* line 215, ../sass/responsive/mobile/_modal.scss */
.closeBtn {
  background: transparent;
  border: none;
}

/* line 221, ../sass/responsive/mobile/_modal.scss */
#merckPortalModalPopUp .modal-dialog {
  top: 27%;
}

/* line 1, ../sass/responsive/mobile/_footer.scss */
.footer_box {
  background-color: #ebebeb;
  padding: 25px 15px 10px;
}

/* line 7, ../sass/responsive/mobile/_footer.scss */
.footer_menu_box ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

/* line 12, ../sass/responsive/mobile/_footer.scss */
.footerFont {
  font-family: 'Invention-Regular';
}

/* line 17, ../sass/responsive/mobile/_footer.scss */
.merck_logo {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  margin-left: 2px;
}

/* line 24, ../sass/responsive/mobile/_footer.scss */
.m115 {
  width: 115px;
}

/* line 28, ../sass/responsive/mobile/_footer.scss */
.merck_logo_btm {
  display: none;
}

/* line 31, ../sass/responsive/mobile/_footer.scss */
.acc_btm {
  display: none;
}

/* line 35, ../sass/responsive/mobile/_footer.scss */
.footer_menu_box {
  display: inline-block;
  vertical-align: middle;
}

/* line 41, ../sass/responsive/mobile/_footer.scss */
.footer_menu_box ul {
  margin-left: 0;
}

/* line 45, ../sass/responsive/mobile/_footer.scss */
.footer_menu_box ul {
  font-size: 11px;
  line-height: 16px;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

/* line 53, ../sass/responsive/mobile/_footer.scss */
.footer_menu_box ul li:first-child {
  padding-left: 0;
}

/* line 57, ../sass/responsive/mobile/_footer.scss */
.footer_menu_box ul li {
  display: block;
  border-right: 0px solid #00857c;
  padding: 0 0 1px;
}

/* line 64, ../sass/responsive/mobile/_footer.scss */
.acc_logo {
  width: 100px;
  display: inline-block;
}

/* line 71, ../sass/responsive/mobile/_footer.scss */
.mob_in {
  display: block;
  margin-top: 3px;
}

/* line 76, ../sass/responsive/mobile/_footer.scss */
.desk_in {
  display: none;
}

/* line 80, ../sass/responsive/mobile/_footer.scss */
.footer_menu_box ul li a {
  color: #00857c !important;
  font-weight: bold;
  text-decoration: none !important;
  font-weight: bold;
  letter-spacing: 0.18px;
}

/* line 88, ../sass/responsive/mobile/_footer.scss */
.footColor {
  color: #37424b;
}

/* line 1, ../sass/responsive/mobile/_header.scss */
.stickyHeader {
  z-index: 1;
}
/* line 3, ../sass/responsive/mobile/_header.scss */
.stickyHeader .mainHeaderSection {
  display: grid;
}
/* line 7, ../sass/responsive/mobile/_header.scss */
.stickyHeader a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
/* line 16, ../sass/responsive/mobile/_header.scss */
.stickyHeader a.skip-main:focus,
.stickyHeader a.skip-main:active {
  left: auto;
  top: auto;
  width: 20%;
  height: auto;
  overflow: auto;
  margin: 1px;
  padding: 10px 10px;
  border-radius: 0px;
  border: 4px solid #000;
  text-align: center;
  font-size: 1.3em;
  z-index: 999;
  text-decoration: none;
}
/* line 36, ../sass/responsive/mobile/_header.scss */
.stickyHeader .navbar .container-fluid {
  justify-content: flex-end;
}
/* line 40, ../sass/responsive/mobile/_header.scss */
.stickyHeader .navbar .container-fluid .navbar-brand, .stickyHeader .navbar .container-fluid .navbar-toggler {
  color: white;
}
/* line 48, ../sass/responsive/mobile/_header.scss */
.stickyHeader .enroll_btn {
  background: #5bbf21;
  color: white;
  font-size: 25px;
  font-style: italic;
  border: none;
  font-weight: bold;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 59, ../sass/responsive/mobile/_header.scss */
  .stickyHeader .enroll_btn {
    background: #5bbf21;
    color: white;
    font-size: 25px;
    font-style: italic;
    border: none;
    font-weight: bold;
    width: 218px;
  }
}
/* line 69, ../sass/responsive/mobile/_header.scss */
.stickyHeader .firstheader {
  /*a{
  	/*color: #0b3560;*/
  /*}*/
}
/* line 74, ../sass/responsive/mobile/_header.scss */
.stickyHeader .firstheader .spanishBtn {
  color: #ffffff;
  background-color: #f95766;
  padding: 4px 4px;
  border-radius: 6px;
}
/* line 84, ../sass/responsive/mobile/_header.scss */
.stickyHeader .secondheader .middle-link a {
  color: black;
  text-decoration: underline;
  font-family: 'ArialBold';
  text-decoration-skip-ink: none;
  text-underline-position: under;
  line-height: 22px;
}
/* line 94, ../sass/responsive/mobile/_header.scss */
.stickyHeader .telephone {
  color: #5e6062;
}
/* line 98, ../sass/responsive/mobile/_header.scss */
.stickyHeader .nav-link {
  border-bottom: 1px solid #df0051;
  color: #0b3560;
}
/* line 102, ../sass/responsive/mobile/_header.scss */
.stickyHeader .c_link {
  color: #0b3560;
}
/* line 105, ../sass/responsive/mobile/_header.scss */
.stickyHeader .con_num {
  color: #0b3560;
}
/* line 108, ../sass/responsive/mobile/_header.scss */
.stickyHeader .newdrop_box {
  width: 320px;
  right: 0px;
}
/* line 112, ../sass/responsive/mobile/_header.scss */
.stickyHeader .newdrop_box ul {
  margin-bottom: 0px;
  margin-top: -3px;
}
/* line 117, ../sass/responsive/mobile/_header.scss */
.stickyHeader .newdrop_box ul li a {
  padding: 10px 4px 10px 4px;
}
/* line 123, ../sass/responsive/mobile/_header.scss */
.stickyHeader .newdrop_box2 {
  width: 320px;
}
/* line 127, ../sass/responsive/mobile/_header.scss */
.stickyHeader .newdrop_box3 {
  width: 277px;
}

/* line 23, ../../sass/base/_global.scss */
/* line 133, ../sass/responsive/mobile/_header.scss */
.bgHeaderBarHcc {
  background-color: #def2d3;
}

/* line 137, ../sass/responsive/mobile/_header.scss */
.top_links {
  padding: 8px;
}

/* line 141, ../sass/responsive/mobile/_header.scss */
.top_link1 {
  height: auto;
  line-height: 18px;
}

/* line 145, ../sass/responsive/mobile/_header.scss */
.top_link2 {
  height: 33px;
  line-height: 26px !important;
}

@media only screen and (max-width: 991px) {
  /* line 157, ../sass/responsive/mobile/_header.scss */
  .stickyHeader .firstheader .up_links a {
    font-size: 14px;
    line-height: 16px;
  }

  /* line 165, ../sass/responsive/mobile/_header.scss */
  .mainActive a {
    font-weight: bold;
  }
}
/* line 174, ../sass/responsive/mobile/_header.scss */
.mainActive::before {
  content: "";
  border-left: 20px solid #df0051;
  height: 58px;
  position: absolute;
  margin: -3px 0px 0px -33px;
  border-radius: 18px;
}

/* line 183, ../sass/responsive/mobile/_header.scss */
.borderBottom {
  border-bottom: 1px solid #df0051;
}

/* line 186, ../sass/responsive/mobile/_header.scss */
.border_mob {
  border-bottom: 1px solid #fff;
}

/* line 189, ../sass/responsive/mobile/_header.scss */
.highlight {
  background-color: #df0051;
  color: #fff !important;
}
/* line 192, ../sass/responsive/mobile/_header.scss */
.highlight a {
  color: #fff !important;
  font-family: 'Proxima Nova-Bold';
}

/* line 199, ../sass/responsive/mobile/_header.scss */
.highlightHome {
  background-color: #fff !important;
  color: #1b365d !important;
  font-family: "Proxima Nova";
}
/* line 203, ../sass/responsive/mobile/_header.scss */
.highlightHome a {
  color: #ffffff !important;
}

/* line 208, ../sass/responsive/mobile/_header.scss */
.rotateIcon {
  rotate: 180deg;
}

/* line 212, ../sass/responsive/mobile/_header.scss */
.borderArrow {
  border-top: 1px solid #df0051;
}

/* line 221, ../sass/responsive/mobile/_header.scss */
.secondheader .newMob a {
  color: #fff;
}

/* line 227, ../sass/responsive/mobile/_header.scss */
.mobHover:hover {
  color: #0b3560;
}

/* line 231, ../sass/responsive/mobile/_header.scss */
.red_bg {
  background-color: #df0051;
}

/* line 235, ../sass/responsive/mobile/_header.scss */
.border_rad50 {
  border-radius: 50px;
}

/* line 240, ../sass/responsive/mobile/_header.scss */
.newdrop_box {
  width: 320px;
  right: 0px;
}
/* line 243, ../sass/responsive/mobile/_header.scss */
.newdrop_box ul {
  margin-bottom: 0px;
}
/* line 246, ../sass/responsive/mobile/_header.scss */
.newdrop_box ul li a {
  padding: 7px 4px 10px 4px;
}

/* line 252, ../sass/responsive/mobile/_header.scss */
.newdrop_box2 {
  width: 320px;
}

/* line 255, ../sass/responsive/mobile/_header.scss */
.newdrop_box3 {
  width: 277px;
}

/* line 260, ../sass/responsive/mobile/_header.scss */
.stickyHeader .activeHome {
  font-size: 15px;
  height: 110px;
  width: 110px;
  background-color: #df0051;
  color: white;
  font-size: 25px;
  font-style: italic;
  border: none;
  font-weight: bold;
}

/* line 273, ../sass/responsive/mobile/_header.scss */
.in_view {
  display: block !important;
}

/* line 277, ../sass/responsive/mobile/_header.scss */
.border1_solid {
  border-width: 1px;
  border-style: solid;
}

/* line 281, ../sass/responsive/mobile/_header.scss */
.stickyHeader .border0 {
  border: 0;
}

/* line 284, ../sass/responsive/mobile/_header.scss */
.stickyHeader .red_border {
  border-color: #df0051;
}

/* line 287, ../sass/responsive/mobile/_header.scss */
.stickyHeader .main_menu_box div:first-child, .stickyHeader .contact_menu_box div:first-child {
  text-align: right;
  padding: 6px;
  width: 100%;
  position: relative;
  top: -2px;
}

/* line 297, ../sass/responsive/mobile/_header.scss */
.stickyHeader .newdrop_box ul {
  margin-bottom: 0px;
  margin-top: -3px;
  background-color: white;
}

/* line 303, ../sass/responsive/mobile/_header.scss */
.stickyHeader .main_menu_box ul {
  list-style: none;
  padding-left: 8px;
  padding-right: 8px;
}

/* line 308, ../sass/responsive/mobile/_header.scss */
.stickyHeader .border_rad50 {
  border-radius: 50px;
}

/* line 312, ../sass/responsive/mobile/_header.scss */
.stickyHeader .drop_box {
  display: none;
  position: absolute;
  width: 327px;
  right: -4px;
  top: 0;
  border-radius: 25px;
  overflow: hidden;
  padding-top: 0px;
  z-index: 1;
}
/* line 324, ../sass/responsive/mobile/_header.scss */
.stickyHeader .drop_box a:visited {
  color: #0b3560;
}

/* line 330, ../sass/responsive/mobile/_header.scss */
button:focus {
  outline: none !important;
}

/* line 334, ../sass/responsive/mobile/_header.scss */
.stickyHeader .white_bg {
  background-color: #fff;
}

/* line 338, ../sass/responsive/mobile/_header.scss */
.stickyHeader .red_border {
  border-color: #df0051;
}

/* line 341, ../sass/responsive/mobile/_header.scss */
.stickyHeader .main_menu_box ul li {
  border-bottom: 1px solid #df0051;
}

/* line 345, ../sass/responsive/mobile/_header.scss */
.stickyHeader .newdrop_box ul li a {
  padding: 7px 4px 10px 4px;
}

/* line 349, ../sass/responsive/mobile/_header.scss */
.stickyHeader .main_menu_box ul li:last-child {
  border: none;
  height: 60px;
}

/* line 354, ../sass/responsive/mobile/_header.scss */
.stickyHeader .newdrop_box ul li a {
  padding: 7px 4px 10px 4px;
}

/* line 358, ../sass/responsive/mobile/_header.scss */
.color-darker:visited {
  color: #082543 !important;
}

/* line 1, ../sass/responsive/mobile/_global.scss */
.mobShadow {
  box-shadow: 1px -12px 8px -8px rgba(0, 0, 0, 0.161);
  top: -1px;
}

/* line 6, ../sass/responsive/mobile/_global.scss */
.linksHover:hover {
  color: #0b3560;
}

/* line 10, ../sass/responsive/mobile/_global.scss */
.marginLeftAuto {
  margin-left: 0px;
}

/* line 13, ../sass/responsive/mobile/_global.scss */
#mobileNavigation {
  display: none;
}

/* line 16, ../sass/responsive/mobile/_global.scss */
.close-icon {
  display: none;
}

/* line 19, ../sass/responsive/mobile/_global.scss */
.nowrap {
  white-space: nowrap !important;
}

/* line 22, ../sass/responsive/mobile/_global.scss */
.close-text {
  display: none;
}

/* line 25, ../sass/responsive/mobile/_global.scss */
.border-right {
  border-right: 1.3px solid #667174 !important;
}

/* line 28, ../sass/responsive/mobile/_global.scss */
.bgDarkActive1 {
  background-color: #00bce2 !important;
}

/* line 33, ../sass/responsive/mobile/_global.scss */
#enrollnowPopup-hcp {
  background-color: #707070;
}

/* line 37, ../sass/responsive/mobile/_global.scss */
#enrollnowPopup-hcc {
  background-color: #707070;
}

/* line 41, ../sass/responsive/mobile/_global.scss */
.listOL-mpap {
  padding: 0 1.2rem;
}

/* line 44, ../sass/responsive/mobile/_global.scss */
.mainActive {
  font-weight: bold;
  font-size: 20px;
}

/* line 52, ../sass/responsive/mobile/_global.scss */
a:hover {
  text-decoration: none;
}

/* line 62, ../sass/responsive/mobile/_global.scss */
.w-9 {
  width: 9%;
  margin-top: -2px;
}

/* line 66, ../sass/responsive/mobile/_global.scss */
.enroll_btn {
  background: #5bbf21;
  color: white;
  font-size: 15px;
  font-style: italic;
  border: none;
  font-weight: bold;
}

/* line 75, ../sass/responsive/mobile/_global.scss */
.trebuchet-ms {
  font-family: 'Trebuchet-MS';
}

/* line 78, ../sass/responsive/mobile/_global.scss */
.mercklight {
  font-family: "UniversLTStd-45Light";
}

/* line 81, ../sass/responsive/mobile/_global.scss */
.merckbold {
  font-family: "UniversLTStd-Black";
}

/*font sizes*/
/* line 86, ../sass/responsive/mobile/_global.scss */
.error_para {
  font-family: Arial;
  font-weight: bold;
  color: #140834;
}

/* line 91, ../sass/responsive/mobile/_global.scss */
.error_home_btn {
  border-radius: 50px;
  background-color: #140834;
  max-width: 186px;
  margin: 0 auto;
  display: block;
}
/* line 97, ../sass/responsive/mobile/_global.scss */
.error_home_btn img {
  width: 30px;
}
/* line 100, ../sass/responsive/mobile/_global.scss */
.error_home_btn span {
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

/* line 107, ../sass/responsive/mobile/_global.scss */
.m-fs9 {
  font-size: 9px;
  font-size: 0.5625rem;
}

/* line 110, ../sass/responsive/mobile/_global.scss */
.m-fs10 {
  font-size: 10px;
  font-size: 0.625rem;
}

/* line 113, ../sass/responsive/mobile/_global.scss */
.m-fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

/* line 116, ../sass/responsive/mobile/_global.scss */
.m-fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 119, ../sass/responsive/mobile/_global.scss */
.m-fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 122, ../sass/responsive/mobile/_global.scss */
.m-fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 125, ../sass/responsive/mobile/_global.scss */
.m-fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 129, ../sass/responsive/mobile/_global.scss */
.m-fs16 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 132, ../sass/responsive/mobile/_global.scss */
.m-fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* line 135, ../sass/responsive/mobile/_global.scss */
.m-fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 138, ../sass/responsive/mobile/_global.scss */
.m-fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

/* line 141, ../sass/responsive/mobile/_global.scss */
.m-fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 144, ../sass/responsive/mobile/_global.scss */
.m-fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

/* line 147, ../sass/responsive/mobile/_global.scss */
.m-fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

/* line 150, ../sass/responsive/mobile/_global.scss */
.m-fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 153, ../sass/responsive/mobile/_global.scss */
.m-fs25 {
  font-size: 25px;
}

/* line 156, ../sass/responsive/mobile/_global.scss */
.m-fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

/* line 159, ../sass/responsive/mobile/_global.scss */
.m-fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

/* line 162, ../sass/responsive/mobile/_global.scss */
.m-fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

/* line 165, ../sass/responsive/mobile/_global.scss */
.m-fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* line 169, ../sass/responsive/mobile/_global.scss */
.m-fs33 {
  font-size: 33px;
  font-size: 2.0625rem;
}

/* line 173, ../sass/responsive/mobile/_global.scss */
.m-fs35 {
  font-size: 35px;
  font-size: 2.1875rem;
}

/* line 176, ../sass/responsive/mobile/_global.scss */
.m-fs36 {
  font-size: 36px;
  font-size: 2.25rem;
}

/* line 179, ../sass/responsive/mobile/_global.scss */
.m-fs40 {
  font-size: 40px;
  font-size: 2.5rem;
}

/* line 182, ../sass/responsive/mobile/_global.scss */
.m-fs43 {
  font-size: 43px;
  font-size: 2.6875rem;
}

/* line 185, ../sass/responsive/mobile/_global.scss */
.m-fs50 {
  font-size: 50px;
  font-size: 3.125rem;
}

/* line 188, ../sass/responsive/mobile/_global.scss */
.m-fs65 {
  font-size: 65px;
  font-size: 4.0625rem;
}

/* line 192, ../sass/responsive/mobile/_global.scss */
.m-fs67 {
  font-size: 67px;
  font-size: 4.1875rem;
}

/* line 196, ../sass/responsive/mobile/_global.scss */
.m-fs71 {
  font-size: 71px;
  font-size: 4.4375rem;
}

/* line 199, ../sass/responsive/mobile/_global.scss */
.m-fs80 {
  font-size: 80px;
  font-size: 5rem;
}

/* line 203, ../sass/responsive/mobile/_global.scss */
.m-fs82 {
  font-size: 82px;
  font-size: 5.125rem;
}

/* line 207, ../sass/responsive/mobile/_global.scss */
.text-underline {
  text-decoration: underline;
}

/*line heights*/
/* line 211, ../sass/responsive/mobile/_global.scss */
.m-lh4 {
  line-height: 4px;
  line-height: 0.25rem;
}

/* line 214, ../sass/responsive/mobile/_global.scss */
.m-lh14 {
  line-height: 14px;
  line-height: 0.875rem;
}

/* line 217, ../sass/responsive/mobile/_global.scss */
.m-lh15 {
  line-height: 15px;
  line-height: 0.9375rem;
}

/* line 220, ../sass/responsive/mobile/_global.scss */
.m-lh16 {
  line-height: 16px;
  line-height: 1rem;
}

/* line 223, ../sass/responsive/mobile/_global.scss */
.m-lh18 {
  line-height: 18px;
  line-height: 1.125rem;
}

/* line 226, ../sass/responsive/mobile/_global.scss */
.m-lh19 {
  line-height: 19px;
  line-height: 1.1875rem;
}

/* line 230, ../sass/responsive/mobile/_global.scss */
.m-lh20 {
  line-height: 20px;
  line-height: 1.25rem;
}

/* line 233, ../sass/responsive/mobile/_global.scss */
.m-lh22 {
  line-height: 22px;
  line-height: 1.375rem;
}

/* line 236, ../sass/responsive/mobile/_global.scss */
.m-lh23 {
  line-height: 23px;
  line-height: 1.4375rem;
}

/* line 239, ../sass/responsive/mobile/_global.scss */
.m-lh24 {
  line-height: 24px;
  line-height: 1.5rem;
}

/* line 242, ../sass/responsive/mobile/_global.scss */
.m-lh26 {
  line-height: 26px;
  line-height: 1.625rem;
}

/* line 245, ../sass/responsive/mobile/_global.scss */
.m-lh30 {
  line-height: 30px;
  line-height: 1.875rem;
}

/* line 249, ../sass/responsive/mobile/_global.scss */
.m-lh32 {
  line-height: 32px;
  line-height: 2rem;
}

/* line 253, ../sass/responsive/mobile/_global.scss */
.m-lh34 {
  line-height: 34px;
  line-height: 2.125rem;
}

/* line 257, ../sass/responsive/mobile/_global.scss */
.m-lh36 {
  line-height: 36px;
  line-height: 2.25rem;
}

/* line 261, ../sass/responsive/mobile/_global.scss */
.m-lh40 {
  line-height: 40px;
  line-height: 2.5rem;
}

/* line 265, ../sass/responsive/mobile/_global.scss */
.m-lh42 {
  line-height: 42px;
  line-height: 2.625rem;
}

/* line 269, ../sass/responsive/mobile/_global.scss */
.m-lh44 {
  line-height: 44px;
  line-height: 2.75rem;
}

/* line 275, ../sass/responsive/mobile/_global.scss */
.m-ls10 {
  letter-spacing: -10px;
}

/* line 280, ../sass/responsive/mobile/_global.scss */
.plusIcon {
  color: #ffffff !important;
  font-weight: bold;
}

/* This will ensure modal doesn't overlap the logo */
/* line 286, ../sass/responsive/mobile/_global.scss */
.modalHeight {
  max-height: 60vh;
  overflow-y: scroll;
}

/* line 291, ../sass/responsive/mobile/_global.scss */
.eng_site_btn {
  padding: 5px 14px;
  margin-left: 0;
  margin-top: 0;
  display: inline-block;
}

@media only screen and (max-device-width: 834px) {
  /* line 302, ../sass/responsive/mobile/_global.scss */
  #enrollnowPopup-hcp .modal_header p, #enrollnowPopup-hcc .modal_header p {
    font-size: 26px;
    line-height: 30px;
  }

  /* line 310, ../sass/responsive/mobile/_global.scss */
  #enrollnowPopup-hcc .modal_header p {
    max-width: 150px;
    margin: 0 auto;
  }

  /* line 318, ../sass/responsive/mobile/_global.scss */
  #enrollnowPopup-hcp .modal_header p span {
    display: block;
  }

  /* line 324, ../sass/responsive/mobile/_global.scss */
  #enrollnowPopup-hcp .modal_content_box .modal_content_header, #enrollnowPopup-hcc .modal_content_box .modal_content_header {
    font-size: 20px;
    line-height: 24px;
    max-width: 255px;
  }

  /* line 334, ../sass/responsive/mobile/_global.scss */
  #enrollnowPopup-hcp .modal_content_box, #enrollnowPopup-hcc .modal_content_box {
    padding: 0 15px;
  }

  /* line 340, ../sass/responsive/mobile/_global.scss */
  #enrollnowPopup-hcp .modal_content_box .btm_btn_box .cont_btn, #enrollnowPopup-hcc .modal_content_box .btm_btn_box .cont_btn {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 12px;
  }

  /* line 350, ../sass/responsive/mobile/_global.scss */
  .modal_content_box ul {
    padding-left: 15px;
    margin-bottom: 35px;
  }

  /* line 358, ../sass/responsive/mobile/_global.scss */
  #enrollnowPopup-hcp .modal_content_box p.job_p, #enrollnowPopup-hcc .modal_content_box p.job_p {
    font-size: 14px;
    line-height: 18px;
  }
}
/* line 367, ../sass/responsive/mobile/_global.scss */
.logo {
  width: 128px;
  max-width: none;
  position: absolute;
  top: 0px;
}

/* fontsize_lineheight multi-class mixin*/
/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs30_mlh30 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs12_mlh15 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs20_mlh24 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs12_mlh15 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs22_mlh36 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 36px;
  line-height: 2.25rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs13_mlh16 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs12_mlh16 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs30_mlh36 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs14_mlh16 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs16_mlh20 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs20_mlh26 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs16_mlh22 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs17_mlh20 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs30_mlh34 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs27_mlh34 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 34px;
  line-height: 2.125rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs14_mlh18 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs17_mlh25 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs13_mlh16 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs18_mlh22 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs17_mlh22 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.375rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs15_mlh18 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs12_mlh14 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs11_mlh13 {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs22_mlh26 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs29_mlh33 {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 33px;
  line-height: 2.0625rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs24_mlh28 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs28_mlh32 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs21_mlh25 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs32_mlh37 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 37px;
  line-height: 2.3125rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs23_mlh26 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 26px;
  line-height: 1.625rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs21_mlh23 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs34_mlh38 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 38px;
  line-height: 2.375rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs19_mlh23 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

/* line 377, ../sass/responsive/mobile/_global.scss */
.mfs26_mlh30 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
}

/* line 395, ../sass/responsive/mobile/_global.scss */
.maintab {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
}

/* line 402, ../sass/responsive/mobile/_global.scss */
.tablink {
  border: 1px solid #0b3560;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: #eaeaea;
  color: #afadad;
  width: 335px;
  cursor: pointer;
  border-right-style: none;
  margin-left: 269px;
}

/* line 414, ../sass/responsive/mobile/_global.scss */
.tabOther.active {
  margin-left: 165px;
}

/* line 419, ../sass/responsive/mobile/_global.scss */
.tablink.active {
  background-color: #0b3560;
  border: 1px solid #707070;
  color: #fff;
  font-family: 'Proxima Nova-Bold';
}

/* line 430, ../sass/responsive/mobile/_global.scss */
.defaultColor {
  width: 343px !important;
  background-color: #0b3560;
  border: 1px solid #707070;
  color: #fff;
  font-family: 'Proxima Nova-Bold';
  font-size: 22px;
  line-height: 26px;
}

/* line 441, ../sass/responsive/mobile/_global.scss */
.tabEnroll {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-left: 208px;
}

/*

.tabOther{
   margin-left: 122px;
}*/
/* line 457, ../sass/responsive/mobile/_global.scss */
.tabCover {
  margin-left: 61px;
  height: 60px;
}

/* line 463, ../sass/responsive/mobile/_global.scss */
.formsBtn {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 300px;
}

/* line 472, ../sass/responsive/mobile/_global.scss */
.printBtn {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 245px;
}

/* line 482, ../sass/responsive/mobile/_global.scss */
.printBtn2 {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
}

/* line 491, ../sass/responsive/mobile/_global.scss */
.covBtn {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 275px;
}

/* line 500, ../sass/responsive/mobile/_global.scss */
.covBtnfour {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 275px;
}

/* line 509, ../sass/responsive/mobile/_global.scss */
.covBtntwo {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 300px;
}

/* line 518, ../sass/responsive/mobile/_global.scss */
.covBtnthree {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 320px;
}

/* line 527, ../sass/responsive/mobile/_global.scss */
.affordBtn {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 324px;
}

/* line 536, ../sass/responsive/mobile/_global.scss */
.imageWidtth {
  width: 36px;
}

/* line 541, ../sass/responsive/mobile/_global.scss */
.dwnldText {
  vertical-align: middle;
}

/* line 547, ../sass/responsive/mobile/_global.scss */
.shadow {
  /*width: 100px;*/
  margin: 0 auto;
  height: 32px;
  /*background-color: #f5f5f5;*/
  position: relative;
}

/* line 556, ../sass/responsive/mobile/_global.scss */
.shadow.bottom {
  box-shadow: -6px 1.2rem 1rem -15px #111 !important;
}

/* line 562, ../sass/responsive/mobile/_global.scss */
.activeMenu {
  background-color: green;
}

/* line 567, ../sass/responsive/mobile/_global.scss */
.enrollWidth {
  width: 85px;
}

/* line 571, ../sass/responsive/mobile/_global.scss */
.affWidth {
  width: 95px;
}

/* line 575, ../sass/responsive/mobile/_global.scss */
.enrollheight {
  height: 62px;
}

/* line 580, ../sass/responsive/mobile/_global.scss */
.enrollheightOne {
  height: 62px;
}

/* line 585, ../sass/responsive/mobile/_global.scss */
.hrWidth {
  width: 90%;
}

/* line 589, ../sass/responsive/mobile/_global.scss */
.hrWidthenroll {
  width: 77%;
}

/* line 592, ../sass/responsive/mobile/_global.scss */
.hrWidthcov {
  width: 80%;
}

/* line 597, ../sass/responsive/mobile/_global.scss */
.coverageheigtht {
  height: 60px;
}

/* line 602, ../sass/responsive/mobile/_global.scss */
.menuActive {
  background-color: #e6f0dd;
  color: #223a59;
  font-family: 'Proxima Nova-Bold';
}

/* line 608, ../sass/responsive/mobile/_global.scss */
.menuActive:hover {
  color: #223a59 !important;
}

/* line 613, ../sass/responsive/mobile/_global.scss */
.colorPink {
  color: #f534f5;
}

/* line 619, ../sass/responsive/mobile/_global.scss */
.back-dro {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 623, ../sass/responsive/mobile/_global.scss */
.contactMap {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.161);
  -webkit-clip-path: inset(-5px 0px -5px -5px);
  clip-path: inset(-6px 0px -13px 4px);
}

/* line 628, ../sass/responsive/mobile/_global.scss */
.caption_wrapper {
  position: relative;
}
/* line 630, ../sass/responsive/mobile/_global.scss */
.caption_wrapper .caption_text {
  position: absolute;
  bottom: 15px;
  margin: 0;
  background-color: #000;
  color: #fff;
  padding: 5px 5px;
  z-index: 5;
  font-family: 'Helvetica-Neue';
  width: 120px;
  text-align: center;
}

  .caption_wrapper .caption_text.home_caption_text{
    width: 200px;
  }
/* line 642, ../sass/responsive/mobile/_global.scss */
.caption_wrapper .caption_text.btm_cap_txt {
  bottom: auto;
  top: 690px;
}
/* line 646, ../sass/responsive/mobile/_global.scss */
.caption_wrapper .left_aligned_caption {
  left: 15px;
}
/* line 649, ../sass/responsive/mobile/_global.scss */
.caption_wrapper .right_aligned_caption {
  right: 40px;
}
/* line 652, ../sass/responsive/mobile/_global.scss */
.caption_wrapper .bottom_val {
  bottom: 135px;
}
/* line 655, ../sass/responsive/mobile/_global.scss */
.caption_wrapper .bottom30 {
  bottom: 30px;
}
/* line 658, ../sass/responsive/mobile/_global.scss */
.caption_wrapper .HCPcaption {
  left: 200px;
}
/* line 661, ../sass/responsive/mobile/_global.scss */
.caption_wrapper .HCPcaptionMobile {
  left: 50%;
  transform: translateX(-50%);
}
/* line 665, ../sass/responsive/mobile/_global.scss */
.caption_wrapper .HCCHomeCaption {
  left: 50%;
  transform: translateX(-50%);
}

/* line 671, ../sass/responsive/mobile/_global.scss */
.greenBottom2 {
  display: none;
}

/* line 674, ../sass/responsive/mobile/_global.scss */
.border1red_solid {
  border-width: 1px;
  border-style: solid;
  border-color: #df0051;
}

/* line 679, ../sass/responsive/mobile/_global.scss */
.m_txt_center {
  text-align: center;
}

/* line 2, ../sass/responsive/mobile/_isi.scss */
.ssi_container #floating_sticky_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  /*   margin-left: 0.5rem;*/
}
/* line 12, ../sass/responsive/mobile/_isi.scss */
.ssi_container #floating_sticky_footer .sticky_container .panel {
  cursor: pointer;
  width: 100%;
  margin: 0px 3px;
  padding-bottom: 0.5rem;
  /*       background-color: #fff;*/
}
/* line 19, ../sass/responsive/mobile/_isi.scss */
.ssi_container #floating_sticky_footer .sticky_container .panel .panel-heading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #555555;
  /*   max-width: 1600px;*/
  width: 100%;
  margin: 0px auto;
}
/* line 27, ../sass/responsive/mobile/_isi.scss */
.ssi_container #floating_sticky_footer .sticky_container .panel .panel-heading .sticky_header {
  display: inline-block;
  padding: 5px 0px 5px 12px;
}
/* line 33, ../sass/responsive/mobile/_isi.scss */
.ssi_container #floating_sticky_footer .sticky_container .panel .panel-heading .plus_button {
  padding-right: 12px;
  line-height: 31px;
}
/* line 40, ../sass/responsive/mobile/_isi.scss */
.ssi_container #floating_sticky_footer .sticky_container .panel-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 44, ../sass/responsive/mobile/_isi.scss */
.ssi_container #floating_sticky_footer .sticky_container .panel-body .sticky_para {
  padding: 7px 10px 0px 18px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 10px 0 #ccc;
}
/* line 48, ../sass/responsive/mobile/_isi.scss */
.ssi_container #floating_sticky_footer .sticky_container .panel-body .sticky_para .bulletISI {
  margin-left: -10px;
  padding-right: 3px;
  font-size: 20px;
  line-height: 15px;
  vertical-align: middle;
  color: #62A644;
}
/* line 63, ../sass/responsive/mobile/_isi.scss */
.ssi_container #isi {
  margin: 0px 10px 0px;
}
/* line 66, ../sass/responsive/mobile/_isi.scss */
.ssi_container #isi .isiHeader {
  font-family: Helvetica;
}
/* line 72, ../sass/responsive/mobile/_isi.scss */
.ssi_container #isi .ssi_content .ssi_list {
  list-style-type: none;
}
/* line 75, ../sass/responsive/mobile/_isi.scss */
.ssi_container #isi .ssi_content .ssi_list .ssi_li {
  padding: 4px 0px 6px 0px;
}
/* line 79, ../sass/responsive/mobile/_isi.scss */
.ssi_container #isi .ssi_content .ssi_list li::before {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #555555;
  margin-right: 8px;
  content: ' ';
  border-radius: 50%;
  margin-left: -13px;
}
/* line 92, ../sass/responsive/mobile/_isi.scss */
.ssi_container #isi .ssi_content a:hover {
  color: #555555;
}

/* line 2, ../sass/responsive/mobile/_home.scss */
#hcpHome ul {
  list-style: none;
}
/* line 6, ../sass/responsive/mobile/_home.scss */
#hcpHome ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
/* line 12, ../sass/responsive/mobile/_home.scss */
#hcpHome ul li::before {
  background-image: url("/static/images/checkIcon.svg");
  background-size: cover;
  content: "";
  height: 47px;
  left: -28px;
  position: absolute;
  top: -2px;
  width: 47px;
}

/* line 26, ../sass/responsive/mobile/_home.scss */
.mainSection hr {
  border-color: #ffffff;
}
/* line 31, ../sass/responsive/mobile/_home.scss */
.mainSection .bannerMob {
  width: 100%;
}
/* line 35, ../sass/responsive/mobile/_home.scss */
.mainSection .bannerText {
  /*transform: translateY(93%);*/
  /*background:rgba(255,255,255, 0.7);*/
  position: relative;
}
/* line 41, ../sass/responsive/mobile/_home.scss */
.mainSection .bannerTextHCC {
  bottom: 50%;
  transform: translateY(67%);
}
/* line 44, ../sass/responsive/mobile/_home.scss */
.mainSection .bannerTextHCC ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
/* line 50, ../sass/responsive/mobile/_home.scss */
.mainSection .bannerTextHCC li {
  text-indent: -.7em;
}
/* line 55, ../sass/responsive/mobile/_home.scss */
.mainSection .bannerTextHCC li::before {
  content: "\2022";
  color: #000000;
  padding-right: 4px;
}
/* line 61, ../sass/responsive/mobile/_home.scss */
.mainSection .page_enroll_btn {
  background: #df0051;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 78px;
  width: 280px;
  display: inline-block;
}
/* line 71, ../sass/responsive/mobile/_home.scss */
.mainSection #slider {
  height: 210px;
}
/* line 75, ../sass/responsive/mobile/_home.scss */
.mainSection .carousel-inner {
  display: flex;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
/* line 82, ../sass/responsive/mobile/_home.scss */
.mainSection .carousel-inner a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  font-family: 'ArialBold';
  text-decoration-skip-ink: none;
  text-underline-position: under;
}
/* line 91, ../sass/responsive/mobile/_home.scss */
.mainSection .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid white;
  background: transparent;
}
/* line 98, ../sass/responsive/mobile/_home.scss */
.mainSection .carousel-indicators {
  bottom: -22px;
}
/* line 100, ../sass/responsive/mobile/_home.scss */
.mainSection .carousel-indicators .active {
  background-color: white !important;
}
/* line 106, ../sass/responsive/mobile/_home.scss */
.mainSection .secondSectionHomeHCP .upBtn {
  padding: 7px 3px 6px 9px;
  background: white;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-right: 40px;
}
/* line 115, ../sass/responsive/mobile/_home.scss */
.mainSection .secondSectionHomeHCP .upBtn img {
  position: absolute;
  width: 33px;
  right: 1px;
  top: 0px;
  height: 32px;
}
/* line 124, ../sass/responsive/mobile/_home.scss */
.mainSection .up_txt {
  line-height: 19px;
  padding-left: 110px !important;
}

@media (min-width: 992px) {
  /* line 131, ../sass/responsive/mobile/_home.scss */
  .posRel {
    position: relative;
  }

  /* line 134, ../sass/responsive/mobile/_home.scss */
  .posAb {
    position: absolute;
  }
}
@media (max-width: 767px) {
  /* line 139, ../sass/responsive/mobile/_home.scss */
  .btnMB100 {
    width: 100% !important;
  }

  /* line 142, ../sass/responsive/mobile/_home.scss */
  .homelist {
    line-height: 1.2rem !important;
  }

  /* line 146, ../sass/responsive/mobile/_home.scss */
  .bannerMob img {
    height: auto;
    display: block;
    width: 100%;
  }

  /* line 153, ../sass/responsive/mobile/_home.scss */
  .mobBg {
    margin: 0 -16px;
    background-image: linear-gradient(87deg, #d1d1d1, transparent);
    font-size: 18px;
    padding-left: 22px;
  }

  /* line 159, ../sass/responsive/mobile/_home.scss */
  .moberoll {
    background: #00bce2 !important;
    height: 52px;
  }
  /* line 162, ../sass/responsive/mobile/_home.scss */
  .moberoll p {
    line-height: 20px;
  }

  /* line 166, ../sass/responsive/mobile/_home.scss */
  .bannerTextHCC {
    transform: none !important;
  }

  /* line 169, ../sass/responsive/mobile/_home.scss */
  .bannerTextHCC {
    bottom: 50% !important;
  }

  /* line 173, ../sass/responsive/mobile/_home.scss */
  .canhelp {
    font-size: 18px;
    padding: 6px 7px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 184, ../sass/responsive/mobile/_home.scss */
  #hcpHome .hompageBanner ul {
    font-size: 16px;
    line-height: 18px;
    padding-left: 26px;
  }
  /* line 190, ../sass/responsive/mobile/_home.scss */
  #hcpHome .hompageBanner ul.sec_ul_list {
    padding-left: 10px !important;
  }
  /* line 194, ../sass/responsive/mobile/_home.scss */
  #hcpHome .hompageBanner li {
    margin-bottom: 7px;
  }

  /* line 201, ../sass/responsive/mobile/_home.scss */
  .mainSection {
    /*.page_enroll_btn {
    	width: 100%;
    	padding: 9px 10px!important;
    	font-size: 29px;
    	line-height: 30px;
    	font-style: italic;
    }*/
  }
  /* line 204, ../sass/responsive/mobile/_home.scss */
  .mainSection .bannerMob img {
    margin-top: 0 !important;
  }
  /* line 208, ../sass/responsive/mobile/_home.scss */
  .mainSection .bannerText {
    position: relative;
    padding: 0px 22px 0 !important;
    margin-top: -120px;
  }
  /* line 212, ../sass/responsive/mobile/_home.scss */
  .mainSection .bannerText .head_txt {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  /* line 216, ../sass/responsive/mobile/_home.scss */
  .mainSection .bannerText .sub_head_txt {
    font-size: 20px !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
  }
}
/* line 234, ../sass/responsive/mobile/_home.scss */
.imageHeight {
  height: 82px;
}

/* line 239, ../sass/responsive/mobile/_home.scss */
.redBorder {
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}

/* line 244, ../sass/responsive/mobile/_home.scss */
.blueBorder {
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

/* line 249, ../sass/responsive/mobile/_home.scss */
.greenBottom {
  border-bottom: 3px solid #cadeb8;
}

/* line 254, ../sass/responsive/mobile/_home.scss */
.dot {
  height: 40px;
  width: 40px;
  background-color: #1b365d;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}

/* line 265, ../sass/responsive/mobile/_home.scss */
.dotText {
  padding: 9px 0px 0px 7px;
  position: absolute;
  color: #fff;
}

/* line 2, ../sass/responsive/mobile/_coverage.scss */
.mainSection .covergarBtn {
  border: none;
  background: url("/static/images/coerage-flashcardBtn.png") no-repeat top left;
  padding: 20px;
  color: black;
  text-align: center;
}
/* line 9, ../sass/responsive/mobile/_coverage.scss */
.mainSection .covergarBtn .coverageText {
  position: relative;
  bottom: 0.5rem;
  text-align: center;
  margin-left: 1.9rem;
}
/* line 17, ../sass/responsive/mobile/_coverage.scss */
.mainSection .main-tab {
  width: 32%;
  background: rgba(249, 87, 102, 0.2);
}
/* line 21, ../sass/responsive/mobile/_coverage.scss */
.mainSection .main-tab a {
  color: black;
  font-weight: bold;
  vertical-align: middle;
  align-self: center;
  align-items: center;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* line 34, ../sass/responsive/mobile/_coverage.scss */
.mainSection .main-tab .nav-link.active {
  background-color: #F95766;
  border-radius: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* line 44, ../sass/responsive/mobile/_coverage.scss */
.mainSection .main-tab .nav-link.active::after {
  content: "";
  width: 0;
  height: 17px;
  position: absolute;
  border-left: 1px solid #667174;
  top: 48px;
  left: 50%;
}
/* line 56, ../sass/responsive/mobile/_coverage.scss */
.mainSection .dashed-list {
  list-style-type: none;
}
/* line 60, ../sass/responsive/mobile/_coverage.scss */
.mainSection .dashed-list li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
  margin-top: -1px;
}
/* line 70, ../sass/responsive/mobile/_coverage.scss */
.mainSection ol li::marker {
  font-weight: bold;
}
/* line 75, ../sass/responsive/mobile/_coverage.scss */
.mainSection #appeals:before {
  content: '\A';
  white-space: initial;
}

/* line 81, ../sass/responsive/mobile/_coverage.scss */
.grad_card {
  padding: 10px;
  background-image: url("../../static/images/Rectangle_1251.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 82, ../sass/responsive/mobile/_coverage.scss */
.grad_card p {
  padding-right: 5px;
}
/* line 86, ../sass/responsive/mobile/_coverage.scss */
.grad_card p.fir_para {
  padding-right: 40px;
  margin-bottom: 40px;
}
/* line 91, ../sass/responsive/mobile/_coverage.scss */
.grad_card p.sec_para {
  padding-right: 75px;
}

/* line 100, ../sass/responsive/mobile/_coverage.scss */
.dwn_btn {
  background-image: url("../../static/images/enrollDown.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 3px 10px 11px 52px;
  height: 36px;
  display: block;
  line-height: 15px;
}

/* line 111, ../sass/responsive/mobile/_coverage.scss */
.btm_para {
  padding-left: 9px;
  margin-top: 5px;
}

/* line 116, ../sass/responsive/mobile/_coverage.scss */
.pt_10 {
  padding-top: 10px;
}

/* line 120, ../sass/responsive/mobile/_coverage.scss */
.enrol_btn {
  background-color: #5bbf21;
  display: inline-block;
  width: 295px;
  height: 60px;
  line-height: 60px;
  color: #fff !important;
}

@media only screen and (max-width: 991px) {
  /* line 129, ../sass/responsive/mobile/_coverage.scss */
  .mob_fs10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  /* line 133, ../sass/responsive/mobile/_coverage.scss */
  .box_shadow_box {
    box-shadow: 0 5px 20px -5px #c2c2c2;
    -webkit-box-shadow: 0 5px 20px -5px #c2c2c2;
    -moz-box-shadow: 0 5px 20px -5px #c2c2c2;
    margin-bottom: 5px !important;
    padding-bottom: 15px;
  }

  /* line 141, ../sass/responsive/mobile/_coverage.scss */
  .mplr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 145, ../sass/responsive/mobile/_coverage.scss */
  .page_heading {
    font-size: 28px !important;
    line-height: 30px !important;
    padding-right: 5px;
    margin-bottom: 15px !important;
  }

  /* line 151, ../sass/responsive/mobile/_coverage.scss */
  .page_sub_heading {
    font-size: 17px !important;
    line-height: 19px !important;
    padding-right: 5px;
    margin-bottom: 15px !important;
  }

  /* line 157, ../sass/responsive/mobile/_coverage.scss */
  .cmn_para {
    font-size: 14px !important;
    line-height: 16px !important;
    padding-right: 10px;
  }
  /* line 161, ../sass/responsive/mobile/_coverage.scss */
  .cmn_para span {
    display: block;
  }
  /* line 163, ../sass/responsive/mobile/_coverage.scss */
  .cmn_para span span {
    display: inline-block;
  }

  /* line 168, ../sass/responsive/mobile/_coverage.scss */
  .grad_card {
    padding: 15px 0 15px 15px;
    margin-bottom: 10px;
  }
  /* line 172, ../sass/responsive/mobile/_coverage.scss */
  .grad_card p {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-bottom: 10px !important;
  }
  /* line 177, ../sass/responsive/mobile/_coverage.scss */
  .grad_card p.grad_heading {
    font-size: 20px !important;
    line-height: 22px !important;
    margin-bottom: 3px !important;
  }
  /* line 182, ../sass/responsive/mobile/_coverage.scss */
  .grad_card p.fir_para {
    padding-right: 15px;
  }
  /* line 186, ../sass/responsive/mobile/_coverage.scss */
  .grad_card p.btm_para {
    font-size: 12px !important;
    line-height: 14px !important;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0 !important;
  }
  /* line 193, ../sass/responsive/mobile/_coverage.scss */
  .grad_card p.sec_para {
    padding-right: 0;
  }
  /* line 196, ../sass/responsive/mobile/_coverage.scss */
  .grad_card p.mt_none {
    margin-bottom: 0 !important;
  }

  /* line 201, ../sass/responsive/mobile/_coverage.scss */
  .dwn_btn {
    padding-top: 12px;
    padding-left: 55px;
    height: 40px;
    font-size: 15px;
    line-height: 17px;
  }

  /* line 208, ../sass/responsive/mobile/_coverage.scss */
  .dwn_btn.pt_new {
    padding-top: 5px;
  }

  /* line 211, ../sass/responsive/mobile/_coverage.scss */
  .dwn_btn.m_btn {
    margin-bottom: 15px;
  }

  /* line 214, ../sass/responsive/mobile/_coverage.scss */
  .pl_pad {
    padding-left: 15px !important;
  }

  /* line 217, ../sass/responsive/mobile/_coverage.scss */
  .enrol_btn {
    width: 100%;
    font-size: 30px;
    font-style: italic;
  }
}
/* line 2, ../sass/responsive/mobile/_HCCresources.scss */
.mainSection .mainHeading {
  color: white;
}
/* line 5, ../sass/responsive/mobile/_HCCresources.scss */
.mainSection .mainHeading p {
  padding: 6px 15px;
}
/* line 9, ../sass/responsive/mobile/_HCCresources.scss */
.mainSection .border-tab {
  border-bottom: 1px solid #6d213f !important;
}
/* line 13, ../sass/responsive/mobile/_HCCresources.scss */
.mainSection .rightsection {
  background: rgba(91, 191, 33, 0.2) !important;
  border: none !important;
}
/* line 17, ../sass/responsive/mobile/_HCCresources.scss */
.mainSection .w25 {
  max-width: 25px !important;
}
/* line 20, ../sass/responsive/mobile/_HCCresources.scss */
.mainSection .max40 {
  max-width: 40px !important;
}

/* line 2, ../sass/responsive/mobile/_HCPresources.scss */
#affordMain .boxshadowInset {
  box-shadow: inset 0px 0px 9px 1px #e6ebe2;
  border-radius: 25px;
  border: 1px solid #cadeb8;
}
/* line 9, ../sass/responsive/mobile/_HCPresources.scss */
#affordMain .letSpacing {
  letter-spacing: 1.2px;
}
/* line 13, ../sass/responsive/mobile/_HCPresources.scss */
#affordMain .payheight {
  height: 30px;
  left: 20px;
}
/* line 17, ../sass/responsive/mobile/_HCPresources.scss */
#affordMain .dollarHeight {
  height: 98px;
}
/* line 21, ../sass/responsive/mobile/_HCPresources.scss */
#affordMain .dollarfive {
  position: relative;
  bottom: 8px;
}
/* line 25, ../sass/responsive/mobile/_HCPresources.scss */
#affordMain .fiveTop {
  bottom: 8px;
  position: relative;
}
/* line 30, ../sass/responsive/mobile/_HCPresources.scss */
#affordMain .borderMax {
  border-top: 1px solid #df0051;
}

/* line 38, ../sass/responsive/mobile/_HCPresources.scss */
#formsresources .iconwidth {
  width: 38px;
}
/* line 41, ../sass/responsive/mobile/_HCPresources.scss */
#formsresources ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 47, ../sass/responsive/mobile/_HCPresources.scss */
#formsresources li {
  padding-left: 2em;
  text-indent: -.7em;
}
/* line 52, ../sass/responsive/mobile/_HCPresources.scss */
#formsresources li::before {
  content: "\2022";
  color: #df0051;
  padding: 1px;
  margin-right: 5px;
  margin-left: -4px;
  top: 0px;
  position: relative;
  font-size: 23px;
}

/* line 67, ../sass/responsive/mobile/_HCPresources.scss */
.newchartf {
  width: 93% !important;
  padding-left: 1rem;
}

/* line 2, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
.buttonSection .downloadBtn {
  background-color: #f7dbdb;
  /*max-width: 277px;*/
  /*padding: -1px 1rem 6px 1px;*/
}
/* line 6, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
.buttonSection .downloadBtn .iconBackground {
  background-color: #920044;
}
/* line 9, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
.buttonSection .downloadBtn .iconBackground .downIcon {
  width: 33px;
}

/* line 16, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
.secondSection {
  /*background-color: #920044;*/
}
/* line 18, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
.secondSection .payBoxMob {
  background-color: #ffffff;
  border-radius: 9px;
}
/* line 23, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
.secondSection .bottomBorder {
  border-bottom: 1px solid #FE4A5D !important;
  	/*width: 256px;
  margin-left: 25px;*/
}

/* line 30, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
.copay_li_bullet {
  position: relative;
  padding-left: 9px;
}

/* line 34, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
.copay_li_bullet::before {
  content: '';
  width: 4px;
  height: 4px;
  padding: 0;
  background-color: #000;
  border-radius: 50%;
  top: 5px;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  /* line 46, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .page_heading {
    padding-right: 0;
    width: calc(100% + 15px);
  }

  /* line 50, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .short_txt {
    font-size: 15px !important;
    line-height: 17px !important;
    margin-bottom: 10px !important;
  }

  /* line 56, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .copay_li {
    font-size: 15px !important;
    line-height: 17px !important;
  }

  /* line 60, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .copay_li_bullet {
    position: relative;
  }

  /* line 63, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .copay_li_bullet::before {
    content: '';
    width: 4px;
    height: 4px;
    padding: 0;
    background-color: #000;
    border-radius: 50%;
    top: 5px;
    left: 0;
    position: absolute;
  }

  /* line 74, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .table_view {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 78, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .table_view .t_head_txt {
    font-size: 20px;
    line-height: 22px;
    padding: 10px;
  }
  /* line 84, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .table_view .greybg {
    background-color: rgba(112, 112, 112, 0.149);
  }
  /* line 88, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .table_view .table_td_box {
    padding: 15px;
  }
  /* line 91, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .table_view .table_td_box p {
    position: relative;
    padding-left: 7px;
    font-size: 15px;
    line-height: 17px;
  }
  /* line 98, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .table_view .table_td_box p::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    padding: 0;
    background-color: #000;
    top: 7px;
    left: 0;
    border-radius: 50px;
  }
  /* line 109, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .table_view .table_td_box p.no_f:before {
    display: none;
  }
  /* line 112, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .table_view .table_td_box .en_btn {
    display: inline-block;
    width: 250px;
    height: 37px;
    background-color: #5bbf21;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 23px !important;
  }
  /* line 123, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .table_view .brwn_box {
    padding-right: 0 !important;
  }
  /* line 125, ../sass/responsive/mobile/hcp/_copay-hcp.scss */
  .table_view .brwn_box .table_td_box {
    padding: 15px 27px;
  }
}
/* line 2, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
.merckAssistance .infoBox {
  /*width: 835px;*/
  /*height: 57px;*/
}

@media only screen and (max-width: 991px) {
  /* line 8, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .page_heading {
    padding-right: 0;
    width: calc(100% + 15px);
  }

  /* line 12, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .pl_none {
    padding-left: 0 !important;
  }

  /* line 15, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .pr_none {
    padding-right: 0 !important;
  }

  /* line 19, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .short_txt {
    font-size: 15px !important;
    line-height: 17px !important;
    margin-bottom: 20px !important;
  }

  /* line 25, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .copay_li {
    font-size: 15px !important;
    line-height: 17px !important;
  }

  /* line 30, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 34, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance .t_head_txt_assistance {
    font-size: 20px;
    line-height: 22px;
    padding: 12px;
  }
  /* line 40, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance .greybg_assistance {
    background-color: rgba(112, 112, 112, 0.149);
  }
  /* line 44, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance .table_td_box_assistance {
    padding: 15px 32px;
  }
  /* line 47, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance .table_td_box_assistance p {
    position: relative;
    padding-left: 7px;
    font-size: 15px;
    line-height: 17px;
  }
  /* line 54, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance .table_td_box_assistance p::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    padding: 0;
    background-color: #000;
    top: 7px;
    left: 0;
    border-radius: 50px;
  }
  /* line 65, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance .table_td_box_assistance p.no_f::before {
    display: none;
  }
  /* line 70, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance .table_td_box2_assistance {
    padding: 15px 40px;
    font-size: 15px;
    line-height: 17px;
  }
  /* line 74, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance .table_td_box2_assistance .en_btn_assistance {
    display: inline-block;
    width: 250px;
    height: 37px;
    background-color: #5bbf21;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 23px !important;
  }
  /* line 86, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance .brwn_box {
    padding-right: 0 !important;
  }
  /* line 89, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .table_view_assistance .brwn_box .table_td_box {
    padding: 15px 27px;
  }

  /* line 94, ../sass/responsive/mobile/hcp/_merck-assistance.scss */
  .text-decoration-underline {
    text-decoration: underline;
  }
}
/* line 2, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .downloadBtnPink {
  background-color: rgba(146, 0, 68, 0.25);
  /*max-width: 277px;*/
  /*padding: -1px 1rem 6px 1px;*/
}
/* line 9, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .downloadBtnPink .iconBackground {
  background-color: #920044;
}
/* line 11, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .downloadBtnPink .iconBackground .downIcon {
  width: 33px;
}
/* line 14, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .downloadBtnPink .iconBackground .ArrowIcon {
  width: 19px;
}
/* line 19, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .grayBg {
  background: url(/static/images/enrollFrom.png);
  background-size: 100% 100%;
  width: 327px;
  height: 54px;
}
/* line 25, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .greenShadow {
  background: url(/static/images/greenBg.png);
  background-size: 100% 100%;
}
/* line 29, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .orImg {
  background: url(/static/images/back-hcc-mob.png);
  position: absolute;
  left: -8px;
  top: 119px;
  width: 42px;
  background-size: 100% 100%;
  height: 259px;
  background: no-repeat;
}
/* line 39, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .electronicForm {
  display: inline-block;
  padding-left: 77px;
  padding-top: 9px;
}
/* line 45, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .electronicForm1 {
  display: inline-block;
  padding-left: 77px;
  padding-top: 17px;
}
/* line 50, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .enrollNumber {
  color: white;
}
/* line 53, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .enrollNumber:active {
  color: white;
}
/* line 57, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .patient-form-left .enrollform {
  padding: 10px 14px;
  background-image: linear-gradient(to right, #dbdee0, #fff);
}
/* line 63, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .enroll-form-left .enroll-form-icon {
  max-width: 41px;
  width: 100%;
  margin-right: 5px;
}
/* line 71, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .graydownBg {
  background: url(/static/images/enrollDown.png);
  background-size: 100% 100%;
  width: 327px;
  height: 54px;
}
/* line 77, ../sass/responsive/mobile/_HCCenroll.scss */
.secondSection .mobPadding {
  text-align: left;
  padding: 15px 71px;
}

/* line 84, ../sass/responsive/mobile/_HCCenroll.scss */
.custWidth {
  max-width: 100% !important;
}

/* line 89, ../sass/responsive/mobile/_HCCenroll.scss */
.enroll-support-sec .graydownBg {
  background: url(/static/images/enrollDown.png);
  background-size: 100% 100%;
  width: 335px;
  height: 54px;
}
/* line 95, ../sass/responsive/mobile/_HCCenroll.scss */
.enroll-support-sec .electronicForm {
  padding-left: 68px;
  display: inline-block;
  margin-top: 8px;
}
/* line 100, ../sass/responsive/mobile/_HCCenroll.scss */
.enroll-support-sec .mobImg {
  margin-top: -33px;
  height: 58px;
  width: 44px;
  margin-left: 13px;
}

/* line 2, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .elcCol {
  background-color: #920044;
}
/* line 6, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .btnBgT {
  background: url("/static/images/btnBgT.png") no-repeat;
  text-align: center;
  background-size: cover;
  background-position: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 16, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .downCol {
  background-color: #f95766;
}
/* line 20, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .btnDiv {
  background: url("/static/images/enrollBtnBg-mob.png") no-repeat;
  background-position: 100%;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
/* line 27, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .btnDiv .btnText {
  color: white;
  margin: 0 auto;
  padding: 1rem 0;
}
/* line 32, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .btnDiv .btnText .btnLink {
  color: white;
  text-decoration: underline;
}
/* line 39, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .enrollSuportRow {
  background-color: #667184;
  color: white;
}
/* line 46, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .patientBtn {
  background: url("/static/images/coerage-flashcardBtn.png") no-repeat;
  padding: 10px;
  color: #000000;
}
/* line 51, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .patientBtn .btnText {
  margin-left: 44px;
}
/* line 56, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .longTblSupport {
  max-width: 100%;
}
/* line 60, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .submitDocBtn {
  background: url("/static/images/submitDocBtn.png") no-repeat;
  padding: 10px;
  color: #000000;
}
/* line 65, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .submitDocBtn .btnText {
  margin-left: 44px;
}
/* line 70, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .downloadBtn {
  background-color: rgba(249, 87, 102, 0.2);
  /*max-width: 277px;*/
  /*padding: -1px 1rem 6px 1px;*/
}
/* line 74, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .downloadBtn .iconBackground {
  background-color: #920044;
}
/* line 77, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .downloadBtn .iconBackground .downIcon {
  width: 33px;
}
/* line 81, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .downloadBtn .iconBackground .ArrowIcon {
  width: 19px;
}
/* line 87, ../sass/responsive/mobile/_HCPenroll.scss */
.secondSection .pinkShadowHCP {
  /* background-image: linear-gradient(white  20%, rgba(249, 87, 102, 0.2));*/
  background: radial-gradient(rgba(249, 87, 102, 0.2), #ffffff 76%);
}

@media only screen and (max-width: 991px) {
  /* line 93, ../sass/responsive/mobile/_HCPenroll.scss */
  .enroll_page_heading {
    font-size: 25px !important;
    line-height: 27px !important;
    max-width: 300px;
    margin-bottom: 5px !important;
  }

  /* line 99, ../sass/responsive/mobile/_HCPenroll.scss */
  .merck_heading {
    font-size: 28px !important;
    line-height: 30px !important;
    color: #6D213F;
    max-width: 288px;
    margin-bottom: 20px !important;
  }

  /* line 106, ../sass/responsive/mobile/_HCPenroll.scss */
  .merck_para {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  /* line 111, ../sass/responsive/mobile/_HCPenroll.scss */
  .bar_img img {
    width: 100%;
  }

  /* line 115, ../sass/responsive/mobile/_HCPenroll.scss */
  .row_pad {
    padding: 16px 3px !important;
  }
  /* line 117, ../sass/responsive/mobile/_HCPenroll.scss */
  .row_pad p {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  /* line 121, ../sass/responsive/mobile/_HCPenroll.scss */
  .row_pad .dwn_btn {
    margin-bottom: 10px;
  }

  /* line 125, ../sass/responsive/mobile/_HCPenroll.scss */
  .p_none {
    padding: 0;
  }

  /* line 128, ../sass/responsive/mobile/_HCPenroll.scss */
  .sec_heading {
    position: relative;
  }
  /* line 131, ../sass/responsive/mobile/_HCPenroll.scss */
  .sec_heading p {
    padding: 10px 10px 10px 75px;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 137, ../sass/responsive/mobile/_HCPenroll.scss */
  .sec_heading img {
    position: absolute;
    width: 40px;
    top: -21px;
    left: 17px;
  }

  /* line 145, ../sass/responsive/mobile/_HCPenroll.scss */
  .mobile_view {
    padding: 0 2px;
    margin-bottom: 65px;
  }
  /* line 148, ../sass/responsive/mobile/_HCPenroll.scss */
  .mobile_view .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 152, ../sass/responsive/mobile/_HCPenroll.scss */
  .mobile_view p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
    margin-top: 6px;
  }
  /* line 158, ../sass/responsive/mobile/_HCPenroll.scss */
  .mobile_view .grn_bg {
    background-color: #5bbf21;
    padding: 0 8px;
  }
  /* line 162, ../sass/responsive/mobile/_HCPenroll.scss */
  .mobile_view .bgSecondary {
    padding: 0 8px;
  }
  /* line 165, ../sass/responsive/mobile/_HCPenroll.scss */
  .mobile_view .t_head {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0;
    margin-top: 0;
  }
  /* line 172, ../sass/responsive/mobile/_HCPenroll.scss */
  .mobile_view .left_grad {
    background-image: url("../../static/images/Rectangle_1251.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  /* line 178, ../sass/responsive/mobile/_HCPenroll.scss */
  .mobile_view .left_grad img {
    width: 28px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 7px;
  }
  /* line 185, ../sass/responsive/mobile/_HCPenroll.scss */
  .mobile_view .left_grad .topAdjust {
    top: 4px !important;
  }
  /* line 189, ../sass/responsive/mobile/_HCPenroll.scss */
  .mobile_view .left_grad img.pc_img {
    width: 40px;
  }

  /* line 195, ../sass/responsive/mobile/_HCPenroll.scss */
  .m_bottom {
    margin-bottom: 10px;
  }

  /* line 198, ../sass/responsive/mobile/_HCPenroll.scss */
  p.new_fs {
    font-size: 14px !important;
    line-height: 16px !important;
  }

  /* line 202, ../sass/responsive/mobile/_HCPenroll.scss */
  .upl_btn {
    background-image: url("../../static/images/Group_695.png");
  }
}
/* line 207, ../sass/responsive/mobile/_HCPenroll.scss */
.sep_img img {
  width: 75%;
  margin: 10px auto;
  display: block;
}

/* line 217, ../sass/responsive/mobile/_HCPenroll.scss */
#enrollNow ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 223, ../sass/responsive/mobile/_HCPenroll.scss */
#enrollNow li {
  padding-left: 1em;
  text-indent: -.7em;
}
/* line 228, ../sass/responsive/mobile/_HCPenroll.scss */
#enrollNow li::before {
  content: "\2022";
  color: #df0051;
  padding: 1px;
  margin-right: 5px;
  margin-left: -4px;
  top: 0px;
  position: relative;
  font-size: 23px;
}
/* line 240, ../sass/responsive/mobile/_HCPenroll.scss */
#enrollNow .borRad {
  border-radius: 20px;
}
/* line 244, ../sass/responsive/mobile/_HCPenroll.scss */
#enrollNow .boxTab {
  position: relative;
  top: -1px;
}
/* line 249, ../sass/responsive/mobile/_HCPenroll.scss */
#enrollNow .brbottom {
  border-bottom: 1px solid #df0051;
}

/* line 257, ../sass/responsive/mobile/_HCPenroll.scss */
.enrollBorder {
  border: 1px solid #df0051;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 0px;
  box-shadow: 0px 8px 6px -5px rgba(0, 0, 0, 0.161);
}

/* line 265, ../sass/responsive/mobile/_HCPenroll.scss */
.enrollBorderlast {
  border: 1px solid #df0051;
  border-top-left-radius: 69px;
  border-bottom-left-radius: 69px;
  border-right: 0px;
  box-shadow: 0px 8px 6px -5px rgba(0, 0, 0, 0.161);
}

/* line 274, ../sass/responsive/mobile/_HCPenroll.scss */
.phoneicoNhcp {
  width: 34px;
}

/* line 279, ../sass/responsive/mobile/_HCPenroll.scss */
.othericon {
  width: 20px;
}

/* line 283, ../sass/responsive/mobile/_HCPenroll.scss */
.laptopicon {
  width: 40px;
}

/* line 287, ../sass/responsive/mobile/_HCPenroll.scss */
.mobOnly {
  font-family: 'Proxima Nova';
}

/* line 292, ../sass/responsive/mobile/_HCPenroll.scss */
.mobRight {
  right: 3px;
}

/* line 4, ../sass/responsive/mobile/hcc/_header.scss */
.HCCHeader .firstheader a {
  color: #fff;
}
/* line 6, ../sass/responsive/mobile/hcc/_header.scss */
.HCCHeader .firstheader a span {
  color: #fff;
}
/* line 10, ../sass/responsive/mobile/hcc/_header.scss */
.HCCHeader .firstheader .mobile-border {
  border-bottom: 1px solid #fff;
}
/* line 13, ../sass/responsive/mobile/hcc/_header.scss */
.HCCHeader .firstheader .mainActive::before {
  height: 60px;
  margin-top: -4px;
}
/* line 18, ../sass/responsive/mobile/hcc/_header.scss */
.HCCHeader .secondheader, .HCCHeader .mobile-menu {
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}
/* line 22, ../sass/responsive/mobile/hcc/_header.scss */
.HCCHeader .topmenu .borderBottom {
  border-color: #fff;
}
/* line 25, ../sass/responsive/mobile/hcc/_header.scss */
.HCCHeader .nav-link, .HCCHeader .borderArrow {
  border-bottom: 1px solid #df0051;
  border-top-color: #df0051;
}
/* line 29, ../sass/responsive/mobile/hcc/_header.scss */
.HCCHeader .highlight {
  background-color: #df0051 !important;
}
/* line 33, ../sass/responsive/mobile/hcc/_header.scss */
.HCCHeader .highlight a {
  color: #fff !important;
}
/* line 36, ../sass/responsive/mobile/hcc/_header.scss */
.HCCHeader #mobileNavigation {
  background-color: #fff;
}

/* line 40, ../sass/responsive/mobile/hcc/_header.scss */
.newdrop_box3 {
  height: 250px;
  height: 190px;
}

/* line 43, ../sass/responsive/mobile/hcc/_header.scss */
.m-fs21 {
  font-size: 21px;
}

/* line 49, ../sass/responsive/mobile/hcc/_header.scss */
.background-lightblue {
  background-color: #0b3560;
}

/* line 2, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .enrollbutton {
  padding: 5px 5px;
  border: 0px;
  border-radius: 45px;
  overflow: hidden;
  width: 100% !important;
}
/* line 12, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .bgImageSec {
  background-image: none;
  background-size: 100% 100%;
}
/* line 16, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .bgImageTopsec {
  background-image: url("/static/images/hcc/enrollment-mob.png");
  background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
}
/* line 21, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .bgImageTopsec .bgGradient {
  background-image: linear-gradient(to right, #1b365d, #1b365d, #1b365d, #fff0, #fff0, #fff0, #fff0, #fff0);
}
/* line 24, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .bgImageTopsec .gettinstartedmenu img {
  max-width: 100px;
}
/* line 27, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .bgImageTopsec .mob-active {
  position: relative;
}
/* line 30, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .bgImageTopsec .mob-active::after {
  content: '';
  position: relative;
  width: 100%;
  height: 6px;
  bottom: 0px;
  border-radius: 6px 6px 0px 0px;
  background-color: #cadeb8;
}
/* line 40, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .maintab {
  align-items: end;
}
/* line 43, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .tablink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  min-height: 70px;
  font-size: 19px;
}
/* line 51, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .tablink.active {
  width: 357px !important;
  font-size: 25px;
  line-height: 27px;
}
/* line 57, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .enrollmentsec .mob-or {
  position: relative;
}
/* line 59, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .enrollmentsec .mob-or span {
  height: 50px;
  width: 50px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
/* line 70, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .enrollmentsec .mob-or::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  top: 24px;
  z-index: 0;
  height: 2px;
  background: #223a59;
}
/* line 81, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .enrollmentsec .enrolltitle span {
  color: #fff;
  font-size: 18px;
  background-color: #df0051;
  padding: 0px 6px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* line 93, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .enrollmentsec .background-green {
  border-radius: 20px;
  background-color: #e6f0dd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 102, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .enrollmentsec .background-green .helpful-link {
  padding: 0px 20px 0px 40px;
  width: fit-content;
  margin: auto;
  position: relative;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #df0051;
}
/* line 111, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .enrollmentsec .background-green .helpful-link .icon {
  position: absolute;
  top: -10px;
  background-color: #e6f0dd;
  padding: 2px;
  border: 1px solid #df0051;
  width: 45px;
  left: -15px;
  border-radius: 30px;
  box-shadow: 3px 6px 4px #00000029;
}
/* line 126, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .pharmacy-contact {
  background-color: #cadeb899;
  border-radius: 20px;
}
/* line 131, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .pharmacy-or span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 21px;
  font-size: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
/* line 143, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .pharmacy-or span::after {
  position: absolute;
  content: '';
  width: 120px;
  height: 1px;
  background-color: #1b365d;
  z-index: -1;
}
/* line 153, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .es-pharmacy-or span {
  width: 70px;
  height: 70px;
}
/* line 159, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .es-pharmacy-or-mob span {
  width: 61px;
  height: 61px;
  font-size: 12px;
}
/* line 165, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .besurebox {
  border-radius: 20px;
}
/* line 167, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .besurebox .red_txt {
  letter-spacing: 0px !important;
}
/* line 171, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .order-list {
  list-style: none;
  padding-left: 25px;
}
/* line 174, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .order-list li {
  position: relative;
  margin-bottom: 6px;
}
/* line 179, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .order-list li::before {
  position: absolute;
  content: "1)";
  left: -25px;
}
/* line 186, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .order-list li:nth-child(2)::before {
  content: '2)';
}
/* line 189, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .order-list li:nth-child(3)::before {
  content: '3)';
}
/* line 192, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .order-list li:nth-child(4)::before {
  content: '4)';
}
/* line 195, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .order-list li:nth-child(5)::before {
  content: '5)';
}
/* line 199, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .remember_list_box {
  border-radius: 25px;
}
/* line 201, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .remember_list_box .rem_heading {
  padding: 12px 0;
  padding-left: 16px;
}
/* line 205, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .remember_list_box .rem_list_wrapper {
  padding: 15px;
  padding-right: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 211, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .remember_list_box .navigator-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
  margin-bottom: 5px;
}
/* line 216, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .remember_list_box .navigator-list li {
  position: relative;
  padding-bottom: 7px;
  color: #0B3650;
  padding-right: 5px;
}
/* line 223, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .remember_list_box .navigator-list li:first-child {
  padding-right: 5px;
}
/* line 226, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .remember_list_box .navigator-list li::before {
  position: absolute;
  content: '';
  background-image: url("/static/images/hcc/list-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -30px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}
/* line 238, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .remember_list_box .navigator-list li::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 105%;
  background-color: #dbe7cd;
  right: 15px;
  bottom: 0;
}
/* line 247, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.hccEnrollmentsection .remember_list_box .navigator-list li:last-child::after {
  display: none;
}

/* line 255, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.get-start-bottom .numbersec .number {
  display: flex;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 10px;
  font-size: 45px;
}
/* line 267, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.get-start-bottom .mobile-arrowsec {
  margin-bottom: 0px;
  padding: 20px 0px;
  background-color: #fae1df;
  box-shadow: 0px -3px 6px #00000029;
  border-radius: 10px;
}
/* line 274, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.get-start-bottom .visitsite {
  background-color: #fae1df66;
  border-radius: 10px;
}
/* line 277, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.get-start-bottom .visitsite img {
  max-width: 170px;
}
/* line 281, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.get-start-bottom .visitsite .arrow-mob-img {
  transform: rotate(90deg);
  max-height: 60px !important;
}
/* line 285, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.get-start-bottom .visitsite .provide {
  max-width: 190px;
  height: auto;
}
/* line 290, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.get-start-bottom .navigator-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
}
/* line 294, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.get-start-bottom .navigator-list li {
  position: relative;
}
/* line 297, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.get-start-bottom .navigator-list li::before {
  position: absolute;
  content: '';
  background-image: url("/static/images/hcc/list-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -30px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}
/* line 310, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.get-start-bottom .m-lh20 {
  line-height: 20px;
}

/* line 314, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.enrollbutton {
  padding: 5px 5px;
  border: 0px;
  border-radius: 45px;
  letter-spacing: -0.2px;
}

/* line 323, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.placeholder {
  color: #f534f5;
}

/* line 326, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.shadow-sec {
  box-shadow: 5px 10px #888888;
}

@media only screen and (max-width: 991px) {
  /* line 331, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
  .get-start-bottom .visitsite .signimg {
    width: 150px !important;
    height: auto;
  }
}
/* line 336, ../sass/responsive/mobile/hcc/_hccenrollment.scss */
.mfs40_mlh44 {
  font: 40px;
  line-height: 44px;
}

/* line 2, ../sass/responsive/mobile/hcc/_hcchome.scss */
.hccHome .menu-bottom-border::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 1px;
  background-color: #0b3560;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 12, ../sass/responsive/mobile/hcc/_hcchome.scss */
.hccHome .homenumbers {
  width: 100px;
  height: 100px;
  padding: 10px;
  font-size: 77px;
  line-height: 77px;
  border-radius: 9px;
  margin: auto;
  box-shadow: 3px 3px 6px #00000029;
}
/* line 22, ../sass/responsive/mobile/hcc/_hcchome.scss */
.hccHome .learnmore-btn {
  font-size: 25px;
  padding: 15px 50px;
  border-radius: 45px;
}
/* line 27, ../sass/responsive/mobile/hcc/_hcchome.scss */
.hccHome .learnmore-btn {
  padding: 15px 20px;
}

/* line 3, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.hccEnrollmentsection.hccFormResourcesTop .bgImageTopsec .menu-icons::after {
  content: "";
  position: absolute;
  height: 159px;
  width: 1px;
  background-color: #cadeb8;
  left: 5px;
  top: 9px;
  display: none;
}

/* line 16, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .elcCol {
  background-color: #920044;
}
/* line 21, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .btnBgT {
  background: url("/static/images/btnBgT.png") no-repeat;
  text-align: center;
  background-size: cover;
  background-position: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 31, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .downCol {
  background-color: #f95766;
}
/* line 35, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .btnDiv {
  background: url("/static/images/enrollBtnBg-mob.png") no-repeat;
  background-position: 100%;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
/* line 42, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .btnDiv .btnText {
  color: white;
  margin: 0 auto;
  padding: 1rem 0;
}
/* line 47, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .btnDiv .btnText .btnLink {
  color: white;
  text-decoration: underline;
}
/* line 54, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .enrollSuportRow {
  background-color: #667184;
  color: white;
}
/* line 60, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .patientBtn {
  background: url("/static/images/coerage-flashcardBtn.png") no-repeat;
  padding: 10px;
  color: #000000;
}
/* line 65, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .patientBtn .btnText {
  margin-left: 44px;
}
/* line 70, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .longTblSupport {
  max-width: 100%;
}
/* line 74, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .submitDocBtn {
  background: url("/static/images/submitDocBtn.png") no-repeat;
  padding: 10px;
  color: #000000;
}
/* line 79, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .submitDocBtn .btnText {
  margin-left: 44px;
}
/* line 84, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .downloadBtn {
  background-color: rgba(249, 87, 102, 0.2);
  /*max-width: 277px;*/
  /*padding: -1px 1rem 6px 1px;*/
}
/* line 88, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .downloadBtn .iconBackground {
  background-color: #920044;
}
/* line 91, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .downloadBtn .iconBackground .downIcon {
  width: 33px;
}
/* line 95, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .downloadBtn .iconBackground .ArrowIcon {
  width: 19px;
}
/* line 101, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.secondSection .pinkShadowHCP {
  /* background-image: linear-gradient(white  20%, rgba(249, 87, 102, 0.2));*/
  background: radial-gradient(rgba(249, 87, 102, 0.2), #ffffff 76%);
}

@media only screen and (max-width: 991px) {
  /* line 107, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .enroll_page_heading {
    font-size: 25px !important;
    line-height: 27px !important;
    max-width: 300px;
    margin-bottom: 5px !important;
  }

  /* line 113, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .merck_heading {
    font-size: 28px !important;
    line-height: 30px !important;
    color: #6D213F;
    max-width: 288px;
    margin-bottom: 20px !important;
  }

  /* line 120, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .merck_para {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  /* line 125, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .bar_img img {
    width: 100%;
  }

  /* line 129, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .row_pad {
    padding: 16px 3px !important;
  }
  /* line 131, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .row_pad p {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  /* line 135, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .row_pad .dwn_btn {
    margin-bottom: 10px;
  }

  /* line 139, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .p_none {
    padding: 0;
  }

  /* line 142, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .sec_heading {
    position: relative;
  }
  /* line 145, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .sec_heading p {
    padding: 10px 10px 10px 75px;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 151, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .sec_heading img {
    position: absolute;
    width: 40px;
    top: -21px;
    left: 17px;
  }

  /* line 159, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .mobile_view {
    padding: 0 2px;
    margin-bottom: 65px;
  }
  /* line 162, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .mobile_view .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 166, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .mobile_view p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
    margin-top: 6px;
  }
  /* line 172, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .mobile_view .grn_bg {
    background-color: #5bbf21;
    padding: 0 8px;
  }
  /* line 176, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .mobile_view .bgSecondary {
    padding: 0 8px;
  }
  /* line 179, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .mobile_view .t_head {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0;
    margin-top: 0;
  }
  /* line 186, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .mobile_view .left_grad {
    background-image: url("../../static/images/Rectangle_1251.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  /* line 192, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .mobile_view .left_grad img {
    width: 28px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 7px;
  }
  /* line 199, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .mobile_view .left_grad .topAdjust {
    top: 4px !important;
  }
  /* line 203, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .mobile_view .left_grad img.pc_img {
    width: 40px;
  }

  /* line 209, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .m_bottom {
    margin-bottom: 10px;
  }

  /* line 212, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  p.new_fs {
    font-size: 14px !important;
    line-height: 16px !important;
  }

  /* line 216, ../sass/responsive/mobile/hcc/_forms-resources.scss */
  .upl_btn {
    background-image: url("../../static/images/Group_695.png");
  }
}
/* line 221, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.sep_img img {
  width: 75%;
  margin: 10px auto;
  display: block;
}

/*
#enrollNow{
	ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding-left: 1em;
  text-indent: -.7em;
}

li::before {
  content: "\2022";
  color: $color-red;
  padding: 3px;
  margin-right: 5px;
  margin-left: -7px;
  top: -2px;
  position: relative;


}
}*/
/* line 256, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.enrollBorder {
  border: 1px solid #df0051;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  border-right: 0px;
  margin-left: 25px;
}

/* line 265, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.phoneicoN {
  width: 20px;
}

/* line 270, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.othericon {
  width: 20px;
}

/* line 274, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.laptopicon {
  width: 40px;
}

/* line 278, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.hccFormResourcesTop .bgImageTopsec {
  background-image: url("/static/images/hcc/mobSupport.png");
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
/* line 283, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.hccFormResourcesTop .bgImageTopsec .mob-active::after {
  width: 80%;
}
/* line 287, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.hccFormResourcesTop .bgGradient {
  background-image: linear-gradient(to right, #1b365d, #1b365d, #fff0, #fff0, #fff0);
}

/* line 293, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.hccformsBtn {
  background-color: #223a59;
  border: 0px;
  border-radius: 45px;
  width: 100%;
  padding: 7px;
}
/* line 299, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.hccformsBtn .imageWidtth {
  width: 48px;
}
/* line 302, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.hccformsBtn a {
  padding: 5px;
  width: 100%;
}

/* line 307, ../sass/responsive/mobile/hcc/_forms-resources.scss */
.mfs34_mlh38 {
  font-size: 34px;
  line-height: 38px;
}

/* line 2, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.hcc-modal .modal-content {
  box-shadow: 6px 3px 6px #00000029;
  border: 1px solid #df0051;
  border-radius: 0px 0px 26px 26px;
}
/* line 8, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.hcc-modal .modal-middle-border {
  border-bottom: 1px solid #df0051;
}
/* line 11, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.hcc-modal .modal-dialog {
  top: 30px;
}
/* line 15, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.hcc-modal .modal-header {
  padding: 5px;
  border-radius: 26px;
  position: absolute;
  width: 100%;
  top: -22px;
  z-index: 2;
  box-shadow: 6px 3px 6px #00000029;
}
/* line 24, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.hcc-modal .modal-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
}
/* line 30, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.hcc-modal .modal-list li {
  position: relative;
}
/* line 34, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.hcc-modal .modal-list li::before {
  position: absolute;
  content: '';
  background-image: url(/static/images/hcc/list-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  top: 1px;
  left: -30px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}
/* line 47, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.hcc-modal .listborderbottom {
  margin-bottom: 20px;
  position: relative;
}
/* line 51, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.hcc-modal .listborderbottom::after {
  position: absolute;
  content: '';
  width: 112%;
  height: 2px;
  background-color: #dbe7cd;
  left: -32px;
  bottom: -10px;
}

/* line 63, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.downloadprintPop .listborderbottom::after {
  width: 97%;
  left: 4px;
}
/* line 67, ../sass/responsive/mobile/hcc/_hccmodal.scss */
.downloadprintPop .lastitem {
  border-bottom: 1px solid #df0051;
}

/* line 2, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .bgImageSec {
  background-image: none;
  background-size: 100% 100%;
}
/* line 6, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .gettinstartedmenu {
  background-image: url("/static/images/hcc/afford-mob.png");
  background-size: 100% 100%;
}
/* line 9, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .gettinstartedmenu img {
  max-width: 100px;
}
/* line 13, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .mob-active {
  position: relative;
}
/* line 16, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .mob-active::after {
  content: '';
  position: relative;
  width: 100%;
  height: 6px;
  bottom: 0px;
  border-radius: 6px 6px 0px 0px;
  background-color: #cadeb8;
}
/* line 26, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .maintab {
  align-items: end;
}
/* line 29, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .tablink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px !important;
  min-height: 70px;
  font-size: 19px;
}
/* line 37, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .tablink.mob_font {
  font-size: 18px;
  line-height: 22px;
}
/* line 41, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .tablink.mob_font.active {
  font-size: 22px;
  line-height: 26px;
}
/* line 45, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .tablink.active {
  width: 357px !important;
  font-size: 25px;
}
/* line 51, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .enrollmentsec .enrolltitle span {
  color: #fff;
  font-size: 18px;
  background-color: #df0051;
  padding: 0px 6px;
  border-radius: 50%;
}
/* line 58, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .enrollmentsec .background-green {
  border-radius: 0px;
  background-color: #e6f0dd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 67, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .enrollmentsec .background-green .helpful-link {
  padding: 0px 20px 0px 40px;
  width: fit-content;
  margin: auto;
  position: relative;
  border-radius: 30px;
  border: 1px solid #df0051;
}
/* line 75, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.hccAffordabilitysection .enrollmentsec .background-green .helpful-link .icon {
  position: absolute;
  top: -10px;
  background-color: #e6f0dd;
  padding: 2px;
  border: 1px solid #df0051;
  width: 45px;
  left: -15px;
  border-radius: 30px;
  box-shadow: 3px 6px 4px #00000029;
}

/* line 95, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.get-start-bottom .visitsite {
  background-color: #fae1df66;
  border-radius: 10px;
}
/* line 98, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.get-start-bottom .visitsite img {
  width: auto !important;
  height: 84px;
}
/* line 102, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.get-start-bottom .visitsite .provide {
  max-width: 190px;
}
/* line 106, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.get-start-bottom .navigator-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
}
/* line 110, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.get-start-bottom .navigator-list li {
  position: relative;
}
/* line 113, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.get-start-bottom .navigator-list li::before {
  position: absolute;
  content: '';
  background-image: url("/static/images/hcc/list-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -30px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}

/* line 127, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.enrollbutton {
  padding: 5px 5px;
  border: 0px;
  border-radius: 45px;
}

/* line 135, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.placeholder {
  color: #f534f5;
}

/* line 138, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.enrollbutton {
  padding: 5px 5px;
  overflow: hidden;
  width: 281px !important;
}
/* line 144, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.enrollbutton a {
  width: 100%;
  padding: 5px;
}

/* line 149, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.enrollbuttonins {
  border: 0px;
  border-radius: 45px;
  padding: 5px 5px 5px 5px;
  overflow: hidden;
}

/* line 156, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.boxshadowInset {
  box-shadow: inset 0px 0px 9px 1px #e6ebe2;
  border-radius: 25px;
  border: 1px solid #cadeb8;
  width: 100% !important;
  max-width: 100%;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

/* line 168, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.letSpacing {
  letter-spacing: 1.2px;
}

/* line 172, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.payheight {
  height: 30px;
}

/* line 175, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.dollarHeight {
  height: 98px;
}

/* line 180, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.dollarfive {
  position: relative;
  bottom: 10px !important;
  left: -25px;
  font-size: 82px;
}

/* line 186, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.pay_word {
  position: relative;
  left: -35px;
  top: -1px;
  font-size: 52px;
}

/* line 192, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.fiveTop {
  bottom: 9px;
  position: relative;
  left: -22px;
  font-size: 82px;
}

/* line 198, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.tan_solo_word {
  position: relative;
  left: 3px;
  font-size: 20px;
  top: 5px;
}

/* line 204, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.por_word {
  position: relative;
  left: -6px;
  top: -2px;
  font-size: 22px;
}

/* line 211, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.borderMax {
  border-top: 1px solid #df0051;
}

/*.boxShadow{
  box-shadow: none;
}*/
/* line 218, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.container {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

/* line 223, ../sass/responsive/mobile/hcc/_hccaffordability.scss */
.background-lightgreen {
  background-color: #cadeb899;
}

@media only screen and (min-width: 992px) {
  /* line 2, ../sass/responsive/desktop/_modal.scss */
  .modal #popupHCP {
    overflow-y: hidden !important;
  }
  /* line 5, ../sass/responsive/desktop/_modal.scss */
  .modal #externalCommon {
    overflow-y: hidden !important;
  }
  /* line 8, ../sass/responsive/desktop/_modal.scss */
  .modal #externalLinksContinue {
    overflow-y: hidden !important;
  }
  /* line 11, ../sass/responsive/desktop/_modal.scss */
  .modal .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
  }
  /* line 16, ../sass/responsive/desktop/_modal.scss */
  .modal .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    max-width: 860px !important;
  }
  /* line 25, ../sass/responsive/desktop/_modal.scss */
  .modal .btnSubmit {
    background: rgba(145, 198, 74, 0.4);
    color: #6d213f !important;
  }
  /* line 29, ../sass/responsive/desktop/_modal.scss */
  .modal .popupMain {
    width: 527px;
  }
  /* line 32, ../sass/responsive/desktop/_modal.scss */
  .modal .popupMain .ppRadioBtn .custom-radio {
    width: 23px;
    height: 23px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 1;
    background: url(/static/images/radioBtnSprite.png) no-repeat 0 0;
    vertical-align: top;
  }
  /* line 43, ../sass/responsive/desktop/_modal.scss */
  .modal .popupMain .mapRow {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  /* line 46, ../sass/responsive/desktop/_modal.scss */
  .modal .popupMain .mapRow .interstitalHeaderOne {
    font-size: 40px !important;
    font-family: 'ArialBold' !important;
  }
  /* line 52, ../sass/responsive/desktop/_modal.scss */
  .modal .popupMain .areuText {
    letter-spacing: 1px !important;
  }
  /* line 55, ../sass/responsive/desktop/_modal.scss */
  .modal .popupMain .welcomeRow {
    letter-spacing: 10px !important;
  }

  /* line 63, ../sass/responsive/desktop/_modal.scss */
  #externalCommon .modal-dialog {
    top: 62% !important;
  }

  /* line 66, ../sass/responsive/desktop/_modal.scss */
  #externalLinksContinue .modal-dialog {
    top: 65% !important;
  }

  /* line 72, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog {
    max-width: 60%;
    margin-top: 1rem;
  }
  /* line 75, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content {
    background: transparent;
  }
  /* line 77, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody {
    background: transparent;
    border: 1px solid #920044;
    border-radius: 20px;
  }
  /* line 81, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow {
    width: 100%;
    margin: 0 auto;
    display: table;
    background: #efeff0;
    border-radius: 20px;
  }
  /* line 88, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol {
    display: table-cell;
    background: #efeff0;
    border-radius: 20px;
    width: 50%;
  }
  /* line 93, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .headingRow1 {
    background-color: #920044;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-collapse: separate;
    border: 1px solid #920044;
  }
  /* line 101, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .headingRow1 .rightTd {
    border-left: 1px solid white;
  }
  /* line 105, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .headingRow1Text {
    margin: 0 10px;
  }
  /* line 109, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .headingRow2 {
    background-color: #920044;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-collapse: separate;
    border: 1px solid #920044;
    position: relative;
  }
  /* line 117, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .headingRow2Close {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 123, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .headingRow2Text {
    margin: 0 10px;
  }
  /* line 127, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow1 {
    background-color: #efeff0;
    border: 1px solid #920044;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 1px solid black;
  }
  /* line 133, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow1 .tdIMG {
    vertical-align: baseline;
  }
  /* line 135, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow1 .tdIMG .modalPointer {
    max-width: 25px;
    margin: 0px 10px;
  }
  /* line 142, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow1 .ModalTextLine::after {
    content: "";
    display: block;
    height: 10px;
    background-image: url(/static/images/table-line.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  /* line 154, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow2 {
    background-color: #efeff0;
    border: none;
  }
  /* line 159, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow2 .tdIMG {
    vertical-align: baseline;
  }
  /* line 161, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow2 .tdIMG .modalPointer {
    max-width: 25px;
    margin: 0px 10px;
  }
  /* line 166, ../sass/responsive/desktop/_modal.scss */
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow2 .ModalTextLine::after {
    content: "";
    display: block;
    height: 10px;
    background-image: url(/static/images/table-line.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }

  /* line 186, ../sass/responsive/desktop/_modal.scss */
  #healthcareHint .modal-dialog {
    max-width: 31%;
  }

  /* line 191, ../sass/responsive/desktop/_modal.scss */
  .noBreak {
    white-space: nowrap;
  }

  /* line 207, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcc .modal-dialog,
  #enrollnowPopup-hcp .modal-dialog {
    max-width: 920px !important;
  }

  /* line 213, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal-dialog, #enrollnowPopup-hcc .modal-dialog {
    border-top: 15px solid #00867c;
    border-bottom: 15px solid #00867c;
  }
  /* line 220, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_header, #enrollnowPopup-hcc .modal_header {
    background-color: #6dceb1;
    width: 100%;
    position: relative;
  }
  /* line 227, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_header p, #enrollnowPopup-hcc .modal_header p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 40px;
    line-height: 44px;
    font-family: 'Arial';
    font-weight: 700;
  }
  /* line 240, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_header button.modalClose_btn, #enrollnowPopup-hcc .modal_header button.modalClose_btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: transparent;
    border: 0 !important;
    padding: 0;
    outline: none !important;
  }
  /* line 251, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_header button.modalClose_btn img, #enrollnowPopup-hcc .modal_header button.modalClose_btn img {
    display: block;
  }
  /* line 259, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_content_box, #enrollnowPopup-hcc .modal_content_box {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 0 60px;
    line-height: 22px;
    font-family: 'Arial';
  }
  /* line 269, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_content_box .modal_content_header, #enrollnowPopup-hcc .modal_content_box .modal_content_header {
    text-align: center;
    max-width: 530px;
    font-size: 30px;
    font-weight: 700;
    margin: 15px auto 25px;
  }
  /* line 279, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_content_box p, #enrollnowPopup-hcc .modal_content_box p {
    margin-bottom: 10px;
  }
  /* line 289, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_content_box ul li, #enrollnowPopup-hcc .modal_content_box ul li {
    margin-bottom: 10px;
  }
  /* line 295, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_content_box .btm_btn_box, #enrollnowPopup-hcc .modal_content_box .btm_btn_box {
    text-align: center;
  }
  /* line 300, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_content_box .btm_btn_box .cont_btn, #enrollnowPopup-hcc .modal_content_box .btm_btn_box .cont_btn {
    margin-top: 35px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    font-family: Arial;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    background-color: #00867c;
    color: #fff;
    padding: 5px 30px;
    border: 0 !important;
    outline: none !important;
    padding-left: 0;
    font-family: 'ArialBlack';
  }
  /* line 319, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_content_box .btm_btn_box .cont_btn span, #enrollnowPopup-hcc .modal_content_box .btm_btn_box .cont_btn span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'ArialBlack';
  }
  /* line 327, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_content_box .btm_btn_box .cont_btn span.img_span, #enrollnowPopup-hcc .modal_content_box .btm_btn_box .cont_btn span.img_span {
    padding-right: 45px;
    border-right: 1px solid #fff;
    margin-right: 30px;
    padding-left: 45px;
  }
  /* line 335, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_content_box .btm_btn_box .cont_btn span.img_span img, #enrollnowPopup-hcc .modal_content_box .btm_btn_box .cont_btn span.img_span img {
    display: inline-block;
    width: 13px;
    vertical-align: middle;
    box-sizing: border-box;
  }
  /* line 344, ../sass/responsive/desktop/_modal.scss */
  #enrollnowPopup-hcp .modal_content_box p.job_p, #enrollnowPopup-hcc .modal_content_box p.job_p {
    margin-bottom: 15px;
  }

  /* line 351, ../sass/responsive/desktop/_modal.scss */
  .noBtn {
    width: 270px !important;
  }

  /* line 355, ../sass/responsive/desktop/_modal.scss */
  .yesBtn {
    width: 270px !important;
  }

  /* line 359, ../sass/responsive/desktop/_modal.scss */
  .noLeavehcc {
    width: 270px !important;
  }

  /* line 363, ../sass/responsive/desktop/_modal.scss */
  .yesLeavehcc {
    width: 270px !important;
  }

  /* line 367, ../sass/responsive/desktop/_modal.scss */
  .brandLogohcp {
    width: 550px;
  }

  /* line 373, ../sass/responsive/desktop/_modal.scss */
  .borderLeave {
    border-radius: 32px;
  }

  /* line 377, ../sass/responsive/desktop/_modal.scss */
  .borderModalTop {
    border-top-right-radius: 31px;
    border-top-left-radius: 31px;
  }

  /* line 383, ../sass/responsive/desktop/_modal.scss */
  #merckPortalModalPopUp .modal-dialog {
    top: 50% !important;
  }

  /* line 1, ../sass/responsive/desktop/_footer.scss */
  .footer_box {
    padding: 30px 20px 0px !important;
  }

  /* line 6, ../sass/responsive/desktop/_footer.scss */
  .accessibility-icon-img {
    position: relative;
  }

  /* line 10, ../sass/responsive/desktop/_footer.scss */
  .foot_row {
    position: relative;
    top: -13px;
  }

  /* line 15, ../sass/responsive/desktop/_footer.scss */
  .footer_menu_box {
    display: inline-block;
    vertical-align: middle;
  }

  /* line 20, ../sass/responsive/desktop/_footer.scss */
  .mob_in {
    display: none;
  }

  /* line 24, ../sass/responsive/desktop/_footer.scss */
  .footer_menu_box ul {
    font-size: 9.5px !important;
    line-height: 20px !important;
  }

  /* line 30, ../sass/responsive/desktop/_footer.scss */
  .merck_logo_btm {
    display: inline-block;
  }

  /* line 33, ../sass/responsive/desktop/_footer.scss */
  .acc_btm {
    display: block;
  }

  /* line 36, ../sass/responsive/desktop/_footer.scss */
  .footer_menu_box ul li {
    display: inline-block;
    border-right: 0px solid #00857c;
    padding: 0 3px;
    position: relative;
  }

  /* line 42, ../sass/responsive/desktop/_footer.scss */
  .footer_menu_box ul li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background-color: #00857c;
    top: 8px;
    right: -3px;
  }

  /* line 52, ../sass/responsive/desktop/_footer.scss */
  .footer_menu_box ul li:last-child::before {
    display: none;
  }

  /* line 2, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .rightHeader {
    flex: 0 0 94.95%;
  }
  /* line 6, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .for_hcc {
    flex: 0 0 94.8%;
  }
  /* line 11, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .skipLinks {
    visibility: hidden;
    list-style-type: none;
  }
  /* line 15, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .skipLinks a {
    position: absolute;
    top: -100rem;
    color: #fff;
    padding: 0.5rem 0.75rem;
    font-weight: bold;
    /*width: 100px;*/
    z-index: 999;
    background-color: #555555;
  }
  /* line 25, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .skipLinks a a.skip-main {
    visibility: hidden;
  }
  /* line 29, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .skipLinks a:focus {
    text-decoration: underline;
    top: 0;
  }
  /* line 38, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .navbar .navbar-collapse .nav-link {
    border-bottom: none;
    min-height: 45px;
    line-height: 16px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
    padding: 0 9px;
  }
  /* line 50, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .navbar .navbar-collapse .nav-link:hover {
    background-color: #00bce2;
  }
  /* line 59, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .top_menu_wrapper {
    display: inline-block;
    width: 100%;
  }
  /* line 64, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .menuHcc button {
    background-color: transparent;
  }
  /* line 69, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .menu_btn_box {
    position: relative;
  }
  /* line 74, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .contact_us_btn_box {
    position: relative;
  }
  /* line 79, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .menu_btn,
  .stickyHeader .contact_btn {
    padding: 2px 0px;
    border: 0;
    width: 100%;
    cursor: pointer;
  }
  /* line 86, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .menu_btn span,
  .stickyHeader .contact_btn span {
    position: relative;
    left: -37px;
  }
  /* line 90, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .menu_btn .cntText,
  .stickyHeader .contact_btn .cntText {
    position: relative;
    left: -8px;
  }
  /* line 96, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .border_rad50 {
    border-radius: 50px;
  }
  /* line 100, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .drop_box {
    display: none;
    position: absolute;
    width: 327px;
    right: -4px;
    top: 0;
    border-radius: 19px;
    overflow: hidden;
    padding-top: 0px;
    z-index: 1;
  }
  /* line 113, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .white_bg {
    background-color: #fff;
  }
  /* line 117, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .red_border {
    border-color: #df0051;
  }
  /* line 121, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .border1_solid {
    border-width: 1px;
    border-style: solid;
  }
  /* line 127, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .in_view {
    display: block;
  }
  /* line 131, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .main_menu_box ul {
    list-style: none;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0px;
  }
  /* line 138, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .main_menu_box ul li:last-child {
    border: none;
    height: 60px;
    width: 103%;
    text-align: center;
    position: relative;
    left: -5px;
    top: 0px;
  }
  /* line 147, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .main_menu_box ul li {
    border-bottom: 1px solid #df0051;
  }
  /* line 151, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .linkHover:hover {
    color: #1b365d;
  }
  /* line 154, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .main_menu_box div:first-child,
  .stickyHeader .contact_menu_box div:first-child {
    text-align: right;
    padding: 4px;
    margin: 1px;
    width: 100%;
    position: relative;
    top: -2px;
    left: -1px;
  }
  /* line 165, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .main_menu_box ul li a {
    display: block;
    text-align: center;
    padding: 7px 4px 5px 4px;
  }
  /* line 171, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .red_bg {
    background-color: #df0051;
  }
  /* line 176, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .close_btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    top: -1px;
    right: -1px;
    background-color: transparent;
  }
  /* line 186, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .border0 {
    border: 0;
  }
  /* line 190, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .white_text {
    color: #fff;
  }
  /* line 194, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .newdrop_box {
    width: 335px;
    right: -8px;
  }
  /* line 197, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .newdrop_box ul {
    margin-bottom: 0px;
    margin-top: -3px;
  }
  /* line 201, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .newdrop_box ul li a {
    padding: 10px 0px 10px;
    letter-spacing: -0.3px;
  }
  /* line 208, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .newdrop_box2 {
    width: 320px;
    right: 0;
  }
  /* line 212, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .newdrop_box3 {
    width: 283px;
    width: 327px;
  }

  /* line 217, ../sass/responsive/desktop/_header.scss */
  .stickyHeader .activeHome {
    font-size: 15px;
    height: 110px;
    width: 110px;
    background-color: #df0051;
    color: white;
    font-size: 25px;
    font-style: italic;
    border: none;
    font-weight: bold;
  }

  /* line 230, ../sass/responsive/desktop/_header.scss */
  .enrollBtn {
    background: none;
    border: none;
  }

  /* line 235, ../sass/responsive/desktop/_header.scss */
  .border-right-link {
    border-right: 1px solid white;
    line-height: 3px;
  }

  /* line 240, ../sass/responsive/desktop/_header.scss */
  .border-right-blue {
    border-right: 1px solid #0b3560;
    line-height: 3px;
  }

  /* line 245, ../sass/responsive/desktop/_header.scss */
  .borderBottom {
    border-bottom: none;
  }

  /* line 249, ../sass/responsive/desktop/_header.scss */
  .mainActive::before {
    content: "";
    border-left: none !important;
    height: 0 !important;
    position: none !important;
    margin: none !important;
  }

  /*.menu_btn:focus-visible .menu_btn:focus {
   outline: none !important;
  }*/
  /* line 263, ../sass/responsive/desktop/_header.scss */
  button:focus {
    outline: none !important;
  }

  /* line 269, ../sass/responsive/desktop/_header.scss */
  .homeBorder {
    border-right: 0px solid #fff;
    height: 45px;
    position: absolute;
    top: 28px;
    right: 13px;
  }

  /* line 277, ../sass/responsive/desktop/_header.scss */
  .closeSpan {
    display: inline-block;
    vertical-align: middle;
  }

  /* line 284, ../sass/responsive/desktop/_header.scss */
  .deskHover:hover {
    color: #0b3560;
  }

  /* line 287, ../sass/responsive/desktop/_header.scss */
  .top_link1 {
    height: auto;
    line-height: 27px;
  }

  /* line 291, ../sass/responsive/desktop/_header.scss */
  .top_link2 {
    height: auto;
    line-height: 16px !important;
  }

  /* line 295, ../sass/responsive/desktop/_header.scss */
  .top_link3 {
    height: auto;
    line-height: 20px;
  }

  /* line 1, ../sass/responsive/desktop/_global.scss */
  #page-wrapper {
    max-width: 992px;
    margin: 0 auto;
  }

  /* line 6, ../sass/responsive/desktop/_global.scss */
  .helva-neue {
    font-family: 'Helvetica-Neue';
  }

  /* line 9, ../sass/responsive/desktop/_global.scss */
  .trebuchet-ms {
    font-family: 'Trebuchet-MS';
  }

  /* line 12, ../sass/responsive/desktop/_global.scss */
  .deskBold {
    font-family: 'Proxima Nova-Bold';
  }

  /* line 16, ../sass/responsive/desktop/_global.scss */
  .noBreak {
    white-space: nowrap;
  }

  /*font size*/
  /* line 21, ../sass/responsive/desktop/_global.scss */
  .marginLeftAuto {
    margin-left: auto;
  }

  /* line 26, ../sass/responsive/desktop/_global.scss */
  .bgDarkActive1 {
    background-color: #00bce2 !important;
  }

  /* line 30, ../sass/responsive/desktop/_global.scss */
  .fs10 {
    font-size: 10px;
    font-size: 0.625rem;
  }

  /* line 33, ../sass/responsive/desktop/_global.scss */
  .fs11 {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  /* line 37, ../sass/responsive/desktop/_global.scss */
  .fs12 {
    font-size: 12px;
    font-size: 0.75rem;
  }

  /* line 40, ../sass/responsive/desktop/_global.scss */
  .fs13 {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  /* line 43, ../sass/responsive/desktop/_global.scss */
  .fs14 {
    font-size: 14px;
    font-size: 0.875rem;
  }

  /* line 46, ../sass/responsive/desktop/_global.scss */
  .fs15 {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  /* line 49, ../sass/responsive/desktop/_global.scss */
  .fs16 {
    font-size: 16px;
    font-size: 1rem;
  }

  /* line 52, ../sass/responsive/desktop/_global.scss */
  .fs17 {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  /* line 55, ../sass/responsive/desktop/_global.scss */
  .fs18 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  /* line 58, ../sass/responsive/desktop/_global.scss */
  .fs19 {
    font-size: 19px;
    font-size: 1.1875rem;
  }

  /* line 61, ../sass/responsive/desktop/_global.scss */
  .fs20 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  /* line 64, ../sass/responsive/desktop/_global.scss */
  .fs21 {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  /* line 67, ../sass/responsive/desktop/_global.scss */
  .fs22 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  /* line 70, ../sass/responsive/desktop/_global.scss */
  .fs23 {
    font-size: 23px !important;
  }

  /* line 74, ../sass/responsive/desktop/_global.scss */
  .fs24 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  /* line 78, ../sass/responsive/desktop/_global.scss */
  .fs25 {
    font-size: 25px !important;
  }

  /* line 81, ../sass/responsive/desktop/_global.scss */
  .fs26 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  /* line 84, ../sass/responsive/desktop/_global.scss */
  .fs27 {
    font-size: 27px;
    font-size: 1.6875rem;
  }

  /* line 88, ../sass/responsive/desktop/_global.scss */
  .fs28 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  /* line 91, ../sass/responsive/desktop/_global.scss */
  .fs30 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  /* line 94, ../sass/responsive/desktop/_global.scss */
  .fs32 {
    font-size: 32px;
  }

  /* line 97, ../sass/responsive/desktop/_global.scss */
  .fs41 {
    font-size: 41px;
  }

  /* line 101, ../sass/responsive/desktop/_global.scss */
  .fs34 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  /* line 104, ../sass/responsive/desktop/_global.scss */
  .fs35 {
    font-size: 35px;
    font-size: 2.1875rem;
  }

  /* line 107, ../sass/responsive/desktop/_global.scss */
  .fs36 {
    font-size: 36px;
    font-size: 2.25rem;
  }

  /* line 110, ../sass/responsive/desktop/_global.scss */
  .fs37 {
    font-size: 37px;
    font-size: 2.3125rem;
  }

  /* line 113, ../sass/responsive/desktop/_global.scss */
  .fs40 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  /* line 116, ../sass/responsive/desktop/_global.scss */
  .fs44 {
    font-size: 44px;
    font-size: 2.75rem;
  }

  /* line 119, ../sass/responsive/desktop/_global.scss */
  .fs43 {
    font-size: 43px;
    font-size: 2.6875rem;
  }

  /* line 122, ../sass/responsive/desktop/_global.scss */
  .fs45 {
    font-size: 45px;
    font-size: 2.8125rem;
  }

  /* line 125, ../sass/responsive/desktop/_global.scss */
  .fs50 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  /* line 128, ../sass/responsive/desktop/_global.scss */
  .fs51 {
    font-size: 51px;
    font-size: 3.1875rem;
  }

  /* line 131, ../sass/responsive/desktop/_global.scss */
  .fs54 {
    font-size: 54px;
    font-size: 3.375rem;
  }

  /* line 134, ../sass/responsive/desktop/_global.scss */
  .fs72 {
    font-size: 72px;
    font-size: 4.5rem;
  }

  /* line 138, ../sass/responsive/desktop/_global.scss */
  .fs90 {
    font-size: 90px;
    font-size: 5.625rem;
  }

  /* line 141, ../sass/responsive/desktop/_global.scss */
  .fs65 {
    font-size: 65px;
    font-size: 4.0625rem;
  }

  /* line 144, ../sass/responsive/desktop/_global.scss */
  .fs28 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  /* line 147, ../sass/responsive/desktop/_global.scss */
  .lh10 {
    line-height: 10px;
    line-height: 0.625rem;
  }

  /* line 150, ../sass/responsive/desktop/_global.scss */
  .lh13 {
    line-height: 13px;
    line-height: 0.8125rem;
  }

  /* line 153, ../sass/responsive/desktop/_global.scss */
  .lh15 {
    line-height: 15px;
    line-height: 0.9375rem;
  }

  /* line 156, ../sass/responsive/desktop/_global.scss */
  .lh16 {
    line-height: 16px;
    line-height: 1rem;
  }

  /* line 159, ../sass/responsive/desktop/_global.scss */
  .lh17 {
    line-height: 17px;
    line-height: 1.0625rem;
  }

  /* line 162, ../sass/responsive/desktop/_global.scss */
  .lh18 {
    line-height: 18px;
    line-height: 1.125rem;
  }

  /* line 165, ../sass/responsive/desktop/_global.scss */
  .lh20 {
    line-height: 20px;
    line-height: 1.25rem;
  }

  /* line 168, ../sass/responsive/desktop/_global.scss */
  .lh22 {
    line-height: 22px;
    line-height: 1.375rem;
  }

  /* line 171, ../sass/responsive/desktop/_global.scss */
  .lh24 {
    line-height: 24px;
    line-height: 1.5rem;
  }

  /* line 174, ../sass/responsive/desktop/_global.scss */
  .lh26 {
    line-height: 26px;
    line-height: 1.625rem;
  }

  /* line 177, ../sass/responsive/desktop/_global.scss */
  .lh27 {
    line-height: 27px;
    line-height: 1.6875rem;
  }

  /* line 180, ../sass/responsive/desktop/_global.scss */
  .lh30 {
    line-height: 30px;
    line-height: 1.875rem;
  }

  /* line 183, ../sass/responsive/desktop/_global.scss */
  .lh32 {
    line-height: 32px;
    line-height: 2rem;
  }

  /* line 186, ../sass/responsive/desktop/_global.scss */
  .lh34 {
    line-height: 34px;
    line-height: 2.125rem;
  }

  /* line 189, ../sass/responsive/desktop/_global.scss */
  .lh36 {
    line-height: 36px;
    line-height: 2.25rem;
  }

  /* line 193, ../sass/responsive/desktop/_global.scss */
  .lh37 {
    line-height: 37px;
    line-height: 2.3125rem;
  }

  /* line 196, ../sass/responsive/desktop/_global.scss */
  .lh38 {
    line-height: 38px;
    line-height: 2.375rem;
  }

  /* line 199, ../sass/responsive/desktop/_global.scss */
  .lh39 {
    line-height: 39px;
    line-height: 2.4375rem;
  }

  /* line 202, ../sass/responsive/desktop/_global.scss */
  .lh40 {
    line-height: 40px;
    line-height: 2.5rem;
  }

  /* line 205, ../sass/responsive/desktop/_global.scss */
  .lh41 {
    line-height: 41px;
    line-height: 2.5625rem;
  }

  /* line 208, ../sass/responsive/desktop/_global.scss */
  .lh42 {
    line-height: 42px;
    line-height: 2.625rem;
  }

  /* line 211, ../sass/responsive/desktop/_global.scss */
  .lh43 {
    line-height: 43px;
    line-height: 2.6875rem;
  }

  /* line 214, ../sass/responsive/desktop/_global.scss */
  .lh44 {
    line-height: 44px;
    line-height: 2.75rem;
  }

  /* line 217, ../sass/responsive/desktop/_global.scss */
  .lh45 {
    line-height: 45px;
    line-height: 2.8125rem;
  }

  /* line 220, ../sass/responsive/desktop/_global.scss */
  .lh46 {
    line-height: 46px;
    line-height: 2.875rem;
  }

  /* line 223, ../sass/responsive/desktop/_global.scss */
  .lh47 {
    line-height: 47px;
    line-height: 2.9375rem;
  }

  /* line 226, ../sass/responsive/desktop/_global.scss */
  .lh48 {
    line-height: 48px;
    line-height: 3rem;
  }

  /* line 229, ../sass/responsive/desktop/_global.scss */
  .lh49 {
    line-height: 49px;
    line-height: 3.0625rem;
  }

  /* line 232, ../sass/responsive/desktop/_global.scss */
  .lh50 {
    line-height: 50px;
    line-height: 3.125rem;
  }

  /* line 235, ../sass/responsive/desktop/_global.scss */
  .lh51 {
    line-height: 51px;
    line-height: 3.1875rem;
  }

  /* line 238, ../sass/responsive/desktop/_global.scss */
  .lh52 {
    line-height: 52px;
    line-height: 3.25rem;
  }

  /* line 241, ../sass/responsive/desktop/_global.scss */
  .lh53 {
    line-height: 53px;
    line-height: 3.3125rem;
  }

  /* line 244, ../sass/responsive/desktop/_global.scss */
  .lh54 {
    line-height: 54px;
    line-height: 3.375rem;
  }

  /* line 247, ../sass/responsive/desktop/_global.scss */
  .lh55 {
    line-height: 55px;
    line-height: 3.4375rem;
  }

  /* line 250, ../sass/responsive/desktop/_global.scss */
  .lh56 {
    line-height: 56px;
    line-height: 3.5rem;
  }

  /* line 257, ../sass/responsive/desktop/_global.scss */
  .handCursor {
    cursor: pointer;
    padding: 2px 8px;
  }

  /* line 262, ../sass/responsive/desktop/_global.scss */
  .logo {
    width: 255px;
    width: 263px;
    position: relative;
    top: 0px;
  }

  /* line 269, ../sass/responsive/desktop/_global.scss */
  .plusIcon {
    color: #ffffff !important;
    font-weight: bold;
  }

  /* line 273, ../sass/responsive/desktop/_global.scss */
  .gray {
    color: #5e6062;
  }

  /* line 277, ../sass/responsive/desktop/_global.scss */
  .mainActive {
    position: relative;
    font-size: 18px;
  }

  /* line 283, ../sass/responsive/desktop/_global.scss */
  .mainActive::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    /* top: -26px;*/
    top: -27px;
    left: 0;
    border-radius: 20px;
    background: #df0051;
  }

  /* line 294, ../sass/responsive/desktop/_global.scss */
  .eng_site_btn {
    padding: 0px 14px;
    margin-left: 9px;
    margin-top: 5px;
    display: inline-block;
  }

  /* fontsize_lineheight multi-class mixin*/
  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs50_lh34 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs24_lh36 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs36_lh44 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs36_lh45 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 45px;
    line-height: 2.8125rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs16_lh24 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs18_lh27 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs36_lh36 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs14_lh26 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    line-height: 1.625rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs13_lh18 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs30_lh36 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs14_lh16 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs14_lh18 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs27_lh24 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs13_lh16 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    line-height: 1rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs13_lh15 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs13_lh18 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs13_lh20 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs38_lh44 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 44px;
    line-height: 2.75rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs25_lh28 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs15_lh19 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs28_lh35 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs40_lh44 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
    line-height: 2.75rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs22_lh26 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs21_lh25 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs26_lh30 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs34_lh38 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 38px;
    line-height: 2.375rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs33_lh37 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 37px;
    line-height: 2.3125rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs18_lh22 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  /* line 303, ../sass/responsive/desktop/_global.scss */
  .fs24_lh28 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }

  /* line 321, ../sass/responsive/desktop/_global.scss */
  .maintab {
    flex-direction: row !important;
    align-content: center !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  /* line 328, ../sass/responsive/desktop/_global.scss */
  .sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  /* line 337, ../sass/responsive/desktop/_global.scss */
  .tablink {
    justify-content: center;
    border-top-left-radius: none;
    border-bottom-left-radius: none;
    border-radius: 60px;
    border-right-style: solid;
  }

  /* line 359, ../sass/responsive/desktop/_global.scss */
  .afford1 {
    width: 435px !important;
  }

  /* line 363, ../sass/responsive/desktop/_global.scss */
  .afford2 {
    width: 446px !important;
  }

  /* line 367, ../sass/responsive/desktop/_global.scss */
  .tabEnroll {
    margin: 0 !important;
    height: 108px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  /* line 377, ../sass/responsive/desktop/_global.scss */
  .tabCover {
    height: 80px;
  }

  /* line 382, ../sass/responsive/desktop/_global.scss */
  .formsBtn {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 340px;
  }

  /* line 391, ../sass/responsive/desktop/_global.scss */
  .printBtn {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 320px;
  }

  /* line 400, ../sass/responsive/desktop/_global.scss */
  .printBtn2 {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
  }

  /* line 407, ../sass/responsive/desktop/_global.scss */
  .covBtn {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 375px;
  }

  /* line 416, ../sass/responsive/desktop/_global.scss */
  .affordBtn {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 380px;
  }

  /* line 425, ../sass/responsive/desktop/_global.scss */
  .covBtnfour {
    width: 320px !important;
  }

  /* line 429, ../sass/responsive/desktop/_global.scss */
  .covBtntwo {
    width: 340px !important;
  }

  /* line 433, ../sass/responsive/desktop/_global.scss */
  .covBtnthree {
    width: 350px !important;
  }

  /* line 437, ../sass/responsive/desktop/_global.scss */
  .backButtondesk {
    transform: rotate(270deg);
    margin: 18px 5px -10px -40px;
  }

  /* line 442, ../sass/responsive/desktop/_global.scss */
  .square {
    height: 60px;
    width: 72px;
    background-color: #cadeb8;
    border: none;
    transform: rotate(90deg);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin: -6px;
    position: relative;
    bottom: 27px;
  }

  /* line 455, ../sass/responsive/desktop/_global.scss */
  .square:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }

  /* line 459, ../sass/responsive/desktop/_global.scss */
  .spanBack {
    position: relative;
    bottom: 3px;
    right: 5px;
  }

  /* line 467, ../sass/responsive/desktop/_global.scss */
  .homeNav {
    /*border-right: 1px solid #fff;*/
    float: right;
    height: 111px;
    background: #df0051;
  }

  /* line 474, ../sass/responsive/desktop/_global.scss */
  .home_white .homeNav {
    background: transparent !important;
    color: #df0051 !important;
  }

  /* line 480, ../sass/responsive/desktop/_global.scss */
  .coverageheigtht {
    height: 80px;
  }

  /* line 485, ../sass/responsive/desktop/_global.scss */
  .navActive {
    background-color: #df0051;
    border-right: none !important;
  }
  /* line 488, ../sass/responsive/desktop/_global.scss */
  .navActive span {
    color: white;
  }

  /* line 494, ../sass/responsive/desktop/_global.scss */
  .imageWidtth {
    width: 48px;
  }

  /* line 500, ../sass/responsive/desktop/_global.scss */
  .enrollWidth {
    width: 125px;
  }

  /* line 504, ../sass/responsive/desktop/_global.scss */
  .affWidth {
    width: 135px;
  }

  /* line 508, ../sass/responsive/desktop/_global.scss */
  .enrollheight {
    height: 85px;
  }

  /* line 512, ../sass/responsive/desktop/_global.scss */
  .enrollheightOne {
    height: 80px;
  }

  /* line 517, ../sass/responsive/desktop/_global.scss */
  .hrWidthenroll {
    width: 98% !important;
  }

  /* line 521, ../sass/responsive/desktop/_global.scss */
  .hrWidth {
    width: 100%;
  }

  /* line 525, ../sass/responsive/desktop/_global.scss */
  .hrWidthcov {
    float: left;
  }

  /* line 532, ../sass/responsive/desktop/_global.scss */
  .topPosition {
    position: relative;
    top: -24px;
  }

  /* line 539, ../sass/responsive/desktop/_global.scss */
  .tablink.active {
    font-size: 26px;
    line-height: 36px;
  }

  /* line 545, ../sass/responsive/desktop/_global.scss */
  .tablink.active.afford1 {
    font-size: 28px;
    line-height: 35px;
  }

  /* line 550, ../sass/responsive/desktop/_global.scss */
  .tablink.active.afford2 {
    font-size: 28px;
    line-height: 35px;
  }

  /* line 554, ../sass/responsive/desktop/_global.scss */
  .defaultColor {
    font-size: 32px;
    line-height: 36px;
  }

  /* line 559, ../sass/responsive/desktop/_global.scss */
  .greenBottom2 {
    border-bottom: none !important;
    border-right: 4px solid #cadeb8;
  }

  /* line 564, ../sass/responsive/desktop/_global.scss */
  .newPopHead {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  /* line 569, ../sass/responsive/desktop/_global.scss */
  .coverageDesk {
    width: 430px !important;
    height: 80px;
  }

  /* line 574, ../sass/responsive/desktop/_global.scss */
  .insuranceDesk {
    width: 430px;
  }

  /* line 578, ../sass/responsive/desktop/_global.scss */
  .numbMob {
    max-width: 44px;
  }

  /* line 581, ../sass/responsive/desktop/_global.scss */
  .numbMobSmall {
    max-width: 24px;
  }

  /* line 586, ../sass/responsive/desktop/_global.scss */
  .deskPosition {
    position: relative;
    bottom: -25px;
  }

  /* line 591, ../sass/responsive/desktop/_global.scss */
  .enrollBtn:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }

  /* line 594, ../sass/responsive/desktop/_global.scss */
  .yesBtn:focus, .noBtn:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }

  /* line 597, ../sass/responsive/desktop/_global.scss */
  .yesLeavehcc:focus, .noLeavehcc:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }

  /* line 601, ../sass/responsive/desktop/_global.scss */
  .contact_btn:focus, .menu_btn:fcous {
    outline: 5px auto -webkit-focus-ring-color !important;
  }

  /* line 604, ../sass/responsive/desktop/_global.scss */
  button:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }

  /* line 612, ../sass/responsive/desktop/_global.scss */
  .inLine {
    display: inline-block !important;
  }

  /* line 616, ../sass/responsive/desktop/_global.scss */
  .caption_wrapper .caption_text {
    width: 150px;
  }
  .caption_wrapper .caption_text.home_caption_text{
    width: 275px;
  }
  /* line 2, ../sass/responsive/desktop/_isi.scss */
  .ssi_container #floating_sticky_footer {
    position: fixed;
    bottom: 0;
    /*width: 98%;
    margin-left: .8rem;
    max-width: 1500px;*/
  }
  /* line 10, ../sass/responsive/desktop/_isi.scss */
  .ssi_container #floating_sticky_footer .sticky_container .panel {
    margin: 0px 10px;
  }
  /* line 13, ../sass/responsive/desktop/_isi.scss */
  .ssi_container #floating_sticky_footer .sticky_container .panel .panel-heading .plus_button {
    line-height: 46px;
  }
  /* line 17, ../sass/responsive/desktop/_isi.scss */
  .ssi_container #floating_sticky_footer .sticky_container .panel .sticky_para {
    padding: 7px 17px 18px;
  }
  /* line 23, ../sass/responsive/desktop/_isi.scss */
  .ssi_container #isi {
    /*    margin: 205px 10px 0px;*/
    margin: 10px 10px 0px;
  }
  /* line 26, ../sass/responsive/desktop/_isi.scss */
  .ssi_container #isi .containerDsk {
    width: 800px;
  }
  /* line 30, ../sass/responsive/desktop/_isi.scss */
  .ssi_container #isi .containerDsk .ssi_content .ssi_li {
    padding: 4px 2px 4px 0px;
  }
  /* line 33, ../sass/responsive/desktop/_isi.scss */
  .ssi_container #isi .containerDsk .ssi_content .ssi_li .ssi_li_span {
    position: relative;
    left: 10px;
  }

  /* line 3, ../sass/responsive/desktop/_home.scss */
  .mainSection .bordertopDesk {
    border-top: 1.5px solid #667174 !important;
  }
  /* line 8, ../sass/responsive/desktop/_home.scss */
  .mainSection .bannerMob {
    width: inherit;
  }
  /* line 11, ../sass/responsive/desktop/_home.scss */
  .mainSection .bannerText {
    top: 58%;
    bottom: auto;
    background: none;
    top: 30px;
    background: transparent;
    margin: 0;
    bottom: 0;
    right: 20px;
    width: 508px;
    position: absolute;
  }
  /* line 23, ../sass/responsive/desktop/_home.scss */
  .mainSection .bannerTextHCC {
    top: 48%;
    bottom: auto;
    transform: translateY(-50%);
    right: 12px;
    width: 555px;
  }
  /* line 32, ../sass/responsive/desktop/_home.scss */
  .mainSection .secondSectionHome #slider {
    height: 112px;
  }

  /* line 39, ../sass/responsive/desktop/_home.scss */
  .greenBottom {
    border-bottom: none !important;
    border-right: 4px solid #cadeb8;
  }

  /* line 48, ../sass/responsive/desktop/_home.scss */
  #hcpHome ul li::before {
    content: "";
    height: 45px;
    width: 45px;
  }
  /* line 56, ../sass/responsive/desktop/_home.scss */
  #hcpHome .hrClass {
    height: 1px;
    width: 86%;
  }

  /* line 63, ../sass/responsive/desktop/_home.scss */
  .dot {
    height: 60px !important;
    width: 60px !important;
    background-color: #1b365d;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
  }

  /* line 73, ../sass/responsive/desktop/_home.scss */
  .dotText {
    padding: 16px 0px 0px 12px !important;
    position: absolute;
    color: #fff;
  }

  /* line 80, ../sass/responsive/desktop/_home.scss */
  .homeafford {
    height: 75px;
    padding-top: 40px !important;
    padding-bottom: 26px;
  }

  /* line 87, ../sass/responsive/desktop/_home.scss */
  .imageHeight {
    height: 120px;
  }

  /* line 93, ../sass/responsive/desktop/_home.scss */
  .redBorder {
    border-top-right-radius: 51px;
    border-top-left-radius: 51px;
  }

  /* line 98, ../sass/responsive/desktop/_home.scss */
  .blueBorder {
    border-bottom-right-radius: 51px;
    border-bottom-left-radius: 51px;
  }

  /* line 103, ../sass/responsive/desktop/_home.scss */
  .page_enroll_btn {
    width: 280px !important;
  }

  /* line 2, ../sass/responsive/desktop/_coverage.scss */
  .mainSection .tab-internal-border {
    border-top: 2px solid #667174 !important;
  }
  /* line 5, ../sass/responsive/desktop/_coverage.scss */
  .mainSection .nav-link.active::after {
    top: 33px !important;
  }
  /* line 8, ../sass/responsive/desktop/_coverage.scss */
  .mainSection #appeals:before {
    content: '\A';
    white-space: initial;
  }

  /* line 10, ../sass/responsive/desktop/_coverage.scss */
  .box_shadow_box {
    box-shadow: 0px 5px 20px -5px #c2c2c2;
    -webkit-box-shadow: 0px 5px 20px -5px #c2c2c2;
    -moz-box-shadow: 0px 5px 20px -5px #c2c2c2;
  }

  /* line 15, ../sass/responsive/desktop/_coverage.scss */
  .grad_card {
    padding: 10px;
    background-image: url("../../static/images/Rectangle_1251.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* line 16, ../sass/responsive/desktop/_coverage.scss */
  .grad_card p {
    padding-right: 5px;
  }
  /* line 19, ../sass/responsive/desktop/_coverage.scss */
  .grad_card p.grad_heading {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 23, ../sass/responsive/desktop/_coverage.scss */
  .grad_card p.fir_para {
    padding-right: 40px;
  }
  /* line 26, ../sass/responsive/desktop/_coverage.scss */
  .grad_card p.sec_para {
    padding-right: 75px;
  }

  /* line 34, ../sass/responsive/desktop/_coverage.scss */
  .dwn_btn {
    background-image: url("../../static/images/enrollDown.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 3px 10px 11px 52px;
    height: 36px;
    display: block;
    line-height: 15px;
  }

  /* line 44, ../sass/responsive/desktop/_coverage.scss */
  .btm_para {
    padding-left: 9px;
    margin-top: 5px;
  }

  /* line 48, ../sass/responsive/desktop/_coverage.scss */
  .pt_10 {
    padding-top: 10px;
  }

  /* line 51, ../sass/responsive/desktop/_coverage.scss */
  .enrol_btn {
    background-color: #5bbf21;
    display: inline-block;
    width: 295px;
    height: 60px;
    line-height: 60px;
    color: #fff;
  }

  /* line 2, ../sass/responsive/desktop/_HCCresources.scss */
  .mainSection .tab-internal-border {
    border-top: 2px solid #667174 !important;
  }
  /* line 5, ../sass/responsive/desktop/_HCCresources.scss */
  .mainSection .w25 {
    max-width: 25px !important;
  }
  /* line 8, ../sass/responsive/desktop/_HCCresources.scss */
  .mainSection .max40 {
    max-width: 40px !important;
  }

  /* line 4, ../sass/responsive/desktop/_HCPresources.scss */
  #affordMain .bgHeight {
    height: 125px;
  }
  /* line 8, ../sass/responsive/desktop/_HCPresources.scss */
  #affordMain .dollarfive {
    position: relative;
    bottom: 40px !important;
  }
  /* line 13, ../sass/responsive/desktop/_HCPresources.scss */
  #affordMain .fiveTop {
    bottom: 13px !important;
    position: relative;
  }
  /* line 18, ../sass/responsive/desktop/_HCPresources.scss */
  #affordMain .payheight {
    right: -21px;
  }

  /* line 29, ../sass/responsive/desktop/_HCPresources.scss */
  #formsresources .iconwidth {
    width: 40px;
  }
  /* line 33, ../sass/responsive/desktop/_HCPresources.scss */
  #formsresources li {
    padding-left: 3.2em;
    text-indent: -0.7em;
  }
  /* line 38, ../sass/responsive/desktop/_HCPresources.scss */
  #formsresources li::before {
    content: "\2022";
    color: #df0051;
    padding: 0px;
    margin-right: 5px;
    margin-left: -4px;
    top: 0px;
    position: relative;
    font-size: 25px;
  }

  /* line 51, ../sass/responsive/desktop/_HCPresources.scss */
  .newchartf {
    width: 82% !important;
    padding-left: 9rem;
  }

  /* line 2, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .buttonSection .downloadBtn {
    background-color: #f7dbdb;
    /*max-width: 277px;*/
    /*padding: -1px 1rem 6px 1px;*/
  }
  /* line 6, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .buttonSection .downloadBtn .iconBackground {
    background-color: #920044;
  }
  /* line 9, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .buttonSection .downloadBtn .iconBackground .downIcon {
    width: 33px;
  }

  /* line 17, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .secondSection .payBox {
    background-color: #ffffff;
  }
  /* line 21, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .secondSection .bottomBorder {
    border-bottom: 1px solid #FE4A5D !important;
    	/*width: 256px;
    margin-left: 25px;*/
  }

  /* line 28, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .short_txt {
    max-width: 625px;
  }

  /* line 32, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .text-decoration-underline {
    text-decoration: underline !important;
  }
  /* line 34, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .text-decoration-underline a {
    color: #000 !important;
  }
  /* line 37, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .text-decoration-underline a.white_a {
    color: #fff !important;
  }

  /* line 43, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .table_view .t_head_txt {
    padding: 10px 10px;
  }
  /* line 47, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .table_view .table_td_box {
    padding: 15px 15px 15px 0;
  }
  /* line 50, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .table_view .table_td_box p {
    position: relative;
    padding-left: 7px;
  }
  /* line 55, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .table_view .table_td_box .en_btn {
    display: inline-block;
    width: 181px;
    height: 25px;
    background-color: #5bbf21;
    text-align: center;
    line-height: 25px;
    color: #fff;
  }
  /* line 66, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .table_view .table_td_box2 {
    padding: 15px 36px;
  }

  /* line 71, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .greybg p::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    padding: 0;
    background-color: #000;
    top: 6px;
    left: 0;
    border-radius: 50px;
  }

  /* line 83, ../sass/responsive/desktop/hcp/_copay-hcp.scss */
  .greybg {
    background-color: rgba(112, 112, 112, 0.149);
  }

  /* line 2, ../sass/responsive/desktop/hcp/_merck-assistance.scss */
  .merckAssistance .infoBox {
    /*width: 835px;*/
    height: 29px;
  }

  /* line 9, ../sass/responsive/desktop/hcp/_merck-assistance.scss */
  .table_view_assistance .t_head_txt_assistance {
    padding: 10px 10px;
  }
  /* line 13, ../sass/responsive/desktop/hcp/_merck-assistance.scss */
  .table_view_assistance .table_td_box_assistance {
    padding: 10px;
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 0;
  }
  /* line 19, ../sass/responsive/desktop/hcp/_merck-assistance.scss */
  .table_view_assistance .table_td_box_assistance p {
    position: relative;
    padding-left: 7px;
  }
  /* line 25, ../sass/responsive/desktop/hcp/_merck-assistance.scss */
  .table_view_assistance .table_td_box2_assistance {
    padding: 15px 20px;
    padding-bottom: 0;
  }
  /* line 29, ../sass/responsive/desktop/hcp/_merck-assistance.scss */
  .table_view_assistance .table_td_box2_assistance .en_btn_assistance {
    display: inline-block;
    width: 181px;
    height: 25px;
    background-color: #5bbf21;
    text-align: center;
    line-height: 25px;
    color: #fff;
  }

  /* line 41, ../sass/responsive/desktop/hcp/_merck-assistance.scss */
  .greybg_assistance p::before {
    content: '';
    display: none;
  }

  /* line 46, ../sass/responsive/desktop/hcp/_merck-assistance.scss */
  .greybg_assistance {
    background-color: rgba(112, 112, 112, 0.149);
  }

  /* line 49, ../sass/responsive/desktop/hcp/_merck-assistance.scss */
  .en_btn_assistance {
    display: inline-block;
    width: 181px;
    height: 25px;
    background-color: #5bbf21;
    text-align: center;
    line-height: 25px;
    color: #fff;
  }

  /* line 58, ../sass/responsive/desktop/hcp/_merck-assistance.scss */
  .short_txt_none {
    max-width: none;
  }

  /* line 2, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .downloadBtnPink {
    background-color: rgba(146, 0, 68, 0.25);
    /*max-width: 277px;*/
    /*padding: -1px 1rem 6px 1px;*/
  }
  /* line 9, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .downloadBtnPink .iconBackground {
    background-color: #920044;
  }
  /* line 11, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .downloadBtnPink .iconBackground .downIcon {
    width: 33px;
  }
  /* line 14, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .downloadBtnPink .iconBackground .ArrowIcon {
    width: 19px;
  }
  /* line 22, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .greenShadow {
    background: url(/static/images/greenBg.png);
    background-size: 100% 100%;
  }
  /* line 27, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .electronicForm {
    padding-left: 77px;
    display: inline-block;
  }
  /* line 33, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .pinkshadow {
    background: url(/static/images/signBg.png);
    background-size: 100% 100%;
  }
  /* line 37, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .grayBg {
    background: url(/static/images/enrollFrom.png);
    background-size: 100% 100%;
    width: 322px;
    height: 50px;
  }
  /* line 43, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .graydownBg {
    background: url(/static/images/enrollDown.png);
    background-size: 100% 100%;
    width: 300px;
    height: 50px;
    margin-left: 70px;
  }
  /* line 50, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .electronicForm1 {
    padding-left: 72px;
    display: inline-block;
  }
  /* line 55, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .border-bottom-orange {
    border-bottom: 1px solid #FE4A5D;
  }
  /* line 60, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .submitShadowHCC {
    background-image: radial-gradient(circle, rgba(249, 87, 102, 0.2) 62%, #ffffff 135%);
  }
  /* line 64, ../sass/responsive/desktop/_HCCenroll.scss */
  .secondSection .orImg {
    background: url(/static/images/back-hcc.png);
    position: absolute;
    left: -8px;
    top: 119px;
    width: 37px;
    background-size: 100% 100%;
    height: 237px;
  }

  /* line 78, ../sass/responsive/desktop/_HCCenroll.scss */
  .inner-text-sec .inner-downicon {
    max-width: none !important;
    margin: -32px 7px 15px 8px;
  }
  /* line 82, ../sass/responsive/desktop/_HCCenroll.scss */
  .inner-text-sec .patient-form-right-text {
    background: none;
  }

  /* line 87, ../sass/responsive/desktop/_HCCenroll.scss */
  .enroll-support-sec .graydownBg {
    background: url(/static/images/enrollDown.png);
    background-size: 100% 100%;
    width: 300px;
    height: 50px;
    margin-left: 72px;
  }
  /* line 94, ../sass/responsive/desktop/_HCCenroll.scss */
  .enroll-support-sec .electronicForm {
    padding-left: 68px;
    display: inline-block;
  }

  /* line 2, ../sass/responsive/desktop/_HCPenroll.scss */
  .desktop_table_view table {
    width: 100%;
  }
  /* line 7, ../sass/responsive/desktop/_HCPenroll.scss */
  .desktop_table_view table thead tr th {
    padding: 4px 10px;
  }
  /* line 10, ../sass/responsive/desktop/_HCPenroll.scss */
  .desktop_table_view table thead tr th .or_para {
    position: relative;
  }
  /* line 14, ../sass/responsive/desktop/_HCPenroll.scss */
  .desktop_table_view table thead tr th .or_para::before {
    content: 'OR';
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding: 2px 4px;
    background-color: #fff;
    color: #000;
    position: absolute;
    top: 7px;
    right: -26px;
  }
  /* line 28, ../sass/responsive/desktop/_HCPenroll.scss */
  .desktop_table_view table thead tr th:first-child {
    width: 450px;
  }
  /* line 36, ../sass/responsive/desktop/_HCPenroll.scss */
  .desktop_table_view table tbody tr td {
    padding: 10px;
  }
  /* line 39, ../sass/responsive/desktop/_HCPenroll.scss */
  .desktop_table_view table tbody tr td a {
    display: inline-block;
  }
  /* line 42, ../sass/responsive/desktop/_HCPenroll.scss */
  .desktop_table_view table tbody tr td a .img1 {
    width: 56px;
  }
  /* line 46, ../sass/responsive/desktop/_HCPenroll.scss */
  .desktop_table_view table tbody tr td a .img2 {
    width: 43px;
  }
  /* line 51, ../sass/responsive/desktop/_HCPenroll.scss */
  .desktop_table_view table tbody tr td .img3 {
    width: 100%;
  }

  /* line 60, ../sass/responsive/desktop/_HCPenroll.scss */
  .border_para {
    margin: 0;
    height: 3px;
    padding: 0;
  }

  /* line 66, ../sass/responsive/desktop/_HCPenroll.scss */
  .td_grad_bg {
    background-image: url("../../static/images/Rectangle_1251_top.png");
    background-size: 100% 50%;
    background-repeat: no-repeat;
  }

  /* line 72, ../sass/responsive/desktop/_HCPenroll.scss */
  .right_border {
    border-right: 3px solid #fff;
  }

  /* line 76, ../sass/responsive/desktop/_HCPenroll.scss */
  .bottom_border {
    border-bottom: 3px solid #fff;
  }

  /* line 80, ../sass/responsive/desktop/_HCPenroll.scss */
  .btm_border_red {
    background-color: #6d213f;
  }

  /* line 84, ../sass/responsive/desktop/_HCPenroll.scss */
  .btm_border_grn {
    background-color: #5bbf21;
  }

  /* line 88, ../sass/responsive/desktop/_HCPenroll.scss */
  .sec_heading {
    position: relative;
  }
  /* line 91, ../sass/responsive/desktop/_HCPenroll.scss */
  .sec_heading p {
    padding: 10px 10px 10px 75px;
    font-size: 18px;
    line-height: 20px;
  }
  /* line 97, ../sass/responsive/desktop/_HCPenroll.scss */
  .sec_heading img {
    position: absolute;
    width: 40px;
    top: -23px;
    left: 17px;
  }

  /* line 105, ../sass/responsive/desktop/_HCPenroll.scss */
  .upl_btn {
    background-image: url("../../static/images/Group_695.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #6D213F !important;
    padding: 10px 10px 11px 52px;
    height: 36px;
    display: block;
    line-height: 15px;
  }

  /* line 117, ../sass/responsive/desktop/_HCPenroll.scss */
  .enrollBorder {
    border: 1px solid #df0051;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 0px;
  }

  /* line 125, ../sass/responsive/desktop/_HCPenroll.scss */
  .phoneicoN {
    width: 50px;
  }

  /* line 129, ../sass/responsive/desktop/_HCPenroll.scss */
  .phoneicoNhcp {
    width: 50px;
  }

  /* line 133, ../sass/responsive/desktop/_HCPenroll.scss */
  .othericon {
    width: 20px;
  }

  /* line 137, ../sass/responsive/desktop/_HCPenroll.scss */
  .laptopicon {
    width: 40px;
  }

  /* line 141, ../sass/responsive/desktop/_HCPenroll.scss */
  .mobOnly {
    font-family: 'Proxima Nova-Bold';
  }

  /* line 147, ../sass/responsive/desktop/_HCPenroll.scss */
  #enrollNow li::before {
    content: "\2022";
    color: #df0051;
    padding: 0px;
    margin-right: 5px;
    margin-left: -4px;
    top: 2px;
    position: relative;
    font-size: 30px;
  }
  /* line 159, ../sass/responsive/desktop/_HCPenroll.scss */
  #enrollNow .colRight {
    left: 72px;
  }
  /* line 163, ../sass/responsive/desktop/_HCPenroll.scss */
  #enrollNow .colLeft {
    left: 28px;
  }
  /* line 167, ../sass/responsive/desktop/_HCPenroll.scss */
  #enrollNow .colLast {
    left: 15px;
  }
  /* line 170, ../sass/responsive/desktop/_HCPenroll.scss */
  #enrollNow .colLend {
    left: 10px;
  }

  /* line 2, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .menu_btn {
    width: 140px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  }
  /* line 6, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .contact_btn {
    width: 140px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  }
  /* line 11, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .main_menu_box ul {
    margin-bottom: 0rem;
  }
  /* line 13, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .main_menu_box ul li a:hover {
    color: #0b3560;
  }
  /* line 18, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader #hcpmainhome a {
    color: #df0051;
  }
  /* line 21, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader #hcpmainhome.navActive a {
    color: #fff;
  }
  /* line 24, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .mobile-border {
    border: 0px !important;
  }
  /* line 27, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .topmenu .borderBottom {
    border-color: #df0051;
  }
  /* line 31, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .topmenu span {
    vertical-align: top;
  }
  /* line 33, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .topmenu span a {
    display: inline-block;
  }
  /* line 38, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .main_menu_box div:first-child, .HCCHeader .contact_menu_box div:first-child {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  }
  /* line 43, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .menuHcc .close_main_menu_btn, .HCCHeader .menuHcc .close_contact_btn {
    background-color: transparent;
  }
  /* line 45, ../sass/responsive/desktop/hcc/_header.scss */
  .HCCHeader .menuHcc .close_main_menu_btn img, .HCCHeader .menuHcc .close_contact_btn img {
    height: 35px;
    padding: 5px;
    width: 35px;
    margin-left: 5px;
  }

  /* line 53, ../sass/responsive/desktop/hcc/_header.scss */
  .newdrop_box3 {
    height: auto;
  }

  /* line 56, ../sass/responsive/desktop/hcc/_header.scss */
  .pt_2 {
    padding-top: 2px;
  }

  /* line 59, ../sass/responsive/desktop/hcc/_header.scss */
  .pb_2 {
    padding-bottom: 2px;
  }

  /* line 62, ../sass/responsive/desktop/hcc/_header.scss */
  .dis_inline_blck {
    display: inline-block;
  }

  /* line 65, ../sass/responsive/desktop/hcc/_header.scss */
  .top_links_wrapper {
    position: relative;
  }

  /* line 68, ../sass/responsive/desktop/hcc/_header.scss */
  .top_links {
    width: 215px;
    display: block;
    padding: 0 0;
    margin: 0 auto;
    color: #fff !important;
  }
  /* line 74, ../sass/responsive/desktop/hcc/_header.scss */
  .top_links span {
    line-height: 16px;
    background-color: transparent !important;
  }

  /* line 80, ../sass/responsive/desktop/hcc/_header.scss */
  .top_links.darkb {
    color: #0b3560 !important;
  }

  /* line 83, ../sass/responsive/desktop/hcc/_header.scss */
  .top_links_border_right {
    position: relative;
  }

  /* line 86, ../sass/responsive/desktop/hcc/_header.scss */
  .top_links_border_right:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #fff;
    top: 5px;
    right: 0;
  }

  /* line 95, ../sass/responsive/desktop/hcc/_header.scss */
  .txt_cap {
    text-transform: capitalize;
  }

  /* line 98, ../sass/responsive/desktop/hcc/_header.scss */
  .h_auto {
    height: auto !important;
  }

  /* line 101, ../sass/responsive/desktop/hcc/_header.scss */
  .pi_ppi_link {
    letter-spacing: 0px;
  }

  /* line 3, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .besurebox .red_txt {
    letter-spacing: -1.1px !important;
  }
  /* line 7, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .bgImageSec {
    background-image: url("/static/images/hcc/enrollment-desk-bg2.png");
    background-size: 86% 875px;
    background-repeat: no-repeat;
    position: relative;
    background-position: 272px 0px;
    background-repeat: no-repeat;
  }
  /* line 17, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .bgImagebottomSec {
    position: relative;
    z-index: 3;
  }
  /* line 22, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .bgImagebottomSec::after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    height: 100px;
    width: 500px;
    background-image: linear-gradient(to top, #fff, #fff, #fff, #ffffffba, #fff0);
    z-index: -1;
  }
  /* line 32, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .bgImagebottomSec.btm_grad::after {
    content: '';
    bottom: auto;
    top: 485px;
    height: 225px;
  }
  /* line 38, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .bgImageTopsec {
    background-image: none;
  }
  /* line 40, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .bgImageTopsec .bgGradient {
    background: -webkit-linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #fff0);
    background: -moz-linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #fff0);
    background: -ms-linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #fff0);
    background: -o-linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #fff0);
    background: linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #fff0);
  }
  /* line 47, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .bgImageTopsec .menu-icons::after {
    content: "";
    position: absolute;
    height: 142px;
    width: 1px;
    background-color: #cadeb8;
    left: 5px;
    top: 9px;
  }
  /* line 56, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .bgImageTopsec .menu-icons.afford::after {
    left: -5px;
  }
  /* line 59, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .bgImageTopsec .mob-active::after {
    content: none;
  }
  /* line 63, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .gettinstartedmenu img {
    max-width: 100% !important;
    width: 100%;
  }
  /* line 67, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .activeitemimg {
    max-width: 100% !important;
  }
  /* line 70, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .gettinstartedmenu::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 15px;
    background-color: #cadeb8;
    bottom: 0px;
    left: 15px;
    border-radius: 10px 10px 0px 0px;
  }
  /* line 80, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .tabEnroll, .hccEnrollmentsection .tablink {
    width: 330px !important;
    display: flex;
    font-size: 20px;
    align-items: center;
    min-height: 88px;
    margin-left: 20px !important;
  }
  /* line 88, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .tablink.active {
    margin-left: 20px !important;
    font-size: 26px;
    line-height: 30px;
    width: fit-content;
    background-color: #1b365d;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    width: 330px !important;
  }
  /* line 97, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .tablink.rolePharmacytab.active {
    font-size: 24px;
    line-height: 28px;
    padding: 0 !important;
  }
  /* line 102, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .tablink:first-child {
    margin-left: 0px !important;
  }
  /* line 105, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .bgimagetabsection {
    box-shadow: 13px -11px 10px #00000014;
    border-radius: 0px 40px 0px 0px;
  }
  /* line 110, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .enrollmentsec .background-green {
    border-radius: 20px;
  }
  /* line 114, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .enrollmentsec .digitalform::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #1b365d;
    top: 0px;
    right: 0px;
    display: none;
  }
  /* line 124, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .enrollmentsec .digitalform::after {
    content: "OR";
    position: absolute;
    background-color: #1b365d;
    color: #fff;
    right: -20px;
    font-family: 'Proxima Nova-Bold';
    font-size: 21px;
    padding: 5px 7px 5px 5px;
    border-radius: 50%;
    top: 50%;
    transform: translate(1px, -50%);
    display: none;
  }
  /* line 139, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .remember_list_box {
    border-radius: 25px;
  }
  /* line 141, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .remember_list_box .rem_heading {
    padding: 12px 0;
    padding-left: 16px;
  }
  /* line 145, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .remember_list_box .rem_list_wrapper {
    padding: 15px;
    padding-right: 1px;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 151, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .remember_list_box .navigator-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 30px;
    margin-bottom: 5px;
  }
  /* line 156, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .remember_list_box .navigator-list li {
    position: relative;
    padding-bottom: 7px;
    color: #0B3650;
    letter-spacing: -0.2px;
  }
  /* line 162, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .remember_list_box .navigator-list li::before {
    position: absolute;
    content: '';
    background-image: url("/static/images/hcc/list-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -30px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  }
  /* line 174, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .remember_list_box .navigator-list li::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 105%;
    background-color: #dbe7cd;
    right: 0;
    bottom: 0;
  }
  /* line 183, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .hccEnrollmentsection .remember_list_box .navigator-list li:last-child::after {
    display: none;
  }

  /* line 191, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .get-start-bottom .numbersec .number {
    display: flex;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    float: right;
    margin-right: 10px;
  }
  /* line 202, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .get-start-bottom .deskarrowsec {
    background-color: #fae1df;
    box-shadow: 0px -3px 6px #00000029;
    border-radius: 10px;
    position: relative;
  }
  /* line 207, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .get-start-bottom .deskarrowsec .arrow {
    position: relative;
    padding: 0px 0px 0px 0px;
  }
  /* line 211, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .get-start-bottom .deskarrowsec .arrow::after {
    position: absolute;
    content: '';
    background-image: url("/static/images/hcc/left-arrow.png");
    width: 34px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 11%;
    right: -9%;
  }
  /* line 222, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .get-start-bottom .deskarrowsec .arrow:nth-child(1)::after {
    top: -7%;
  }
  /* line 227, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .get-start-bottom .rightbar {
    position: relative;
  }
  /* line 230, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .get-start-bottom .rightbar::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0%;
    height: 70%;
    width: 1px;
    background-color: #707070;
  }
  /* line 239, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .get-start-bottom .visitsite {
    border-radius: 10px 10px 0px 0px;
  }
  /* line 241, ../sass/responsive/desktop/hcc/_hccenrollment.scss */
  .get-start-bottom .visitsite img {
    width: auto !important;
  }

  /* line 2, ../sass/responsive/desktop/hcc/_hcchome.scss */
  .hccHome .home-side-img {
    z-index: -1;
  }
  /* line 5, ../sass/responsive/desktop/hcc/_hcchome.scss */
  .hccHome .home-bottom-sec {
    box-shadow: 6px -10px 6px #00000029;
  }
  /* line 13, ../sass/responsive/desktop/hcc/_hcchome.scss */
  .hccHome .learnmore-btn {
    padding: 15px 15px;
  }

  /* line 3, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .hccEnrollmentsection.hccFormResourcesTop .bgImageTopsec .menu-icons::after {
    content: "";
    position: absolute;
    height: 159px;
    width: 1px;
    background-color: #cadeb8;
    left: -5px;
    top: 9px;
    display: block;
  }

  /* line 16, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .hccFormResourcesTop .bgImageSec {
    background-image: url("/static/images/hcc/form-resoucesbg.png") !important;
    background-size: 34% 133%;
    background-position: 103% 10%;
    background-repeat: no-repeat;
  }
  /* line 22, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .hccFormResourcesTop .afterCust::after {
    top: 5px !important;
  }

  /* line 26, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .border_para {
    margin: 0;
    height: 3px;
    padding: 0;
  }

  /* line 32, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .gettinstartedmenu .supportImg {
    max-width: 86% !important;
  }

  /* line 36, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .hccformsBtn {
    background-color: #223a59;
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    padding: 7px;
    overflow: hidden;
  }
  /* line 46, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .hccformsBtn a {
    padding: 5px;
    width: 100%;
  }

  /* line 52, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .wid_425 {
    width: 425px;
  }

  /* line 55, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .wid_350 {
    width: 350px;
  }

  /* line 58, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .td_grad_bg {
    background-image: url("../../static/images/Rectangle_1251_top.png");
    background-size: 100% 50%;
    background-repeat: no-repeat;
  }

  /* line 64, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .right_border {
    border-right: 3px solid #fff;
  }

  /* line 68, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .bottom_border {
    border-bottom: 3px solid #fff;
  }

  /* line 72, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .btm_border_red {
    background-color: #6d213f;
  }

  /* line 76, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .btm_border_grn {
    background-color: #5bbf21;
  }

  /* line 80, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .sec_heading {
    position: relative;
  }
  /* line 83, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .sec_heading p {
    padding: 10px 10px 10px 75px;
    font-size: 18px;
    line-height: 20px;
  }
  /* line 89, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .sec_heading img {
    position: absolute;
    width: 40px;
    top: -23px;
    left: 17px;
  }

  /* line 97, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .upl_btn {
    background-image: url("../../static/images/Group_695.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #6D213F !important;
    padding: 10px 10px 11px 52px;
    height: 36px;
    display: block;
    line-height: 15px;
  }

  /* line 109, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .enrollBorder {
    border: 1px solid #df0051;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 0px;
    margin-left: 55px;
  }

  /* line 117, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .sectionOne .custShadow {
    position: absolute;
    top: 928px;
    width: 997px;
    left: 217px;
  }

  /* line 124, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .sectionTwo .custShadow {
    position: absolute;
    top: 1418px;
    width: 997px;
    left: 217px;
  }

  /* line 131, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .sectionThree .custShadow {
    position: absolute;
    top: 196px;
    width: 997px;
    left: 22px;
  }

  /* line 137, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .sectionFour .custShadow {
    position: absolute;
    top: 343px;
    width: 1020px;
    left: -8px;
  }

  /* line 143, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .sectionThree {
    position: relative;
    top: 0px;
  }

  /* line 148, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .sectionFour {
    position: relative;
    top: -4px;
  }

  /* line 152, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .sdw {
    box-shadow: 8px 0.5rem 1rem -15px #111 !important;
  }

  /* line 156, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .phoneicoN {
    width: 50px;
  }

  /* line 160, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .othericon {
    width: 20px;
  }

  /* line 164, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .laptopicon {
    width: 40px;
  }

  /* line 168, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .hccFormResourcesTop .formresources-top {
    background-image: url("/static/images/hcc/form-resoucesbg.png");
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
  }

  /* line 177, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .espnolbtn2 {
    margin-top: -4rem !important;
  }

  /* line 181, ../sass/responsive/desktop/hcc/_forms-resources.scss */
  .espnolbtnguide {
    margin-top: -1rem !important;
  }

  /* line 2, ../sass/responsive/desktop/hcc/_hccmodal.scss */
  .hcc-modal .modal-body {
    max-height: fit-content;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  /* line 7, ../sass/responsive/desktop/hcc/_hccmodal.scss */
  .hcc-modal .modal-middle-border {
    border-right: 1px solid #df0051;
    border-bottom: 0px;
  }
  /* line 11, ../sass/responsive/desktop/hcc/_hccmodal.scss */
  .hcc-modal .listborderbottom::after {
    left: -29px;
  }
  /* line 14, ../sass/responsive/desktop/hcc/_hccmodal.scss */
  .hcc-modal .listborderbottom2::after {
    left: 16px;
  }

  /* line 26, ../sass/responsive/desktop/hcc/_hccmodal.scss */
  .downloadprintPop .lastitem {
    border-bottom: 0px;
  }

  /* line 42, ../sass/responsive/desktop/hcc/_hccmodal.scss */
  .remembersignpopup .modal-dialog {
    max-width: 700px !important;
  }

  /* line 48, ../sass/responsive/desktop/hcc/_hccmodal.scss */
  #externalHCC .cont_para {
    padding: 0 75px;
  }

  /* line 53, ../sass/responsive/desktop/hcc/_hccmodal.scss */
  #externalNew .cont_para {
    padding: 0 64px;
  }

  /* line 2, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .bgImageSec {
    background-image: url("/static/images/hcc/afforddesk-bgold.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    background-repeat: no-repeat;
  }
  /* line 11, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .boxShadowNew {
    box-shadow: 0 13px 8px -8px #00000029;
  }
  /* line 14, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .gettinstartedmenu {
    background-image: none;
    background-size: 100% 100%;
  }
  /* line 17, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .bgImagebottomSec {
    position: relative;
    z-index: 3;
    top: -45px;
  }
  /* line 22, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .bgImagebottomSec::after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    height: 132px;
    width: 500px;
    background-image: linear-gradient(to top, #fff, #fff, #fff, #ffffffba, #fff0);
    z-index: -1;
  }
  /* line 32, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .bgImageTopsec {
    background-image: none;
  }
  /* line 34, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .bgImageTopsec .bgGradient {
    background: -webkit-linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #fff0);
    background: -moz-linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #fff0);
    background: -ms-linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #fff0);
    background: -o-linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #fff0);
    background: linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #fff0);
  }
  /* line 41, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .bgImageTopsec .menu-icons::after {
    content: "";
    position: absolute;
    height: 140px;
    width: 1px;
    background-color: #cadeb8;
    left: 5px;
    top: 20px;
  }
  /* line 50, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .bgImageTopsec .menu-icons.afford::after {
    left: -5px;
  }
  /* line 53, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .bgImageTopsec .mob-active::after {
    content: none;
  }
  /* line 57, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .gettinstartedmenu img {
    max-width: 100%;
  }
  /* line 60, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .gettinstartedmenu::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 15px;
    background-color: #cadeb8;
    bottom: 0px;
    left: 15px;
    border-radius: 10px 10px 0px 0px;
  }
  /* line 70, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .tabEnroll, .hccAffordabilitysection .tablink {
    width: 307px !important;
    display: flex;
    font-size: 20px;
    align-items: center;
    min-height: 88px;
    margin-left: 20px !important;
  }
  /* line 78, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .tablink.active {
    font-size: 23px;
    line-height: 27px;
    width: fit-content;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    margin-left: 20px !important;
    padding: 2px !important;
    width: 305px !important;
  }
  /* line 87, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .tablink.act_tab.active {
    font-size: 19px;
    line-height: 22px;
  }
  /* line 91, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .bgimagetabsection {
    border-radius: 0px 40px 0px 0px;
  }
  /* line 94, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .maintab {
    position: absolute;
    width: max-content;
    left: 55px;
  }
  /* line 99, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .tabcontent {
    position: relative;
    margin-top: 120px;
  }
  /* line 104, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .enrollmentsec .background-green {
    border-radius: 20px;
    min-height: 230px;
  }
  /* line 108, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .enrollmentsec .digitalform::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #1b365d;
    top: 0px;
    right: 0px;
  }
  /* line 117, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .enrollmentsec .digitalform::after {
    content: "OR";
    position: absolute;
    background-color: #1b365d;
    color: #fff;
    right: -20px;
    font-family: 'Proxima Nova-Bold';
    font-size: 21px;
    padding: 5px 7px 5px 5px;
    border-radius: 50%;
    top: 50%;
  }
  /* line 131, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .enrollbutton {
    padding: 5px;
    overflow: hidden;
  }
  /* line 135, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .enrollbutton a {
    padding: 5px;
    width: 100%;
  }
  /* line 140, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .enrollbuttonins {
    border: 0px;
    border-radius: 45px;
    padding: 5px;
    overflow: hidden;
  }
  /* line 146, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .enrollbuttonins a {
    width: 100%;
    padding: 5px;
  }
  /* line 151, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .dollarfive {
    position: relative;
    bottom: 45px !important;
    left: 17px;
  }
  /* line 157, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .pay_word {
    position: relative;
    left: -35px;
    top: -5px;
  }
  /* line 162, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .fiveTop {
    bottom: 20px;
    position: relative;
    left: 15px;
  }
  /* line 167, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .tan_solo_word {
    position: relative;
    left: -8px;
    top: 0;
  }
  /* line 172, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .hccAffordabilitysection .por_word {
    position: relative;
    left: -12px;
    top: -5px;
  }

  /* line 179, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .caption_wrapper .caption_text {
    bottom: 10px;
    right: 10px;
    padding: 7px 0 !important;
  }

  /* line 185, ../sass/responsive/desktop/hcc/_hccaffordability.scss */
  .boxshadowInset {
    box-shadow: inset 0px 0px 9px 1px #e6ebe2;
    border-radius: 25px;
    border: 1px solid #cadeb8;
    width: 338px !important;
    max-width: 338px;
    padding: 0 5px;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }

  /*.boxShadow{
    box-shadow: 0 13px 8px -8px rgba(0, 0, 0, 0.161);
  }
  */
}
