@charset "UTF-8";
/*base*/
/* ==========================================================================
   Color variables
   ========================================================================== */
/* ==========================================================================
   Font Settings
   ========================================================================== */
/* ==========================================================================
   Global fonts & background color classes
   ========================================================================== */
.color-white {
  color: #ffffff;
}

.color-gray {
  color: #555555;
}

.color-black {
  background-color: #000000;
}

.background-white {
  background-color: #ffffff;
}

.background-gray {
  background-color: #555555;
}

.background-black {
  background-color: #000000;
}

.color-red {
  color: #df0051;
}

.color-green {
  color: #cadeb8;
}

.color-blue {
  color: #1b365d;
}

.color-lightblue {
  color: #0b3560;
}

.color-darker {
  color: #082543;
}

.background-red {
  background-color: #df0051;
}

.background-green {
  background-color: #cadeb8;
}

.background-blue {
  background-color: #1b365d;
}

.background-darkblue {
  background-color: #223a59;
}

.background-lightgreen {
  background-color: rgba(202, 222, 184, 0.6);
}

/* ==========================================================================
   Deploy URL
   ========================================================================== */
/* Mixin to calculate rem*/
/*box sizing*/
.order_2 {
  order: 2;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.header_desk_view .firstheader {
  /* border-right: 16px solid #fff;
  border-left: 16px solid #fff;*/
  padding: 0 3px;
}
.header_desk_view .secondheader {
  padding: 0 3px;
}
.header_desk_view .pi_link {
  padding-right: 0 !important;
}

.colWidth{
  width: 292px !important;
}

.covBtnnewOne {
  width: 330px !important;
  background-color: #0b3560;
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
}

.covBtnnewTwo {
  width: 330px !important;
  background-color: #0b3560;
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
}

@media (min-width: 992px) {
  .hccnav {
    margin-right: -6px;
  }
  .mRL {
    margin: 0 -15px;
  }
  .bgHeaderBar {
    background-color: #def2d3;
  }
  .bgHeaderBarHcc {
    background-color: #def2d3;
  }
  .hccbanner {
    padding-left: 7px !important;
  }
  .secondSectionHome {
    max-width: 945px;
    margin-left: 22px;
    background: #00bce2 !important;
    height: 58px;
  }
  .secondSectionHomeHCP {
    /* border-right: 16px solid #6d213f;
    border-left: 16px solid #6d213f;
    background: #00bce2 !important;
    // padding: 10px 10px;*/
  }
  .secondSectionHomeHCP .sec_wrapper {
    border-top: 4px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding: 10px 10px;
  }
  .canhelp {
    border-right: 1px solid #fff;
    padding: 5px 6px !important;
  }
  .homelist {
    padding-left: 10px !important;
  }
  .borderRight {
    border: 0.5px solid #6d213f;
    height: 201px;
    position: absolute;
    left: 276px;
    top: 142px;
    width: 0px;
  }
}
ul {
  color: #000000;
}

* {
  box-sizing: border-box;
  font-family: "Proxima Nova";
  color: #0b3560;
}

br {
  display: none;
}

.italic {
  font-style: italic;
}

.novaBold {
  font-family: "Proxima Nova-Bold";
}

/*tabindex outline detection*/
.using-mouse [tabindex]:focus {
  outline: none;
}

.border-top {
  border-top: 1.5px solid #667174 !important;
}

/*font colors*/
.txtBlack {
  color: #000000 !important;
}

.txtlightBlack {
  color: #000000;
}

.text-underline {
  text-decoration: underline;
}

.txtPrimary {
  color: #6d213f !important;
}

.txtSecondary {
  color: #fe4a5d;
}

.txtRed {
  color: #df0051;
}

.bgRed {
  background-color: #df0051;
}

.txtWhite {
  color: #ffffff !important;
}

.deskgrayletter {
  letter-spacing: 0.5px;
}

.siteEditCp > br {
  display: none;
}

.footerLinkcolor {
  color: #00857c !important;
}

/*box shadow*/
.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*/
.outline-none {
  outline: none !important;
}

.border-none {
  border: none;
}

.links:active,
.links:hover {
  color: #000000;
  text-decoration: none;
}

.number:active,
.number:hover {
  color: #000000;
  text-decoration: none;
}

/*border bottom on tab*/
.border-bottom-tab {
  border-bottom: 0.3rem solid #555555;
}

/*border css*/
.border-black {
  border: 1px solid #000000 !important;
}

/*please do not delete below css*/
.truncate-indication {
  height: 1.7em !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@supports (position: sticky) {
  #top {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  /* other clamped element style changes go here... */
}
.sticky-top-ie {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}

#top {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

.cursorPointer {
  cursor: pointer;
}

.whiteHover:hover {
  color: #fff;
}

.textblue {
  color: #00bce2;
  width: 438px;
  line-height: 18px !important;
  font-weight: 900;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.darkBlue:hover {
  color: #082543;
}

.darkBlue {
  color: #223a59;
}

@media only screen and (min-width: 992px) {
  .popupBorderRight {
    border-right: 1px solid #D1DAEB;
  }
  .popupBorderBottom {
    border-bottom: 1px solid #D1DAEB;
  }
}
@media only screen and (max-width: 991px) {
  .borderMobBottom {
    border-bottom: 1px solid #7f7b7b;
  }
  .popupClose {
    width: 32px;
  }
  .screenMob {
    width: 100px;
  }
  .consentMob {
    width: 99px;
  }
  .docCycleMob {
    width: 108px;
  }
  .alertGearMob {
    width: 143px;
  }
}
.num1 {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orText {
  border-radius: 24px;
  height: 48px;
  width: 48px;
}

.num1Big {
  border-radius: 50%;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.justify-content-space-evenly {
  justify-content: space-evenly;
}

.invertImg {
  transform: rotate(180deg);
}

.separatorLine {
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .separatorLine {
    transform: translate(-50%, -41%) rotate(90deg) scale(1.35);
  }
  .tablink.active {
    width: 343px;
    margin-left: 260px;
  }
  .tabOther {
    margin-left: 260px;
  }
  .tabOther.active {
    margin-left: 260px !important;
  }
  .tabEnroll {
    margin-left: 260px !important;
    width: 343px !important;
  }
  .num1Big {
    height: 46px;
    width: 46px;
  }
  .uploadBtn {
    width: 100% !important;
  }
  .mobInstText {
    right: 12%;
    bottom: 5%;
  }
  .top_links_wrapper {
    display: flex;
    justify-content: flex-end;
  }
  #externalNew .cont_para {
    padding: 0 12px;
  }
  .enrollMob.active {
    font-size: 22px !important;
  }
  .whatMob.active {
    font-size: 22px !important;
  }
  .specialMob.active {
    font-size: 22px !important;
  }
  .numbMob {
    max-width: 34px;
  }
  .numbMobSmall {
    max-width: 24px;
  }
}
.orImage {
  width: 41px;
}

@media (max-width: 365px) {
  .padLeft {
    padding-left: 0 !important;
  }
}
.left0 {
  left: 0 !important;
}

.test {
  color: 0;
  margin: 0px;
}

/* ==========================================================================
 @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");
}
/*@import "base/base";*/
/*responsive*/
.modal {
  /*.modal-open {
      overflow: hidden;
      padding-right: 0 !important;
    }
  */
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.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;
}
.modal #externalCommon {
  overflow-y: hidden !important;
}
.modal #externalLinksContinue {
  overflow-y: hidden !important;
}
.modal .popupMain {
  background: #fff;
  z-index: 9999;
}
.modal .popupMain .submitBtn {
  margin-left: -9px;
}
.modal .popupMain .mapRow {
  color: white;
  line-height: 20px;
  font-size: 22px;
}
.modal .popupMain .buttonRow .areuText {
  letter-spacing: 0.5px;
}
.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;
}
.modal .popupMain .buttonRow .ppRadioBtn .selected {
  background: url("/static/images/radioBtnSprite.png") no-repeat 0 -21px;
}
.modal .popupMain .buttonRow .ppRadioBtn .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.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;
}
.modal .popupMain .buttonRow .ppRadioBtn label {
  font-size: 22px;
  line-height: 20px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.modal .popupMain .buttonRow .ppRadioBtn .yesL {
  margin-right: 16px;
}
.modal .popupMain .btnSubmitWrap {
  /*float: right;*/
  width: 130px;
  height: 34px;
  background: url("/static/images/submit.jpg") no-repeat 0 0;
  background-size: 100% 100%;
}
.modal .popupMain .btnSubmitWrap a {
  display: inherit;
  padding: 5px 63px;
}

.modal-backdrop.show {
  opacity: 0.8;
  background-color: #1b365d;
}

#popupHCP .modal-content {
  border: 0px solid transparent !important;
  border-radius: 1.3rem !important;
}

#popupHCP .modal-body {
  padding: 0 !important;
}

.welcomeRow {
  border-top-right-radius: 1.2rem;
  border-top-left-radius: 1.2rem;
}

.yesBtn {
  background-color: #1b365d;
  outline: none;
  border: 1px solid #1b365d;
  border-radius: 40px;
  width: 108px;
  color: white;
}

.noBtn {
  background-color: #df0051;
  outline: none;
  border: 1px solid #df0051;
  border-radius: 40px;
  width: 108px;
  color: white;
}

.yesLeavehcc {
  background-color: #1b365d;
  outline: none;
  border: 1px solid #1b365d;
  border-radius: 40px;
  width: 108px;
  color: white;
}

.noLeavehcc {
  background-color: #df0051;
  outline: none;
  border: 1px solid #df0051;
  border-radius: 40px;
  width: 108px;
  color: white;
}

.noBtn a:hover {
  color: #fff !important;
}

.brandLogohcp {
  width: 245px;
}

.borderLeave {
  border-radius: 15px;
}

.borderModalTop {
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

.closeBtn {
  background: transparent;
  border: none;
}

#merckPortalModalPopUp .modal-dialog {
  top: 27%;
}

.footer_box {
  background-color: #ebebeb;
  padding: 25px 15px 10px;
}

.footer_menu_box ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

.footerFont {
  font-family: "Invention-Regular";
}

.footerFont_hcc{
    font-family: 'Invention-bold';
}

.merck_logo {
  position: relative;
  left: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 164px;
}

.footer_menu_box {
  display: inline-block;
  vertical-align: middle;
}

.footer_menu_box ul {
  margin-left: 0;
}

.footer_menu_box ul {
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  margin-bottom: 9px;
  display: inline-block;
}

.footer_menu_box ul li:first-child {
  padding-left: 3px;
}

.footer_menu_box ul li {
  /* display: inline-block;
  border-right: 2px solid #00857c; */
  padding: 0 4px;
}

.acc_logo {
  width: 100px;
  display: inline-block;
}

.mob_in {
  display: block;
  margin-top: 3px;
}

.desk_in {
  
  display: none;
}



.footer_menu_box ul li a {
  color: #00857c !important;
  font-weight: bold;
  text-decoration: none !important;
  font-weight: bold;
}

.footColor {
  color: #37424b;
}

.stickyHeader {
  z-index: 1;
}
.stickyHeader .mainHeaderSection {
  display: grid;
}
.stickyHeader a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.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;
}
.stickyHeader .navbar .container-fluid {
  justify-content: flex-end;
}
.stickyHeader .navbar .container-fluid .navbar-brand, .stickyHeader .navbar .container-fluid .navbar-toggler {
  color: white;
}
.stickyHeader .enroll_btn {
  background: #5bbf21;
  color: white;
  font-size: 25px;
  font-style: italic;
  border: none;
  font-weight: bold;
  width: 100%;
}
@media (min-width: 992px) {
  .stickyHeader .enroll_btn {
    background: #5bbf21;
    color: white;
    font-size: 25px;
    font-style: italic;
    border: none;
    font-weight: bold;
    width: 218px;
  }
}
.stickyHeader .firstheader {
  /*a{
  	/*color: #0b3560;*/
  /*}*/
}
.stickyHeader .firstheader .spanishBtn {
  color: #ffffff;
  background-color: #f95766;
  padding: 4px 4px;
  border-radius: 6px;
}
.stickyHeader .secondheader .middle-link a {
  color: black;
  text-decoration: underline;
  font-family: "ArialBold";
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: under;
  line-height: 22px;
}
.stickyHeader .telephone {
  color: #5e6062;
}
.stickyHeader .nav-link {
  border-bottom: 1px solid #e6f0dd;
}
.stickyHeader .newdrop_box {
  width: 320px;
  right: 0px;
}
.stickyHeader .newdrop_box ul {
  margin-bottom: 5px;
}
.stickyHeader .newdrop_box ul li a {
  padding: 7px 4px 10px 4px;
}
.stickyHeader .newdrop_box2 {
  width: 320px;
}
.stickyHeader .newdrop_box3 {
  width: 277px;
}

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

@media only screen and (max-width: 991px) {
  .stickyHeader .firstheader .up_links a {
    font-size: 14px;
    line-height: 16px;
  }
  .mainActive a {
    font-weight: bold;
  }
}
.mainActive::before {
  content: "";
  border-left: 20px solid #df0051;
  height: 58px;
  position: absolute;
  margin: -12px 0px 0px -33px;
  border-radius: 18px;
}

.borderBottom {
  border-bottom: 1px solid #df0051;
}

.highlight {
  background-color: #e6f0dd;
  color: #223a59 !important;
}
.highlight a {
  color: #223a59 !important;
  font-family: "Proxima Nova-Bold";
}

.highlightHome {
  background-color: #223a59 !important;
  color: #fff !important;
}
.highlightHome a {
  color: #ffffff !important;
}

.rotateIcon {
  rotate: 180deg;
}

.borderArrow {
  border-top: 1px solid #e6f0dd;
}

.secondheader .newMob a {
  color: #fff;
}

.mobHover:hover {
  color: #0b3560;
}

.red_bg {
  background-color: #df0051;
}

.border_rad50 {
  border-radius: 50px;
}

.newdrop_box {
  width: 320px;
  right: 0px;
}
.newdrop_box ul {
  margin-bottom: 5px;
}
.newdrop_box ul li a {
  padding: 7px 4px 10px 4px;
}

.newdrop_box2 {
  width: 320px;
}

.newdrop_box3 {
  width: 277px;
}

.stickyHeader .activeHome {
  font-size: 15px;
  height: 110px;
  width: 110px;
  background-color: rgb(223, 0, 81);
  color: white;
  font-size: 25px;
  font-style: italic;
  border: none;
  font-weight: bold;
}

.in_view {
  display: block !important;
}

.border1_solid {
  border-width: 1px;
  border-style: solid;
}

.stickyHeader .border0 {
  border: 0;
}

.stickyHeader .red_border {
  border-color: #df0051;
}

.stickyHeader .main_menu_box div:first-child, .stickyHeader .contact_menu_box div:first-child {
  text-align: right;
  padding: 6px;
  margin: -2px;
}

.stickyHeader .newdrop_box ul {
  margin-bottom: 5px;
  background-color: white;
}

.stickyHeader .main_menu_box ul {
  list-style: none;
  padding-left: 8px;
  padding-right: 8px;
}

.stickyHeader .border_rad50 {
  border-radius: 50px;
}

.stickyHeader .drop_box {
  display: none;
  position: absolute;
  width: 327px;
  right: -4px;
  top: 0;
  border-radius: 17px;
  overflow: hidden;
  padding-top: 0px;
  z-index: 1;
}
.stickyHeader .drop_box a:visited {
  color: #0b3560;
}

button:focus {
  outline: none !important;
}

.stickyHeader .white_bg {
  background-color: #fff;
}

.stickyHeader .red_border {
  border-color: #df0051;
}

.stickyHeader .main_menu_box ul li {
  border-bottom: 1px solid #df0051;
}

.stickyHeader .newdrop_box ul li a {
  padding: 7px 4px 10px 4px;
}

.stickyHeader .main_menu_box ul li:last-child {
  border: none;
  height: 60px;
}

.stickyHeader .newdrop_box ul li a {
  padding: 7px 4px 10px 4px;
}

.color-darker:visited {
  color: #082543 !important;
}

.mobShadow {
  box-shadow: 1px -12px 8px -8px rgba(0, 0, 0, 0.161);
  top: -1px;
}

.linksHover:hover {
  color: #0b3560;
}

.marginLeftAuto {
  margin-left: 0px;
}

#mobileNavigation {
  display: none;
}

.close-icon {
  display: none;
}

.nowrap {
  white-space: nowrap !important;
}

.close-text {
  display: none;
}

.border-right {
  border-right: 1.3px solid #667174 !important;
}

.bgDarkActive1 {
  background-color: #00bce2 !important;
}

#enrollnowPopup-hcp {
  background-color: #707070;
}

#enrollnowPopup-hcc {
  background-color: #707070;
}

.listOL-mpap {
  padding: 0 1.2rem;
}

.mainActive {
  font-weight: bold;
  font-size: 20px;
}

a:hover {
  text-decoration: none;
}

.w-9 {
  width: 9%;
  margin-top: -2px;
}

.enroll_btn {
  background: #5bbf21;
  color: white;
  font-size: 15px;
  font-style: italic;
  border: none;
  font-weight: bold;
}

.mercklight {
  font-family: "UniversLTStd-45Light";
}

.merckbold {
  font-family: "UniversLTStd-Black";
}

/*font sizes*/
.m-fs9 {
  font-size: 9px;
  font-size: 0.5625rem;
}

.m-fs10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.m-fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.m-fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.m-fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.m-fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.m-fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.m-fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.m-fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.m-fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.m-fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.m-fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.m-fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.m-fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.m-fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.m-fs25 {
  font-size: 25px;
}

.m-fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.m-fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.m-fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.m-fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.m-fs33 {
  font-size: 33px;
  font-size: 2.0625rem;
}

.m-fs35 {
  font-size: 35px;
  font-size: 2.1875rem;
}

.m-fs36 {
  font-size: 36px;
  font-size: 2.25rem;
}

.m-fs40 {
  font-size: 40px;
  font-size: 2.5rem;
}

.m-fs43 {
  font-size: 43px;
  font-size: 2.6875rem;
}

.m-fs50 {
  font-size: 50px;
  font-size: 3.125rem;
}

.m-fs65 {
  font-size: 65px;
  font-size: 4.0625rem;
}

.m-fs67 {
  font-size: 67px;
  font-size: 4.1875rem;
}

.m-fs71 {
  font-size: 71px;
  font-size: 4.4375rem;
}

.m-fs80 {
  font-size: 80px;
  font-size: 5rem;
}

.m-fs82 {
  font-size: 82px;
  font-size: 5.125rem;
}

.text-underline {
  text-decoration: underline;
}

/*line heights*/
.m-lh4 {
  line-height: 4px;
  line-height: 0.25rem;
}

.m-lh14 {
  line-height: 14px;
  line-height: 0.875rem;
}

.m-lh15 {
  line-height: 15px;
  line-height: 0.9375rem;
}

.m-lh16 {
  line-height: 16px;
  line-height: 1rem;
}

.m-lh18 {
  line-height: 18px;
  line-height: 1.125rem;
}

.m-lh19 {
  line-height: 19px;
  line-height: 1.1875rem;
}

.m-lh20 {
  line-height: 20px;
  line-height: 1.25rem;
}

.m-lh22 {
  line-height: 22px;
  line-height: 1.375rem;
}

.m-lh23 {
  line-height: 23px;
  line-height: 1.4375rem;
}

.m-lh24 {
  line-height: 24px;
  line-height: 1.5rem;
}

.m-lh26 {
  line-height: 26px;
  line-height: 1.625rem;
}

.m-lh30 {
  line-height: 30px;
  line-height: 1.875rem;
}

.m-lh32 {
  line-height: 32px;
  line-height: 2rem;
}

.m-lh34 {
  line-height: 34px;
  line-height: 2.125rem;
}

.m-lh36 {
  line-height: 36px;
  line-height: 2.25rem;
}

.m-lh40 {
  line-height: 40px;
  line-height: 2.5rem;
}

.m-lh42 {
  line-height: 42px;
  line-height: 2.625rem;
}

.m-ls10 {
  letter-spacing: -10px;
}

.plusIcon {
  color: #ffffff !important;
  font-weight: bold;
}

/* This will ensure modal doesn't overlap the logo */
.modalHeight {
  max-height: 60vh;
  overflow-y: scroll;
}

@media only screen and (max-device-width: 834px) {
  #enrollnowPopup-hcp .modal_header p, #enrollnowPopup-hcc .modal_header p {
    font-size: 26px;
    line-height: 30px;
  }
  #enrollnowPopup-hcc .modal_header p {
    max-width: 150px;
    margin: 0 auto;
  }
  #enrollnowPopup-hcp .modal_header p span {
    display: block;
  }
  #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;
  }
  #enrollnowPopup-hcp .modal_content_box, #enrollnowPopup-hcc .modal_content_box {
    padding: 0 15px;
  }
  #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;
  }
  .modal_content_box ul {
    padding-left: 15px;
    margin-bottom: 35px;
  }
  #enrollnowPopup-hcp .modal_content_box p.job_p, #enrollnowPopup-hcc .modal_content_box p.job_p {
    font-size: 14px;
    line-height: 18px;
  }
}
.logo {
  width: 128px;
  max-width: none;
  position: absolute;
  top: 0px;
}

/* fontsize_lineheight multi-class mixin*/
.mfs30_mlh30 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.mfs12_mlh15 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
}

.mfs20_mlh24 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.mfs12_mlh15 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
}

.mfs22_mlh36 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 36px;
  line-height: 2.25rem;
}

.mfs13_mlh16 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
}

.mfs12_mlh16 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

.mfs30_mlh36 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}

.mfs14_mlh16 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}

.mfs16_mlh20 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.mfs20_mlh26 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.mfs16_mlh22 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.mfs17_mlh20 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.mfs30_mlh34 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.mfs27_mlh34 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.mfs14_mlh18 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.mfs17_mlh25 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

.mfs13_mlh16 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
}

.mfs18_mlh22 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.mfs17_mlh22 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.mfs15_mlh18 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.mfs12_mlh14 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}

.mfs11_mlh13 {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
}

.mfs22_mlh26 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.mfs29_mlh33 {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 33px;
  line-height: 2.0625rem;
}

.mfs24_mlh28 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.mfs28_mlh32 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
}

.mfs21_mlh25 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

.mfs32_mlh37 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 37px;
  line-height: 2.3125rem;
}

.mfs23_mlh26 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.mfs21_mlh23 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

.mfs34_mlh38 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 38px;
  line-height: 2.375rem;
}

.mfs19_mlh23 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

.mfs26_mlh30 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.maintab {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
}

.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;
}

.tabOther.active {
  margin-left: 165px;
}

.tablink.active {
  background-color: #0b3560;
  border: 1px solid #707070;
  color: #fff;
  font-family: "Proxima Nova-Bold";
}

.defaultColor {
  width: 343px !important;
  background-color: #0b3560;
  border: 1px solid #707070;
  color: #fff;
  font-family: "Proxima Nova-Bold";
  font-size: 22px;
  line-height: 26px;
}

.tabEnroll {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-left: 208px;
}

/*

.tabOther{
   margin-left: 122px;
}*/
.tabCover {
  margin-left: 61px;
  height: 60px;
}

.formsBtn {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 300px;
}

.formsDevice{
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 300px;
}

.formsBtnNew{
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 300px;
}

.formsBtnNewTwo{
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 300px;
}

.printBtn {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 245px;
}

.printBtn2 {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
}

.covBtn {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 275px;
}

.covBtnfour {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 275px;
}

.covBtntwo {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 300px;
}

.covBtnthree {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 320px;
}

.affordBtn {
  background-color: #0b3560;
  border-radius: 45px;
  border: none;
  display: flex;
  align-items: flex-end;
  width: 324px;
}

.imageWidtth {
  width: 36px;
}

.dwnldText {
  vertical-align: middle;
}

.shadow {
  /*width: 100px;*/
  margin: 0 auto;
  height: 32px;
  /*background-color: #f5f5f5;*/
  position: relative;
}

.shadow.bottom {
  box-shadow: -6px 1.2rem 1rem -15px #111 !important;
}

.activeMenu {
  background-color: green;
}

.enrollWidth {
  width: 85px;
}

.affWidth {
  width: 95px;
}

.enrollheight {
  height: 62px;
}

.enrollheightOne {
  height: 62px;
}

.hrWidth {
  width: 90%;
}

.hrWidthenroll {
  width: 77%;
}

.hrWidthcov {
  width: 80%;
}

.coverageheigtht {
  height: 60px;
}

.menuActive {
  background-color: #e6f0dd;
  color: #223a59;
  font-family: "Proxima Nova-Bold";
}

.menuActive:hover {
  color: #223a59 !important;
}

.colorPink {
  color: #f534f5;
}

.back-dro {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.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);
}

.caption_wrapper {
  position: relative;
}

.caption_wrapper .caption_text {
  font-family: "Helvetica Neue";
  font-size: 20px;
  position: absolute;
  bottom: 15px;
  margin: 0;
  /* background-color: #000; */
  color: #000;
  padding: 5px 5px;
  z-index: 5;
}

.caption_wrapper .caption_text_hcc {
  font-family: "Helvetica Neue";
  font-size: 20px;
  position: absolute;
  bottom: 15px;
  margin: 0;
  /* background-color: #000; */
  color: #000;
  padding: 5px 5px;
  z-index: 5;
}

.caption_wrapper .right_aligned_caption_hcc1 {
  right: 49px;
}

.caption_wrapper .caption_text_hcc1 {
  font-family: "Helvetica Neue";
  font-size: 20px;
  position: absolute;
  bottom: 50px;
  margin: 0;
  /* background-color: #000; */
  color: #000;
  padding: 5px 5px;
  z-index: 5;
}

.caption_wrapper .right_aligned_caption_hcc2 {
  right: 40px;
}

.caption_wrapper .caption_text_hcc2 {
  font-family: "Helvetica Neue";
  font-size: 20px;
  position: absolute;
  bottom: 23px !important;
  margin: 0;
  /* background-color: #000; */
  color: #000;
  padding: 5px 5px;
  z-index: 5;
}

.caption_wrapper .right_aligned_caption_hcc3 {
  right: 155px;
}

.caption_wrapper .caption_text_hcc3 {
  font-family: "Helvetica Neue";
  font-size: 20px;
  position: absolute;
  bottom: 2px !important;
  margin: 0;
  /* background-color: #000; */
  color: #fff;
  padding: 5px 5px;
  z-index: 5;
}

.caption_wrapper . {
  position: absolute;
  bottom: 15px;
  margin: 0;
  /* background-color: #000; */
  color: #000;
  padding: 5px 5px;
  z-index: 5;
}

.caption_wrapper .left_aligned_caption {
  left: 15px;
}

.caption_wrapper .right_aligned_caption_hcc {
  right: 54px;
}

.caption_wrapper .right_aligned_caption {
  right: 15px;
}
.caption_wrapper .bottom_val {
  bottom: 135px;
}
.caption_wrapper .bottom30 {
  bottom: 30px;
}
.caption_wrapper .HCPcaption {
  left: 200px;
}
.caption_wrapper .HCPcaptionMobile {
  left: 50%;
  transform: translateX(-50%);
}
.caption_wrapper .HCCHomeCaption {
  left: 50%;
  transform: translateX(-50%);
}

.greenBottom2 {
  display: none;
}

.ssi_container #floating_sticky_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  /*   margin-left: 0.5rem;*/
}
.ssi_container #floating_sticky_footer .sticky_container .panel {
  cursor: pointer;
  width: 100%;
  margin: 0px 3px;
  padding-bottom: 0.5rem;
  /*       background-color: #fff;*/
}
.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;
}
.ssi_container #floating_sticky_footer .sticky_container .panel .panel-heading .sticky_header {
  display: inline-block;
  padding: 5px 0px 5px 12px;
}
.ssi_container #floating_sticky_footer .sticky_container .panel .panel-heading .plus_button {
  padding-right: 12px;
  line-height: 31px;
}
.ssi_container #floating_sticky_footer .sticky_container .panel-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.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;
}
.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;
}
.ssi_container #isi {
  margin: 0px 10px 0px;
}
.ssi_container #isi .isiHeader {
  font-family: Helvetica;
}
.ssi_container #isi .ssi_content .ssi_list {
  list-style-type: none;
}
.ssi_container #isi .ssi_content .ssi_list .ssi_li {
  padding: 4px 0px 6px 0px;
}
.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;
}
.ssi_container #isi .ssi_content a:hover {
  color: #555555;
}

#hcpHome ul {
  list-style: none;
}
#hcpHome ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
#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;
}

.mainSection hr {
  border-color: #ffffff;
}
.mainSection .bannerMob {
  width: 100%;
}
.mainSection .bannerText {
  /*transform: translateY(93%);*/
  /*background:rgba(255,255,255, 0.7);*/
  position: relative;
}
.mainSection .bannerTextHCC {
  bottom: 50%;
  transform: translateY(67%);
}
.mainSection .bannerTextHCC ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
.mainSection .bannerTextHCC li {
  text-indent: -0.7em;
}
.mainSection .bannerTextHCC li::before {
  content: "•";
  color: #000000;
  padding-right: 4px;
}
.mainSection .page_enroll_btn {
  background: #df0051;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 78px;
  width: 280px;
  display: inline-block;
}
.mainSection #slider {
  height: 210px;
}
.mainSection .carousel-inner {
  display: flex;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.mainSection .carousel-inner a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  font-family: "ArialBold";
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: under;
}
.mainSection .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid white;
  background: transparent;
}
.mainSection .carousel-indicators {
  bottom: -22px;
}
.mainSection .carousel-indicators .active {
  background-color: white !important;
}
.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;
}
.mainSection .secondSectionHomeHCP .upBtn img {
  position: absolute;
  width: 33px;
  right: 1px;
  top: 0px;
  height: 32px;
}
.mainSection .up_txt {
  line-height: 19px;
  padding-left: 110px !important;
}

@media (min-width: 992px) {
  .posRel {
    position: relative;
  }
  .posAb {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .btnMB100 {
    width: 100% !important;
  }
  .homelist {
    line-height: 1.2rem !important;
  }
  .bannerMob img {
    height: auto;
    display: block;
    width: 100%;
  }
  .mobBg {
    margin: 0 -16px;
    background-image: linear-gradient(87deg, #d1d1d1, transparent);
    font-size: 18px;
    padding-left: 22px;
  }
  .moberoll {
    background: #00bce2 !important;
    height: 52px;
  }
  .moberoll p {
    line-height: 20px;
  }
  .bannerTextHCC {
    transform: none !important;
  }
  .bannerTextHCC {
    bottom: 50% !important;
  }
  .canhelp {
    font-size: 18px;
    padding: 6px 7px;
  }
}
@media only screen and (max-width: 991px) {
  #hcpHome .hompageBanner ul {
    font-size: 16px;
    line-height: 18px;
    padding-left: 26px;
  }
  #hcpHome .hompageBanner ul.sec_ul_list {
    padding-left: 10px !important;
  }
  #hcpHome .hompageBanner li {
    margin-bottom: 7px;
  }
  .mainSection {
    /*.page_enroll_btn {
    	width: 100%;
    	padding: 9px 10px!important;
    	font-size: 29px;
    	line-height: 30px;
    	font-style: italic;
    }*/
  }
  .mainSection .bannerMob img {
    margin-top: 0 !important;
  }
  .mainSection .bannerText {
    position: relative;
    padding: 0px 22px 0 !important;
    margin-top: -120px;
  }
  .mainSection .bannerText .head_txt {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .mainSection .bannerText .sub_head_txt {
    font-size: 20px !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
  }
}
.imageHeight {
  height: 82px;
}

.redBorder {
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}

.blueBorder {
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.greenBottom {
  border-bottom: 3px solid #cadeb8;
}

.dot {
  height: 40px;
  width: 40px;
  background-color: #1b365d;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}

.dotText {
  padding: 9px 0px 0px 7px;
  position: absolute;
  color: #fff;
}

.mainSection .covergarBtn {
  border: none;
  background: url("/static/images/coerage-flashcardBtn.png") no-repeat top left;
  padding: 20px;
  color: black;
  text-align: center;
}
.mainSection .covergarBtn .coverageText {
  position: relative;
  bottom: 0.5rem;
  text-align: center;
  margin-left: 1.9rem;
}
.mainSection .main-tab {
  width: 32%;
  background: rgba(249, 87, 102, 0.2);
}
.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%;
}
.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%;
}
.mainSection .main-tab .nav-link.active::after {
  content: "";
  width: 0;
  height: 17px;
  position: absolute;
  border-left: 1px solid #667174;
  top: 48px;
  left: 50%;
}
.mainSection .dashed-list {
  list-style-type: none;
}
.mainSection .dashed-list li:before {
  content: "—";
  position: absolute;
  margin-left: -20px;
  margin-top: -1px;
}
.mainSection ol li::marker {
  font-weight: bold;
}
.mainSection #appeals:before {
  content: "\a";
  white-space: initial;
}

.grad_card {
  padding: 10px;
  background-image: url("../../static/images/Rectangle_1251.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.grad_card p {
  padding-right: 5px;
}
.grad_card p.fir_para {
  padding-right: 40px;
  margin-bottom: 40px;
}
.grad_card p.sec_para {
  padding-right: 75px;
}

.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;
}

.btm_para {
  padding-left: 9px;
  margin-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.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) {
  .mob_fs10 {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .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;
  }
  .mplr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page_heading {
    font-size: 28px !important;
    line-height: 30px !important;
    padding-right: 5px;
    margin-bottom: 15px !important;
  }
  .page_sub_heading {
    font-size: 17px !important;
    line-height: 19px !important;
    padding-right: 5px;
    margin-bottom: 15px !important;
  }
  .cmn_para {
    font-size: 14px !important;
    line-height: 16px !important;
    padding-right: 10px;
  }
  .cmn_para span {
    display: block;
  }
  .cmn_para span span {
    display: inline-block;
  }
  .grad_card {
    padding: 15px 0 15px 15px;
    margin-bottom: 10px;
  }
  .grad_card p {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-bottom: 10px !important;
  }
  .grad_card p.grad_heading {
    font-size: 20px !important;
    line-height: 22px !important;
    margin-bottom: 3px !important;
  }
  .grad_card p.fir_para {
    padding-right: 15px;
  }
  .grad_card p.btm_para {
    font-size: 12px !important;
    line-height: 14px !important;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0 !important;
  }
  .grad_card p.sec_para {
    padding-right: 0;
  }
  .grad_card p.mt_none {
    margin-bottom: 0 !important;
  }
  .dwn_btn {
    padding-top: 12px;
    padding-left: 55px;
    height: 40px;
    font-size: 15px;
    line-height: 17px;
  }
  .dwn_btn.pt_new {
    padding-top: 5px;
  }
  .dwn_btn.m_btn {
    margin-bottom: 15px;
  }
  .pl_pad {
    padding-left: 15px !important;
  }
  .enrol_btn {
    width: 100%;
    font-size: 30px;
    font-style: italic;
  }
}
.mainSection .mainHeading {
  color: white;
}
.mainSection .mainHeading p {
  padding: 6px 15px;
}
.mainSection .border-tab {
  border-bottom: 1px solid #6d213f !important;
}
.mainSection .rightsection {
  background: rgba(91, 191, 33, 0.2) !important;
  border: none !important;
}
.mainSection .w25 {
  max-width: 25px !important;
}
.mainSection .max40 {
  max-width: 40px !important;
}

#affordMain .boxshadowInset {
  box-shadow: inset 0px 0px 9px 1px #e6ebe2;
  border-radius: 25px;
  border: 1px solid #cadeb8;
}
#affordMain .letSpacing {
  letter-spacing: 1.2px;
}
#affordMain .payheight {
  height: 30px;
  left: 20px;
}
#affordMain .dollarHeight {
  height: 98px;
}
#affordMain .dollarfive {
  position: relative;
  bottom: 8px;
}
#affordMain .fiveTop {
  bottom: 8px;
  position: relative;
}
#affordMain .borderMax {
  border-top: 1px solid #df0051;
}

#formsresources .iconwidth {
  width: 38px;
}
#formsresources ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#formsresources li {
  padding-left: 2em;
  text-indent: -0.7em;
}
#formsresources li::before {
  content: "•";
  color: #df0051;
  padding: 1px;
  margin-right: 5px;
  margin-left: -4px;
  top: 0px;
  position: relative;
  font-size: 23px;
}

.newchartf {
  width: 93% !important;
  padding-left: 1rem;
}

.buttonSection .downloadBtn {
  background-color: #f7dbdb;
  /*max-width: 277px;*/
  /*padding: -1px 1rem 6px 1px;*/
}
.buttonSection .downloadBtn .iconBackground {
  background-color: #920044;
}
.buttonSection .downloadBtn .iconBackground .downIcon {
  width: 33px;
}

.secondSection {
  /*background-color: #920044;*/
}
.secondSection .payBoxMob {
  background-color: #ffffff;
  border-radius: 9px;
}
.secondSection .bottomBorder {
  border-bottom: 1px solid #FE4A5D !important;
  /*width: 256px;
  margin-left: 25px;*/
}

.copay_li_bullet {
  position: relative;
  padding-left: 9px;
}

.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) {
  .page_heading {
    padding-right: 0;
    width: calc(100% + 15px);
  }
  .short_txt {
    font-size: 15px !important;
    line-height: 17px !important;
    margin-bottom: 10px !important;
  }
  .copay_li {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .copay_li_bullet {
    position: relative;
  }
  .copay_li_bullet::before {
    content: "";
    width: 4px;
    height: 4px;
    padding: 0;
    background-color: #000;
    border-radius: 50%;
    top: 5px;
    left: 0;
    position: absolute;
  }
  .table_view {
    margin-left: -15px;
    margin-right: -15px;
  }
  .table_view .t_head_txt {
    font-size: 20px;
    line-height: 22px;
    padding: 10px;
  }
  .table_view .greybg {
    background-color: rgba(112, 112, 112, 0.149);
  }
  .table_view .table_td_box {
    padding: 15px;
  }
  .table_view .table_td_box p {
    position: relative;
    padding-left: 7px;
    font-size: 15px;
    line-height: 17px;
  }
  .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;
  }
  .table_view .table_td_box p.no_f:before {
    display: none;
  }
  .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;
  }
  .table_view .brwn_box {
    padding-right: 0 !important;
  }
  .table_view .brwn_box .table_td_box {
    padding: 15px 27px;
  }
}
.merckAssistance .infoBox {
  /*width: 835px;*/
  /*height: 57px;*/
}

@media only screen and (max-width: 991px) {
  .page_heading {
    padding-right: 0;
    width: calc(100% + 15px);
  }
  .pl_none {
    padding-left: 0 !important;
  }
  .pr_none {
    padding-right: 0 !important;
  }
  .short_txt {
    font-size: 15px !important;
    line-height: 17px !important;
    margin-bottom: 20px !important;
  }
  .copay_li {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .table_view_assistance {
    margin-left: -15px;
    margin-right: -15px;
  }
  .table_view_assistance .t_head_txt_assistance {
    font-size: 20px;
    line-height: 22px;
    padding: 12px;
  }
  .table_view_assistance .greybg_assistance {
    background-color: rgba(112, 112, 112, 0.149);
  }
  .table_view_assistance .table_td_box_assistance {
    padding: 15px 32px;
  }
  .table_view_assistance .table_td_box_assistance p {
    position: relative;
    padding-left: 7px;
    font-size: 15px;
    line-height: 17px;
  }
  .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;
  }
  .table_view_assistance .table_td_box_assistance p.no_f::before {
    display: none;
  }
  .table_view_assistance .table_td_box2_assistance {
    padding: 15px 40px;
    font-size: 15px;
    line-height: 17px;
  }
  .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;
  }
  .table_view_assistance .brwn_box {
    padding-right: 0 !important;
  }
  .table_view_assistance .brwn_box .table_td_box {
    padding: 15px 27px;
  }
  .text-decoration-underline {
    text-decoration: underline;
  }
}
.secondSection .downloadBtnPink {
  background-color: rgba(146, 0, 68, 0.25);
  /*max-width: 277px;*/
  /*padding: -1px 1rem 6px 1px;*/
}
.secondSection .downloadBtnPink .iconBackground {
  background-color: #920044;
}
.secondSection .downloadBtnPink .iconBackground .downIcon {
  width: 33px;
}
.secondSection .downloadBtnPink .iconBackground .ArrowIcon {
  width: 19px;
}
.secondSection .grayBg {
  background: url(/static/images/enrollFrom.png);
  background-size: 100% 100%;
  width: 327px;
  height: 54px;
}
.secondSection .greenShadow {
  background: url(/static/images/greenBg.png);
  background-size: 100% 100%;
}
.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;
}
.secondSection .electronicForm {
  display: inline-block;
  padding-left: 77px;
  padding-top: 9px;
}
.secondSection .electronicForm1 {
  display: inline-block;
  padding-left: 77px;
  padding-top: 17px;
}
.secondSection .enrollNumber {
  color: white;
}
.secondSection .enrollNumber:active {
  color: white;
}
.secondSection .patient-form-left .enrollform {
  padding: 10px 14px;
  background-image: linear-gradient(to right, #dbdee0, #fff);
}
.secondSection .enroll-form-left .enroll-form-icon {
  max-width: 41px;
  width: 100%;
  margin-right: 5px;
}
.secondSection .graydownBg {
  background: url(/static/images/enrollDown.png);
  background-size: 100% 100%;
  width: 327px;
  height: 54px;
}
.secondSection .mobPadding {
  text-align: left;
  padding: 15px 71px;
}

.custWidth {
  max-width: 100% !important;
}

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

.secondSection .elcCol {
  background-color: #920044;
}
.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;
}
.secondSection .downCol {
  background-color: #f95766;
}
.secondSection .btnDiv {
  background: url("/static/images/enrollBtnBg-mob.png") no-repeat;
  background-position: 100%;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.secondSection .btnDiv .btnText {
  color: white;
  margin: 0 auto;
  padding: 1rem 0;
}
.secondSection .btnDiv .btnText .btnLink {
  color: white;
  text-decoration: underline;
}
.secondSection .enrollSuportRow {
  background-color: #667184;
  color: white;
}
.secondSection .patientBtn {
  background: url("/static/images/coerage-flashcardBtn.png") no-repeat;
  padding: 10px;
  color: #000000;
}
.secondSection .patientBtn .btnText {
  margin-left: 44px;
}
.secondSection .longTblSupport {
  max-width: 100%;
}
.secondSection .submitDocBtn {
  background: url("/static/images/submitDocBtn.png") no-repeat;
  padding: 10px;
  color: #000000;
}
.secondSection .submitDocBtn .btnText {
  margin-left: 44px;
}
.secondSection .downloadBtn {
  background-color: rgba(249, 87, 102, 0.2);
  /*max-width: 277px;*/
  /*padding: -1px 1rem 6px 1px;*/
}
.secondSection .downloadBtn .iconBackground {
  background-color: #920044;
}
.secondSection .downloadBtn .iconBackground .downIcon {
  width: 33px;
}
.secondSection .downloadBtn .iconBackground .ArrowIcon {
  width: 19px;
}
.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) {
  .enroll_page_heading {
    font-size: 25px !important;
    line-height: 27px !important;
    max-width: 300px;
    margin-bottom: 5px !important;
  }
  .merck_heading {
    font-size: 28px !important;
    line-height: 30px !important;
    color: #6D213F;
    max-width: 288px;
    margin-bottom: 20px !important;
  }
  .merck_para {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .bar_img img {
    width: 100%;
  }
  .row_pad {
    padding: 16px 3px !important;
  }
  .row_pad p {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .row_pad .dwn_btn {
    margin-bottom: 10px;
  }
  .p_none {
    padding: 0;
  }
  .sec_heading {
    position: relative;
  }
  .sec_heading p {
    padding: 10px 10px 10px 75px;
    font-size: 20px;
    line-height: 22px;
  }
  .sec_heading img {
    position: absolute;
    width: 40px;
    top: -21px;
    left: 17px;
  }
  .mobile_view {
    padding: 0 2px;
    margin-bottom: 65px;
  }
  .mobile_view .row {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile_view p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
    margin-top: 6px;
  }
  .mobile_view .grn_bg {
    background-color: #5bbf21;
    padding: 0 8px;
  }
  .mobile_view .bgSecondary {
    padding: 0 8px;
  }
  .mobile_view .t_head {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0;
    margin-top: 0;
  }
  .mobile_view .left_grad {
    background-image: url("../../static/images/Rectangle_1251.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  .mobile_view .left_grad img {
    width: 28px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 7px;
  }
  .mobile_view .left_grad .topAdjust {
    top: 4px !important;
  }
  .mobile_view .left_grad img.pc_img {
    width: 40px;
  }
  .m_bottom {
    margin-bottom: 10px;
  }
  p.new_fs {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .upl_btn {
    background-image: url("../../static/images/Group_695.png");
  }
}
.sep_img img {
  width: 75%;
  margin: 10px auto;
  display: block;
}

#enrollNow ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#enrollNow li {
  padding-left: 1em;
  text-indent: -0.7em;
}
#enrollNow li::before {
  content: "•";
  color: #df0051;
  padding: 1px;
  margin-right: 5px;
  margin-left: -4px;
  top: 0px;
  position: relative;
  font-size: 23px;
}
#enrollNow .borRad {
  border-radius: 20px;
}
#enrollNow .boxTab {
  position: relative;
  top: -1px;
}
#enrollNow .brbottom {
  border-bottom: 1px solid #df0051;
}

.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);
}

.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);
}

.phoneicoNhcp {
  width: 34px;
}

.othericon {
  width: 20px;
}

.laptopicon {
  width: 40px;
}

.mobOnly {
  font-family: "Proxima Nova";
}

.mobRight {
  right: 3px;
}

.HCCHeader .firstheader a {
  color: #fff;
}
.HCCHeader .firstheader a span {
  color: #fff;
}
.HCCHeader .firstheader .mobile-border {
  border-bottom: 1px solid #fff;
}
.HCCHeader .firstheader .mainActive::before {
  height: 60px;
  margin-top: -4px;
}
.HCCHeader .secondheader, .HCCHeader .mobile-menu {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
.HCCHeader .topmenu .borderBottom {
  border-color: #fff;
}
.HCCHeader .nav-link, .HCCHeader .borderArrow {
  border-bottom: 1px solid #df0051;
  border-top-color: #df0051;
}
.HCCHeader .highlight {
  background-color: #df0051 !important;
}
.HCCHeader .highlight a {
  color: #fff !important;
}
.HCCHeader #mobileNavigation {
  background-color: #fff;
}

.m-fs21 {
  font-size: 21px;
}

.fs44 {
  font-size: 44px;
}

.background-lightblue {
  background-color: #0b3560;
}

.hccEnrollmentsection .enrollbutton {
  padding: 5px 5px;
  border: 0px;
  border-radius: 45px;
  overflow: hidden;
}
.hccEnrollmentsection .bgImageSec {
  background-image: none;
  background-size: 100% 100%;
}
.hccEnrollmentsection .bgImageTopsec {
  background-image: url("/static/images/hcc/enrollment-mob.png");
  background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
}
.hccEnrollmentsection .bgImageTopsec .bgGradient {
  background-image: linear-gradient(to right, #1b365d, #1b365d, #1b365d, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
.hccEnrollmentsection .bgImageTopsec .gettinstartedmenu img {
  max-width: 100px;
}
.hccEnrollmentsection .bgImageTopsec .mob-active {
  position: relative;
}
.hccEnrollmentsection .bgImageTopsec .mob-active::after {
  content: "";
  position: relative;
  width: 100%;
  height: 6px;
  bottom: 0px;
  border-radius: 6px 6px 0px 0px;
  background-color: #cadeb8;
}
.hccEnrollmentsection .maintab {
  align-items: end;
}
.hccEnrollmentsection .tablink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  min-height: 70px;
  font-size: 19px;
}
.hccEnrollmentsection .tablink.active {
  width: 320px;
  font-size: 25px;
}
.hccEnrollmentsection .enrollmentsec .mob-or {
  position: relative;
}
.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;
}
.hccEnrollmentsection .enrollmentsec .mob-or::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  top: 24px;
  z-index: 0;
  height: 2px;
  background: #223a59;
}
.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;
}
.hccEnrollmentsection .enrollmentsec .background-green {
  border-radius: 0px;
  background-color: #e6f0dd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hccEnrollmentsection .enrollmentsec .background-green .helpful-link {
  padding: 0px 20px 0px 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #df0051;
}
.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 rgba(0, 0, 0, 0.1607843137);
}
.hccEnrollmentsection .pharmacy-contact {
  background-color: rgba(202, 222, 184, 0.6);
  border-radius: 20px;
}
.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;
}
.hccEnrollmentsection .pharmacy-or span::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #1b365d;
  z-index: -1;
}
.hccEnrollmentsection .besurebox {
  border-radius: 20px;
}
.hccEnrollmentsection .order-list {
  list-style: none;
  padding-left: 25px;
}
.hccEnrollmentsection .order-list li {
  position: relative;
  margin-bottom: 6px;
}
.hccEnrollmentsection .order-list li::before {
  position: absolute;
  content: "1)";
  left: -25px;
}
.hccEnrollmentsection .order-list li:nth-child(2)::before {
  content: "2)";
}
.hccEnrollmentsection .order-list li:nth-child(3)::before {
  content: "3)";
}
.hccEnrollmentsection .order-list li:nth-child(4)::before {
  content: "4)";
}
.hccEnrollmentsection .order-list li:nth-child(5)::before {
  content: "5)";
}

.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;
}
.get-start-bottom .mobile-arrowsec {
  margin-bottom: 0px;
  padding: 20px 0px;
  background-color: #fae1df;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.get-start-bottom .visitsite {
  background-color: rgba(250, 225, 223, 0.4);
  border-radius: 10px;
}
.get-start-bottom .visitsite img {
  max-width: 170px;
}
.get-start-bottom .visitsite .arrow-mob-img {
  transform: rotate(90deg);
  max-height: 60px !important;
}
.get-start-bottom .visitsite .provide {
  max-width: 190px;
  height: auto;
}
.get-start-bottom .navigator-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
}
.get-start-bottom .navigator-list li {
  position: relative;
}
.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));
}
.get-start-bottom .m-lh20 {
  line-height: 20px;
}

.enrollbutton {
  padding: 5px 5px;
  border: 0px;
  border-radius: 45px;
}
.placeholder {
  color: #f534f5;
}

.shadow-sec {
  box-shadow: 5px 10px #888888;
}

@media only screen and (max-width: 991px) {
  .get-start-bottom .visitsite .signimg {
    width: 150px !important;
    height: auto;
  }
}
.mfs40_mlh44 {
  font: 40px;
  line-height: 44px;
}

.hccHome .menu-bottom-border::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  background-color: #0b3560;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hccHome .homenumbers {
  width: 100px;
  height: 100px;
  padding: 10px;
  font-size: 77px;
  line-height: 77px;
  border-radius: 9px;
  margin: auto;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.hccHome .learnmore-btn {
  font-size: 25px;
  padding: 15px 50px;
  border-radius: 45px;
}

.secondSection .elcCol {
  background-color: #920044;
}
.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;
}
.secondSection .downCol {
  background-color: #f95766;
}
.secondSection .btnDiv {
  background: url("/static/images/enrollBtnBg-mob.png") no-repeat;
  background-position: 100%;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.secondSection .btnDiv .btnText {
  color: white;
  margin: 0 auto;
  padding: 1rem 0;
}
.secondSection .btnDiv .btnText .btnLink {
  color: white;
  text-decoration: underline;
}
.secondSection .enrollSuportRow {
  background-color: #667184;
  color: white;
}
.secondSection .patientBtn {
  background: url("/static/images/coerage-flashcardBtn.png") no-repeat;
  padding: 10px;
  color: #000000;
}
.secondSection .patientBtn .btnText {
  margin-left: 44px;
}
.secondSection .longTblSupport {
  max-width: 100%;
}
.secondSection .submitDocBtn {
  background: url("/static/images/submitDocBtn.png") no-repeat;
  padding: 10px;
  color: #000000;
}
.secondSection .submitDocBtn .btnText {
  margin-left: 44px;
}
.secondSection .downloadBtn {
  background-color: rgba(249, 87, 102, 0.2);
  /*max-width: 277px;*/
  /*padding: -1px 1rem 6px 1px;*/
}
.secondSection .downloadBtn .iconBackground {
  background-color: #920044;
}
.secondSection .downloadBtn .iconBackground .downIcon {
  width: 33px;
}
.secondSection .downloadBtn .iconBackground .ArrowIcon {
  width: 19px;
}
.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) {
  .enroll_page_heading {
    font-size: 25px !important;
    line-height: 27px !important;
    max-width: 300px;
    margin-bottom: 5px !important;
  }
  .merck_heading {
    font-size: 28px !important;
    line-height: 30px !important;
    color: #6D213F;
    max-width: 288px;
    margin-bottom: 20px !important;
  }
  .merck_para {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .bar_img img {
    width: 100%;
  }
  .row_pad {
    padding: 16px 3px !important;
  }
  .row_pad p {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .row_pad .dwn_btn {
    margin-bottom: 10px;
  }
  .p_none {
    padding: 0;
  }
  .sec_heading {
    position: relative;
  }
  .sec_heading p {
    padding: 10px 10px 10px 75px;
    font-size: 20px;
    line-height: 22px;
  }
  .sec_heading img {
    position: absolute;
    width: 40px;
    top: -21px;
    left: 17px;
  }
  .mobile_view {
    padding: 0 2px;
    margin-bottom: 65px;
  }
  .mobile_view .row {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile_view p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
    margin-top: 6px;
  }
  .mobile_view .grn_bg {
    background-color: #5bbf21;
    padding: 0 8px;
  }
  .mobile_view .bgSecondary {
    padding: 0 8px;
  }
  .mobile_view .t_head {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0;
    margin-top: 0;
  }
  .mobile_view .left_grad {
    background-image: url("../../static/images/Rectangle_1251.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  .mobile_view .left_grad img {
    width: 28px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 7px;
  }
  .mobile_view .left_grad .topAdjust {
    top: 4px !important;
  }
  .mobile_view .left_grad img.pc_img {
    width: 40px;
  }
  .m_bottom {
    margin-bottom: 10px;
  }
  p.new_fs {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .upl_btn {
    background-image: url("../../static/images/Group_695.png");
  }
}
.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;


}
}*/
.enrollBorder {
  border: 1px solid #df0051;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  border-right: 0px;
}

.phoneicoN {
  width: 20px;
}

.othericon {
  width: 20px;
}

.laptopicon {
  width: 40px;
}

.hccFormResourcesTop .bgImageTopsec {
  background-image: url("/static/images/hcc/mobSupport.png");
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.hccFormResourcesTop .bgImageTopsec .mob-active::after {
  width: 80%;
}
.hccFormResourcesTop .bgGradient {
  background-image: linear-gradient(to right, #1b365d, #1b365d, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.hccformsBtn {
  background-color: #223a59;
  border: 0px;
  border-radius: 45px;
  width: 100%;
  padding: 0;
}
.hccformsBtn a {
  padding: 5px;
  width: 100%;
}

.mfs34_mlh38 {
  font-size: 34px;
  line-height: 38px;
}

.hcc-modal .modal-content {
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #df0051;
  border-radius: 0px 0px 26px 26px;
}
.hcc-modal .modal-middle-border {
  border-bottom: 1px solid #df0051;
}
.hcc-modal .modal-dialog {
  top: 30px;
}
.hcc-modal .modal-header {
  padding: 5px;
  border-radius: 26px;
  position: absolute;
  width: 100%;
  top: -22px;
  z-index: 2;
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.hcc-modal .modal-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
}
.hcc-modal .modal-list li {
  position: relative;
}
.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));
}
.hcc-modal .listborderbottom {
  margin-bottom: 20px;
  position: relative;
}
.hcc-modal .listborderbottom::after {
  position: absolute;
  content: "";
  width: 112%;
  height: 2px;
  background-color: #dbe7cd;
  left: -32px;
  bottom: -10px;
}

.downloadprintPop .listborderbottom::after {
  width: 97%;
  left: 4px;
}
.downloadprintPop .lastitem {
  border-bottom: 1px solid #df0051;
}

.hccAffordabilitysection .bgImageSec {
  background-image: none;
  background-size: 100% 100%;
}
.hccAffordabilitysection .gettinstartedmenu {
  background-image: url("/static/images/hcc/afford-mob.png");
  background-size: 100% 100%;
}
.hccAffordabilitysection .gettinstartedmenu img {
  max-width: 100px;
}
.hccAffordabilitysection .mob-active {
  position: relative;
}
.hccAffordabilitysection .mob-active::after {
  content: "";
  position: relative;
  width: 100%;
  height: 6px;
  bottom: 0px;
  border-radius: 6px 6px 0px 0px;
  background-color: #cadeb8;
}
.hccAffordabilitysection .maintab {
  align-items: end;
}
.hccAffordabilitysection .tablink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  min-height: 70px;
  font-size: 19px;
}
.hccAffordabilitysection .tablink.active {
  width: 320px;
  font-size: 25px;
}
.hccAffordabilitysection .enrollmentsec .enrolltitle span {
  color: #fff;
  font-size: 18px;
  background-color: #df0051;
  padding: 0px 6px;
  border-radius: 50%;
}
.hccAffordabilitysection .enrollmentsec .background-green {
  border-radius: 0px;
  background-color: #e6f0dd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hccAffordabilitysection .enrollmentsec .background-green .helpful-link {
  padding: 0px 20px 0px 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  border-radius: 30px;
  border: 1px solid #df0051;
}
.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 rgba(0, 0, 0, 0.1607843137);
}

.get-start-bottom .visitsite {
  background-color: rgba(250, 225, 223, 0.4);
  border-radius: 10px;
}
.get-start-bottom .visitsite img {
  width: auto !important;
  height: 84px;
}
.get-start-bottom .visitsite .provide {
  max-width: 190px;
}
.get-start-bottom .navigator-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
}
.get-start-bottom .navigator-list li {
  position: relative;
}
.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));
}

.enrollbutton {
  padding: 5px 5px;
  border: 0px;
  border-radius: 45px;
}
.placeholder {
  color: #f534f5;
}

.enrollbutton {
  padding: 0;
  overflow: hidden;
}
.enrollbutton a {
  width: 100%;
  padding: 5px;
}

.enrollbuttonins {
  border: 0px;
  border-radius: 45px;
  padding: 5px 5px 5px 5px;
  overflow: hidden;
}

.boxshadowInset {
  box-shadow: inset 0px 0px 9px 1px #e6ebe2;
  border-radius: 25px;
  border: 1px solid #cadeb8;
}

.letSpacing {
  letter-spacing: 1.2px;
}

.payheight {
  height: 30px;
}

.dollarHeight {
  height: 98px;
}

.dollarfive {
  position: relative;
  bottom: 8px;
}

.fiveTop {
  bottom: 8px;
  position: relative;
}

.borderMax {
  border-top: 1px solid #df0051;
}

/*.boxShadow{
  box-shadow: none;
}*/
.container {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.background-lightgreen {
  background-color: rgba(202, 222, 184, 0.6);
}

@media only screen and (min-width: 992px) {
  .modal #popupHCP {
    overflow-y: hidden !important;
  }
  .modal #externalCommon {
    overflow-y: hidden !important;
  }
  .modal #externalLinksContinue {
    overflow-y: hidden !important;
  }
  .modal .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
  }
  .modal .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    max-width: 860px !important;
  }
   #modal_overlay .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    max-width: 781px !important;
}
  .modal .btnSubmit {
    background: rgba(145, 198, 74, 0.4);
    color: #6d213f !important;
  }
  .modal .popupMain {
    width: 527px;
  }
  .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;
  }
  .modal .popupMain .mapRow {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .modal .popupMain .mapRow .interstitalHeaderOne {
    font-size: 40px !important;
    font-family: "ArialBold" !important;
  }
  .modal .popupMain .areuText {
    letter-spacing: 1px !important;
  }
  .modal .popupMain .welcomeRow {
    letter-spacing: 10px !important;
  }
  #externalCommon .modal-dialog {
    top: 62% !important;
  }
  #externalLinksContinue .modal-dialog {
    top: 65% !important;
  }
  #SignupHint .modal-dialog {
    max-width: 60%;
    margin-top: 1rem;
  }
  #SignupHint .modal-dialog .modal-content {
    background: transparent;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody {
    background: transparent;
    border: 1px solid #920044;
    border-radius: 20px;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow {
    width: 100%;
    margin: 0 auto;
    display: table;
    background: #efeff0;
    border-radius: 20px;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol {
    display: table-cell;
    background: #efeff0;
    border-radius: 20px;
    width: 50%;
  }
  #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;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .headingRow1 .rightTd {
    border-left: 1px solid white;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .headingRow1Text {
    margin: 0 10px;
  }
  #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;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .headingRow2Close {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .headingRow2Text {
    margin: 0 10px;
  }
  #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;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow1 .tdIMG {
    vertical-align: baseline;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow1 .tdIMG .modalPointer {
    max-width: 25px;
    margin: 0px 10px;
  }
  #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%;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow2 {
    background-color: #efeff0;
    border: none;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow2 .tdIMG {
    vertical-align: baseline;
  }
  #SignupHint .modal-dialog .modal-content .SignupHintBody .tabRow .tabCol .BodyRow2 .tdIMG .modalPointer {
    max-width: 25px;
    margin: 0px 10px;
  }
  #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%;
  }
  #healthcareHint .modal-dialog {
    max-width: 31%;
  }
  .noBreak {
    white-space: nowrap;
  }
  #enrollnowPopup-hcc .modal-dialog,
  #enrollnowPopup-hcp .modal-dialog {
    max-width: 920px !important;
  }
  #enrollnowPopup-hcp .modal-dialog, #enrollnowPopup-hcc .modal-dialog {
    border-top: 15px solid #00867c;
    border-bottom: 15px solid #00867c;
  }
  #enrollnowPopup-hcp .modal_header, #enrollnowPopup-hcc .modal_header {
    background-color: #6dceb1;
    width: 100%;
    position: relative;
  }
  #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;
  }
  #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;
  }
  #enrollnowPopup-hcp .modal_header button.modalClose_btn img, #enrollnowPopup-hcc .modal_header button.modalClose_btn img {
    display: block;
  }
  #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";
  }
  #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;
  }
  #enrollnowPopup-hcp .modal_content_box p, #enrollnowPopup-hcc .modal_content_box p {
    margin-bottom: 10px;
  }
  #enrollnowPopup-hcp .modal_content_box ul li, #enrollnowPopup-hcc .modal_content_box ul li {
    margin-bottom: 10px;
  }
  #enrollnowPopup-hcp .modal_content_box .btm_btn_box, #enrollnowPopup-hcc .modal_content_box .btm_btn_box {
    text-align: center;
  }
  #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";
  }
  #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";
  }
  #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;
  }
  #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;
  }
  #enrollnowPopup-hcp .modal_content_box p.job_p, #enrollnowPopup-hcc .modal_content_box p.job_p {
    margin-bottom: 15px;
  }
  .noBtn {
    width: 270px !important;
  }
  .yesBtn {
    width: 270px !important;
  }
  .noLeavehcc {
    width: 270px !important;
  }
  .yesLeavehcc {
    width: 270px !important;
  }
  .brandLogohcp {
    width: 550px;
  }
    #modal_overlay .brandLogohcp {
    width: 15px;
  }
  .borderLeave {
    border-radius: 32px;
  }
  .borderModalTop {
    border-top-right-radius: 31px;
    border-top-left-radius: 31px;
  }
  #merckPortalModalPopUp .modal-dialog {
    top: 50% !important;
  }
  .footer_box {
    padding: 30px 35px 0px !important;
  }
  .accessibility-icon-img {
    position: relative;
  }
  .foot_row {
    position: relative;
    top: -13px;
  }
  .footer_menu_box {
    display: inline-block;
    vertical-align: middle;
  }

  

  .mob_in {
    display: none;
  }
  .footer_menu_box ul {
    font-size: 11px !important;
    line-height: 20px !important;
  }

 

  .footer_menu_box ul li {
    display: inline-block;
    border-right: 2px solid #00857c;
    padding: 0 8px;
  }
 
  .stickyHeader .rightHeader {
    flex: 0 0 94.95%;
  }
  .stickyHeader .for_hcc {
    flex: 0 0 94.8%;
  }
  .stickyHeader .skipLinks {
    visibility: hidden;
    list-style-type: none;
  }
  .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;
  }
  .stickyHeader .skipLinks a a.skip-main {
    visibility: hidden;
  }
  .stickyHeader .skipLinks a:focus {
    text-decoration: underline;
    top: 0;
  }
  .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;
  }
  .stickyHeader .navbar .navbar-collapse .nav-link:hover {
    background-color: #00bce2;
  }
  .stickyHeader .top_menu_wrapper {
    display: inline-block;
  }
  .stickyHeader .menuHcc button {
    background-color: rgb(223, 0, 81);
  }
  .stickyHeader .menu_btn_box {
    position: relative;
  }
  .stickyHeader .contact_us_btn_box {
    position: relative;
  }
  .stickyHeader .menu_btn,
  .stickyHeader .contact_btn {
    padding: 2px 0px;
    border: 0;
    width: 130px;
    cursor: pointer;
  }
  .stickyHeader .menu_btn span,
  .stickyHeader .contact_btn span {
    position: relative;
    left: -37px;
  }
  .stickyHeader .menu_btn .cntText,
  .stickyHeader .contact_btn .cntText {
    position: relative;
    left: -8px;
  }
  .stickyHeader .border_rad50 {
    border-radius: 50px;
  }
  .stickyHeader .drop_box {
    display: none;
    position: absolute;
    width: 327px;
    right: -4px;
    top: 0;
    border-radius: 17px;
    overflow: hidden;
    padding-top: 0px;
    z-index: 1;
  }
  .stickyHeader .white_bg {
    background-color: #fff;
  }
  .stickyHeader .red_border {
    border-color: #df0051;
  }
  .stickyHeader .border1_solid {
    border-width: 1px;
    border-style: solid;
  }
  .stickyHeader .in_view {
    display: block;
  }
  .stickyHeader .main_menu_box ul {
    list-style: none;
    padding-left: 8px;
    padding-right: 8px;
  }
  .stickyHeader .main_menu_box ul li:last-child {
    border: none;
    height: 60px;
  }
  .stickyHeader .main_menu_box ul li {
    border-bottom: 1px solid #df0051;
  }
  .stickyHeader .linkHover:hover {
    color: #1b365d;
  }
  .stickyHeader .main_menu_box div:first-child,
  .stickyHeader .contact_menu_box div:first-child {
    text-align: right;
    padding: 6px;
    /* margin: 1px; */
  }
  .stickyHeader .main_menu_box ul li a {
    display: block;
    text-align: center;
    padding: 7px 4px 5px 4px;
  }
  .stickyHeader .red_bg {
    background-color: #df0051;
  }
  .stickyHeader .close_btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
  }
  .stickyHeader .border0 {
    border: 0;
  }
  .stickyHeader .white_text {
    color: #fff;
  }
  .stickyHeader .newdrop_box {
    width: 320px;
    right: 0px;
  }
  .stickyHeader .newdrop_box ul {
    margin-bottom: 5px;
  }
  .stickyHeader .newdrop_box ul li a {
    padding: 7px 4px 10px 4px;
  }
  .stickyHeader .newdrop_box2 {
    width: 320px;
  }
  .stickyHeader .newdrop_box3 {
    width: 326px;
  }
  .stickyHeader .activeHome {
    font-size: 15px;
    height: 110px;
    width: 110px;
    background-color: rgb(223, 0, 81);
    color: white;
    font-size: 25px;
    font-style: italic;
    border: none;
    font-weight: bold;
  }
  .enrollBtn {
    background: none;
    border: none;
  }
  .border-right-link {
    border-right: 1px solid rgb(255, 255, 255);
    line-height: 3px;
  }
  .border-right-blue {
    border-right: 1px solid #0b3560;
    line-height: 3px;
  }
  .borderBottom {
    border-bottom: none;
  }
  .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;
  }*/
  button:focus {
    outline: none !important;
  }
  .homeBorder {
    border-right: 1px solid #fff;
    height: 45px;
    position: absolute;
    top: 28px;
    right: 13px;
  }
  .closeSpan {
    top: 2px;
    position: relative;
    right: 6px;
  }
  .deskHover:hover {
    color: #0b3560;
  }
  #page-wrapper {
    max-width: 992px;
    margin: 0 auto;
  }
  .deskBold {
    font-family: "Proxima Nova-Bold";
  }
  .noBreak {
    white-space: nowrap;
  }
  /*font size*/
  .marginLeftAuto {
    margin-left: auto;
  }
  .bgDarkActive1 {
    background-color: #00bce2 !important;
  }
  .fs10 {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .fs11 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .fs12 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .fs13 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .fs14 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fs15 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .fs16 {
    font-size: 16px;
    font-size: 1rem;
  }
  .fs17 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .fs18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fs19 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .fs20 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fs21 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .fs22 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .fs23 {
    font-size: 23px !important;
  }
  .fs24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .fs25 {
    font-size: 25px !important;
  }
  .fs26 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .fs27 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .fs28 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .fs30 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .fs32 {
    font-size: 32px;
  }
  .fs41 {
    font-size: 41px;
  }
  .fs34 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .fs35 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .fs36 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .fs37 {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .fs40 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .fs45 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .fs50 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .fs51 {
    font-size: 51px;
    font-size: 3.1875rem;
  }
  .fs72 {
    font-size: 72px;
    font-size: 4.5rem;
  }
  .fs90 {
    font-size: 90px;
    font-size: 5.625rem;
  }
  .fs65 {
    font-size: 65px;
    font-size: 4.0625rem;
  }
  .fs28 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .lh13 {
    line-height: 13px;
    line-height: 0.8125rem;
  }
  .lh15 {
    line-height: 15px;
    line-height: 0.9375rem;
  }
  .lh18 {
    line-height: 18px;
    line-height: 1.125rem;
  }
  .lh20 {
    line-height: 20px;
    line-height: 1.25rem;
  }
  .lh22 {
    line-height: 22px;
    line-height: 1.375rem;
  }
  .lh24 {
    line-height: 24px;
    line-height: 1.5rem;
  }
  .lh26 {
    line-height: 26px;
    line-height: 1.625rem;
  }
  .lh27 {
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .lh30 {
    line-height: 30px;
    line-height: 1.875rem;
  }
  .lh32 {
    line-height: 32px;
    line-height: 2rem;
  }
  .lh34 {
    line-height: 34px;
    line-height: 2.125rem;
  }
  .lh36 {
    line-height: 36px;
    line-height: 2.25rem;
  }
  .lh37 {
    line-height: 37px;
    line-height: 2.3125rem;
  }
  .lh38 {
    line-height: 38px;
    line-height: 2.375rem;
  }
  .lh48 {
    line-height: 48px;
    line-height: 3rem;
  }
  .handCursor {
    cursor: pointer;
    padding: 2px 8px;
  }
  .logo {
    width: 255px;
    width: 263px;
    position: relative;
    top: 0px;
  }
  .plusIcon {
    color: #ffffff !important;
    font-weight: bold;
  }
  .gray {
    color: #5e6062;
  }
  .mainActive {
    position: relative;
    font-size: 18px;
  }
  .mainActive::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    /* top: -26px;*/
    top: -24px;
    left: 0;
    border-radius: 20px;
    background: rgb(223, 0, 81);
  }
  /* fontsize_lineheight multi-class mixin*/
  .fs50_lh34 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .fs24_lh36 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .fs36_lh44 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
  .fs36_lh45 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 45px;
    line-height: 2.8125rem;
  }
  .fs16_lh24 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .fs18_lh27 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .fs36_lh36 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .fs14_lh26 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .fs13_lh18 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .fs30_lh36 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .fs14_lh16 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
  }
  .fs14_lh18 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .fs27_lh24 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .fs13_lh16 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
  .fs13_lh15 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
  .fs13_lh18 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .fs13_lh20 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .fs38_lh44 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
  .fs25_lh28 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .fs15_lh19 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .fs28_lh35 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
  .fs40_lh44 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
  .fs22_lh26 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .fs21_lh25 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
  .fs26_lh30 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .fs34_lh38 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
  .fs33_lh37 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 37px;
    line-height: 2.3125rem;
  }
  .fs18_lh22 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .fs24_lh28 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .maintab {
    flex-direction: row !important;
    align-content: center !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .tablink {
    justify-content: center;
    border-top-left-radius: none;
    border-bottom-left-radius: none;
    border-radius: 60px;
    border-right-style: solid;
  }
  .afford1 {
    width: 435px !important;
  }
  .afford2 {
    width: 446px !important;
  }
  .tabEnroll {
    margin: 0 !important;
    height: 108px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .tabCover {
    height: 80px;
  }
  .formsBtn {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 340px;
  }

  .formsDevice {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 370px;
  }

  .formsBtnNew{
    background-color: #0b3560;
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 394px;
  }

  .formsBtnNewTwo{
    background-color: #0b3560;
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 394px;
  }

  .printBtn {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 320px;
  }
  .printBtn2 {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
  }
  .covBtn {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 375px;
  }
  .affordBtn {
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 380px;
  }
  .covBtnfour {
    width: 320px !important;
  }
  .covBtntwo {
    width: 340px !important;
  }
  .covBtnthree {
    width: 350px !important;
  }

  .covBtnnewOne {
    width: 365px !important;
 
  }
  
  .covBtnnewTwo {
    width: 495px !important;
  }
  .backButtondesk {
    transform: rotate(270deg);
    margin: 18px 5px -10px -40px;
  }
  .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;
  }
  .square:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  .spanBack {
    position: relative;
    bottom: 3px;
    right: 5px;
  }
  .homeNav {
    /*border-right: 1px solid #fff;*/
    float: right;
    height: 99px;
  }
  .coverageheigtht {
    height: 80px;
  }
  .navActive {
    background-color: #df0051;
    border-right: none !important;
  }
  .navActive span {
    color: white;
  }
  .imageWidtth {
    width: 48px;
  }
  .enrollWidth {
    width: 125px;
  }
  .affWidth {
    width: 135px;
  }
  .enrollheight {
    height: 85px;
  }
  .enrollheightOne {
    height: 80px;
  }
  .hrWidthenroll {
    width: 98% !important;
  }
  .hrWidth {
    width: 100%;
  }
  .hrWidthcov {
    float: left;
  }
  .topPosition {
    position: relative;
    top: -24px;
  }
  .tablink.active {
    font-size: 26px;
    line-height: 36px;
  }
  .tablink.active.afford1 {
    font-size: 28px;
    line-height: 35px;
  }
  .tablink.active.afford2 {
    font-size: 28px;
    line-height: 35px;
  }
  .defaultColor {
    font-size: 32px;
    line-height: 36px;
  }
  .greenBottom2 {
    border-bottom: none !important;
    border-right: 4px solid #cadeb8;
  }
  .newPopHead {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .coverageDesk {
    width: 430px !important;
    height: 80px;
  }
  .insuranceDesk {
    width: 430px;
  }
  .numbMob {
    max-width: 44px;
  }
  .numbMobSmall {
    max-width: 24px;
  }
  .deskPosition {
    position: relative;
    bottom: -25px;
  }
  .enrollBtn:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  .yesBtn:focus, .noBtn:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }
   .yesBtnn:focus, .noBtn:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  .yesLeavehcc:focus, .noLeavehcc:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  .contact_btn:focus, .menu_btn:fcous {
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  button:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  .inLine {
    display: inline-block !important;
  }
 
  .ssi_container #floating_sticky_footer {
    position: fixed;
    bottom: 0;
    /*width: 98%;
    margin-left: .8rem;
    max-width: 1500px;*/
  }
  .ssi_container #floating_sticky_footer .sticky_container .panel {
    margin: 0px 10px;
  }
  .ssi_container #floating_sticky_footer .sticky_container .panel .panel-heading .plus_button {
    line-height: 46px;
  }
  .ssi_container #floating_sticky_footer .sticky_container .panel .sticky_para {
    padding: 7px 17px 18px;
  }
  .ssi_container #isi {
    /*    margin: 205px 10px 0px;*/
    margin: 10px 10px 0px;
  }
  .ssi_container #isi .containerDsk {
    width: 800px;
  }
  .ssi_container #isi .containerDsk .ssi_content .ssi_li {
    padding: 4px 2px 4px 0px;
  }
  .ssi_container #isi .containerDsk .ssi_content .ssi_li .ssi_li_span {
    position: relative;
    left: 10px;
  }
  .mainSection .bordertopDesk {
    border-top: 1.5px solid #667174 !important;
  }
  .mainSection .bannerMob {
    width: inherit;
  }
  .mainSection .bannerText {
    top: 58%;
    bottom: auto;
    background: none;
    top: 30px;
    background: transparent;
    margin: 0;
    bottom: 0;
    right: 20px;
    width: 508px;
    position: absolute;
  }
  .mainSection .bannerTextHCC {
    top: 48%;
    bottom: auto;
    transform: translateY(-50%);
    right: 12px;
    width: 555px;
  }
  .mainSection .secondSectionHome #slider {
    height: 112px;
  }
  .greenBottom {
    border-bottom: none !important;
    border-right: 4px solid #cadeb8;
  }
  #hcpHome ul li::before {
    content: "";
    height: 45px;
    width: 45px;
  }
  #hcpHome .hrClass {
    height: 1px;
    width: 86%;
  }
  .dot {
    height: 60px !important;
    width: 60px !important;
    background-color: #1b365d;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
  }
  .dotText {
    padding: 16px 0px 0px 12px !important;
    position: absolute;
    color: #fff;
  }
  .homeafford {
    height: 75px;
    padding-top: 40px !important;
    padding-bottom: 26px;
  }
  .imageHeight {
    height: 120px;
  }
  .redBorder {
    border-top-right-radius: 51px;
    border-top-left-radius: 51px;
  }
  .blueBorder {
    border-bottom-right-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .page_enroll_btn {
    width: 280px !important;
  }
  .mainSection .tab-internal-border {
    border-top: 2px solid #667174 !important;
  }
  .mainSection .nav-link.active::after {
    top: 33px !important;
  }
  .mainSection #appeals:before {
    content: "\a";
    white-space: initial;
  }
  .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;
  }
  .grad_card {
    padding: 10px;
    background-image: url("../../static/images/Rectangle_1251.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .grad_card p {
    padding-right: 5px;
  }
  .grad_card p.grad_heading {
    font-size: 20px;
    line-height: 24px;
  }
  .grad_card p.fir_para {
    padding-right: 40px;
  }
  .grad_card p.sec_para {
    padding-right: 75px;
  }
  .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;
  }
  .btm_para {
    padding-left: 9px;
    margin-top: 5px;
  }
  .pt_10 {
    padding-top: 10px;
  }
  .enrol_btn {
    background-color: #5bbf21;
    display: inline-block;
    width: 295px;
    height: 60px;
    line-height: 60px;
    color: #fff;
  }
  .mainSection .tab-internal-border {
    border-top: 2px solid #667174 !important;
  }
  .mainSection .w25 {
    max-width: 25px !important;
  }
  .mainSection .max40 {
    max-width: 40px !important;
  }
  #affordMain .bgHeight {
    height: 145px;
  }
  #affordMain .dollarfive {
    position: relative;
    bottom: 40px !important;
  }
  #affordMain .fiveTop {
    bottom: 13px !important;
    position: relative;
  }
  #affordMain .payheight {
    right: -21px;
  }
  #formsresources .iconwidth {
    width: 40px;
  }
  #formsresources li {
    padding-left: 3.2em;
    text-indent: -0.7em;
  }
  #formsresources li::before {
    content: "•";
    color: #df0051;
    padding: 0px;
    margin-right: 5px;
    margin-left: -4px;
    top: 0px;
    position: relative;
    font-size: 25px;
  }
  .newchartf {
    width: 82% !important;
    padding-left: 9rem;
  }
  .buttonSection .downloadBtn {
    background-color: #f7dbdb;
    /*max-width: 277px;*/
    /*padding: -1px 1rem 6px 1px;*/
  }
  .buttonSection .downloadBtn .iconBackground {
    background-color: #920044;
  }
  .buttonSection .downloadBtn .iconBackground .downIcon {
    width: 33px;
  }
  .secondSection .payBox {
    background-color: #ffffff;
  }
  .secondSection .bottomBorder {
    border-bottom: 1px solid #FE4A5D !important;
    /*width: 256px;
    margin-left: 25px;*/
  }
  .short_txt {
    max-width: 625px;
  }
  .text-decoration-underline {
    text-decoration: underline !important;
  }
  .text-decoration-underline a {
    color: #000 !important;
  }
  .text-decoration-underline a.white_a {
    color: #fff !important;
  }
  .table_view .t_head_txt {
    padding: 10px 10px;
  }
  .table_view .table_td_box {
    padding: 15px 15px 15px 0;
  }
  .table_view .table_td_box p {
    position: relative;
    padding-left: 7px;
  }
  .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;
  }
  .table_view .table_td_box2 {
    padding: 15px 36px;
  }
  .greybg p::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    padding: 0;
    background-color: #000;
    top: 6px;
    left: 0;
    border-radius: 50px;
  }
  .greybg {
    background-color: rgba(112, 112, 112, 0.149);
  }
  .merckAssistance .infoBox {
    /*width: 835px;*/
    height: 29px;
  }
  .table_view_assistance .t_head_txt_assistance {
    padding: 10px 10px;
  }
  .table_view_assistance .table_td_box_assistance {
    padding: 10px;
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 0;
  }
  .table_view_assistance .table_td_box_assistance p {
    position: relative;
    padding-left: 7px;
  }
  .table_view_assistance .table_td_box2_assistance {
    padding: 15px 20px;
    padding-bottom: 0;
  }
  .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;
  }
  .greybg_assistance p::before {
    content: "";
    display: none;
  }
  .greybg_assistance {
    background-color: rgba(112, 112, 112, 0.149);
  }
  .en_btn_assistance {
    display: inline-block;
    width: 181px;
    height: 25px;
    background-color: #5bbf21;
    text-align: center;
    line-height: 25px;
    color: #fff;
  }
  .short_txt_none {
    max-width: none;
  }
  .secondSection .downloadBtnPink {
    background-color: rgba(146, 0, 68, 0.25);
    /*max-width: 277px;*/
    /*padding: -1px 1rem 6px 1px;*/
  }
  .secondSection .downloadBtnPink .iconBackground {
    background-color: #920044;
  }
  .secondSection .downloadBtnPink .iconBackground .downIcon {
    width: 33px;
  }
  .secondSection .downloadBtnPink .iconBackground .ArrowIcon {
    width: 19px;
  }
  .secondSection .greenShadow {
    background: url(/static/images/greenBg.png);
    background-size: 100% 100%;
  }
  .secondSection .electronicForm {
    padding-left: 77px;
    display: inline-block;
  }
  .secondSection .pinkshadow {
    background: url(/static/images/signBg.png);
    background-size: 100% 100%;
  }
  .secondSection .grayBg {
    background: url(/static/images/enrollFrom.png);
    background-size: 100% 100%;
    width: 322px;
    height: 50px;
  }
  .secondSection .graydownBg {
    background: url(/static/images/enrollDown.png);
    background-size: 100% 100%;
    width: 300px;
    height: 50px;
    margin-left: 70px;
  }
  .secondSection .electronicForm1 {
    padding-left: 72px;
    display: inline-block;
  }
  .secondSection .border-bottom-orange {
    border-bottom: 1px solid #FE4A5D;
  }
  .secondSection .submitShadowHCC {
    background-image: radial-gradient(circle, rgba(249, 87, 102, 0.2) 62%, #ffffff 135%);
  }
  .secondSection .orImg {
    background: url(/static/images/back-hcc.png);
    position: absolute;
    left: -8px;
    top: 119px;
    width: 37px;
    background-size: 100% 100%;
    height: 237px;
  }
  .inner-text-sec .inner-downicon {
    max-width: none !important;
    margin: -32px 7px 15px 8px;
  }
  .inner-text-sec .patient-form-right-text {
    background: none;
  }
  .enroll-support-sec .graydownBg {
    background: url(/static/images/enrollDown.png);
    background-size: 100% 100%;
    width: 300px;
    height: 50px;
    margin-left: 72px;
  }
  .enroll-support-sec .electronicForm {
    padding-left: 68px;
    display: inline-block;
  }
  .desktop_table_view table {
    width: 100%;
  }
  .desktop_table_view table thead tr th {
    padding: 4px 10px;
  }
  .desktop_table_view table thead tr th .or_para {
    position: relative;
  }
  .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;
  }
  .desktop_table_view table thead tr th:first-child {
    width: 450px;
  }
  .desktop_table_view table tbody tr td {
    padding: 10px;
  }
  .desktop_table_view table tbody tr td a {
    display: inline-block;
  }
  .desktop_table_view table tbody tr td a .img1 {
    width: 56px;
  }
  .desktop_table_view table tbody tr td a .img2 {
    width: 43px;
  }
  .desktop_table_view table tbody tr td .img3 {
    width: 100%;
  }
  .border_para {
    margin: 0;
    height: 3px;
    padding: 0;
  }
  .td_grad_bg {
    background-image: url("../../static/images/Rectangle_1251_top.png");
    background-size: 100% 50%;
    background-repeat: no-repeat;
  }
  .right_border {
    border-right: 3px solid #fff;
  }
  .bottom_border {
    border-bottom: 3px solid #fff;
  }
  .btm_border_red {
    background-color: #6d213f;
  }
  .btm_border_grn {
    background-color: #5bbf21;
  }
  .sec_heading {
    position: relative;
  }
  .sec_heading p {
    padding: 10px 10px 10px 75px;
    font-size: 18px;
    line-height: 20px;
  }
  .sec_heading img {
    position: absolute;
    width: 40px;
    top: -23px;
    left: 17px;
  }
  .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;
  }
  .enrollBorder {
    border: 1px solid #df0051;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 0px;
  }
  .phoneicoN {
    width: 50px;
  }
  .phoneicoNhcp {
    width: 50px;
  }
  .othericon {
    width: 20px;
  }
  .laptopicon {
    width: 40px;
  }
  .mobOnly {
    font-family: "Proxima Nova-Bold";
  }
  #enrollNow li::before {
    content: "•";
    color: #df0051;
    padding: 0px;
    margin-right: 5px;
    margin-left: -4px;
    top: 2px;
    position: relative;
    font-size: 30px;
  }
  #enrollNow .colRight {
    left: 72px;
  }
  #enrollNow .colLeft {
    left: 28px;
  }
  #enrollNow .colLast {
    left: 15px;
  }
  #enrollNow .colLend {
    left: 10px;
  }
  .HCCHeader .menu_btn {
    width: 140px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  }
  .HCCHeader .contact_btn {
    width: 140px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  }
  .HCCHeader .main_menu_box ul {
    margin-bottom: 0rem;
  }
  .HCCHeader .main_menu_box ul li a:hover {
    color: #0b3560;
  }
  .HCCHeader #hcpmainhome a {
    color: #df0051;
  }
  .HCCHeader #hcpmainhome.navActive a {
    color: #fff;
  }
  .HCCHeader .mobile-border {
    border: 0px !important;
  }
  .HCCHeader .topmenu .borderBottom {
    border-color: #df0051;
  }
  .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));
  }
  .HCCHeader .menuHcc .close_main_menu_btn, .HCCHeader .menuHcc .close_contact_btn {
    background-color: transparent;
  }
  .HCCHeader .menuHcc .close_main_menu_btn img, .HCCHeader .menuHcc .close_contact_btn img {
    height: 35px;
    padding: 5px;
    width: 35px;
    margin-left: 5px;
  }
  .pt_2 {
    padding-top: 2px;
  }
  .pb_2 {
    padding-bottom: 2px;
  }
  .dis_inline_blck {
    display: inline-block;
  }
  .top_links_wrapper {
    position: relative;
  }
  .top_links {
    width: 215px;
    display: block;
    padding: 0 0;
    margin: 0 auto;
    color: #fff !important;
  }
  .top_links span {
    line-height: 16px;
    background-color: transparent !important;
  }
  .top_links.darkb {
    color: #0b3560 !important;
  }
  .top_links_border_right {
    position: relative;
  }
  .top_links_border_right:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #000;
    top: 5px;
    right: 0;
  }
  .txt_cap {
    text-transform: capitalize;
  }
  .h_auto {
    height: auto !important;
  }
  .pi_ppi_link {
    letter-spacing: 0.5px;
  }
  .hccEnrollmentsection .bgImageSec {
    background-image: url("/static/images/hcc/enrollment-desk-bg2.png");
    background-size: 86% 950px;
    background-repeat: no-repeat;
    position: relative;
    background-position: 272px 0px;
    background-repeat: no-repeat;
  }
  .hccEnrollmentsection .bgImagebottomSec {
    position: relative;
    z-index: 3;
  }
  .hccEnrollmentsection .bgImagebottomSec::after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    height: 100px;
    width: 500px;
    background-image: linear-gradient(to top, #fff, #fff, #fff, rgba(255, 255, 255, 0.7294117647), rgba(255, 255, 255, 0));
    z-index: -1;
  }
  .hccEnrollmentsection .bgImageTopsec {
    background-image: none;
  }
  .hccEnrollmentsection .bgImageTopsec .bgGradient {
    background-image: linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, rgba(255, 255, 255, 0));
  }
  .hccEnrollmentsection .bgImageTopsec .menu-icons::after {
    content: "";
    position: absolute;
    height: 140px;
    width: 2px;
    background-color: #cadeb8;
    left: 5px;
    top: 0px;
  }
  .hccEnrollmentsection .bgImageTopsec .menu-icons.afford::after {
    left: -5px;
  }
  .hccEnrollmentsection .bgImageTopsec .mob-active::after {
    content: none;
  }
  .hccEnrollmentsection .gettinstartedmenu img {
    max-width: 100% !important;
    width: 100%;
  }
  .hccEnrollmentsection .activeitemimg {
    max-width: 100% !important;
  }
  .hccEnrollmentsection .gettinstartedmenu::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 15px;
    background-color: #cadeb8;
    bottom: 0px;
    left: 15px;
    border-radius: 10px 10px 0px 0px;
  }
  .hccEnrollmentsection .tabEnroll, .hccEnrollmentsection .tablink {
    width: 340px !important;
    display: flex;
    font-size: 20px;
    align-items: center;
    min-height: 88px;
    margin-left: 10px !important;
  }
  .hccEnrollmentsection .tablink.active {
    margin-left: 10px !important;
    font-size: 26px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #1b365d;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  }
  .hccEnrollmentsection .tablink:first-child {
    margin-left: 0px !important;
  }
  .hccEnrollmentsection .bgimagetabsection {
    box-shadow: 13px -11px 10px rgba(0, 0, 0, 0.0784313725);
    border-radius: 0px 40px 0px 0px;
  }
  .hccEnrollmentsection .enrollmentsec .background-green {
    border-radius: 20px;
    min-height: 240px;
  }
  .hccEnrollmentsection .enrollmentsec .digitalform::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #1b365d;
    top: 0px;
    right: 0px;
  }
  .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%);
  }
  .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;
  }
  .get-start-bottom .deskarrowsec {
    background-color: #fae1df;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 10px;
    position: relative;
  }
  .get-start-bottom .deskarrowsec .arrow {
    position: relative;
    padding: 0px 0px 0px 0px;
  }
  .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%;
  }
  .get-start-bottom .deskarrowsec .arrow:nth-child(1)::after {
    top: -7%;
  }
  .get-start-bottom .rightbar {
    position: relative;
  }
  .get-start-bottom .rightbar::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0%;
    height: 70%;
    width: 1px;
    background-color: #707070;
  }
  .get-start-bottom .visitsite {
    border-radius: 10px 10px 0px 0px;
  }
  .get-start-bottom .visitsite img {
    width: auto !important;
  }
  .hccHome .home-side-img {
    z-index: -1;
  }
  .hccHome .home-bottom-sec {
    box-shadow: 6px -10px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .hccHome .learnmore-btn {
    padding: 15px 50px;
  }
  .hccFormResourcesTop .bgImageSec {
    background-image: url("/static/images/hcc/form-resoucesbg.png") !important;
    background-size: 34% 133%;
    background-position: 103% 10%;
    background-repeat: no-repeat;
  }
  .hccFormResourcesTop .afterCust::after {
    top: 5px !important;
  }
  .border_para {
    margin: 0;
    height: 3px;
    padding: 0;
  }
  .gettinstartedmenu .supportImg {
    max-width: 86% !important;
  }
  .hccformsBtn {
    background-color: #223a59;
    border-radius: 45px;
    border: none;
    display: flex;
    align-items: flex-end;
    width: 340px;
    padding: 0;
    overflow: hidden;
  }
  .hccformsBtn a {
    padding: 5px;
    width: 100%;
  }
  .td_grad_bg {
    background-image: url("../../static/images/Rectangle_1251_top.png");
    background-size: 100% 50%;
    background-repeat: no-repeat;
  }
  .right_border {
    border-right: 3px solid #fff;
  }
  .bottom_border {
    border-bottom: 3px solid #fff;
  }
  .btm_border_red {
    background-color: #6d213f;
  }
  .btm_border_grn {
    background-color: #5bbf21;
  }
  .sec_heading {
    position: relative;
  }
  .sec_heading p {
    padding: 10px 10px 10px 75px;
    font-size: 18px;
    line-height: 20px;
  }
  .sec_heading img {
    position: absolute;
    width: 40px;
    top: -23px;
    left: 17px;
  }
  .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;
  }
  .enrollBorder {
    border: 1px solid #df0051;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 0px;
  }
  .sectionOne .custShadow {
    position: absolute;
    top: 928px;
    width: 997px;
    left: 217px;
  }
  .sectionTwo .custShadow {
    position: absolute;
    top: 1418px;
    width: 997px;
    left: 217px;
  }
  .sectionThree .custShadow {
    position: absolute;
    top: 196px;
    width: 997px;
    left: 22px;
  }
  .sectionFour .custShadow {
    position: absolute;
    top: 343px;
    width: 1020px;
    left: -8px;
  }
  .sectionThree {
    position: relative;
    top: 0px;
  }
  .sectionFour {
    position: relative;
    top: -4px;
  }
  .sdw {
    box-shadow: 8px 0.5rem 1rem -15px #111 !important;
  }
  .phoneicoN {
    width: 50px;
  }
  .othericon {
    width: 20px;
  }
  .laptopicon {
    width: 40px;
  }
  .hccFormResourcesTop .formresources-top {
    background-image: url("/static/images/hcc/form-resoucesbg.png");
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
  }
  .espnolbtn2 {
    margin-top: -4rem !important;
  }
  .espnolbtnguide {
    margin-top: -1rem !important;
  }
  .hcc-modal .modal-body {
    max-height: -moz-fit-content;
    max-height: fit-content;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .hcc-modal .modal-middle-border {
    border-right: 1px solid #df0051;
    border-bottom: 0px;
  }
  .hcc-modal .listborderbottom::after {
    left: -29px;
  }
  .hcc-modal .listborderbottom2::after {
    left: 16px;
  }
  .downloadprintPop .lastitem {
    border-bottom: 0px;
  }
  .remembersignpopup .modal-dialog {
    max-width: 700px !important;
  }
  #externalHCC .cont_para {
    padding: 0 75px;
  }
  #externalNew .cont_para {
    padding: 0 64px;
  }
  .hccAffordabilitysection .bgImageSec {
    background-image: url("/static/images/hcc/afforddesk-bgold.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 272px;
    position: relative;
    background-repeat: no-repeat;
  }
  .hccAffordabilitysection .boxShadowNew {
    box-shadow: 0 13px 8px -8px rgba(0, 0, 0, 0.1607843137);
  }
  .hccAffordabilitysection .gettinstartedmenu {
    background-image: none;
    background-size: 100% 100%;
  }
  .hccAffordabilitysection .bgImagebottomSec {
    position: relative;
    z-index: 3;
    top: -45px;
  }
  .hccAffordabilitysection .bgImagebottomSec::after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    height: 132px;
    width: 500px;
    background-image: linear-gradient(to top, #fff, #fff, #fff, rgba(255, 255, 255, 0.7294117647), rgba(255, 255, 255, 0));
    z-index: -1;
  }
  .hccAffordabilitysection .bgImageTopsec {
    background-image: none;
  }
  .hccAffordabilitysection .bgImageTopsec .bgGradient {
    background-image: linear-gradient(to right, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, #1b365d, rgba(255, 255, 255, 0));
  }
  .hccAffordabilitysection .bgImageTopsec .menu-icons::after {
    content: "";
    position: absolute;
    height: 140px;
    width: 2px;
    background-color: #cadeb8;
    left: 5px;
    top: 15px;
  }
  .hccAffordabilitysection .bgImageTopsec .menu-icons.afford::after {
    left: -5px;
  }
  .hccAffordabilitysection .bgImageTopsec .mob-active::after {
    content: none;
  }
  .hccAffordabilitysection .gettinstartedmenu img {
    max-width: 100%;
  }
  .hccAffordabilitysection .gettinstartedmenu::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 15px;
    background-color: #cadeb8;
    bottom: 0px;
    left: 15px;
    border-radius: 10px 10px 0px 0px;
  }
  .hccAffordabilitysection .tabEnroll, .hccAffordabilitysection .tablink {
    width: 320px !important;
    display: flex;
    font-size: 20px;
    align-items: center;
    min-height: 88px;
    margin-left: 5px !important;
  }
  .hccAffordabilitysection .tablink.active {
    font-size: 26px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    margin-left: 5px !important;
    padding: 2px !important;
  }
  .hccAffordabilitysection .bgimagetabsection {
    border-radius: 0px 40px 0px 0px;
  }
  .hccAffordabilitysection .maintab {
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    left: -5px;
  }
  .hccAffordabilitysection .tabcontent {
    position: relative;
    margin-top: 120px;
  }
  .hccAffordabilitysection .enrollmentsec .background-green {
    border-radius: 20px;
    min-height: 230px;
  }
  .hccAffordabilitysection .enrollmentsec .digitalform::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #1b365d;
    top: 0px;
    right: 0px;
  }
  .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%;
  }
  .hccAffordabilitysection .enrollbutton {
    padding: 0;
    overflow: hidden;
  }
  .hccAffordabilitysection .enrollbutton a {
    padding: 5px;
    width: 100%;
  }
  .hccAffordabilitysection .enrollbuttonins {
    border: 0px;
    border-radius: 45px;
    padding: 0;
    overflow: hidden;
  }
  .hccAffordabilitysection .enrollbuttonins a {
    width: 100%;
    padding: 5px;
  }
  .hccAffordabilitysection .dollarfive {
    position: relative;
    bottom: 35px !important;
  }
  /*.boxShadow{
    box-shadow: 0 13px 8px -8px rgba(0, 0, 0, 0.161);
  }
  */
}/*# sourceMappingURL=main-sotatercept.css.map */

#onetrust-consent-sdk  br{
  display: block!important;
}

/* New CSS */
.desk_in_hcc {
  position: absolute;
  left: 132px;
  display: none;
}
.footer_menu_box_hcc ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

.footer_menu_box_hcc {
  display: inline-block;
  vertical-align: middle;
}

.footer_menu_box_hcc ul {
  margin-left: 0;
}

.footer_menu_box_hcc ul {
  font-size: 11px;
  line-height: 16px;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.footer_menu_box_hcc ul li:first-child {
  padding-left: 0;
}

.footer_menu_box_hcc ul li {
  display: inline-block;
  /* border-right: 2px solid #00857c; */
  /* padding: 0 4px; */
}

.footer_menu_box_hcc ul li a {
  color: #00857c !important;
  font-weight: bold;
  text-decoration: none !important;
  font-weight: bold;
}

.footer_menu_box_hcc {
    display: inline-block;
    vertical-align: middle;
  }

   .footer_menu_box_hcc ul {
    font-size: 11px !important;
    line-height: 20px !important;
  }
 .footer_menu_box_hcc ul li {
    display: inline-block;
    /* border-right: 2px solid #00857c; */
    /* padding: 0 8px; */
  }

.pc_img{
  height: 12px;
  width: 26px;
}

.dot-separated li::after {
  content: '•';
  color: #000000;
  margin: 0px 0px 0px 2px;
}

.dot-separated li:last-child::after {
  content: '';
}

.spanish_website{
  padding: 4px 16px; 
  margin-left: 9px; 
  margin-top: 4px; 
  margin-bottom: 2px; 
  display:inline-block; 
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.Instructions_desk{
  margin-top: 5px;
}

.red_bg1{
  background-color: #CE0056;
}

/* overlay css- new */
div#modal_overlay {
background: rgba(0, 0, 0, 0.70);
}
/* #modal_overlay .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    max-width: 781px !important;
} */

#modal_overlay .yesBtnn {
  background-color: #00857C;
  outline: none;
  border-radius: 0px;
  color: white;
  border: none;
  padding: 0;
  text-align: start;
  font-weight: 900;
line-height: normal;
text-transform: uppercase;
    font-family: "Arial Black";
    font-size: 22px;
    width: 100%;
}

#modal_overlay .enroll-btn{
  background-color: #00857C;
  width: 284px;
  padding: 2px 20px;
  height: 47px;
  align-items: center;
}
#modal_overlay .inner-box p{
  color: #0C2340;
font-family: Arial;
font-weight: 400;
line-height: normal;
font-size: 14px;
padding-top: 10px !important;
}
#modal_overlay .add-pad {
    padding: 0 8px 0 24px;
}
#modal_overlay .enroll-btn-line{
  width: 3px;
height: 32px;
background-color: #fff;
margin: 0 28px;
}
#modal_overlay .close_overlay{
  display: flex;
width: 38px;
height: 36px;
justify-content: flex-end;
align-items: center;
gap: 10px;
flex-shrink: 0;
cursor: pointer;
}
#modal_overlay .top-box{
  background-color: #6ECEB2;
  padding: 10px 10px 10px 45px;
  justify-content: space-between;
}
#modal_overlay .top-box p{
  line-height: normal;
    font-family: "Arial";
  font-weight: 700;
  font-size: 25px;
}
#modal_overlay .dark-green{
  background: #00857C;
  height: 7px;
  margin: 0;
}
#modal_overlay .inner-box{
  padding: 20px 20px 6px;
}
#modal_overlay .inner-box li{
    font-family: "Arial";
    font-weight: 400;
line-height: 33px;
color: #0C2340;
font-size: 22px;
}
#modal_overlay .pl-40{
  padding-left: 65px;
}
#modal_overlay .brandLogohcp {
  width: 15px;
  cursor: pointer;
}
/* overlay css ends*/

@media only screen and (min-width: 992px) {
    .stickyHeader .red_bg1 {
        background-color: #CE0056;
    }
}

@media (max-width: 768px) {
  .footer_menu_box_hcc{
    display: none;
  }

  .desk_in{
    display: none;
  }

  .mfs{
    font-size: 21px;
  }

  .spanish_website_mob{
          width: 138px;
        padding: 1.5px 16px;
        margin-left: 0px;
        margin-top: 0px;
        display: inline-block;
  }

  .Instructions_mob{
    margin-top: 0px;
    padding-top: 4px !important;
    padding-bottom: 8px !important;
  }

  .winrevair_mob{
    margin-top: 4px;
  }

  .col-7_pay{
    flex: 0 0 58.333333%;
    max-width: 47.333333%;
  }

  .fs_1{
    font-size: 50px;
        position: relative;
    bottom: 27px;

  }

  .caption_wrapper .right_aligned_caption_hcc {
    right: 24px;
  }

   .caption_wrapper .caption_text_hcc {
    font-family: "Helvetica Neue";
    font-size: 15px;
    position: absolute;
    bottom: 15px;
    margin: 0;
    /* background-color: #000; */
    color: #000;
    padding: 5px 5px;
    z-index: 5;
  }

   .caption_wrapper .caption_text_hcc1 {
    font-family: "Helvetica Neue";
    font-size: 15px;
    position: absolute;
    right: 56px;
    bottom: 15px;
    margin: 0;
    /* background-color: #000; */
    color: #000;
    padding: 5px 5px;
    z-index: 5;
  }

   .caption_wrapper .caption_text_hcc2 {
    font-family: "Helvetica Neue";
    font-size: 15px;
    position: absolute;
    right: 87px;
    bottom: 6px !important;
    margin: 0;
    /* background-color: #000; */
    color: #000;
    padding: 5px 5px;
    z-index: 5;
  }

   .caption_wrapper .caption_text_hcc3 {
    font-family: "Helvetica Neue";
    font-size: 15px;
    position: absolute;
    right: 40px;
    bottom: 6px !important;
    margin: 0;
    /* background-color: #000; */
    color: #fff;
    padding: 5px 5px;
    z-index: 5;
  }

  /* overlay mobile css new starts */
  #modal_overlay .top-box {
    padding: 10px 10px 10px 28px;
}
#modal_overlay .close_overlay{
  width: 28px;
  height: 28px;
}
#modal_overlay .inner-box li {
    font-size: 14px;
    line-height: 18px;
}
#modal_overlay .inner-box{
  padding: 10px 0;
}
#modal_overlay .inner-box ul{
  padding-left: 0;
  /* padding-right: 10px; */
}
#modal_overlay .inner-box p{
  font-size: 14px;
  padding: 10px 0 0 12px !important;
}
#modal_overlay .top-box p {
    font-size: 20px;
}
  /* overlay mobile css new ends */
}

@media (max-width: 575px) {
#modal_overlay .modal-dialog {
    margin: auto 21px;
}
}
/* @media only screen and (min-width: 769px) {
 #modal_overlay .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    max-width: 781px !important;
}
} */


.af_1{
  padding-top: 22px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 12px;
  margin-bottom: 0px !important;
}

.af_2{
  padding-bottom: 22px;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 0px !important;
}

@media (min-width: 992px) {
    .col-lg-6_pay {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 45%;
    }
}

.modal_color{
  color: #1B365D;
}

.error{
  font-family: Arial;
}
@media (max-width: 414px) {
  .hccAffordabilitysection .payheight{
    margin-right: -7px;
  }
}

@media (max-width: 390px) {
  .hccAffordabilitysection .payheight{
    margin-right: 3px;
  }
}
@media (max-width: 375px) {
  .hccAffordabilitysection .payheight{
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
  .hccAffordabilitysection .payheight{
    margin-right: 17px;
  }
}

@media (min-width: 360px) {
    .caption_wrapper .caption_text_hcc4 {
        font-family: "Helvetica Neue";
        font-size: 15px;
        position: absolute;
        right: 78px;
        bottom: 6px !important;
        margin: 0;
        /* background-color: #000; */
        color: #000;
        padding: 5px 5px;
        z-index: 5;
    }
    .error_p {
    position: relative;
    right: 20px;
}
}

@media (min-width: 390px) and (max-width: 1440px){
  .caption_wrapper .caption_text_hcc2 {
    font-family: "Helvetica Neue";
    font-size: 20px;
    position: absolute;
    bottom: 23px !important;
    margin: 0;
    /* background-color: #000; */
    color: #000;
    padding: 5px 5px;
    z-index: 5;
}

.caption_wrapper .right_aligned_caption_hcc2 {
    right: 40px;
}
}
