@import url('cigna-styleguide.css');
@import url('cigna-styleguide-fonts.css');
@import url('cigna-bootstrap-override.css');
@import url('cigna-questions.css');
@import url('media.css');
@import url('media-sad-tablet.css');
@import url('mobilemedia.css');
@import url('media-sad-mobile.css');
@import url('ancillarymedia.css');
@import url('media-ancillary-tablet.css');
body{
  font-family: 'open sans Bold';
}
/* Loading symbol css (ajax call in progress) -start */
.loading-spinner {
  height: 144px;
  width: 144px;
  animation: spin 1.7s infinite linear;
  border: 24px solid #9E28B5;
   border-left-color: #e9e8ed;
  border-radius: 50%;
  margin-top: 18.5%;
  margin-left: 45%!important;
  align-content: center;
  gap: 32px;
  display: flex;
  justify-content: center;
 }
 .text-gray-40 {
   color: #1F1647 !important;
   font-family: 'Open Sans Bold' !important;
   font-weight: 700 !important;
   font-style: Bold;
   font-size: 42px;
   line-height: 100%;
   letter-spacing: 0%;
   height: 57px;
   margin-top: 32px;
   display: flex;
   margin-left: 44% !important;
 }

.compLoader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0170bc;
  border-top: 16px solid var(--digital-blue);
  border-bottom: 16px solid #0170bc;
  border-bottom: 16px solid var(--digital-blue);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Loading symbol css -end*/

#nav-next {
	display:none;
}
.back-btn{display:none;}

/*CBNBTC-583*/
#nav-back, #nav-save, #nav-change-answers {
  margin-right:16px;
}
/*CBNBTC-583*/
#nav-continue input, #nav-save input {
    margin-bottom: 40px;
    margin-top: 20px;
    padding-left: 2em;
    padding-right: 2em;padding-top: 8px;
      padding-bottom: 8px;
      box-shadow: none;
      outline: none;
      height: 38px;
      border-radius: var(--border-radius-pill, 64px);
      border: 1px solid #9E28B5;
      background: var(--light-purple-100, #9E28B5);
}

#nav-continue input:hover, #nav-continue input:focus, 
#nav-save input:hover,.selectplan:hover
 {
  background-color: #7e2091 !important;
}

#nav-continue input:active, 
#nav-save input:active {
  background-color: #5f186d;
}

#nav-back input, #nav-change-answers input {
     margin-bottom: 40px;
    margin-top: 20px;
    padding-left: 2em;
    padding-right: 2em;
	background-color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    border-color: #9E28B5;
    color: #1F1647;
    border: 1px solid #9E28B5;
    border-radius: 64px;
    box-shadow: none;
    height: 38px;
       }

#nav-back input:hover, #nav-change-answers input:hover, #nav-change-answers input:focus {
background-color: #f5eaf8;
border-color: #9E28B5;
}

#nav-back input:active,
#nav-back input:focus {
background-color: #ecd4f0;
border-color: #9E28B5;
   }
.navbar-header{
	margin-bottom:20px;
}
.zipcode-field{
padding-top: 20px;
   }
.zipcode-field h4{
   text-transform: capitalize;
   }
.zipcode-field .form-control
{
    width: 343px !important;
}
.situations-option .radio{
	width: 805px;
	padding-left: 24px;
}
.border-box span{
	color:blue;
}
.navigation-buttons {
    display: inline-flex;
}
.panel-body {
    margin: 0px;
     width: 78%;
    text-align: justify;   
}
h2.ancAppHdr {
  font-size: 32px !important; 
}


 .mobileDeviceWrapper .panel-body{
  margin-left: 10px !important;
	width: 70% !important;
  text-align: start;
  word-spacing: 2px !important;
}

.mobileDeviceWrapper .qDesc {
  margin-left: 24px !important;
}

.mobileDeviceWrapper .page-header-description {
  margin-left: 20px !important;
	width: 65% !important;
  text-align: start;
  word-spacing: 2px !important;
}

#div-question-MSINSURANCEPOLICY_NEWS > label{
  margin-bottom: 40px; 
}
#div-question-Eligibility_Note, #div-question-ArbitrationNote1{
  text-align: left !important; 
}
.radio-circle{
	box-shadow: initial;
}

.radio-circle:hover {
    box-shadow: initial;
}
.control-label{
    width:100%;
    margin-bottom: 0;
}

.page-header-name{
	width: 76%;
}
.navigation-buttons{
	padding:0;
}
#nav-change-answers input {
  margin-left: 16px;
}
#nav-save {
	display:none;
}
#el-content-form{
	margin-left:-10px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    border: transparent;
}

.question_name, .icon-spacing, .bck_but{
	display:none;
}

.logo-cont{
	margin-left: 30px;
	margin-top: 3px;
}
.footer {
	height: auto !important;
	color: rgb(255, 255, 255);
	background-color: rgb(31, 22, 71) !important;
	line-height: 19.6px;  
  font-weight: 400;
	width: auto !important;
	position: static !important;
}

.footer-text, .footer-para {
	padding-left: 16px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.form-footer p{
	color:#ffffff;
	color:var(--white);
	text-align: justify !important;
	font-size:14px;
  font-family: 'Open Sans Regular';
	padding-left:30px;
}
.footer ul li a{
	color: rgb(255, 255, 255);
	font-weight: 400;
  font-size: 14px !important;
  line-height: 24px;
    font-family: 'Open Sans Regular';
}
.footer ul.list-unstyled {
	margin-bottom: 35px;
}
.medicare-supplement-text{
    font-weight: 500;
    font-size: 28px !important;
    font-family: 'Halyard Display Medium';
    line-height: 36.4px;
}


.lang-assit{
	padding:0;
}
.b-text{
	font-weight:bold;
	font-weight:600;
}
.border-cls, .footer-para{
	width:100%;
	float:left; font-size: 14px;
}

.bottom-footer-nav-item, #div-qag-ChoiceHICore_DESC .row button, #div-qag-ChoiceHIPreferred_DESC .row button, #div-qag-ChoiceHIPremier_DESC .row button, 
#div-question-ChoiceHICore_DESC, #div-question-ChoiceHIPreferred_DESC, #div-question-ChoiceHIPremier_DESC {
	width:100%;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: #F5EAF8;
  color: #1F1647;
	width:100%;
}
.btn{
    box-shadow: rgba(0, 0, 0, 0.2) 5px 2px 8px 0px;
    background-color: rgb(51, 122, 183);
    border-color: rgb(51, 122, 183);
    padding: 8px 31px;
/*     width: 110px; */
    text-align: center !important;
}

.radio-success{
   		margin-left: 20px;
		float: left;
}
.checkbox, .radio {
     margin-top: 12px;
}
.question-answer-group h4{
	font-weight:bold;
	margin-top: 15px;
	width: 100%;
	float: left;
}
.page-header-name h2{
	margin-bottom:0;
	line-height: 1px;
}
.side-div {
	position: absolute;
  top: 155px;
  right: 35px;
	text-align:center;
}
.side-div-1 {
	position: absolute;
    top: 136px;
    right: 190px;
	text-align:center;
}
.question-answer-group p{
	margin-bottom:0;
	}

.cardTotlPrem{
	padding:.8em;
	width:220px;
	box-shadow: rgba(0, 0, 5, 0.5) 0px 0px 7px 0px !important;
	transition: 0.3s;
  border-radius: 16px;
	margin-bottom: 15px;
	position: fixed;
  top: 23%;
	background-color: #fff;
  z-index: 1;
}
.cardTotlPrem .anc-total-prem-text{
	font-size: 18px;
  line-height: 22.8px;
    color: #1F1647;
    font-family: 'Open Sans Bold';
    font-weight: 700;

}
.cardTotlPrem .anc-total-prem{
    font-size: 28px;
	text-align: center !important;
    font-weight: 700;
    color: #1F1647;
    font-family: 'Open Sans Bold';
}
.cardTotlPrem p{
	text-align: center !important;
	font-size: 14px;
  font-family: 'open sans Regular';
  line-height: 19.6px;
  font-weight: 400;
}
.cardTotlPrem h1{
	padding-bottom: 10px;
}
.card p {
	font-weight: 700;
	font-size: 18px;
	text-align:center;
	width: 100%;
	text-align: center !important;
	font-family: 'Open Sans Bold';
  line-height: 22.8px;
  color: #1F1647;
}
.side-cal-img i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 43px;
	background: rgb(0, 131, 202);
	border-radius: 45px;
}
.card h1, .cardTotlPrem h1, .card .dental{
	font-size: 18px !important;
	font-weight: 700 !important;
  font-family: 'Open Sans Bold';
  line-height: 22.8px;
	color: #9E28B5 !important;
	line-height: 0px;
  margin: 0;
  padding-top: 14px;
	text-align: center;
}
.card .TTYPhn{
  position: relative;
  top: 4px;
  font-size: 15px;
  font-family: 'Open Sans Regular';
}
.cardTotlPrem h3 {
	margin: auto;
    font-size: 16px;
	font-family: 'Open Sans Regular';
}
.get_quo{
	width:50%;
	font-size:20px;
}
.card h3, .card h4, .card h5, .cardTotlPrem h3, .cardTotlPrem h4, .cardTotlPrem h5 {
	font-size: 14px;
  line-height: 19.6px;
  color: #1F1647;
  font-weight: 400;
 font-family: 'Open Sans Regular';
	    margin: 0;
		text-align: center;
}
/*.card h5::before {
	content: "";
    position: absolute;
    left: 67px;
    bottom: 19px;
    width: 8px;
    height: 8px;
    background: rgb(40, 167, 69);
    border-radius: 100%;
}*/
/*.cardTotlPrem h5::before{
	content: "";
    position: absolute;
    left: 54px;
    bottom: 19px;
    width: 8px;
    height: 8px;
    background: rgb(40, 167, 69);
    border-radius: 100%;
}*/

.head-top {
	width: 100%;
	float: left;
	margin-top: 152px;
	/*background: rgba(211, 211, 211, 0.28);*/
	border-radius: 4px;
}
.navbar-fixed-top{
    position: absolute !important;
    height: 127px;
}
.navbar {
      margin-top: 0px;
}
/* .pro-bar {
	display: inline-flex;
	width: 100%;
	float: right;
	position: relative;
    top: 11px;
} */
.pro-bar h3{
    font-size: 15px;
    margin: 0px;
	position: relative;
    top: 5px;right: 20px;
}

.display-none{
  display:none; 
}
.display-block{
  display:block; 
}


.ancSubTotalPrem,#div-qag-ChoiceAcc_Total_Premium_Text,#div-question-ChoiceHI_BasePremium{
    padding: 16px;
    box-shadow: rgba(0, 0, 5, 0.5) 0px 0px 7px 0px !important;
    right: 15px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 16px;
    float: right !important;
    height: 92px;
    width: 360px;
    border: 1px solid #BCB9C8 !important;
	}
.totalPrem .planBtnStyle{
	width: auto !important;
    font-size: 16px;
	font-weight: 400;
	}
.totalPrem .callText {
	font-size: 16px;
    line-height: 18px;
    word-break: break-word;
}
/* .footer_content{
	font-family: 'Open Sans Regular';
	font-size:12px;
	line-height:14px;
	font-weight: normal;
} */
.footer_content, p{
    color: #1F1647;
    text-align: left !important;    
}
.sedDisplay , .olrateDisplay, 
.hhdDisplay, .lwsDisplay, .householddDisplay {
  margin-top: -21px; 
}


.permonthstyle{
    color: #1F1647 !important;
    text-align: center !important;
    width: 100%;
    color: #000;
    margin-top: 10px;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'open sans Regular';

}
.footer_content h6{
	color:#0170bc;
	color:var(--digital-blue);
	margin: 0;
	line-height: initial !important;
	font-weight:bold;
	padding-top: 10px;
    padding-bottom: 17px;
	  font-size: 15px;
    font-family: Open Sans Bold;
}
.footer_content p{
	text-align: justify !important;
	font-family: 'Open Sans bold';
	font-size: 16px;
	text-align: justify !important;
	line-height: 21.28px;
	margin-bottom: -20px;
}

.commonFooter .col-12 .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}
/*branding start*/

span.footer_insured {
    font-weight: normal;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 22.4px;
    color:#1F1647;
;
}
span.loyal_footer_insured {
    font-family: 'GothamSSM Medium';
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: black;
}
/*branding end*/
/*.pro-bar h4{
	padding-left: 20px;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	position: relative;
  top: 7px;
}*/
.qDesc, .section-Header h4{
    width: 75%;
    text-align: left;
}

#div-qag-OnlyLWS_spouse{
  margin-left: 10px; 
}
#div-question-MarketingHIPAA_CIC, #div-question-PersonalRepresentativeHeader, 
#div-question-Disclaimer_M_HIPAA, #div-qag-MKT_HIPAA_OPTIONAL_DISCLAIMER_Note, #div-qag-PersonalRepName, 
#div-qag-PersonalRepRelationship, #div-question-MedicalQuestionNotes1,#div-question-Explain,#div-question-AIDS,
#div-qag-Cancer,#div-qag-Test,#div-qag-SkinCancer, #div-qag-Flex_Explain, #div-question-Flex_AIDS, #div-question-Flex_Carcinoma, 
#div-question-Flex_SITU, #div-question-Flex_Cancer, 
#div-qag-Replace, #div-qag-Medicare, #div-qag-TitleXIXProgram{
  margin-left: -4px; 
}
.page-header-name.anc-market-auth{
  margin-left: 23px !important; 
}

#div-qag-GrantAuthorization {
  margin-left: -5px; 
}

.progress_val{
    margin-left: 15px;
    font-weight: bold;
    font-size: 15px;
    font-family: 'GothamSSM Medium';
}
.progress-bar {
	width: 81% !important;
	position: static !important;
	height: 14px !important;
}
.pro-bar p{
    margin-left: 15px;
    position: relative;
    top: 33px;
    font-family: 'open sans Bold';
    padding-right: 25px;
}

.section-Quote{padding:0;}
.back-btn {
	margin-left: 30px;
	position: relative;
	top: 15px;
}

.list-unstyled li{
	padding:0;
}
.special-ques .card{
	padding-bottom:25px;
}
.special-ques label{
	padding:0;
}
.vertical-checkboxlist .checkbox-success, .radio-success{
	width:54%;
	text-align:justify;
}
.fui-plus{
	display:none;
}
.situations-option .card {
	padding-bottom:25px;
	margin-bottom: 0;
}
.situations-option{
	    padding: 0;
    position: relative;
    top: -4px;
    left: -10px;
}
.situations-option label{
	padding:0;
}
.box-border-class {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	text-align:justify;
	transition: 0.3s;
	border-radius: 5px;
	padding-top: 14px;
	padding-right: 14px;
	float:left;
	padding-left: 14px;
	width: 510px;
	font-family: 'GothamSSM Medium';
	background: #eeeeeed1;
}

.question-answer-group, .navigation-buttons, .box-border-class2{
		float:left;
}

@media(min-width:320px) and (max-width:767px){
  .question-answer-group, .navigation-buttons, .box-border-class2{
    width: 100%;
  }
}

.question-answer-group .form-control {
      width: 100%;
	  text-transform: uppercase;
    height: 40px;
    border-radius: 30px !important;
    border: 1px solid #1F1647;
    background-color: #fff;
}
.section-Quote h5{
	width: 550px;
}
.equotes-row h1{font-size:28px;line-height: 32px;}

.box-border-class2 span{
	color:#337ab7;
}

.box-border-class2{
	margin-bottom:13px !important;
}
.spouse_btn {
	margin-top: 30px;
	margin-bottom: 25px;
}
.spouse_btn a {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
	color: rgb(255, 255, 255);
	background-color: rgb(51, 122, 183);
	border-radius: 5px;
	padding: 10px;
}
.sub-class{
	font-weight: 100 !important;
}
.border-box{
  background-color: white;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
	font-family: 'open sans regular';
	font-weight: 400 !important;
  line-height: 21.28px;
  color: #1F1647 !important;
	font-size: 16px;
	transition: all 0.3s ease 0s;
	border-radius: 5px;
	padding: 10px;
	width: 50% !important;
}
.contact_para1{
width: 912px !important;
	font-weight: 100 !important;
	text-align:left !important;
	}
.yes_checkbox{
	font-weight: 100 !important;
	position: relative;
	top: 9px !important;
    left: 80px !important;
	width:60%;
}

.no_checkbox{
	font-weight: 100 !important;
	position: relative;
	top: -18px !important;
	left: 80px;
	width:60%;
}
.foot-con{
	width:85%;
}
.btn-lg {
	padding: 10px 16px !important;
	font-size: 15px !important;
}

.row {
    margin-left: -15px;
}

.btn-info:hover {
	border-color: transparent;
}
.copy_ryts{
	font-family:  'open sans Regular';;
}
.page-header-name {
    display: inherit;
    margin-bottom: 0;
    margin-left: 26px;
}
.footer_content{
    background: #E8E7D9;
    margin-left: 20px;
    margin-bottom: 35px;
    font-family: 'Open Sans bold';
    font-size: 18px;
    line-height: 20px;
    padding-left: 28px;
    padding-right: 40px
}

.head-top h2{
    font-family: 'Open Sans bold';
    font-size: 18px;
    padding-left: 8px;
    line-height: 38.4px;
}
#el-content-form > fieldset > div > div > div.col-md-12.plan-selection-wrapper > div > div.panel-body > div.col-md-12.section-body.section-section25 > div.row.equotes-row.row-63 {
  margin-top: 30px; 
}

.page-header-name h2{
	font-size:36px;
}
.radiobutton-tobuttons{
	width:240px !important;
}
.checkbox label, .radio label {
    min-height: 10px;
  }

input[type=checkbox], input[type=radio] {
    margin: 3px 0 0;
 }
 input[type=text]::-ms-clear {
  display: none;
}
select::-ms-expand,#div-qag-ChoiceAcc_RiderTotalPremium label p strong,#div-qag-HI_EE_RiderBenefitAmountText {
    display: none !important;
}
select:focus::-ms-value {
      background-color: white;
      color:#000;
}
.checkbox-success label{
	display:none;
}
.section-header.section-Review_Applicant_Row1, .section-header.section-Review_Applicant_Row4
{
	background: #1F1647;
    color: #fff;
    padding: 16px;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    border-radius: 16px;
    padding-left:inherit;
}
.section-header.section-Review_Applicant_Row4{
	margin-top:40px;
}
.plan-f-1{
	    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
    background-color: #fff !important;
    border-color: #fff;
    padding: 14px 31px
}

.radiobutton-tobuttons label[text]{
	color:blue;
}
.btn-group>.btn:second-child {
    margin-left: 0;
    color: red;
    font-size: 25px;
    font-weight: bold;
}

.section-body.section-Review_Applicant_Row1, .section-body.section-Review_Applicant_Row2,
.section-body.section-Review_Applicant_Row3, .section-body.section-Review_Applicant_Row4,
.section-body.section-Review_Applicant_Row5, .section-body.section-Review_Applicant_Row6,
.section-body.section-Review_Applicant_Row
{
	width: 100%;
    padding-bottom: 15px;
    padding: 15px 15px 15px 15px;
    margin: 0px 10px -14px 10px;

}
.section-body.section-Review_Applicant_Row1 h4, .section-body.section-Review_Applicant_Row2 h4,
.section-body.section-Review_Applicant_Row3 h4, .section-body.section-Review_Applicant_Row4 h4,
.section-body.section-Review_Applicant_Row5 h4, .section-body.section-Review_Applicant_Row6 h4,
.section-body.section-Review_Applicant_Row h4, #div-question-ChoiceHIApplication h4
{
	font-size: 16px;
}
.section-Review_Applicant_Row2,.section-Review_Applicant_Row5{
  margin-top: 8px !important;
}
.plan-f-1{
	margin: 10px;
    width: 100%;
    float: left !important;
    padding: 30px;
	border-radius: 10px !important;
	   color: #0083ca;
    font-size: 25px;
    text-align: left;
	    word-break: break-word;
       white-space: initial;
	line-height: initial;

}
.medical-Ques{
	display: list-item;
	float: left;
	padding: 0px;
	font-weight: normal;
	width:100%
}
.btn-group-justified {
    display:-webkit-inline-box;
    }
.btn-default{
	width:150px;
	}

.radiobutton-tobuttons a{
	    font-size: 16px;
    width: 100%;
    float: left;
    text-align: left;
    font-family: 'open sans Regular';
    line-height: 24px;
}
.navchange-ans{
	display:none;
}
.plan-rate{
  margin-bottom: 15px !important;
  width: 100%;
  color: #1F1647;
  margin-top: 10px;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700 !important;
  font-family: 'open sans Bold';
  display: block;
}
.selectplan
{
color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
    background-color: #9E28B5 !important;
    border: unset !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    border-radius: 64px;
    text-align: center;
    width: 76.8%;
    white-space: nowrap;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 21.28px;
    font-family: 'open sans Regular';
    margin-left: 15%;
    margin-right: 15%;
}
.EQN-PLAN_EE .btn-group-justified label, .EQN_L1_PLAN_EE-PLAN_EE .btn-group-justified label
{
  height: 340px!important;
}

.selectplan span{
	color:#fff;
}
.ratesDisclaimer{
	text-align: left;
	color:#1F1647 !important;
	font-weight: initial !important;
	width:100%;
  margin-bottom: 16px;
  font-size: 16px; 
}


#onlineDiscText h5 {
  font-size: 16px;
}
.radiobutton-tobuttons p, .EQN-HouseholdMembers #div-qag-LWSOR h4, .EQN_L1_HouseholdMembers-HouseholdMembers #div-qag-LWSOR h4 {
      text-align: center;
}
.module{
	word-break:break-all;
	max-width:250px;
	padding:1rem;

}

.styleforrewards p{
font-weight:100;
}
.alert-danger {
    width: 30%;
}

.planBtnStyle{
    line-height: 36.4px;
	  font-size: 28px;
    text-align: left;
    font-family: 'Open Sans Bold';
    font-weight: 700 !important;
}

.planBtnStyle, #div-question-ChoiceHI_BasePremium
{
	color:#9E28B5 !important;
}
.plan-onclic label{
    width: 242px !important;
    float: left !important;
    height: auto;
}
.plan-onclic{
	padding-right:0;
	padding-left: 10px;
}
.box-1{
	background:red;
	width:100px;
	height:200px;
}
.white-btn{
	background-color:#ddd;
}
.selectone-element{
	position: relative;
    top: -18px;
    left: 12px;
    padding: 0;
}
.qDesc{
  margin-left: 26px;
}
.footer-para p{
	color:#ffffff;
	color:var(--white);
	font-family: 'Open Sans Regular';
  text-align: left !important;
  margin-bottom: 0;
}
.sub-class{
	width:100%;
}
.pdf_footer_link {
  font-weight: 400;
}
.bold-text {
	font-family: 'Open Sans bold';
}
.border-box{
	width:auto !important;
}
.btn-info{
	padding:10px 0 !important;
}


 /*have you used tobacco page */
 #div-qag-TOBACCO_CHECKLIST .radio-success:first-child, #div-qag-SPOUSE_TOBACCO_CHECKLIST .radio-success:first-child {
	 position: relative;
    top: -15px;
  }
 #div-qag-TOBACCO_CHECKLIST .radio-success:nth-child(2), #div-qag-SPOUSE_TOBACCO_CHECKLIST .radio-success:nth-child(2){
	 position: relative;
    top: 10px;
	margin-bottom:0;
 }

 #div-qag-SPOUSE_GENDER .radio-success:nth-child(2){
	 	 position:relative;
	 top:12px;
 }
 /*.section-Review_Applicant_Row1 .form-control, .section-Review_Applicant_Row2 .form-control, .section-Review_Applicant_Row3 .form-control,
 .section-Review_Applicant_Row5 .form-control, .section-Review_Applicant_Row6 .form-control, .section-Review_Applicant_Row4 .form-control{
       -webkit-box-shadow: initial !important;
    box-shadow: initial !important;
     border-radius: initial !important;
     border: initial !important;
    width: 100%;
       padding: 0;
}*/
/*.section-Review_Applicant_Row1:after, .section-Review_Applicant_Row4:after{
	position: absolute;
    content: "";
    top: 113px;
       right: 0px;
    bottom: 0;
    background: #fff;
    width: 145px;
    height: 40px;
}
 .section-Review_Applicant_Row3:before, .section-Review_Applicant_Row5:after{
	    position: absolute;
    content: "";
    top: 62px;
      right: 0px;
    bottom: 0;
    background: #fff;
    width: 145px;
    height: 40px;
 }
.section-Review_Applicant_Row2:after, .section-Review_Applicant_Row6:after{
	position: absolute;
    content: "";
    top: 133px;
      right: 0px;
    bottom: 0;
    background: #fff;
    width: 145px;
    height: 40px;
    top: 71px;
}*/

/* checkbox */

.checkbox label {
	display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    line-height: unset;
  margin-top: 0;
  margin-bottom: 0;
}

.panel-body .checkbox {
  display: inline-block;
  margin-right: 10px;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  min-height: 16px;
  line-height: unset;
  vertical-align: middle;
}

.checkbox label::before,
.checkbox label::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  width: 16px;
  height: 16px;
  text-align: center;
}

.checkbox label::before {
  content: '';
  background-color: var(--gray-01);
  /*border: 1px solid var(--gray-15);*/
  border: 1px solid black;
  border-radius: var(--radius-s);
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.checkbox label::after {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray-15);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.checkbox input[type='checkbox'] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkbox input[type='checkbox']:checked+label::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00c';
}

.checkbox-success input[type='checkbox']:checked+label::before {
  background-color: var(--digital-hcsc-blue);
  border-color: var(--digital-hcsc-blue);
}

.checkbox-success input[type='checkbox']:checked+label::after, #div-qag-ChoiceHICore_DESC label button, #div-qag-ChoiceHIPreferred_DESC label button, 
#div-qag-ChoiceHIPremier_DESC label button {
  color: var(--white);
  background-color: var(--digital-hcsc-blue);
}

#div-qag-ChoiceHICore_DESC label button.activatedButton, #div-qag-ChoiceHIPreferred_DESC label button.activatedButton, 
#div-qag-ChoiceHIPremier_DESC label button.activatedButton {
  background-color: #001f99;
}

.checkbox-success input[type='checkbox']+label::after {
  background-color: var(--digital-hcsc-blue);
}

#div-qag-SHL_HIPAA_Optional_Note.col-md-12 {
  margin-top: 20px;
}

input#element-AncillaryHIPAAScopeofAuthority {
    margin-top: 24px;
}

/* radio button
---------------------------------------*/
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  line-height: unset;
}
.radio label::before,
.radio label::after {
  margin-top: 4px;
  margin-left: -20px;
  display: inline-block;
  position: absolute;
  content: '';
}
.radio label::before {
  width: 16px;
  height: 16px;
  left: 0;
  border: 1px solid black;
  border-radius: 50%;
  background-color: #f8f8f8;
  background-color: var(--gray-01);
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background-color: #939496;
  background-color: var(--gray-40);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);

}
.radio input[type='radio'] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.radio input[type='radio']:checked+label::after {
  accent-color: #9E28B5;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio-success input[type='radio']:checked+label::before {
  border-color: #9E28B5;
  border-color: var(--digital-hcsc-blue);
}

.radio-success input[type='radio']:checked+label::after {
  background-color: #9E28B5;
  background-color: var(--digital-hcsc-blue);
}
#div-qag-SPOUSE_MEDICAREA_DATED, #div-qag-SPOUSE_MEDICAREB_DATED
{
	position:relative;
	left: -57px;
    top: 2px;
	}
 #div-qag-MEDICAREA_DATED, #div-qag-MEDICAREB_DATED, #div-qag-PRIMARY_DOBD, #div-qag-SPOUSE_DOBD{
    right: 48px;
    top: 2px;
    padding: 0;
 }
 #div-qag-MEDICAREA_DATEY, #div-qag-MEDICAREB_DATEY, #div-qag-PRIMARY_DOBY, #div-qag-SPOUSE_DOBY, #div-qag-SPOUSE_MEDICAREA_DATEY, #div-qag-SPOUSE_MEDICAREB_DATEY{
	 right:190px;
	 padding:0;
	 top:1px;
 }
 #div-qag-PRIMARY_DOBD .form-control, #div-qag-PRIMARY_DOBY .form-control,
 #div-qag-MEDICAREA_DATED .form-control, #div-qag-MEDICAREA_DATEY .form-control,
 #div-qag-MEDICAREB_DATED .form-control, #div-qag-MEDICAREB_DATEY .form-control,
 #div-qag-SPOUSE_DOBY .form-control,
 #div-qag-SPOUSE_DOBD .form-control, #div-qag-SPOUSE_MEDICAREA_DATEY .form-control,
 #div-qag-SPOUSE_MEDICAREB_DATEY .form-control,
 #div-qag-SPOUSE_MEDICAREA_DATED .form-control, #div-qag-SPOUSE_MEDICAREB_DATED .form-control{
	width:35%;
 }
 #div-qag-PRIMARY_DOBM .form-control, #div-qag-MEDICAREA_DATEM .form-control, #div-qag-MEDICAREB_DATEM .form-control,
 #div-qag-SPOUSE_DOBM .form-control, #div-qag-SPOUSE_MEDICAREA_DATEM .form-control, #div-qag-SPOUSE_MEDICAREB_DATEM .form-control{
	 width:75%;
 }
 .PrimaryDOBM, .MedicareBDateM{
	 width: 27%;
 }

 .Dob_commonclass .form-control{
	  /*   width: 59%;*/
    font-size: 15px;
 }
 .alert.alert-danger {
     font-size: 13px;
    margin-left: 12px;
    text-align: left; 
}
#div-qag-EDIT_BUTTON_SPOUSE, #div-qag-EDIT_BUTTON{
    width: 10%;
    top: -48px;
    left: -20px;
    background: transparent;
}
/*.section-MSCHLIC-ACCORDIAN h5{
	display:none;

}*/
 @media (min-width: 768px) and (max-width: 1125px)
 {
	 h1 {
    font-size: 34px;
}
.side-div {
      top: 215px;
    right: 92px;
  }
 body h4 {
       font-size: 16px;
}
.pro-bar h3 {
    font-size: 13px;
     width: 97px;
}
.Dob_commonclass .form-control {
    width: 48%;
    padding-left: 5px;
}

.pro-bar h4 {
    font-size: 14px;
      top: 7px;
    left: 11px;
	    padding-left: 7px;
}
.pro-bar {
      top: 14px;
}
.nav>li>a {
     padding: 10px 10px;
}
#div-qag-PRIMARY_DOBY {
        right: 344px;
    top: 2px;
}
.footer_content p {
    font-size: 17px;
 }
#div-qag-PRIMARY_DOBD {
       right: 136px;
}

#div-qag-MEDICAREA_DATEY, #div-qag-MEDICAREB_DATEY {
       right: 400px;

}
#div-qag-MEDICAREB_DATED, #div-qag-MEDICAREA_DATED {
      right: 200px;
}
.situations-option .radio {
    width: 690px;
 }
#div-qag-NOTA .radio{
	 width: 690px;
}
body h2 {
     font-size: 25px;
}
.page-header-name {
    width: 59%;
}
.border-box {
    width: auto !important;
}
.contact_para1 {
    width: 690px !important;
  }
#div-qag-SPOUSE_DOBY, #div-qag-SPOUSE_MEDICAREA_DATEY, #div-qag-SPOUSE_MEDICAREB_DATEY {
    right: 415px;
}
#div-qag-SPOUSE_DOBD {
      left: -214px;
}
#div-qag-SPOUSE_MEDICAREA_DATED, #div-qag-SPOUSE_MEDICAREB_DATED {
      left: -208px;
}
  .section-Review_Applicant_Row3:before, .section-Review_Applicant_Row5:after {
    top: 76px;
}
  .plan-onclic label {
    width: 177px !important;
   }
   .planBtnStyle {
      font-size: 20px;
}
#div-qag-CHLIC_PLAN_COVERAGE img {
	width:100%;
}
.plan-onclic .btn{
	    font-size: 13px;
 }
 .plan-onclic label{
	padding-left:14px;
 }
 .navigation-buttons {
    margin-left: 3px;
}
 }
 @media (min-width: 625px) and (max-width: 990px)
 {
	 #div-qag-PRIMARY_DOBY {
    right: 138px;
       width: 277px;
}

 }

@media (min-width: 625px) and (max-width: 890px)
 {
	 .zipcode-field .form-control {
    width: 80% !important;
}
.side-div {
     right: 6px;
}
body h4 {
    font-size: 16px;
}
h1 {
    font-size: 29px;
}
.footer ul li a {
       font-size: 10px;
}
.footer-para p {
    font-size: 12px;
}
.question-answer-group .form-control {
    width: 100%;
}
 }


/*#div-qag-EDIT_BUTTON:before {
    content: "\f040";
	position:absolute;
	color:#fff;
	height:30px;
	width:30px;
	z-index: 99;
	font-size:30px;
}*/

.progress {
	margin: 10px;
	right: -8px;
	top: 8px;
	left: 12px;
	width: 40%;
	height:15px;
	position: relative;

}


progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 35px;
	width: 100%;
	height: 15px;
	background-color: #e8e8e8;
	color: #006938;
	border-radius: 20px;
	border: #f8f8f8;
}

progress::-webkit-progress-value {
  background: #006938;
  border-radius: 20px;
  border: #f8f8f8;
}

progress::-moz-progress-bar {
  background: #006938;
  border-radius: 20px;
  border: #f8f8f8;
}
progress::-webkit-progress-bar {
	background-color: #ffffff;
	border-radius: 20px;
	border: #f8f8f8;
}
#div-qag-AdditionalInfoText{
	width:33%;
}
/*.page-header-name {
    margin-top: 48px;
    margin-top: var(--spacing-xl);
    margin-bottom: 16px;
    margin-bottom: var(--spacing-m);
    font-family: 'GothamSSM Medium', 'Open Sans', sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.25px;
    text-transform: initial;
    color: #118503;
    color: var(--digital-green);
}*/

.edit_optionstyle{
	background: transparent !important;
    box-shadow: 0px 0px !important;
    color: #fff !important;
    border: 1px solid transparent;
	    border-color: transparent !important;
 }

.edit_optionstyle:focus{
	background: transparent !important;
    box-shadow: 0px 0px !important;
    color: #fff !important;
    border: 1px solid transparent;    border-color: transparent !important;
 }

 .applyTodayH3{
	 margin-left: 15%;
 }

 /*
  #div-qag-RoutingNumber, #div-qag-AccountNumber, #div-qag-AccountType {
	 width:22%;
   padding-right: 0px;
 }*/
  /*Datepicker - Begins*/
.ui-datepicker {
  background: #ffffff !important;
  background: var(--white) !important;
  border-radius: 8px;
  border-radius: var(--radius-m);
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--shadow-low-30);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: var(--shadow-low-30);
  font-family: 'Open Sans', sans-serif !important;
  z-index: 15 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
  background: none;
  border: none;
  border-bottom: 2px solid var(--gray-05);
  border-bottom: var(--border-default);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  padding-top: 2px;
  padding-bottom: 2px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  background: none;
  border: 5px solid transparent;
  width: 0;
  height: 0;
  margin-top: -4px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  margin-left: -11px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  margin-left: -3px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 4px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
  border: transparent;
  background: none;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  border-right-color: #0170bc;
  border-right-color: var(--digital-blue);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  border-left-color: #0170bc;
  border-left-color: var(--digital-blue);
}

.ui-datepicker .ui-datepicker-calendar tr th {
  color: #d9d9d9;
  color: var(--gray-15);
  padding-bottom: 0;
}

.ui-datepicker .ui-datepicker-calendar tr td {
  width: 34px;
  height: 34px;
}

.ui-datepicker .ui-datepicker-calendar tr td .ui-state-default {
  border: none;
  background: none;
  color: #333333;
  color: var(--digital-black);
  line-height: 1.5em;
  text-align: center;
  width: calc(34px - 6px);
  height: calc(34px - 6px);
  border-radius: 50%;
  margin: 0 auto;
}

.ui-datepicker .ui-datepicker-calendar tr td .ui-state-hover {
  background: #e7f2e5;
  background: var(--digital-green-10);
}

.ui-datepicker .ui-datepicker-calendar tr td .ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar tr td .ui-state-highlight.ui-state-hover {
  background: #118503;
  background: var(--digital-green);
  font-weight: 700;
  color: #ffffff;
  color: var(--white);
}

.width100 {
	width: 100% !important;
}

.widthAuto {
	width: auto !important;
}

.icn {
  align-content: center;
  align-items: center;
  display: inline-flex;
}

.block-icn {
  border-radius: 44px;
  height: 88px;
  margin: 16px;
  margin: var(--spacing-m);
  width: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-icn svg { fill: #ffffff; }
.white-icn svg { fill: var(--white); }

.bg-cigna-orange-logo {
  background-color: #9E28B5 !important; 
}
 /*Datepicker - ends*/

 #div-question-Eligibility_Q4b_Other{
	  padding: 0 0 2px 9px;
  }
/*
 #div-qag-RequestedWithdraw{
	 padding:0;
	 margin-left: 15px;
   width: 28%;
 }
*/

#div-qag-RequestedWithdraw .control-label {
  width: 350px !important;
 }

 .section-DVH_Accordian,
 .section-LSC_Accordian {
   padding: 20px !important;
 }

 #div-question-RequestedWithdraw label br {
  display: none !important;
}

.householdcount,.sediscountsavings,.premiumsavings{
	color: #cc0000 !important;
	color: var(--digital-red) !important;
	font-weight: bold !important;
}
.sedDisplay, .hhdDisplay, .lwsDisplay,.olrateDispaly, .householddDisplay{
	float: left;
}

   .btn.btn-default.active  {
       border: 3px solid #9E28B5;
}

 .singleCheckboxPosition {
  margin: 0;
  margin-top: -19px;
}
.section-Underwritten_Review_Plans .control-label, .section-GI_Review_Plan .control-label{
    right: 0px;
    position: relative;
	  top: 19px;
}
.singleCheckboxPosition input{
	margin: 0 !important;
    position: relative !important;
    top: 4px !important;
}
.section-OE_Review_Plan .singleCheckboxPosition input{
    position: absolute !important;
}
#div-qag-RPS_CHLIC_HHD,#div-qag-RPS_Online_Discount,#div-qag-RPS_Premium_Discount{
    padding-top: 0px!important;
    width: 100%;
    margin-top: 12px;
}
/* .ButtonClicked {
    background-color:red;
} */
.situations_option_spouse{
	width:50%;
}
 .side-cal-img div{
   fill: #ffffff;
   fill: var(--white);
    border-radius: 42px;
    height: 80px;
    width: 80px;
    background: #9E28B5;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.side-cal-img{
	    height: 88px;
      width: 88px;
    margin: auto;
}
/* .Tostylesuperscript sup{
	font-size:30px;
} */
.EQN-Arbitration .page-header-name{
	color:#000;
}
div#div-question-ImportantStatementsforApplicant .control-label
{
margin-top: 20px;
}

div#div-question-AsAnAlternative\.Binding .control-label{
margin-top:0px;
}

div#div-question-eSignApplicantSignatureText-Notelabel p{
color:black;
}

#div-question-eSignApplicantSignatureText-Note.control-label p{
color:black;
}
p#nondiscdecription_HHS{
color:black;
}
p#nondiscdecription{
color:black;
}

.content.EQN-PLAN_EE.panel-body{
padding-bottom:0px;
}
h6.medsup_footer{
padding-top:0px;
}
p#pstate_disclosure{
padding-top:10px;
padding-bottom:15px;
}

#state_disclosure{
  font-size: 16px !important; 
}
#state_disclosure:hover, #cobrowse_link:hover, #state_disclosure:active, #cobrowse_link:active,
#state_disclosure:focus, #cowbrowse_link:focus {
  color:#7E2091 !important; 
}


#div-qag-MEDICAREA_DATEM, #div-qag-MEDICAREB_DATEM, 
#div-qag-SPOUSE_MEDICAREA_DATEM, #div-qag-SPOUSE_MEDICAREB_DATEM {
  width: 300px; 
}

#div-qag-MEDICAREA_DATEM select, #div-qag-MEDICAREB_DATEM select,
#div-qag-SPOUSE_MEDICAREA_DATEM select,#div-qag-SPOUSE_MEDICAREB_DATEM select {
  padding: 8px 16px;
  background-position: right 16px center !important;
  background-size: 16px !important;
}

#div-qag-MEDICAREA_DATED ,  #div-qag-MEDICAREA_DATEY,  #div-qag-MEDICAREB_DATEY,  #div-qag-MEDICAREB_DATED, 
#div-qag-SPOUSE_MEDICAREA_DATED, #div-qag-SPOUSE_MEDICAREA_DATEY, 
#div-qag-SPOUSE_MEDICAREB_DATED, #div-qag-SPOUSE_MEDICAREB_DATEY
 {
  width: 160px;
  margin:0px; 
  right: 0px; 
  padding-left: 16px !important; 
 }

#div-qag-MEDICAREA_DATED, #div-qag-MEDICAREB_DATED, #div-qag-SPOUSE_MEDICAREA_DATED,  #div-qag-SPOUSE_MEDICAREB_DATED{
  left: 32px
 }
 #div-qag-MEDICAREA_DATEY, #div-qag-MEDICAREB_DATEY, #div-qag-SPOUSE_MEDICAREA_DATEY, #div-qag-SPOUSE_MEDICAREB_DATEY {
  left: 64px; 
 }

#div-qag-SPOUSE_MEDICAREA_DATED .form-control, #div-qag-SPOUSE_MEDICAREA_DATEY .form-control, 
#div-qag-SPOUSE_MEDICAREB_DATED .form-control, #div-qag-SPOUSE_MEDICAREB_DATEY .form-control
{
  width: 160px !important; 
  height: 40px !important; 
}

#div-qag-MEDICAREA_DATED input.form-control , #div-qag-MEDICAREA_DATEY input.form-control,  
#div-qag-MEDICAREB_DATEY input.form-control,  #div-qag-MEDICAREB_DATED input.form-control
{
  width: 160px !important; 
  height: 40px !important; 
}

#div-qag-MEDICAREA_DATED input , #div-qag-MEDICAREA_DATEY input, 
#div-qag-MEDICAREB_DATED input, #div-qag-MEDICAREB_DATEY input, 
#div-qag-SPOUSE_MEDICAREA_DATED input, #div-qag-SPOUSE_MEDICAREA_DATEY input, 
#div-qag-SPOUSE_MEDICAREB_DATED input, #div-qag-SPOUSE_MEDICAREB_DATEY input
{
  padding: 8px 16px !important; 
}

#div-qag-MEDICAREA_DATEM select.form-control, 
#div-qag-MEDICAREB_DATEM select.form-control, 
#div-qag-SPOUSE_MEDICAREA_DATEM select.form-control, 
#div-qag-SPOUSE_MEDICAREB_DATEM select.form-control
{
   background-image: url('../img/select-arrow.png') !important;
   width: 300px !important;
   height: 38px !important;  
}

#div-qag-QUOTE_PRIMARY_EMAIL, #div-qag-QUOTE_SPOUSE_EMAIL, #div-qag-SPOUSE_QUOTE_PHONE{
  width: 373px !important; 
}

#element-MQ_PrimaryHeightft, #element-MQ_PrimaryHeightin, #element-MQ_PrimaryWeight
{
  width: 255px !important; 
  height: 40px; 
}
#element-Medication1, #element-Taken1, #element-Condition1, 
#element-Medication2, #element-Taken2, #element-Condition2,
#element-Medication3, #element-Taken3, #element-Condition3,
#element-Medication4, #element-Taken4, #element-Condition4,
#element-Medication5, #element-Taken5, #element-Condition5,
#element-Medication6, #element-Taken6, #element-Condition6,
#element-Medication7, #element-Taken7, #element-Condition7,
#element-Medication8, #element-Taken8, #element-Condition8,
#element-Medication9, #element-Taken9, #element-Condition9,
#element-Medication10, #element-Taken10, #element-Condition10
{
  width: 257.67px !important;
  height: 40px; 
}

#div-qag-RemoveMeds1,
#div-qag-RemoveMeds2,
#div-qag-RemoveMeds3,
#div-qag-RemoveMeds4,
#div-qag-RemoveMeds5,
#div-qag-RemoveMeds6,
#div-qag-RemoveMeds7,
#div-qag-RemoveMeds8,
#div-qag-RemoveMeds9, 
#div-qag-RemoveMeds10 
{
    height: 36px !important;
    width: 36px !important;
    padding-bottom: 54px;

}


#div-question-Taken2
#div-question-Condition2
#div-question-Taken3
#div-question-Condition3
#div-question-Taken4
#div-question-Condition4
#div-question-Taken5
#div-question-Condition5
#div-question-Taken6
#div-question-Condition6
#div-question-Taken7
#div-question-Condition7
#div-question-Taken8
#div-question-Condition8
#div-question-Taken9
#div-question-Condition9
#div-question-Taken10
#div-question-Condition10 {
  font-family: 'open sans regular'; 
  font-size: 16px !important; 
  font-weight: 200 !important;
}

#div-question-SELECTONE_TEXT_SPOUSE{
 font-size: 16px;
 font-family: 'Open Sans Regular' !important;
}

#div-qag-SITUATIONS_OPTION_SPOUSE{
  margin-top: -10px; 
}


div#div-qag-Eligibility_Q4b_Company_LOV select,
div#div-qag-Eligibility_Q4b_Plan_LOV select,
div#div-qag-Eligibility_Q4b_Other input {
  text-overflow: ellipsis; 
  padding-right:35px; 
}





#div-qag-MQ_PrimaryHeightft, #div-qag-MQ_PrimaryHeightin, #div-qag-MQ_PrimaryWeight, 
#div-qag-Medication1, #div-qag-Taken1, 
#div-qag-Medication2, #div-qag-Taken2, 
#div-qag-Medication3, #div-qag-Taken3, 
#div-qag-Medication4, #div-qag-Taken4, 
#div-qag-Medication5, #div-qag-Taken5, 
#div-qag-Medication6, #div-qag-Taken6, 
#div-qag-Medication7, #div-qag-Taken7, 
#div-qag-Medication8, #div-qag-Taken8, 
#div-qag-Medication9, #div-qag-Taken9, 
#div-qag-Medication10, #div-qag-Taken10
{
  width: 275px !important; 
  margin-bottom: 15px;
}

#div-qag-Condition1, 
#div-qag-Condition2, 
#div-qag-Condition3,
#div-qag-Condition4, 
#div-qag-Condition5,
#div-qag-Condition6, 
#div-qag-Condition7, 
#div-qag-Condition8, 
#div-qag-Condition9, 
#div-qag-Condition10 {
  width: 290px !important;
  padding-bottom: 15px !important;
}

#div-question-eSignApplicantSignatureText-Note.control-label p{
color:black;
}
div#div-question-ImportantStatementsRecordedTelephone label.control-label,div#div-question-ImportantStatementsIUnderstandTX label.control-label,
div#div-question-ImportantStatementsCaution label.control-label,div#div-question-ClickLink label.control-label,
div#div-question-eSignApplicantSignatureText-Note label.control-label,div#div-question-ClickLink label.control-label
{
    margin-top: 0px !important;
}

div#div-question-TOOLTIP {
    padding-left: 15px;
}
.content.EQN-PLAN_EE div.panel-body {
    padding-bottom: 0px;
}
div#div-question-ImportantStatementsCharter_CIC_broker label.control-label {
    margin-top: 20px !important;
}

#div-question-eSignApplicantSignatureText-Note label.control-label p {
    color: black;
}
#div-question-Company_Header_CHLIC h2{
	font-size:20px;    margin-bottom: 15px;
}
#div-question-Arbitration_CHLICHeader h2, #div-question-ArbitrationHeader h2, #div-question-ArbitrationNote1 h2, #div-question-ArbitrationHeader2 h2{
	font-size:20px;
}

#div-question-ArbitrationHeader h2{
	padding-top:10px;
	padding-bottom:17px;
}
#div-question-ArbitrationNote1 h2{
	    padding-bottom: 23px;
}
#div-question-ArbitrationNote3_CHLIC_AL .question-answer-group p {
       margin-bottom: 10px;
}
.foot-first-div{
	margin-bottom: 50px;
}
.statespecific-NH{
    /* margin-top: 44px; */
    font-family: 'GothamSSM Medium';
    font-size: 24px;
    line-height: 25px;
       font-weight: bold;
	   padding-left: 0px;
	/* z-index: 99999;
    position: fixed !important;
    height: 30px; */
	background:#fff;
	display:none;
	padding-top: 15px;
}
.statespecific-NH p, .statespecific-VA p {
	 margin-left: 17px;
}
.statespecific-VA {
    font-family: 'GothamSSM Medium';
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    padding-left: 30px;
    background: #fff;
    display: none;
    padding-top: 15px;
}
.loyal-disclaimer{
	padding-left: 0px !important;
}
.loyal-disclaimer p{
	font-family: 'Open Sans bold';
    font-size: 18px;
    text-align: justify !important;
    line-height: 20px;
}
.EQN-KY_Comparison_Statement_Part_A .page-header-description{
	margin-left:26px;
}
.EQN_L1_PA_Supp_App-PA_Supp_App .page-header-description {
  margin-left: 25px;
  margin-top: 10px;
}
.Requestedwithdraw{
	display:none;
}
.popuptext h6{
	font-size:15px;
}

.medication-result-dropdown {
    background: #fff;
    padding-left: 0;
    margin-bottom: 20px;
    position: absolute;
    width: 88%;
    z-index: 11;
    min-height: 20px;
    overflow-x: hidden;
    border: 1px solid #33333354;
    overflow-y: auto;
    max-height: 200px;
}


/* Plan Selection page custom css
---------------------------------------*/
.plan-selection-wrapper, #Medsupp_progressbar {
  padding-left: 30px;
}

.medsup .plan-selection-wrapper ,.ancillary .plan-selection-wrapper{
  padding-left: 45px;
}

.plan-selection-wrapper .panel-body .section-body .row[class*='equotes-row'] .control-label>h4 {
  margin-top: 15px;
  margin-bottom: 10px;
}

div#div-question-CHI_Text_2 {
    margin-top: 15px;
}

.plan-title {
  font-size: 1em;
  font-weight: 500;
  color: #424242;
  margin-top: 10px;
  padding: 4px 0;
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
}

.plan-page-header {
  background: #ddd;
  margin-bottom: 20px;
  padding: 15px 0;
}

.section-header[class*='section-'][class*='-Accordian'], .BlueBAnner ul + p {
  margin-top: 10px;
}


.section-header[class*='section-'][class*='-Accordian']>.panel-title>a {
  display: inline-block;
  width: 100%;
}

.section-header[class*='section-'][class*='-Accordian']>h6,
.section-header[class*='section-'][class*='-Accordian'] .panel-title>h6 {
  margin-left: 62px;
}

span.planname {
  display: block;
  padding-top: 0px;
  font-size: 20px;
  line-height: 22.8px;
  color: #9E28B5;
  font-family: 'Open Sans Regular';
  font-weight:400;
}

.section-header>h4 {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
}

.section-header>h4>strong>h4 {
  padding: 0;
  margin: 0;
}

.panel-content {
  border-left: 3px solid #39b54a;
  padding-left: 20px;
  margin-left: 15px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border: 0;
}

.plancost {
  font-size: 1.4em;
  font-weight: 500;
  color: #42be5c;
}

.plandiscount {
  font-size: 1.4em;
  font-weight: 500;
  color: #fa992a;
}

.PlanCost {
  font-size: 1.2em;
  font-weight: normal;
  color: #6b6c6e;
}

.ProductNotAvailable {
  color: #6b6e78 !important;
}

/* Accordion  - plan select page
---------------------------------------*/
.icon-unselected-accordion,
.icon-selected-accordion,
.icon-disabled-accordion {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 28px;
  position: relative;
  border-radius: 8px;
  border: 3px solid var(--digital-green);
}

.icon-unselected-accordion {
    border-radius: 8px;
    border: 2px solid #BCB9C8 !important;
}

.icon-selected-accordion {
  background: #006938;
  border-color: #006938;
}

.icon-disabled-accordion {
  border-color: var(--gray-05);
}

.icon-unselected-accordion::before,
.icon-unselected-accordion::after,
.icon-selected-accordion::before,
.icon-selected-accordion::after,
.icon-disabled-accordion::before,
.icon-disabled-accordion::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.icon-unselected-accordion::before,
.icon-selected-accordion::before,
.icon-disabled-accordion::before {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  right: -28px;
  border-left-color: #9E28B5;
  border-top-color: transparent;
}

.icon-unselected-accordion.accordian-showed::before,
.icon-selected-accordion.accordian-showed::before,
.icon-disabled-accordion.accordian-showed::before {
  right: -24px;
  margin-top: 4px;
  border-left-color: transparent;
  border-top-color: #9E28B5;
}

.icon-selected-accordion::after,
.icon-disabled-accordion::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 22px;
}

.icon-selected-accordion::after {
  content: '\f00c';
  left: 2px;
  color: var(--white);
  font-size: 16px !important;
}

.icon-disabled-accordion::after {
  content: '\f00d';
  left: 4px;
  color: var(--gray-05);
}

.collapsed {
  margin: 0 !important;
}


.pricedisplay, .Info-benefit-display {
  position: relative;
  display: inline-block;
  color: #9E28B5 !important;
}
.pricedetail {
	width: 775px;
    font-size: 14px;
    font-weight: 400;
}
.pricedisplay .pricedetail, .Info-benefit-display .Info-benefit-detail {
  display: none;
  position: absolute;
  z-index: 3;
  background-color: var(--white);
  border-radius: var(--radius-m);
  -webkit-box-shadow: var(--shadow-low-30);
  box-shadow: var(--shadow-low-30);
  padding: var(--spacing-m);
  color: var(--digital-black);
  min-width: 260px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

.pricedisplay .pricedetail {
  position: relative;
}

.pricedisplay .pricedetail>h4 {
  margin-top: 0;
  font-size: 16px;

  }

.pricedisplay .pricedetail>ul {
  padding-left: var(--spacing-m);
  margin-bottom: 0;
}

.pricedisplay .pricedetail ul li:not(:last-child) {
  padding-bottom: var(--spacing-s);
}

.pricedisplay:hover .pricedetail, .Info-benefit-display:hover .Info-benefit-detail, .section-CHI_Accordian:has(#statECOdeVT) .row.equotes-row:has(#div-qag-BenefitSInclude) #div-qag-ChoiceHI_PRT_Premier, 
.section-CHI_Accordian:has(#statECOdeMD) .row.equotes-row:has(#div-qag-BenefitSInclude) #div-qag-ChoiceHI_SC_Core, .section-CHI_Accordian:has(#statECOdeMD) .row.equotes-row:has(#div-qag-BenefitSInclude) #div-qag-ChoiceHI_SC_Preferred, 
.section-CHI_Accordian:has(#statECOdeMD) .row.equotes-row:has(#div-qag-BenefitSInclude) #div-qag-ChoiceHI_SC_Premier {
  display: block;
}

.pricedisplay h6 strong{
	color: #9E28B5;
	font-size: 16px;
    background-image: linear-gradient(rgba(51,51,51,.3),rgba(51,51,51,.3));
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    font-weight: 400;
    line-height: 21.28px;
    padding: 0;
    font-family: 'Open Sans Regular';
}

/*text message*/
.errorMessage, .CoverageselectionErrorMessage {
	color: red;
}

/* DE201858 GK_03032021 */
.EQN-Ancillary_ReviewAndAccept #el-content-form_nextPage_execute{

	padding-left:1.5em !important;
}
.pac-container:after{
content:none !important;
}
.pac-item > span:last-child {
    display: none;
}

.CNHIC_CANCER_MEDQues {
	display: grid;
}

.CIC_CANCER_MEDQues {
  display: grid;
}
.sad_quoteBtns, #div-qag-SE_NEWS_MESSAGE .navbar-header, .row.equotes-row:has(#div-qag-ChoiceHI_spacer17), .row.equotes-row:has(#div-qag-ChoiceHI_spacer9), 
.row.equotes-row:has(#div-qag-ChoiceHI_spacer25), .row.equotes-row:has(#div-qag-ChoiceHI_ConfinementText), .row.equotes-row:has(#div-qag-ChoiceHI_KS_spacer3),
.row.equotes-row:has(#div-qag-ChoiceHI_PlanPremium_StaticText), .row.equotes-row:has(#div-qag-ChoiceHI_HospitalRider), .row.equotes-row:has(#div-qag-ChoiceHI_HospitalRider_CA), .row.equotes-row:has(#div-qag-ChoiceHI_AmbulanceRider), 
.row.equotes-row:has(#div-qag-ChoiceHI_OutpatientRider), .row.equotes-row:has(#div-qag-ChoiceHI_ICURider), .row.equotes-row:has(#div-qag-ChoiceHI_Selectplan_StaticText), 
.row.equotes-row:has(#div-qag-ChoiceHI_KS_spacer1), .panel-body:has(#div-qag-ChoiceHI_KS_spacer1) .row.equotes-row:has(#div-qag-ChoiceHI_spacer66), 
.panel-body:has(#div-qag-ChoiceHI_KS_spacer1) .row.equotes-row:has(#div-qag-ChoiceHI_spacer76), #div-question-BenefitSInclude > label:first-child  {
	display: flex;
}
.row.equotes-row:has(#div-qag-ChoiceHI_HospitalRider), .row.equotes-row:has(#div-qag-ChoiceHI_HospitalRider_CA), .row.equotes-row:has(#div-qag-ChoiceHI_AmbulanceRider), 
.row.equotes-row:has(#div-qag-ChoiceHI_OutpatientRider), .row.equotes-row:has(#div-qag-ChoiceHI_ICURider) {
  align-items: center;
}
.EQN-IFPSAD_Quote h2.page-header-name {
	margin-left: 10px;
	font-size: 32px;
}
.sad_quoteBtns label{
	font-weight: bold;
	font-size:18px;
	color:#0170bc;
}

.sad_footer a{
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'GothamSSM Medium';
    padding-left: 0px !important;
}
.sad_footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.sad_footer p{
font-size: 14px;
}
.sad_footer .footer-text, .footer-para {
    padding-left: 0px !important;
    padding-bottom: 15px;
    padding-top: 15px;
}

.sad_textToHover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.sad_hoverDisplay {
	display: none;
}
.sad_hoverDisplay {
  border: 1px solid #004986;
  width: 380px;
  position: absolute;
  text-align: left;
  font-style: normal;
  font-family: Open Sans, Arial !important;
  padding: 10px 12px 10px;
  z-index: 2;
  display: none;
  background-color: White;
  background-repeat: no-repeat;
  color: #333333;
  font-weight: normal;
  white-space: normal !important;
  -webkit-box-shadow: 3px 8px 6px 1px black;
  -moz-box-shadow: 3px 8px 6px 1px black;
  box-shadow: 3px 8px 6px 1px black;
  }

.sad_textToHover:hover .sad_hoverDisplay {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.EQN-IFPSAD_Quote #nav-continue input {
width:auto;
}
.sad_required{
	color:#CC0000;
	font-weight: 400;
}
.sad_required_notes {
	font-size:12px !important;
}
.sad_childBtns span {
    width: auto;
    padding: 7px 15px;
    margin-left: -45%;
}

div[id^="div-qag-Child"][id$="SSN"]{
  width: 25%;
}
/* DE219057 */
#div-qag-SE_NEWS_MESSAGE .discount-msg{
  font-family: 'open sans regular';
}
#div-qag-SE_NEWS_MESSAGE .apply_save{
  font-size: 16px !important;
}
.seNewsOnlineRate { 
  font-size: 16px !important;
}



/*Update CSS RWD ############ Start*/

.PrimaryDOBM{
  width: 24%;
  margin-right:30px;
}
/*Prod Defect*/
 #div-qag-PRIMARY_DOBD, #div-qag-PRIMARY_DOBY{
  right:0px;
  top: 2px;
  padding: 0;
  width: 180px !important;
  margin-right:24px;
}

#div-qag-MEDICAREA_DATEM .form-control, #div-qag-MEDICAREA_DATED .form-control, #div-qag-MEDICAREA_DATEY .form-control,
#div-qag-MEDICAREB_DATEM .form-control, #div-qag-MEDICAREB_DATED .form-control, #div-qag-MEDICAREB_DATEY .form-control,
#div-qag-PRIMARY_DOBD .form-control, #div-qag-PRIMARY_DOBY .form-control,#div-qag-PRIMARY_DOBM .form-control,
#div-qag-SPOUSE_DOBM .form-control,#div-qag-SPOUSE_DOBD .form-control, #div-qag-SPOUSE_DOBY .form-control,
#div-qag-SPOUSE_MEDICAREA_DATEM .form-control, #div-qag-SPOUSE_MEDICAREA_DATED .form-control,
#div-qag-SPOUSE_MEDICAREA_DATEY .form-control, #div-qag-SPOUSE_MEDICAREB_DATEM .form-control,
#div-qag-SPOUSE_MEDICAREB_DATED .form-control, #div-qag-SPOUSE_MEDICAREB_DATEY .form-control, #Medsupp_progressbar svg
{
  width: 100%;
}

#div-qag-SPOUSE_MEDICAREA_DATEM, #div-qag-SPOUSE_MEDICAREB_DATEM {
  float: left;
}
#div-qag-SPOUSE_MEDICAREA_DATEY, #div-qag-SPOUSE_MEDICAREB_DATEY{
  right: 0px;
  top: 0px;
  width: 14%;
}

#div-qag-SPOUSE_DOBM,#div-qag-PRIMARY_DOBM{
  width: 276px;
  padding-left: 12px !important;
  padding-right: 0px !important;
}
 #div-qag-SPOUSE_DOBM select,#div-qag-VERIFY_SPOUSE_GENDER select,
 #div-qag-VERIFY_GENDER select{
    height: 38px;
    background-image: url('../img/select-arrow.png') !important;
    background-position: right 16px center !important;
    background-size: 16px !important;
    padding: 8px 16px !important;

}
 #div-qag-SPOUSE_DOBM select:focus,#div-qag-SPOUSE_DOBD :focus, #div-qag-SPOUSE_DOBY input:focus{
  outline: none !important;
  box-shadow: none !important;
 }
#div-qag-SPOUSE_DOBM select.form-control,
#div-qag-PRIMARY_DOBM select.form-control{
   background-image: url('../img/select-arrow.png') !important;
   width: 276px !important;
}
#div-qag-SPOUSE_DOBD, #div-qag-SPOUSE_DOBY{
    width: 180px !important;    
    margin: 0px;
    right: 0px;
    left: 0PX;
    padding-left: 14px !important;
    margin-left: 24px !important;

}
#div-qag-SPOUSE_DOBD input, #div-qag-SPOUSE_DOBY input,
#div-question-PRIMARY_DOBD input,#div-qag-PRIMARY_DOBY input{
  width: 180px !important;
}
#div-qag-SPOUSE_DOBD input, #div-qag-SPOUSE_DOBY input{
    height: 40px;
    padding: 8px 16px !important;
   
}
#div-qag-PRIMARY_DOBD{
  margin-left: 23px !important;
}
#div-qag-MEDICAREA_DESC,#div-qag-MEDICAREB_DESC, #div-qag-SPOUSE_MEDICAREA_DESC,
#div-qag-SPOUSE_MEDICAREB_DESC{
width: 42%;
padding-right: 0px;
white-space: nowrap;
}

#div-qag-SPOUSE_FIRST_NAME, #div-qag-PRIMARY_FIRST_NAME{
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #div-qag-SPOUSE_FIRST_NAME, #div-qag-SPOUSE_LAST_NAME, #div-qag-PRIMARY_FIRST_NAME, #div-qag-PRIMARY_LAST_NAME {
    width: 370px;
  }

  #div-qag-SPOUSE_FIRST_NAME input, #div-qag-SPOUSE_LAST_NAME input, #div-qag-PRIMARY_FIRST_NAME input, #div-qag-PRIMARY_LAST_NAME input {
    width: 343px;
  }
}


/* .EQN-SC_CA .col-md-1{
  width:4%;
  float: left;
  margin-left: 33px;
} */

.EQN-SC_CA .col-md-1 .vertical-checkboxlist, .EQN-GI_Situations .col-md-1 .vertical-checkboxlist
{
  line-height: 0;
}

.EQN-SC_CA .row[class*='equotes-row'] .question-answer-group .singlecheckboxtext,
.EQN-GI_Situations .row[class*='equotes-row'] .question-answer-group .singlecheckboxtext{
  margin-bottom: 25px!important;
}
.content{
  padding-top: 14px;
}
#div-question-CHLIC_CA_GI_Disclaimer5{
  margin-bottom: 12px;
}


.EQN-GI_Situations div[id^="div-qag-situation"] .col-md-1,
.EQN-SC_CA  div[id^="div-qag-situation"] .col-md-1,
.EQN-SCS_CA div[id^="div-qag-spouse_situation"] .col-md-1,
 #div-qag-none .col-md-1, #div-qag-spouse_none .col-md-1 {
  width:4%;
  float: left;
  margin-left: 33px;
}

.EQN-GI_Situations  div[id^="div-qag-situation"] .singlecheckboxtext
.EQN-SC_CA  div[id^="div-qag-situation"] .singlecheckboxtext,
 #div-qag-none .singlecheckboxtext{
  float: left;
  width: 83%!important;
  margin-top: 3px;
}


.EQN-SCS_CA  div[id^="div-qag-spouse_situation"] .singlecheckboxtext,
 #div-qag-spouse_none .singlecheckboxtext{
  float: left;
  width: 83%!important;
  margin-top: 4px;
}

.EQN-SCS_CA #div-qag-Spouse_CHLIC_CA_GI_Disclaimer5{
  width: 86%;
}

#div-qag-VERIFY_GENDER, #div-qag-VERIFY_TOBACCO_CA, #div-qag-VERIFY_TOBACCO_CA,
#div-qag-VERIFY_SPOUSE_GENDER{
  width: 46%;
}

.EQN-VE .section-header.section-Review_Applicant_Row1, .EQN-VE .section-header.section-Review_Applicant_Row4, 
.EQN_L1_VE-VE .section-header.section-Review_Applicant_Row1, .EQN_L1_VE-VE .section-header.section-Review_Applicant_Row4   {
  width: 95%;
  margin-left: 10px;
}
.EQN_L1_VE-VE .section-header.section-Review_Applicant_Row1{
  /* width: 59.2%; */
  margin-left: 10px;
}
.EQN-SC_CA .panel-body {
  margin: 0px;
  width: 100%;
  text-align: justify;
}

.EQN-SC_CA #div-qag-CHLIC_CA_GI_Disclaimer5{
  width: 65%;
}

#addSpouse{
  padding: 11px !important;
}

.head-top h1, .statespecific-NH p {
    padding-left: 30px; 
}

#div-qag-EE_SZIP_CODE .question-answer-group .form-control{
  width: 22%!important;
}

#div-qag-SITUATIONS_OPTION.situations-option, #div-qag-SITUATIONS_OPTION_SPOUSE.situations-option, .EQN-SCS div#div-qag-SITUATIONS_OPTION_SPOUSE{
  width: 100%;
  padding-left:35px;
  text-align: left; 
}

#div-qag-INFO_EMAIL_SPOUSE, #div-qag-QUOTE_SPOUSE_EMAIL{
  margin-top:20px;
}
#div-qag-SPOUSE_QUOTE_PHONE {
  margin-bottom:20px;
  margin-top: 34px;
}
.EQN-SCS_CA #div-qag-Spouse_CHLIC_CA_GI_Disclaimer6 {
  margin: 15px 0px;
}
.EQN-SCS_CA div[id^="div-qag-spouse_situation"], #div-qag-spouse_none {
  margin: 9px 0px;
}

.EQN-Applicant_Information .section-Applicant_2_Info {
  margin-top: 26px;
}

.wrapperRWDTabletMSQ .page-header-name{
  width:80%;
}

#div-qag-PrimarySSN .row div:not(:first-child), #div-qag-StateOfBirth .row div:not(:first-child), #div-qag-MedicareCardNumber .row div:not(:first-child){
  width: 370px;
}

#div-question-PrimarySSN, #div-question-MedicareCardNumber {
  width: 472px;
}

#div-qag-PTBEffectiveDate {
  width: 375px;
}

.section-Applicant_2_Info #div-qag-Applicant{
  width: 100%!important;
}

#div-qag-Eligibility_Q4b_Other, #div-qag-Eligibility_Q4b_Plan_LOV{
  width: 78%;
}

.EQN-MED_ELIGIBILITY_CA_CHLIC .page-header-name {
  width: 76%;
  font-size: 26px;
}

#div-qag-Applicant2 {
  margin-top: 36px;
}

/* .EQN-GI_Situations .section-body .row[class*='equotes-row'] .question-answer-group .row .singlecheckboxtext {
  width: 91.666666%;
  margin-bottom: var(--spacing-xxs);
  margin-top: 13px;
} */
/* DE219053 */
#div-qag-Spouse_GI_DISCLAIMER_PA{
  padding: 12px;
  margin-bottom: 10px;
}

div[id^="div-qag-CHLIC_MN_Plan1_Rider"] .checkbox.checkbox-success {
  width: 100%;
}

#div-qag-OE_Plan_Basic_MN,
#div-qag-OE_Plan_HD_MN,
#div-qag-OE_Plan_2050_MN,
#div-qag-OE_Plan_2020_MN,
#div-qag-GI_Plan_Basic_MN,
#div-qag-GI_Plan_ExtBasic_MN,
#div-qag-GI_Plan_HD_MN,
#div-qag-GI_Plan_2050_MN,
#div-qag-Underwritten_Plan_Basic_MN,
#div-qag-Underwritten_Plan_ExtBasic_MN,
#div-qag-Underwritten_Plan_HD_MN,
#div-qag-Underwritten_Plan_2050_MN,
#div-qag-Underwritten_Plan_2020_MN {
  width: 33%;
}

/* #div-qag-Household1FirstName{
  margin-bottom: 26px;
} */

div[id^="div-qag-Household1"]{
  margin-bottom: 26px;
  float: left;
}
/*DE220029  Medical Question */

.EQN-MED_QUESTIONS li, .EQN_L1_MED_QUESTIONS-MED_QUESTIONS li {
  display: list-item;
  float: none;
  padding: 0px 10px;
  line-height: 2;
  margin-left: 20px;
}

#div-question-CNHIC_Oxygen li {
  line-height: 21.28px;
}

#div-qag-ThirdParty_Address{
  width: 67%;
  margin-top: 20px;
}
#div-qag-ThirdParty_FullName, #div-qag-ThirdParty_Phone, #div-qag-ThirdParty_Address, #div-qag-ThirdParty_State{
  margin-top: 20px;
}

#div-qag-AddMedication, #div-qag-AddTest, div[id^="div-qag-RemoveTests"], div[id^="div-qag-RemoveMeds"]{
  width: 70px;
}

#div-qag-AddMedication{
  height: 36px !important;
  width: 36px !important;
  padding-bottom: 54px;
}

#div-qag-AddMedication input, #div-qag-RemoveMeds2 input, div[id^="div-qag-RemoveMeds"] input,
div[id^="div-qag-RemoveTests"] input, #div-qag-AddTest input{
  width: 100%;
}


div[class*="EQN-MED_QUESTIONS"] .section-body.isAvailable[class*='section-MedsTaken-OnComplete-'],div[class*="EQN-MED_QUESTIONS"] .section-body.isAvailable[class*='section-Dysplasia-OnComplete-'],.EQN-PLAN_EE .lwsDisplay:nth-child(odd)
div[class*="EQN-MED_QUESTIONS"] .section-body.isAvailable[class*='section-MedsTaken-OnComplete-'], div[class*="EQN-MED_QUESTIONS"] .section-body.isAvailable[class*='section-Dysplasia-OnComplete-'], .EQN-PLAN_EE .lwsDisplay:nth-child(odd), .EQN-PLAN_EE .sedDisplay:nth-child(odd) {
    margin-top: 10px;
}


#div-question-Condition1 h4, #div-question-ChoiceHI_ConfinementText h4, #div-qag-Choice_Hi_Hospital-Indemnity-Insurance-popup, #div-qag-CSB_ChoiceHi_CoverageHeader, 
#div-qag-ChoiceHICore_BenefitText, #div-qag-ChoiceHIPreferred_BenefitText, #div-qag-ChoiceHIPremier_BenefitText, #div-question-ChoiceHICore_NoOfDays, 
#div-question-ChoiceHIPreferred_NoOfDays, #div-question-ChoiceHIPremier_NoOfDays, #div-qag-ChoiceHICore_BenefitText2, #div-qag-ChoiceHIPreferred_BenefitText2, 
#div-qag-ChoiceHIPremier_BenefitText2, #div-qag-ChoiceHI_ICURider_BenefitAmount, .CoverageselectionErrorMessage, #div-question-CSB_ChoiceHi_PlanSelectionHeaderText h4, 
#div-qag-ChoiceHI_HospitalRider .new-radio, #div-qag-ChoiceHI_AmbulanceRider .new-radio, #div-qag-ChoiceHI_OutpatientRider .new-radio, #div-qag-ChoiceHI_OutpatientRider .new-radio {
  text-align: left;
}

#div-question-MedSuppHIPAA_CHLIC p{
  margin-bottom: 15px;
}

#element-MedSuppHIPAAPersonalRepName, #element-MedSuppHIPAAPersonalRepRelationship, #element-PersonalRepName,
#element-PersonalRepRelationship, #element-M_HIPPA_OEGIUW, #element-MS_HIPPA_OEGIUW, 
#element-INT_CURRENT_PAGE_CONTEXT_MSHIPPA, #element-QUOTE_PRIMARY_EMAIL, #element-PRIMARY_QUOTE_PHONE, 
#element-QUOTE_SPOUSE_EMAIL, #element-SPOUSE_QUOTE_PHONE {
  width: 343px !important;
  height: 40px !important; 
  padding: 8px 16px; 
}
#element-MedSuppHIPAAScopeofAuthority{
  height: 40px !important;
  padding: 8px 16px; 
}



.btn-learnmore:hover{
  color: #7E2091; 
  	text-decoration: none;
	font-weight: bold;
}

.close-button:hover{
  color: #7E2091; 
}


#element-PrimaryFirstName, #element-PrimaryMiddleInitial, #element-PrimaryLastName, #element-PrimarySuffix  {
  width: 202.25px !important; 
  height: 40px !important; 
  padding: 8px 16px; 
}

#div-qag-PrimarySuffix{
  width: 202.25px !important; 
}

#div-qag-PrimaryFirstName, #div-qag-PrimaryMiddleInitial, #div-qag-PrimaryLastName
{
  width: 227.25px  !important; 
}

#element-PrimaryGender, #element-PrimaryDOB, #element-PrimaryAge, #element-ResidentCity, #element-ResidentState, #element-ResidentZip, 
#element-Applicant_2_FirstName, #element-Applicant_2_MI, #element-Applicant_2_LastName, 
#element-Applicant_2_Gender, #element-Applicant_2_DOB, #element-Applicant_2_Age
{
  width: 277.67px !important; 
  height: 38px !important; 
  padding: 8px 16px; 
}

#div-qag-PrimaryAge, #div-qag-ResidentZip{
  width: 220.25px !important; 
}

#div-qag-PrimaryGender, #div-qag-PrimaryDOB, #div-qag-ResidentState, #div-qag-ResidentCity, 
#div-qag-Applicant_2_FirstName, #div-qag-Applicant_2_MI, #div-qag-Applicant_2_LastName,
#div-qag-Applicant_2_Gender, #div-qag-Applicant_2_DOB, #div-qag-Applicant_2_Age
{
  width: 302.67px !important; 
}

#element-EmailAddress, #element-HomePhone, #element-HomePhone2, #element-EmailAddress2 {
  width: 428.5px !important;
  height: 40px !important; 
  padding: 8px 16px; 
}

#div-qag-HomePhone{
  width: 428.5px !important;
}

#div-qag-EmailAddress, #div-qag-HomePhone2{
  width: 452.8px !important;
}

#div-qag-RequestedEffectiveDate{
  width: 500px; 
  height: 40px;
  margin-bottom: 15px; 
}

.footer-links {
  display: flex;
  flex-direction: row;
}

.legal-line {
  padding-top: 12px;
  font-size: 18px;
}

@media (min-width:320px) and (max-width:767px){ 
  #div-question-RequestedEffectiveDate{
    text-wrap: auto; 
    padding-bottom: 7px; 
  }

  .footer-links {
    flex-direction: column;
  }
  .legal-line {
    display: none;
  }
}

@media (min-width:767px){
  #div-question-RequestedEffectiveDate{
    text-wrap: nowrap !important; 
  }

  .ancAppHdr {
    margin-left: 20px;
  }

  input#element-AI_PrimaryHeightft,
  input#element-AI_PrimaryHeightin,
  input#element-AI_PrimaryWeight {
    width: 278px !important;
    margin-bottom: 24px;
  }
}

#el-content-form_currentPage_allQuestions_0__answers_0__value, #element-eSignApplicantSignature{
  width: 343px; 
  margin-top: 5px;
}

@media (min-width:320px) and (max-width:767px){ 
  #el-content-form_currentPage_allQuestions_0__answers_0__value, #element-eSignApplicantSignature{
    width:96%;
  }
  #div-question-RequestedEffectiveDate{
    text-wrap: auto; 
    margin-top:-50px; 
  }
}

#element-ResidentStreet, #element-ResidentStreetSecond{
  width: 343px !important;
  height: 40px !important; 
  padding: 8px 16px; 
}

#div-qag-ResidentStreetSecond, #div-qag-ResidentStreet{
  width: 367px !important; 
}


#element-M_HIPPA_OEGIUW, #div-question-M_HIPPA_OEGIUW{
  margin-left: 24px !important; 
}

#div-question-MedSuppHIPAA_CHLIC p:nth-child(1), #div-question-MedSuppHIPAA_CHLIC p:nth-child(3){
  width: 78%;
}

#div-qag-GI_RIGHT .radio.radio-circle.radio-success.card {
  width: 100%;
  text-align: justify;
}

div[class*="EQN-MED_QUESTIONS"] [id^='div-qag-AddMedication'],
div[class*="EQN-MED_QUESTIONS"] [id^='div-qag-RemoveMeds'],
.section-body[class*='section-MedsTaken-OnComplete-'] [id^='div-qag-RemoveMeds']{
  width: 70px!important;
  max-width: 70px!important;
}

div[class*="EQN-MED_QUESTIONS"] div[id^="div-qag-LoyalPrimary"] {
  width: 30%!important;
}

#div-qag-MedSuppHIPAAPersonalRepName, #div-qag-MedSuppHIPAAPersonalRepRelationship,
.popup, #BillingPopup, #div-qag-AccountInformation,
.tabletDeviceWrapper .EQN-Internal_Replacement_Question .radio-success,
.EQN-Internal_Replacement_Question .radio-success{
  width: 100%!important;
}

/* .tabletDeviceWrapper #div-question-GrantAuthorization, #div-question-GrantAuthorization{
  width: 85%;
} */
.tabletDeviceWrapper #div-qag-Other_WHY, #div-qag-Other_WHY
.tabletDeviceWrapper #div-qag-PersonalRepName, #div-qag-PersonalRepName
.tabletDeviceWrapper #div-qag-PersonalRepRelationship, #div-qag-PersonalRepRelationship,
#div-qag-IL_Checklist_Disclaimer{
  width: 100%!important;
}

div[id^='div-qag-HospitalInpatient'], div[id^='div-qag-IL_Checklist_Additional']{
  margin-top: 14px;
}

.EQN-IL_MEDSUP_Policy_Checklist .page-header-description{
  margin-left: 23px;
}

.section-IL_Checklist_Heading {
  margin-top: 20px;
}

div#div-qag-CHLIC_IL_Header {
 width : 100%!important;
}

#div-question-IL_Checklist_Expiration_date_of_existing_insurance{
  padding-right: 0px;
  text-align: left;
  white-space: nowrap;
}

#div-qag-il_Checklist_SkilledNursingHomeCare{
  width: 100%;
}

.EQN-IL_MEDSUP_Policy_Checklist .col-md-6, #div-question-ChoiceHIApplication h4 {
  text-align: left;
}

#div-question-TX_MED_SUP_SUP_APP p {
  margin-bottom: 17px;
}

.EQN-KY_Comparison_Statement_Part_A .col-md-4,
.EQN-KY_Comparison_Statement_Part_B .col-md-4{
  text-align: left;
  float: left;
}

.section-KENTUCKY_MEDICARE_SUPPLEMENT_COMPARISON_STATEMENT #div-qag-Current_Insurance,
.section-KENTUCKY_MEDICARE_SUPPLEMENT_COMPARISON_STATEMENT #div-qag-Current_Insurance_Annual_Premium,
#div-qag-Proposed_Insurance{
  margin-bottom: 20px;
}

.EQN-MD .question-answer-group p {
  margin-bottom: 10px;
}
#div-qag-OH_Disclosure_Title{
  margin-top:20px;
}

#div-question-UploadDocument_Title div[id^="UploadDocument_view_"]{
float: left;
}

#div-question-UploadDocument_Title div[id^="UploadDocument_view_"] .numbering{
  float: left;
}
#div-question-UploadDocument_Title div[id^="UploadDocument_view_"] .docTitleView{
  float: left;
  width: 242px;
}

#div-question-UploadDocument_Title div[id^="UploadDocument_view_"] .deleteViewDoc {
  float: right;
}
#div-qag-DisclosureAgentAddress{
  margin: 20px 0px;
}

#div-question-TN_SuppApp label p{
  margin-bottom: 10px;
}

#div-qag-PhoneConsentMarketing{
	font-weight:bold;
	font-size:large;
	margin-top:10px;
}

/*Update CSS RWD ############ End*/

/* SAD LOGO Defect*/
img#hs_logo_sad_img{
  width: 160px!important;
  margin-top: 0px;
  margin-left: 15px;
}
#div-question-QuoteSadHeader h2{
font-size:27px;
}

/*Added to reslove defect CBNBTC-465*/
.tabletDeviceWrapper #div-question-Child1_SSN, .tabletDeviceWrapper #div-question-Child2_SSN,
.tabletDeviceWrapper #div-question-Child3_SSN,
.tabletDeviceWrapper #div-question-Child4_SSN,
.tabletDeviceWrapper #div-question-Child5_SSN{
	width:72%;
}


/*SSN Dental MASK*/

.overlayDiv{
  position: absolute;
  top: 2px;
  background: #fff;
  margin: 8px 12px;
  width: 83%;
  outline: none;
  border: 0;
  min-width: 75%;
  color: #333333;
}
.overlayDiv2{
  position: absolute;
  top: 2px;
  background: #eee;
  margin: 8px 12px;
  width: 83%;
  outline: none;
  border: 0;

}

/* Dental Defect CBNBTC-499*/
.EQN-CurrentCoverage #div-question-PrimaryReplacement label u{
  text-decoration: underline;
}

/* open enrollment div overlap on caller block*/
.EQN-SC_CA #div-qag-CHLIC_CA_GI_Disclaimer6{
  width: 65%;
}

/*Date of Birth Page error */
.alert{
  width:85% !important;
}
.answer-display .displayed h1{
  width: 80%;

}
.answer-display .displayed h4{
  width: 95%;
}

#div-qag-RequestedEffectiveDate{
  width: 343px !important; 
}
#el-content-form_currentPage_allQuestions_3__answers_0__value{
  width: 343px !important; 
}

.dentalCheckbox{
 text-align: center;
 font-size: 17px;
}

#div-qag-Child1Checkbox,#div-qag-Child2Checkbox,#div-qag-Child3Checkbox,#div-qag-Child4Checkbox,
#div-qag-Child5Checkbox, #div-qag-OtherCheckbox, #div-question-OtherCheckbox{
  margin-top: 20px;
  margin-left: 20px;
  width: 80%;
  float: left;
}


.EQN-CurrentCoverage .singlecheckboxtext label{
	margin-top:0px;
}
.EQN-CurrentCoverage div[id$="Date"] input{
    width: 100%;
}
.EQN-CurrentCoverage div[id$="Checkbox"] .singlecheckboxtext {
    padding-left: 0px;
    float: left;
    width: 71%;
}
.EQN-CurrentCoverage div[id$="Checkbox"] .col-md-1, #div-question-OtherCheckbox {
  width: 70%;
  float: left;
  z-index: 3;
  margin-left: 32px;
}
.modal-dialog{
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

/*SAD-Dental UPDATE CSS*/
div[id^="div-qag-SAD-CHILD_"], .spouseHide #div-qag-SPACER{
  width: 15%;
  }

  #div-qag-SAD_CHILD_DOB_TEXT_1 {
    width: 38%;
  }
  .row div[id^="div-qag-SAD_CHILD_DOB_TEXT_"]{
    width: 100%;
  }
  #div-qag-PhoneConsentMarketing .checkbox-success,
  .section-Applicant_2_Info #div-qag-Applicant{
    width:100%;
  }
  #div-qag-AppInfoSadFooter, .sad_Contain_Wrapper .section-Applicant_2_Info  .row:nth-child(2) .question-answer-group{
    width: 100%!important;
  }
  #div-question-PrimarySSN, #div-question-Applicant_2_SSN{
    text-align: left;
  }
  .EQN-SAD_Quote_Page .page-header-name{
    float: left;
  }



#div-qag-PrimaryCurrentCoverage .radio-success {
  width: 60%;
  text-align: justify;
}

#div-qag-PaymentDefinitionsText{
  text-align: left;
}

#div-qag-PaymentOption .radio.radio-circle.radio-success.card,
#div-qag-OngoingPaymentOption .radio.radio-circle.radio-success.card{
  width: 66%;
}

#div-qag-PaymentAgreement, #div-qag-AccountabilityOptionsNotSpeak .checkbox.checkbox-success,
#div-qag-AccountabilityOptionsNotRead .checkbox.checkbox-success,
#div-qag-AccountabilityOptionsNotWrite .checkbox.checkbox-success{
  width: 100%;
}

#div-qag-AccountHolderAgreementQ2{
  margin-top: 12px;
}
#div-question-SOATranslatorSignature, #div-question-CAGParentGuardianSignature{
  width: 420px;
  text-align: left;
}
#div-question-SOATranslatorSignatureDate label, #div-question-CAGParentGuardianSignatureDate label{
  margin-bottom: 22px;
}
#div-qag-CAGPrimarySignature, #div-qag-CAGPrimarySignatureDate{
  margin-top: 20px;
}

#div-qag-ZipAndDOB{
  width:25%;
}

#div-qag-HeaderActions .headerActionh5 {
  float: left;
  color: #0082c6;
}

#div-qag-HeaderActions{
  width: 22%!important;
  text-align: left!important;
  float: left;
}
#div-qag-PrintQuote{
  text-align: right!important;
  width: 17%;
  margin-right: 35px;
}

#sad_Contain_Wrapper .EQN-SAD_Quote_Page .panel-body{
  width:100%;
}
#sad_Contain_Wrapper  #div-qag-ComparePlan{
  clear: both;
}
#div-qag-PrimaryCurrentCoverage{
  width: 60%;
}

.EQN-Authorization #div-qag-Conditions_Footer, .EQN-Authorization #div-qag-Conditions_Header,
.EQN-Authorization .section-StatementOfAccountability  #div-qag-PrimaryReadWriteEnglish,
.EQN-Authorization #div-qag-AccountabilityOptionsOther{
  width: 100%!important;
}
#div-qag-SOATranslatorSignature, #div-qag-CAGParentGuardianSignature{
  width: 40%;
}

#div-qag-CAGPrimarySignature, #div-qag-CAGPrimarySignatureDate {
  margin-top: 20px;
  width: 36%;
}

#div-qag-SAD_ChildOnly{
  padding-bottom:20px;
  margin-right: 53%;
  width:30%;
  }


  .tabletDeviceWrapper #div-qag-PrimaryReplacement{
    width: 84%!important;
  }
  .tabletDeviceWrapper #div-question-PrimaryCoverageStartDate, .tabletDeviceWrapper #div-question-PrimaryPlanCarrier
  {
    width:300px;
  }
  .tabletDeviceWrapper #div-question-PrimaryCoverageEndDate,.tabletDeviceWrapper #div-question-PrimaryPolicyNumber{
    margin-bottom: 25px;
  }
  .tabletDeviceWrapper #div-qag-PrimaryPolicyNumber, .tabletDeviceWrapper #div-qag-PrimaryCoverageEndDate{
    width:40%!important;
  }
  .EQN-CurrentCoverage #div-qag-PrimaryCurrentCoverage{
    width: 100%!important;
  }
  .tabletDeviceWrapper #div-qag-PrimaryName{
    width: 60%!important;
  }
  #div-qag-PaymentAgreement .checkbox.checkbox-success{
    width: 100%
  }

  .EQN-MemberRights .page-header-name{
    float: left;
    width: 90%;
  }

  div#div-question-CHI_Text_1, div#div-question-CHI_Text_2, div#div-question-Text_ChoiceHI_3Month, div#div-question-Text_ChoiceHI_12monthSurgery {
    text-align:left;
    padding-bottom: 0px;
  }

  #div-question-Child1_DOB2 strong, #div-question-Child2_DOB2 strong, #div-question-Child3_DOB2 strong, #div-question-Child4_DOB2 strong, #div-question-Child5_DOB2 strong,
   #div-question-Child1_SSN strong, #div-question-Child2_SSN strong, #div-question-Child3_SSN strong, #div-question-Child4_SSN strong, #div-question-Child5_SSN strong{
    font-family: 'GothamSSM Medium';
    font-size: 18px;
    line-height: 31px;
  }
  .tabletDeviceWrapper #div-question-Replace_Header, .tabletDeviceWrapper #div-question-Prior_Header,
  .tabletDeviceWrapper #div-qag-Conditions_Header, .tabletDeviceWrapper .EQN-BillingInformation #div-qag-Billing_Header{
    width:78%;
  }
  .tabletDeviceWrapper #div-qag-RNPrimarySignatureDate, .tabletDeviceWrapper #div-qag-RNPrimarySignature{
    width: 50%;
  }
  .tabletDeviceWrapper .EQN-ReplacementNotice .panel-body{
    width: 73%!important;
    }

    .tabletDeviceWrapper .EQN-CurrentCoverage #div-qag-PrimaryName,
    .tabletDeviceWrapper .EQN-CurrentCoverage  #div-qag-PrimaryCoverageStartDate,
    .tabletDeviceWrapper .EQN-CurrentCoverage #div-qag-PrimaryPlanCarrier {
      width: 49%!important;
  }
  .tabletDeviceWrapper .section-Child1 .col-md-4, .tabletDeviceWrapper .section-Child2 .col-md-4,
  .tabletDeviceWrapper .section-Child3 .col-md-4, .tabletDeviceWrapper .section-Child4 .col-md-4,
  .tabletDeviceWrapper .section-Child5 .col-md-4{
    width: 47%;
  }
  .tabletDeviceWrapper #div-question-Child1CoverageStartDate,
  .tabletDeviceWrapper div[id^='div-question-Child'][id^='CoverageStartDate'],
  .tabletDeviceWrapper div[id^='div-question-Child'][id^='PlanCarrier']{
    width: 300px;
    text-align: left;
  }
  .tabletDeviceWrapper div[id^='div-qag-Child'][id^='PolicyNumber'],
  .tabletDeviceWrapper div[id^='div-qag-Child'][id^='CoverageEndDate']{
    margin-top: 21px;
  }

  .EQN-CurrentCoverage #div-qag-Child1CurrentCoverage,
  .EQN-CurrentCoverage  div[id^='div-qag-Child'][id^='CurrentCoverage']{
    width:80%;
  }
  .EQN-CurrentCoverage #div-qag-Child1PolicyNumber, .EQN-CurrentCoverage #div-question-OtherPolicyNumber,
   .EQN-CurrentCoverage div[id^='div-qag-Child'][id^='PolicyNumber']{
    margin-top: 16px;
  }
.tabletDeviceWrapper #div-question-Child1CoverageEndDate, .tabletDeviceWrapper #div-question-Child1PlanCarrier{
  margin-top: 0px;
}

.tabletDeviceWrapper #div-question-Child1CoverageStartDate, .tabletDeviceWrapper #div-question-Child1PlanCarrier,
.tabletDeviceWrapper div[id^='div-question-Child'][id^='CoverageStartDate'],
.tabletDeviceWrapper div[id^='div-question-Child'][id^='PlanCarrier']{
  width: 257px;
  text-align: left;
}

.tabletDeviceWrapper .EQN-CurrentCoverage #div-qag-Child1PolicyNumber,
.tabletDeviceWrapper .EQN-CurrentCoverage div[id^='div-qag-Child'][id^='PolicyNumber']{
  margin-top: 44px;
}
.tabletDeviceWrapper .EQN-CurrentCoverage div[id^='div-qag-Child'][id^='CoverageEndDate']{
  margin-top: 23px;
}
.tabletDeviceWrapper .EQN-MemberRights .panel-body,
.tabletDeviceWrapper .EQN-MemberRights #div-qag-Member_Header,
.tabletDeviceWrapper .EQN-MemberRights .page-header-name {
    width: 75%!important;
}

.tabletDeviceWrapper #div-question-Conditions_Header{
  width: 65%;
}

#div-question-SAD_PLAN_DETAILS label p, #div-question-SAD_PLAN_DETAILS label u p{
  text-align: center!important;
}


.legal_lines{
  font-size:18px;
}
.sad_footer a:focus{
  background-color: none;
}
.sad_footer a:active{
 color: #fff;
}
.tabletDeviceWrapper .EQN-Submit .panel-body{
  width: 76%;
}
/*SAD RWD END*/

/*Defect  CEATC-3343 */

div[id ^=div-qag-OE_Plan_] .col-md-1{
  margin-top: 20px !important;
}


div[id ^=div-qag-GI_Plan_] .col-md-1{
  margin-top: 20px !important;
}


div[id ^=div-qag-Underwritten_Plan_] .col-md-1{
  margin-top: 0px !important;
}

.EQN_L1_MedicalQuestionsCHI-MedicalQuestionsCHI .control-label h4, .EQN_L1_ANCILLARY_FLEXCHOICE-ANCILLARY_FLEXCHOICE .control-label h4, 
  #div-question-Flex_Carcinoma label h4:first-child {
    font-size: 16px;
    font-weight: 500;
  }
  #div-qag-Loyal_CA_NoMeds .checkbox-success, .EQN_L1_MedicalQuestionsCHI-MedicalQuestionsCHI:has(span) .control-label, 
  .EQN_L1_ANCILLARY_FLEXCHOICE-ANCILLARY_FLEXCHOICE:has(span) .control-label, #div-question-Flex_Carcinoma label h4:first-child {
    font-size: 18px;
    font-weight: bold;
}

/* Defect CEATC-3763 */
.EQN-SC_CA .checkbox label::before, .EQN-SC_CA .checkbox label::after{
	 margin-top:18px !important;
}

.section1OKLearnMore{
	margin-bottom: 25px;
}
.section2OKLearnMore, .section30KLearnMore{
	margin-bottom: 20px;
}
/* CEATC - 3881*/
/* DVH allignment Ancilliary starts here */
#div-qag-CSB_DVH_100_Deductible_Incremental_Premium .checkbox label::before, #div-qag-CSB_DVH_100_Deductible_Incremental_Premium .checkbox label::after,
#div-qag-CSB_DVH_50_Deductible_Incremental_Premium .checkbox label::before, #div-qag-CSB_DVH_50_Deductible_Incremental_Premium .checkbox label::after,
#div-qag-CSB_DVH_0_Deductible_Incremental_Premium .checkbox label::before, #div-qag-CSB_DVH_0_Deductible_Incremental_Premium .checkbox label::after,
#div-qag-CSB_DVH_100_Disappearing_Deductible_Incremental_Premium_DisplayPrice .checkbox label::before, #div-qag-CSB_DVH_100_Disappearing_Deductible_Incremental_Premium_DisplayPrice .checkbox label::before,
#div-qag-CSB_DVH_100_Deductible_Full_Premium .checkbox label::before, #div-qag-CSB_DVH_100_Deductible_Full_Premium .checkbox label::after,
#div-qag-CSB_DVH_50_Deductible_Full_Premium .checkbox label::before, #div-qag-CSB_DVH_50_Deductible_Full_Premium .checkbox label::after,
#div-qag-CSB_DVH_0_Deductible_Full_Premium .checkbox label::before, #div-qag-CSB_DVH_0_Deductible_Full_Premium .checkbox label::after,
#div-qag-CSB_DVH_100_Disappearing_Deductible_Incremental_Premium .checkbox label::before,
#div-qag-CSB_DVH_100_Disappearing_Deductible_Incremental_Premium .checkbox label::after{
  top: 30px !important;
  left: -10px !important;
  z-index: 99;
}

#div-qag-CSB_DVH_100_Deductible_Incremental_Premium_DisplayPrice, #div-qag-CSB_DVH_100_Disappearing_Deductible_Incremental_Premium_DisplayPrice,
 #div-qag-CSB_DVH_50_Deductible_Incremental_Premium_DisplayPrice, #div-qag-CSB_DVH_0_Deductible_Incremental_Premium_DisplayPrice,
 #div-qag-CSB_DVH_100_Deductible_Full_Premium_DisplayPrice,  #div-qag-CSB_DVH_50_Deductible_Full_Premium_DisplayPrice,  #div-qag-CSB_DVH_0_Deductible_Full_Premium_DisplayPrice,
 #div-qag-CSB_DVH_100_Disappearing_Deductible_Full_Premium_DisplayPrice{
 top: -35px !important;
}

#div-qag-CSB_DVH_100_Deductible_Incremental_Premium_DisplayPrice label, #div-qag-CSB_DVH_100_Disappearing_Deductible_Incremental_Premium_DisplayPrice label,
 #div-qag-CSB_DVH_50_Deductible_Incremental_Premium_DisplayPrice label, #div-qag-CSB_DVH_0_Deductible_Incremental_Premium_DisplayPrice label,
 #div-qag-CSB_DVH_100_Deductible_Full_Premium_DisplayPrice label,  #div-qag-CSB_DVH_50_Deductible_Full_Premium_DisplayPrice label,  #div-qag-CSB_DVH_0_Deductible_Full_Premium_DisplayPrice label,
 #div-qag-CSB_DVH_100_Disappearing_Deductible_Full_Premium_DisplayPrice label{
  padding-left: 25px;
}

#div-qag-CSB_DVH_LearnMore2, #div-qag-CSB_DVH_LearnMore3{
  z-index:999;
}

/* Does Situations Apply & Guaranteed Acceptance Situations Page - CA state */
.EQN-SC_CA .checkbox label::before, .EQN-SC_CA .checkbox label::after,
.EQN-GI_Situations .checkbox label::before, .EQN-GI_Situations .checkbox label::after{
   margin-top:18px !important;
}

/*DVH Quest */
 h4.questAgentDvh {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
h5.dvhAgentInfo{
  color: #000;
  padding: 11px 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
#div-qag-CSB_DVH_100_Disappearing_Deductible_Full_Premium .checkbox label::before , #div-qag-CSB_DVH_100_Disappearing_Deductible_Full_Premium .checkbox label::after {
margin-left: -28px!important;
top: 32px;
z-index: 99;
}
/*Dvh Child*/
.EQN-Applicant_Information #div-qag-Child1_DOB #div-question-Child1_DOB, .EQN-Applicant_Information #div-qag-Child1_DOB .row .col-md-6{
  width: 100%;
  margin-top: -8px;
}
.EQN-Applicant_Information #div-qag-Child1_DOB #div-question-Child1_DOB h4{
  margin-bottom: -6px;
  margin-top: 0px;
  padding-bottom: 10px;
}

.EQN-Applicant_Information #div-question-Child1_DOB, .EQN-Applicant_Information #div-question-Child2_DOB,
.EQN-Applicant_Information #div-question-Child3_DOB, .EQN-Applicant_Information #div-question-Child4_DOB,
.EQN-Applicant_Information #div-question-Child5_DOB{
  margin-top:10px;
}
#div-question-Child1_Gender{
margin-bottom: 0px!important;
}

/* Iphone and Android device header logo */
.mobileDeviceWrapper .navbar-brand #hs_all_img{
  left: 0px !important;
  }

  .AndroidmobileDeviceWrapper .navbar-brand #hs_all_img{
  left: 0px !important;
  }

  .dvhModalPopup{
    width: 70%;
   }

   p.totalprText.planBtnStyle {
    font-size: 16px;
  }
  /* Alignment CBNBTC-1818 */
.EQN-IFPSAD_Quote h2.page-header-name {
	display: none !important;
}

.contactAgent{
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  text-align: center !important;
  font-family: 'Open Sans Regular';
  color: #58595b;
  margin-bottom: 6px !important;
  margin-top: -11px !important;
}

.contactAgentPrem{
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  text-align: center !important;
  font-family: 'Open Sans Regular';
  color: #58595b;
  margin-bottom: -1px !important;
  margin-top: 24px;
}

.selectplans{
   margin-top:18%;
  }

/* CEATC - 4570*/
#div-question-Taken2, #div-question-Condition2, #div-question-Taken3, #div-question-Condition3, #div-question-Taken4, #div-question-Condition4, #div-question-Taken5, #div-question-Condition5, #div-question-Taken6, #div-question-Condition6, #div-question-Taken7, #div-question-Condition7, #div-question-Taken8, #div-question-Condition8, #div-question-Taken9, #div-question-Condition9, #div-question-Taken10, #div-question-Condition10{
	width: 100% !important;
}

/*SAD MOBILE*/
.close_callus, .callus_section {
  display: none;
}
#hs_sad_mobile_img{
  display: none;
}
.sad_mobile_wrapper #hs_sad_mobile_img{
  display: block;
}

.sad_mobile_wrapper .loading-spinner {
  margin-left: 150px;
 }

.logged-in {
  color: green;
  font-size: 31px;

}

.availableSupportPrem, .availableSupport{
	  display: flex;
    justify-content: center;
}


/** Below changes are for the Button color winner -  Orange --- starts here */

#nav-continue input, #nav-save input {

  background-color: var(--digital-hcsc-blue);
  border: none;
    box-shadow: none;

}

/**
This is for applying the button color to "Apply Now" button in Primary only Quote Page
*/
.selectplan-orange {
  background-color: #9E28B5 !important;
}

/**
This is for applying the button color to "Apply Now" button in Primary & spouse Quote Page
*/
#applyNowBtnPlanPage input {
  background-color: var(--cigna-orange-dark) !important;
  border: none;
}
#anc_state_disclosure{
  font-size: 16px !important;
}

#anc_state_disclosure:hover{
  color:#7E2091 !important;
}

#addSpouse {
  background-color:#9E28B5 !important;
  border: none;
  box-shadow: none;
  border-radius: 64px;
  font-size: 16px !important;
  margin-bottom: 16px;
}
#addSpouse:hover{
  background-color:#7E2091 !important;
}

.dark-hover:hover{
   background-color:#7E2091 !important;
}

.hide-button{
	display:none !important;
}
/* Below changes are for the Button color winner -  Orange --- ends here * /

/* Label class change */
.plabel{
  width: 100%;
  float: left;
  font-size: 18px;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#div-qag-SAD_Text label h3{
  font-size: 33px;
}
.sad_mobile_wrapper #div-qag-SAD_Text label h3{
  font-size: 26px;
}

#div-qag-CHLIC_PROGRAMS_INCLUDED{
	    margin-top: 0px;
	    padding-left: 0px;
}

/*EE CNHIC WI and CHLIC MN Review Plan Page Alignment Changes -Start*/
#div-qag-Underwritten_Plan_HD_MN .vertical-checkboxlist .checkbox-success,
#div-qag-Underwritten_Plan_2050_MN .vertical-checkboxlist .checkbox-success,
#div-qag-Underwritten_Plan_2020_MN .vertical-checkboxlist .checkbox-success,
#div-qag-GI_Plan_HD_MN .vertical-checkboxlist .checkbox-success,
#div-qag-GI_Plan_2050_MN .vertical-checkboxlist .checkbox-success {
  width: 83% !important;
  text-align: left !important;
}
#div-qag-CHLIC_MN_Plan1_Rider4 .vertical-checkboxlist .checkbox-success{
    text-align: left !important;
}

#div-qag-Open_Enrollment_Plans_MN .vertical-checkboxlist .checkbox-success{
      width:100% !important;
}
.section-MNandWI_OpenEnrollment .vertical-checkboxlist .checkbox-success {
     width: 100% !important;
}
/*EE CNHIC WI and CHLIC MN Review Plan Page Alignment Changes -End*/
#div-qag-Total_Premium_wi_mn, #div-qag-Total_Premium_wi_mn_amount, #div-qag-Total_Premium_wi_mn_app2, #div-qag-Total_Premium_wi_mn_amount_app2
{
  float: left;
  width:50%;
  margin-top: 20px;
}

#div-qag-Total_Premium_wi_mn label, #div-qag-Total_Premium_wi_mn_amount label, #div-qag-Total_Premium_wi_mn_app2 label, #div-qag-Total_Premium_wi_mn_amount_app2 label{
  font-size: 16px;
  color: #0170bc;
}
#div-qag-Total_Premium_wi_mn_amount label, #div-qag-Total_Premium_wi_mn_amount_app2 label{
  margin-top: 0px;
}
.section-CHLIC_MN_APP2 div#div-qag-EMPTY {
    display: none;
}

#surfly-snippet{
    font-size: 16px;
    font-weight: bold;
    font-family: 'open sans Bold';
    margin-bottom: 20px;
    margin-left: 35px;
    padding-left: 28px;
    padding-top:2px;
}

/* CBNBTC-2398 aggrement page submit button */
.EQN-Authorization #nav-continue {
  width: 66.667%;
  text-align: right;
  }

  .footer-generic {
    background: rgb(51, 51, 51) !important;
    position: absolute !important;
    bottom: 0;
    width: 100% !important;
    min-height: 70px;
  }

  .hs-leave-site-img{
    height: 16px;
    margin-bottom: 4px;
  }
    .footer-link{
    color: white; 
  }
  .pdf-image{
    height: 12px;
    width: 15px;
  }
  #adobeLink, #healthSpringLink{
    color: white !important; 
    text-decoration: underline !important;
  }


  .errorwrapper{
    margin-top: 5%;
    padding: 20px;
  }

  #div-qag-GIP_MEDICAREA_DESC,#div-qag-GIP_MEDICAREB_DESC {
    width : 80% !important;
  }

  #div-qag-GIP_SITUATIONS_OPTION, #div-qag-GIP_SITUATIONS_OPTION .radio{
  width: 98% !important;
  }

.EQN-PDP #div-qag-PRIMARY_PDP_GENDER .controls, #div-qag-GIP_TOBACCO_CHECKLIST .controls{
    display: flex;
  }

  .radio+.radio {
    margin-top: 0px !important;
  }

  .EQN-PDP #div-qag-PRIMARY_PDP_GENDER .radio-success:nth-child(2),
  #div-qag-GIP_TOBACCO_CHECKLIST .radio-success:nth-child(2){
    position:relative;
 top:12px;
}


  .EQN-PDP #div-qag-PRIMARY_PDP_GENDER  .radio-success {
      width: 7% !important;
    }

    .section-GENDER strong{
      font-size: 20px;
      margin: 20px 0px 10px 0px;
  }

     .EQN-GIP #div-qag-GIP_TOBACCO_CHECKLIST  .radio-success {
         width: 29% !important;
       }


     .section-Tobacco_usage_head, .section-situationsapply_head{
       font-size:20px;
     }

    /*DOB alignment jan 4
    .EQN-PDP .section-DOB strong{
            width: 83%;
           float: left;
           font-size: 20px;
           margin: 20px 0px 10px 0px;
     }*/

  /*Tobacco and Situations headers - Bold jan 4 & adding space after Tobacco Jan 10*/
     .EQN-GIP .section-Tobacco_usage_head, .section-situationsapply_head{
       font-size:20px;
       font-weight:bold;
     }

     .EQN-GIP .section-Tobacco_usage_head {
     margin-top: 20px;
     }

     .EQN-GIP .section-situationsapply_head {
     margin-top : -5px;
     }

  /*Adding space at the bottom of medicare card jan 4*/
  /*Adding space at the bottom of medicare card Jan10 -AB Testing and adding space after medicare part a header*/
      .EQN-GIP #div-qag-GIP_MEDICAREA_DESC {
         margin-top: 40px;
         line-height: 2px;
         margin-bottom: 10px;
      }

  /*adding space after medicare part b header Jan 10- AB Testing */
       .EQN-GIP #div-qag-GIP_MEDICAREB_DESC{
          margin-bottom:10px;
       }

  /*Realigning the newly added question in single line after medicare card - jan 12 (AB Testing)*/
       .EQN-GIP #div-qag-GIP_Static_Text{
          width:100%;
       }

  /*Resizing the question after medicare card - jan 12 (AB Testing)*/
       .EQN-GIP #div-qag-GIP_Static_Text .control-label{
          font-size:14px;
       }

       .EQN-PDP .section-header>h4{
          border-top: none;
          border-bottom: none;
          font-weight: bold;
          padding: 10px 0px !important;
          margin: 30px 0px 0px 0px !important;
       }

       .EQN-PDP .section-DOB>h4{
          margin-bottom: 7px !important;
       }

       .EQN-GIP .section-header>h4{
          border-top: none;
          border-bottom: none;
          font-weight: bold;
          padding: 10px 0px !important;
       }

       .EQN-GIP #div-qag-GIP_TOBACCO_CHECKLIST {
       margin-top: -20px;
       }

        /*A/B testing spouse flow css changes   */

    /*A/B testing spouse flow css changes   */

    #div-qag-SPOUSE_MEDICAREB_DESC_SAIP,
    #div-qag-SPOUSE_MEDICAREB_DESC_SAIP {
      width: 80% !important;
    }

    #div-qag-SITUATIONS_OPTION_SPOUSE_SAIP,
    #div-qag-SITUATIONS_OPTION_SPOUSE_SAIP .radio {
      width: 98% !important;
    }

    .EQN-SAIP #div-qag-SPOUSE_GENDER_SAIP .controls,
    #div-qag-SPOUSE_TOBACCO_CHECKLIST_SAIP .controls {
      display: flex;
    }

    .radio+.radio {
      margin-top: 0px !important;
    }

    .EQN-SAIP #div-qag-SPOUSE_GENDER_SAIP .radio-success:nth-child(2),
    #div-qag-SPOUSE_TOBACCO_CHECKLIST_SAIP .radio-success:nth-child(2) {
      position: relative;
      top: 12px;
    }

    .EQN-SAIP #div-qag-SPOUSE_GENDER_SAIP .radio-success {
      width: 7% !important;
    }

    .section-GENDER strong {
      font-size: 20px;
      margin: 20px 0px 10px 0px;
    }

    .EQN-SAIP #div-qag-SPOUSE_TOBACCO_CHECKLIST_SAIP .radio-success {
      width: 29% !important;
    }


    .section-Tobacco_usage_head_SAIP,
    .section-situationsapply_head_SAIP {
      font-size: 20px;
    }

    .EQN-SAIP .section-Tobacco_usage_head_SAIP,
    .section-situationsapply_head_SAIP {
      font-size: 20px;
      font-weight: bold;
    }

    .EQN-SAIP .section-Tobacco_usage_head_SAIP {
      margin-top: 20px;
    }

    .EQN-SAIP .section-situationsapply_head_SAIP {
      margin-top: -5px;
    }


    .EQN-SAIP #div-qag-SPOUSE_MEDICAREA_DESC_SAIP {
      margin-top: 40px;
      line-height: 2px;
      margin-bottom: 10px;
    }

    .EQN-SAIP #div-qag-SPOUSE_MEDICAREB_DESC_SAIP, .Info-benefit-detail p {
      margin-bottom: 10px;
      color: var(--digital-black);
    }

    .EQN-SAIP .section-header>h4 {
      border-top: none;
      border-bottom: none;
      font-weight: bold;
      padding: 10px 0px !important;
      margin: 30px 0px 0px 0px !important;
    }

    .EQN-SAIP .section-DOB>h4 {
      margin-bottom: 7px !important;
    }

    .EQN-SAIP #div-qag-SPOUSE_TOBACCO_CHECKLIST_SAIP {
      margin-top: -20px;
    }
     .EQN-SAIP #div-qag-SAIP_Static_Text{
              width:100%;
    }
     .EQN-SAIP #div-qag-SAIP_Static_Text .control-label{
              font-size:14px;
    }

    /*Calendar fix in quote page due to ADA compliance(existing issue) 10 Apr*/
    div#ui-datepicker-div {
       z-index: 9999!important;
    }

    #div-qag-RPS_CHLIC_HHD .col-md-6 {
      width: 100%;
    }
    #div-qag-VERIFY_PRIMARY_PHONE{
      clear: both;
    }
    .EQN-MED_QUESTIONS [id^=div-qag-Taken] h5 {
      font-size: 13px;
    }
    /* Your Medicare Suppliment Quote */
    .EQN-PLAN_EE .row.equotes-row.row-7, #div-qag-CHLIC_PROGRAMS_INCLUDED div:nth-child(1), #div-question-PS_CT_EE_Total_Premium .plan-rate, #div-question-PS_LSC_EE_Total_Premium .plan-rate, 
    #div-question-PS_LSH_EE_Total_Premium .plan-rate, #div-question-CSB_DVH_TotalPremium_Text .plan-rate {
      margin-left: 0px;
    }
    #div-question-CNHIC_EarlyEnrollmentDiscount_Disclaimer label {
      margin-top: 0px;

    }
    #div-question-CIC_EarlyEnrollmentDiscount_Disclaimer label {
      margin-top: 0px;
    }
    /* EE - iPad/Desktop - Alignment issue on resume flow */
    .side-div .side-div-1 {
      top: 36px !important;
    }

    /* EE - Email address field in UI on landing page */
    #div-qag-SAD_PrimaryEmail {
      width: 33%;
      margin-top: 1%;
    }
/*logo changes Start*/

    img#hs_logo_img{
    	width: 300px !important;
    	margin-top: 0px;
    	margin-left: 25px;
      height:50px;
      position: absolute;
      top: 40px;
      left: 34px;
    }

    .navbar-brand-right{
	float: right;
	height: 50px;
	padding: 26px 21px;
	font-size: 18px;
	line-height: 20px;
    }

img#hs_ee_medsup_img{
    right:10px;
    top: 60px;
    width:369px;
    padding-right:40px;
}

    .span_footer_normal{
    font-weight:normal !important;
    }
 /*Complaince flow update - CBNBTC-3534*/
 .EQN-IFPSAD_Dependents .page-header-name {
   font-family: 'GothamSSM Medium';
   font-size: 26px;
 }

 #div-qag-AddFamilyMembersText .control-label h2 {
   font-family: 'GothamSSM Medium';
   font-size: 23px;
   font-weight: normal !important;
   margin-top: 2%;
   margin-bottom: 1%;
 }

 #sad-addchild,
 #sad-addspouse {
   font-family: 'GothamSSM Medium';
   background-color: #00874d !important;
   color: white !important;
   margin-top: 2%;
   font-size: 17px;
 }

 #div-qag-SAD_EffectiveDate {
   right: 23%;
   width: 27%;
 }

 #div-qag-SAD_EffectiveDate .control-label {
   font-size: 17px !important;
 }

 .EQN-SAD_Quote_Page .headerActionh5 {
   font-size: 21px;
 }

 .EQN-IFPSAD_Dependents #nav-continue input {
   background-color: #0033ff !important;
   font-family: 'GothamSSM Medium';
   font-size: 18px;
   letter-spacing: 1px;
 }

 .EQN-IFPSAD_Quote #nav-continue input {
   background-color: #00874D !important;
   font-family: 'GothamSSM Medium';
   margin-top: -24%;
 }

 .EQN-IFPSAD_Quote_After_Dependents .page-header-name {
   display: none;
 }

 .EQN-IFPSAD_Quote_After_Dependents .page-header-name, .row.equotes-row:has(#div-qag-BenefitSInclude) #div-qag-EMPTY, 
 .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHI_PremierPlanStaticText, .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHI_PremierPlanStaticText, 
 .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHI_PremierPlanStaticText, .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHIPremier_BenefitAmount, 
 .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHIPremier_BenefitAmount, .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHIPremier_BenefitAmount, 
 .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHIPremier_NoOfDays, .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHIPremier_NoOfDays, 
 .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHIPremier_NoOfDays, .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHIPremier_BenefitText2, 
 .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHIPremier_BenefitText2, .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHIPremier_BenefitText2,
 .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHIPremier_BenefitAmount2, .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHIPremier_BenefitAmount2, 
 .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHIPremier_BenefitAmount2, .section-CHI_Accordian:has(#statECOdeOR) .col-md-3.BenefitsInclude:last-child, 
 .section-CHI_Accordian:has(#statECOdeCT) .col-md-3.BenefitsInclude:last-child, .section-CHI_Accordian:has(#statECOdeID) .col-md-3.BenefitsInclude:last-child,
 .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHIPremier_DESC, .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHIPremier_DESC, 
 .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHIPremier_DESC, .section-CHI_Accordian:has(#statECOdeOR) #div-question-ChoiceHI_Premier_TotalPrice, 
 .section-CHI_Accordian:has(#statECOdeCT) #div-question-ChoiceHI_Premier_TotalPrice, .section-CHI_Accordian:has(#statECOdeID) #div-question-ChoiceHI_Premier_TotalPrice,
 .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHI_Premier_TotalPrice, .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHI_Premier_TotalPrice, 
 .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHI_Premier_TotalPrice, .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHI_spacer18, 
 .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHI_spacer18, .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHI_spacer18,
 .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHI_spacer22, .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHI_spacer22, 
 .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHI_spacer22, .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHI_spacer76, 
 .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHI_spacer76, .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHI_spacer76,
 .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHI_spacer65, .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHI_spacer65, 
 .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHI_spacer65, .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHI_spacer70, 
 .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHI_spacer70, .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHI_spacer70,
 .section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHI_spacer26, .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHI_spacer26, 
 .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHI_spacer26.section-CHI_Accordian:has(#statECOdeOR) #div-qag-ChoiceHI_ConfinementText4, 
 .section-CHI_Accordian:has(#statECOdeCT) #div-qag-ChoiceHI_ConfinementText4, .section-CHI_Accordian:has(#statECOdeID) #div-qag-ChoiceHI_ConfinementText4, 
 .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitText) [id^=div-qag-], #div-qag-ChoiceHI_PRT_Premier, .section-CHI_Accordian:has(#statECOdeVT) .row.equotes-row:has(#div-qag-BenefitSInclude) #div-qag-ChoiceHI_ORS_Premier , 
 #div-qag-ChoiceHI_SC_Core, #div-qag-ChoiceHI_SC_Preferred, #div-qag-ChoiceHI_SC_Premier {
   display: none;
 }
 .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_spacer3) [id^=div-qag-ChoiceHI]:not(:last-child), .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_spacer3) [id^=div-qag-ChoiceHI]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_spacer3) [id^=div-qag-ChoiceHI]:not(:last-child), .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_Option1) [id^=div-qag-ChoiceHI]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_Option1) [id^=div-qag-ChoiceHI]:not(:last-child), .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_Option1) [id^=div-qag-ChoiceHI]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_Option2) [id^=div-qag-ChoiceHI]:not(:last-child), .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_Option2) [id^=div-qag-ChoiceHI]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_Option2) [id^=div-qag-ChoiceHI]:not(:last-child), .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitText2) [id^=div-qag-]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitText2) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitText2) [id^=div-qag-]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitAmount2) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitAmount2) [id^=div-qag-]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitAmount2) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_PlanPremium_StaticText) [id^=div-qag-ChoiceHI]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_PlanPremium_StaticText) [id^=div-qag-ChoiceHI]:not(:last-child), .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_PlanPremium_StaticText) [id^=div-qag-ChoiceHI]:not(:last-child),
 .section-CHI_Accordian:has(#statECOdeOR) #div-question-BenefitSInclude .col-md-3:not(:last-child), .section-CHI_Accordian:has(#statECOdeCT) #div-question-BenefitSInclude .col-md-3:not(:last-child), .section-CHI_Accordian:has(#statECOdeID) #div-question-BenefitSInclude .col-md-3:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_spacer17) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_spacer17) [id^=div-qag-]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_spacer17) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_spacer9) [id^=div-qag-]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_spacer9) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_spacer9) [id^=div-qag-]:not(:last-child),
 .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_spacer19) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_spacer19) [id^=div-qag-]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_spacer19) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_spacer52) [id^=div-qag-]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_spacer52) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_spacer52) [id^=div-qag-]:not(:last-child),
 .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_spacer25) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_spacer25) [id^=div-qag-]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_spacer25) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_spacer23) [id^=div-qag-]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_spacer23) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_spacer23) [id^=div-qag-]:not(:last-child),
 .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_Selectplan_StaticText) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_Selectplan_StaticText) [id^=div-qag-]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_Selectplan_StaticText) [id^=div-qag-]:not(:last-child), .section-CHI_Accordian:has(#statECOdeOR) .row.equotes-row:has(#div-qag-ChoiceHI_ConfinementText) [id^=div-qag-ChoiceHI]:not(:last-child), 
 .section-CHI_Accordian:has(#statECOdeCT) .row.equotes-row:has(#div-qag-ChoiceHI_ConfinementText) [id^=div-qag-ChoiceHI]:not(:last-child), .section-CHI_Accordian:has(#statECOdeID) .row.equotes-row:has(#div-qag-ChoiceHI_ConfinementText) [id^=div-qag-ChoiceHI]:not(:last-child) {
  width: 33.33%;
  }

 #div-qag-QuotePageText {
   width: 43%;
   margin-top: 1%;
   margin-bottom: -3%;
 }

 #div-question-QuotePageText .control-label {
   font-family: 'GothamSSM Medium';
   font-size: 18px;
 }

 .EQN-IFPSAD_Quote_After_Dependents #nav-save input, #statECOde {
   visibility: hidden;
 }

 .EQN-IFPSAD_Quote_After_Dependents .page-header-name {
   font-family: 'GothamSSM Medium';
   width: 52%;
   font-size: 25px;
   margin-bottom: -4%;
 }
 #div-qag-SAD_PrimaryEmail .control-label{
 font-size: 20px;
 }
#div-question-KY_Brithday_Rule li,#div-question-ImportantStatements_KY_Birthday li {
  width: 100%;
  display: list-item;
}
.discountPremium {
  color: #0170bc;
  font-weight: bold
}
.seNewsMsg {
  height: 41px;
  margin-top: 30px;
  margin-bottom: 73px
}
.seNewsMsgIcon {
  height: 60px !important; 
  width: 60px !important;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 10px; 
}
.seNewsDisMsg {
  line-height: 1.0em;
  padding: 23px 0px 10px 65px;
}
.seNewsLearnMore {
  font-size: 16px;
  position: relative;
  top: 9px;
  cursor: pointer;
  font-family: 'open sans regular';
}
#element-PrimarySSN, #div-qag-PrimarySSN, #element-MedicareCardNumber,#div-qag-MedicareCardNumber, #element-PTBEffectiveDate, #div-qag-PTBEffectiveDate,
#div-qag-PersonalRepNameHIPAA input,#div-qag-PersonalRepRelationshipHIPAA input,
#div-qag-CompanyName input,#div-qag-PolicyNumber input{
  width: clamp(340px, 90vw, 400px) !important;
}

.EQN-Submit #div-qag-SAD_Text h3{
  margin-top:8%;
}
.EQN-Submit .question-answer-group .col-md-12 h3{
  margin-top: 8%;
  }
.EQN-SAD_Quote_Page #div-qag-ResumeQuotePageText .control-label{
  font-family: 'GothamSSM Medium';
  font-size: 22px;
 }
 #div-qag-ResumeQuotePageText{
  width: 100%;
 }
 /* OneTrust button  */
.medsuppAnc {
  border: 0;
  font-size: 12px !important;
  background: none;
}
.medsuppAnc:hover {
  background-color: #444444
}
.Text {
  font-size: 16px !important;
  background: none;
  border: 0;
}
.Text:hover {
  text-decoration: underline !important;
}
.sad_footer a button {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: 'GothamSSM Medium';
  padding-left: 0px !important;
}
.footer ul li button {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-family: 'Open Sans Regular';
}
#div-question-Taken2 > label > h5, 
#div-question-Taken3 > label > h5, 
#div-question-Taken4 > label > h5, 
#div-question-Taken5 > label > h5, 
#div-question-Taken6 > label > h5, 
#div-question-Taken7 > label > h5, 
#div-question-Taken8 > label > h5, 
#div-question-Taken9 > label > h5, 
#div-question-Taken10 > label > h5
 {
  font-family: 'Open Sans Regular !important'
}

.permonthstyle{
  padding-bottom: 12px; 
  margin-bottom:12px !important;
}

#ot-sdk-btn {
  border: 0px !important;
  color: white !important;
  padding: 0px !important;
}
#ot-sdk-btn:hover{
  background: none !important;
}

div .bottom-footer-nav #ot-sdk-btn{
  position: relative !important;
  display: block !important;
  background-color: transparent !important;
  padding: 10px 15px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-family: 'Open Sans Regular' !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  text-align: justify !important;
}

div .bottom-footer-nav #ot-sdk-btn:hover, div .bottom-footer-nav #ot-sdk-btn:focus {
  background-color: #F5EAF8 !important;
  color: #1F1647 !important;
  width: 100%;
}

/* Discounts Available Message Alignment */
#div-qag-SE_NEWS_MESSAGE .navbar-brand {
  text-align: -webkit-center;
  padding: 0px;
  height: 60px !important; 
  width: 60px !important;
}

.EQN-HHD #div-qag-SE_NEWS_MESSAGE .navbar-header .navbar-brand .seNewsMsgIcon {
  width: auto !important;
  position: unset;
  height: 90px;
}
/* State Required Form(s) */
.EQN-PA_Supp_App .page-header-description strong {
  margin-left: 25px;
}
.EQN-HHD .panel-body {
  text-align: left;
}
.EQN-HHD .discount-msg {
  width: 100%;
}
#div-qag-PrimaryZip {
  width: 37em;
}

#div-qag-PrimaryZip .form-control {
  width: 60%;
}

#div-qag-PrimaryStateCode {
  right: 15%;
}

#div-qag-PrimaryZip .alert {
  font-size: 15px;
  font-family: 'Open Sans Regular';
  font-style: bold;
  font-weight: 54px;
  font-weight: bolder;
}
#div-qag-CSB_DVH_CoverageTypeDropDown, #div-qag-CSB_DVH_MaximumBenefit_LOV, #div-qag-CSB_DVH_CoverageType{
  width: 47%;
}
#div-qag-CSB_DVH_PremiumAmount_Incremental, #div-qag-CSB_DVH_PremiumAmount_Full{
  width: 31%;
}
#div-qag-CSB_DVH_ChoiceSelection{
  width: 100%;
}
/* House Hold Members */
.EQN-HouseholdMembers #div-qag-LWSOR, .EQN_L1_HouseholdMembers-HouseholdMembers #div-qag-LWSOR {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74.2px;
}
.EQN-HouseholdMembers #div-qag-LWS_Disclaimer, .EQN_L1_HouseholdMembers-HouseholdMembers div[id ^=div-qag-LWSANDHHD_Disclaimer]  {
  margin-top: 20px;
}

/* Styles for tab CBNBTC-4239 */
#div-qag-Dependents .btn-primary , #div-qag-Primary .btn-primary {
    background-color: #fff;
	color:black;
	font-style: bold;
    font-weight: 54px;
    font-weight: bolder;
	border-radius:20px 20px 0px 0px;
}

#div-qag-Primary .active {
    color: #093afd;
	background-color:#b4c7e7;
}

#div-qag-Dependents .active {
    color: #093afd;
	background-color:#b4c7e7;
}


#div-question-CONTACT_CONSENT h4.contact_para2 {
	text-align: left;
	font-weight: 100;
}

#div-question-INFO_EMAIL_PRIMARY h4.contact_para2 ,div#div-question-INFO_EMAIL_SPOUSE h4.contact_para2 {
	font-weight: 100 !important;
	text-align: left !important;
}

#div-question-LIVE, .EQN_L1_Plan_Selection-Plan_Selection .new-radio.singleCheckboxPosition label {
    padding-left: 10px;
}


#div-question-TX_DISCLAIMER p,#div-question-TX_DISCLAIMER h3,#div-question-TX_DISCLAIMER .Tostylesuperscript, #div-question-TX_DISCLAIMER h5, 
.EQN_L1_MedicalQuestionsCHI-MedicalQuestionsCHI .section-body .new-radio label, 
.EQN_L1_ANCILLARY_EFT-ANCILLARY_EFT .section-body .new-radio label {
padding-left: 15px;
}

.wrapper_Title h5, .wrapper_Title h2 {
padding-left: 5px;
}

/*Email Consent CBNBTC-4241*/

#div-qag-PaperlessTermsHeader_SAD h2 {
    color: green;
    font-weight:bold;
    font-size: 24px;
}

#div-question-PaperlessTermsHeader_SAD h2{
    color: #00874d;
    font-weight:bold;
    font-size: 24px;
}

#div-qag-EmailConsentTerms_SAD {
    font-size: 10px;
    width: 95%;
    margin-top: 30px;
    text-align: left;
}
.section-EmailConsentTerms_SAD {
    width: 60%;
    border-radius: 50px;
    background-color: #f4f4f4;
    margin-left: 15px;
    padding-left: 30px;
}

#div-qag-ConsentConfirmationPaperless_SAD {
    column-count: 2;
    margin-top: 13px;
    margin-bottom: 30px;
    margin-left: 5px;
    width: 49%;
}

#div-qag-ConsentConfirmationPaperless_SAD .radio+.radio {
    margin-top: 12px !important;
    width: max-content;
}

body .section-EmailConsentTerms_SAD .fa {
    margin-top: 28px;
    margin-left: 89px;
    background-color: #00874d;
    width: 158px;
    height: 35px;
    color: white;
    text-align: center;
    padding-top: 8px;
    border-radius: 10px 10px 10px 10px;
}

#div-qag-ConsentConfirmationPaperlessHeader_SAD {
    width: 94%;
    text-align: left;
}

.medsup .side-div, .ancillary .side-div {
	top: 230px;
}

div#div-question-EE_ZIP_CODE label {
    margin-bottom: 7px;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 24px;
}

#div-qag-EE_ZIP_CODE input {
        margin-left: -3px;
    }

div#div-qag-MED_CONT, #div-question-SPOUSE_MED_CONT  {
    margin-bottom: 25px;
 }

 #div-qag-VERIFY_GENDER,#div-qag-VERIFY_ZIP_CODE ,#div-qag-VERIFY_PRIMARY_PHONE ,#div-qag-VERIFY_TOBACCO,#div-question-VERIFY_SPOUSE_TOBACCO ,#div-question-VERIFY_SPOUSE_PHONE,#div-question-VERIFY_SPOUSE_GENDER, #div-qag-VERIFY_SPOUSE_ZIP_CODE, #div-qag-VERIFY_PARTA, #div-qag-VERIFY_PARTB, #div-qag-VERIFY_SPOUSE_PARTA, #div-qag-VERIFY_SPOUSE_PARTB{
        padding-top: 15px;
 }
.section-body:not(:has(#div-qag-VERIFY_TOBACCO)) #div-qag-VERIFY_PRIMARY_PHONE,.section-body:not(:has(#div-qag-VERIFY_SPOUSE_TOBACCO)) #div-qag-VERIFY_SPOUSE_PHONE{
    margin-bottom: 0;
}
 div#div-question-CHLIC_APPLY_BY_CALL {
    margin-bottom: -12px;
    margin-top: 12px;
 }

 .EQN-ANCILLARY_QUOTE.EQN-PLAN .panel-body {
     padding-left: 27px;
 }

.EQN-ANCILLARY_QUOTE.EQN-PLAN .panel-body .navigation-buttons, #div-qag-ChoiceHI_Option2 .new-radio label, #div-qag-ChoiceHI_Option1 .new-radio label
 {
    margin: 0px;
 }

.EQN_L1_ANCILLARY_EFT-ANCILLARY_EFT .section-body .new-radio input {
  margin-top: 4px !important;
}

#div-question-Guaranteed_Issue_Plans{
  margin-left: -5px; 
}

#div-question-GI_Plan_1 , #div-question-GI_Plan1_DisplayPrice_CHILD, 
#div-question-GI_Plan_2 , #div-question-GI_Plan2_DisplayPrice_CHILD, 
#div-question-GI_Plan_4, #div-question-GI_Plan4_DisplayPrice_CHILD, 
#div-question-GI_Plan_10, #div-question-GI_Plan10_DisplayPrice_CHILD, 
#div-question-GI_Plan_5, #div-question-GI_Plan5_DisplayPrice_CHILD
{
  margin-top: 15px; 
}

#div-question-GI_Plan1_DisplayPrice_CHILD{
  margin-top: 20px; 
}

.ratesDisclaimer.alignCenter{
  text-align: center !important;
  font-size: 20px; 
}

#div-question-CHI_Header_Recommended_Coverage_Options_Spacer,
#div-qag-CHI_Header_Recommended_Coverage_Options_Spacer,
#div-qag-PS_EE_CHI_CoverageType_Radio_Label_Spacer,
#div-question-PS_EE_CHI_CoverageType_Radio_Label_Spacer,
#div-question-PS_EE_CHI_CoverageType_Radio_Spacer,
#div-question-SHL_CHI_BUNDLETYPE_BUTTON_SPACER,
#div-question-CHI_Coverage_OwnChoice_Spacer,
#div-qag-CHI_Recommended_Core_Spacer,
#div-question-CHI_Recommended_Core_Spacer,
#div-qag-CHI_Recommended_Preferred_Spacer,
#div-question-CHI_Recommended_Preferred_Spacer,
#div-question-CHI_SPOUSE_DOB_Radio_Spacer,
#div-question-CHI_Recommended_Premier_Spacer,
#div-qag-CHI_Recommended_Premier_Spacer,
#div-qag-LSC_Header_Recommended_Coverage_Options_Spacer,
#div-question-LSC_Header_Recommended_Coverage_Options_Spacer,
#div-qag-PS_EE_LSC_CoverageType_Radio_Label_Spacer,
#div-question-PS_EE_LSC_CoverageType_Radio_Label_Spacer,
#div-qag-SHL_LSC_BUNDLETYPE_BUTTON_SPACER,
#div-qag-LSC_Coverage_OwnChoice_Spacer,
#div-question-LSC_Coverage_OwnChoice_Spacer,
#div-qag-LSC_Recommended_Core_Spacer,
#div-question-LSC_Recommended_Core_Spacer,
#div-qag-LSC_SPOUSE_DOB_Radio_Spacer,
#div-question-LSC_SPOUSE_DOB_Radio_Spacer,
#div-qag-LSC_Recommended_Preferred_Spacer,
#div-qag-LSC_Recommended_Premier_Spacer,
#div-question-LSC_Recommended_Premier_Spacer,
#div-question-PS_EE_LSC_CoverageType_Radio_Spacer,
#div-qag-CT_Header_Recommended_Coverage_Options_Spacer,
#div-qag-PS_EE_CT_CoverageType_Radio_Label_Spacer,
#div-question-PS_EE_CT_CoverageType_Radio_Label_Spacer,
#div-question-PS_EE_CT_CoverageType_Radio_Spacer,
#div-qag-CT_Coverage_OwnChoice_Spacer,
#div-qag-SHL_CT_BUNDLETYPE_BUTTON_SPACER,
#div-qag-CT_Recommended_Core_Spacer,
#div-question-CT_Recommended_Core_Spacer,
#div-qag-CT_SPOUSE_DOB_Radio_Spacer,
#div-question-CT_SPOUSE_DOB_Radio_Spacer,
#div-question-CT_Header_Recommended_Coverage_Options_Spacer,
#div-question-LSH_Header_Recommended_Coverage_Options_Spacer,
#div-qag-LSH_Header_Recommended_Coverage_Options_Spacer,
#div-qag-PS_EE_LSH_CoverageType_Radio_Label_Spacer,
#div-question-PS_EE_LSH_CoverageType_Radio_Label_Spacer,
#div-qag-LSH_Recommended_Core_Spacer,
#div-question-LSH_Recommended_Core_Spacer,
#div-qag-LSH_SPOUSE_DOB_Radio_Spacer,
#div-question-LSH_SPOUSE_DOB_Radio_Spacer,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON_Spacer,
#div-question-SHL_LSH_BUNDLETYPE_BUTTON_Spacer,
#div-question-LSH_Coverage_OwnChoice_Spacer,
#div-question-LSH_Recommended_Preferred_Spacer,
#div-qag-LSH_Recommended_Preferred_Spacer,
#div-question-PS_EE_LSH_CoverageType_Radio_Spacer,
#div-qag-PS_EE_LSH_CoverageType_Radio_Spacer {
  height: 0px; 
}




.EQN_L1_MedicalQuestionsCHI-MedicalQuestionsCHI .section-body .new-radio, [class*="EQN_L1_MED_QUESTIONS-"] .section-body .new-radio, 
[class*="EQN_L1_MED_ELIGIBLITY-"] .section-body .new-radio, .EQN_L1_Prior_or_Other_Coverage-Prior_or_Other_Coverage .section-body .new-radio, 
.EQN_L1_ANCILLARY_EFT-ANCILLARY_EFT .section-body .new-radio, .EQN_L1_ANCILLARY_FLEXCHOICE-ANCILLARY_FLEXCHOICE .section-body .new-radio {
    margin-right: 25px;
 }

 div#div-question-SELECTONE_TEXT .control-label , #div-question-SELECTONE_TEXT_SPOUSE .control-label{
     font-weight: 500;
     font-family: 'Open Sans Regular';
     font-size: 18px;
     line-height: 24px;
 }

 .medsup .footer, .ancillary .footer {
     padding-left: 20px;
     padding-right: 40px;
 }

 .medsup .footer-para ,.ancillary .footer-para{
     padding-left: 30px !important;
 }

.medsup .footer-border-style , .ancillary .footer-border-style {
    width: 98% !important;
    text-align:left !important;
    margin-left: 30px !important;
}

#div-question-TOOLTIP img#MedSup_Plan_CvrgImgChart {
    margin-left: 0px;
}

div#div-qag-TOOLTIP {
    padding-left: 30px;
}

.IFP_progressBar + .side-div .side-div-1, .IFP_progressBar + .side-div .side-div-2, .IFP_progressBar + .side-div .card{
    width: 220px !important;
    top: 0.5px !important;
}

span.not-available-ct {
	font-weight: normal;
	font-size: 12px;
	color: red;
	font-weight: bold;
}

#div-qag-SPOUSE_CONTACT_INFO, #div-question-CHLIC_SPOUSE_MEDSUP_QUOTE, #div-qag-ChoiceHI_ConfinementText2 h5, 
#div-qag-ChoiceHI_ConfinementText3 h5, #div-qag-ChoiceHI_ConfinementText4 h5 {
    margin-top: 20px;
    font-size: 18px !important;
}

#div-question-BI_OEGIUW ,#div-question-M_HIPPA_OEGIUW {
	padding-bottom: 10px;
    padding-top: 10px;
}

.alert.alert-danger.fieldError {
     margin-left: 0px;
}
.ancillary .side-div.side_callus {
    top: 420px;
}
.medsup .side-div.side_callus {
    top: 345px;
}

#div-question-MEDICAREB_DESC, #div-question-SPOUSE_MEDICAREB_DESC {
    padding-bottom: 5px;
}

#div-question-PrimaryGender,#div-question-PrimaryDOB,#div-question-PrimaryAge,#div-question-EmailAddress,#div-question-HomePhone,#div-question-ResidentCity,#div-question-ResidentState,#div-question-ResidentZip,#div-qag-Applicant_2_Gender,#div-question-Applicant_2_DOB,#div-qag-Applicant_2_Age,#div-question-HomePhone2,#div-question-EmailAddress2, #div-question-Applicant_2_Gender_2 {
     padding-top: 10px;
 }

#div-question-PrimarySSN ,#div-question-MedicareCardNumber {

    padding-bottom: 5px;
}


#div-qag-QUOTE_LWSD_HSD {
    margin: initial;
    margin-top: 20px;
}

#div-question-QUOTE_SE {
	margin-top : -10px;
}

#div-question-CHLIC_SPOUSE_MEDSUP_QUOTE{
    font-size: 36px;
}

#div-qag-Eligibility-Note{
    padding-bottom: 22px;
}

#div-question-CNHIC_MedicalQuestion-Note{
    margin-bottom: -35px;
}

#div-question-HHD_OEGIUW , #div-question-RPS_OEGIUW{
	padding-top: 25px;
    padding-bottom: 10px;
}

.section-MarketingHIPAA-OnYes.subQuestions {
    margin-left: 0px;
}

#div-question-PrimarySSN, #div-question-Applicant_2_SSN ,#div-question-MedicareCardNumber,#div-question-EffectiveDateText,#div-question-HHD_Instructions, div#div-question-Medicare_Note{
    text-align: left;
    padding-bottom: 15px;
    padding-top: 15px;
}

#div-qag-HHD_Instructions {
  margin-left: -3px;
}

#div-qag-Medically_Underwritten_Plans{
	padding-bottom: 15px;
}

#div-qag-AccountInformation,#div-qag-AccountInformationHeader,#div-question-RPS_CHLIC_HHDDisclaimer,#div-question-ARLIC_NoMeds, 
#div-qag-ChoiceHICore_BenefitText2, #div-qag-ChoiceHIPreferred_BenefitText2, #div-qag-ChoiceHIPremier_BenefitText2 {
	padding-top: 20px;
}

.content.EQN-MED_QUESTIONS li, .content.EQN_L1_MED_QUESTIONS-MED_QUESTIONS li {
    padding: unset;
}

#div-qag-SAD_Primary_DOB fieldset legend {
  margin-bottom: 0px;
  font-size: 15px;
  border-bottom: 0px;
}

#div-qag-SAD_SPOUSE_DOB fieldset legend, #div-qag-SAD_CHILD_DOB_TEXT_1 fieldset legend,
#div-qag-SAD_CHILD_DOB_TEXT_2 fieldset legend, #div-qag-SAD_CHILD_DOB_TEXT_3 fieldset legend,
#div-qag-SAD_CHILD_DOB_TEXT_4 fieldset legend,
#div-qag-PrimaryCoverageStartDate fieldset legend, #div-qag-PrimaryCoverageEndDate fieldset legend,
#div-qag-PrimaryTerminationDate fieldset legend {
  margin-bottom: 0px;
  font-size: 15px;
  border-bottom: 0px;
  color: #58595b;
}

#div-qag-SAD_Primary_DOB_Resume fieldset legend {
  margin-bottom: 0px;
  font-size: 15px;
  border-bottom: 0px;
  color: #333333;
}

.effectiveDateDropDown {
    font-weight: 300;
    font-size: 12px;
    font-family: 'Open Sans Regular';
}

/* Email-verification-UI-Module1 */
#div-qag-Verify_EmailSentence_SAD {
  width: 45%;
  color: black;
  background-color: #f4f4f4;
  height: 560px;
  border-radius: 50px;
  text-align: center;
}

#div-qag-Verify_EmailSentence_SAD .fa {
  position: relative;
  top: 33px;
}

#div-qag-Verify_EmailSentence_SAD .verify-email {
  color: #110081;
  text-align: center;
  font-family: 'value_sans_probold';
  font-size: 25px;
  position: relative;
  top: 27px;
}

#div-qag-Verify_EmailFooter_SAD {
  position: relative;
  bottom: 30px;
}

#div-qag-Verify_EmailSentenceClickBelow_SAD p {
  position: relative;
  bottom: 442px;
  left: 5px;
  width: 89%;
  font-size: 19px;
  color: #000000;
  font-weight: normal;
  font-family: 'value_sans_proregular';
}

#sendverificationcode {
  position: relative;
  bottom: 409px;
  font-family: 'value_sans_proregular';
  font-size: 23px;
  left: -45px;
  width: 303px;
  height: 48px;
  font-weight: bold;
  background-color: #00874d;
  margin: auto;
  display: flex;
}

#div-qag-Verify_EmailFooter_SAD p {
  font-size: 19px;
  position: relative;
  bottom: 344px;
  width: 88%;
  left: 5px;
  color: #000000;
  font-weight: normal;
  font-family: 'value_sans_proregular';
}

#div-qag-Verify_EmailFooter_SAD p span {
  font-size: 38px;
  position: relative;
  top: 6px;
}

#div-qag-Verify_EmailFooter_SAD i, #div-qag-Verify_EmailFooter_SAD u {
  color: #110081;
  font-weight: bold;
}

/* Email-verification-UI-Module2 */
#div-qag-Verify2_CloseButton_SAD .fa {
  display: flex;
  position: absolute;
  left: 79%;
  top: 215%;
  z-index: 1;
}

#div-qag-Verify2_EmailSentence_SAD {
  width: 45%;
  color: black;
  background-color: #f4f4f4;
  height: 560px;
  border-radius: 50px;
  text-align: center;
}

#div-qag-Verify2_EmailSentence_SAD .fa {
  position: relative;
  top: 49px;
}

#div-qag-Verify2_EmailSentence_SAD .verify-email {
  color: #110081;
  text-align: center;
  font-family: 'value_sans_probold';
  font-size: 25px;
  position: relative;
  top: 27px;
}

#div-question-Verify2_EmailSentenceClickBelow_SAD p {
  position: relative;
  bottom: 435px;
  left: 5px;
  width: 89%;
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  font-family: 'value_sans_proregular';
}

#div-question-Verify2_EmailTimer_SAD span {
  display: flex;
  margin: auto;
  position: relative;
  bottom: 441px;
  left: 248px;
}

#div-qag-Verify2_VerificationCode_SAD {
  bottom: 440px;
  text-align: center;
  right: 45px;
}

#otpnumber {
  color: black;
  text-align: center;
}

#otpverify {
  font-weight: bold;
  background-color: #00874d;
  height: 44px;
  border-radius: 50px;
}

#div-qag-Verify2_OtpResend_SAD .resend-otp {
  display: flex;
  margin: auto;
  position: relative;
  bottom: 424px;
  text-align: center;
  left: 104px;
  color: #110081;
  font-size: 18px;
  font-family: 'value_sans_proregular';
}

#div-qag-Verify2_OtpResend_SAD .resend-hyperlink {
  cursor: pointer;
  display: flex;
  margin: auto;
  position: relative;
  bottom: 471px;
  text-align: center;
  left: 299px;
  font-size: 18px;
  color: #0033ff;
  font-family: 'value_sans_proregular';
}

#div-qag-Verify2_EmailFooter_SAD {
  position: relative;
  bottom: 17px;
}

#div-qag-Verify2_EmailFooter_SAD p span{
  font-size: 38px;
  position: relative;
  top: 6px;
}

#div-question-Verify2_EmailFooter_SAD p {
  font-size: 19px;
  position: relative;
  bottom: 423px;
  width: 88%;
  left: 5px;
  color: #000000;
  font-weight: normal;
  font-family: 'value_sans_proregular';
}

#div-qag-Verify2_EmailFooter_SAD i, #div-qag-Verify2_EmailFooter_SAD u {
  color: #110081;
  font-weight: bold;
}

#div-qag-Verify4_EmailVerified_SAD .tick-mark {
  font-family: 'value_sans_proregular';
}

#div-qag-Verify4_EmailVerified_SAD .text {
  font-family: 'value_sans_proregular';
  color: #00874d;
}

/* success state */
.success-otp {
  display: flex;
  margin: auto;
  position: relative;
  bottom: 405px;
  text-align: center;
  font-size: 18px;
  left: 104px;
  color: #110081;
  font-family: 'value_sans_proregular';
}

.success-hyperlink {
  display: flex;
  margin: auto;
  position: relative;
  bottom: 453px;
  text-align: center;
  left: 297px;
  font-size: 18px;
  color: #0033ff;
  font-family: 'value_sans_proregular';
}

/* Failure state */
.fail-otp {
  display: flex;
  margin: auto;
  position: relative;
  bottom: 405px;
  text-align: center;
  left: 104px;
  font-size: 18px;
  color: #110081;
  font-family: 'value_sans_proregular';
}

.fail-hyperlink {
  display: flex;
  margin: auto;
  position: relative;
  bottom: 453px;
  text-align: center;
  left: 326px;
  font-size: 18px;
  color: #0033ff;
  font-family: 'value_sans_proregular';
}

#div-qag-Verify3_IncorrectMsg_SAD p {
  position: relative;
  bottom: 693px;
  display: flex;
  left: 36px;
  color: #ff4d00;
  font-size: 21px;
  font-family: 'value_sans_proregular';
}
#resendOtp, #otpExpired, #emailServerDown{
  color: #ff4d00;
}

.otp-expired-text {
  display: flex;
    margin: auto;
    width: 404px;
    position: relative;
    bottom: 441px;
    left: -64px !important;
    font-family: 'value_sans_proregular';
    color: #ff4d00;
    text-align: center;
    font-size: 18px;
}

#resendOtp{
  color: #ff4d00;
  position: relative;
  bottom: 654px;
  left: 20px;
  font-size: 19px;
  font-family: 'value_sans_proregular';
}

#otpSuccess{
  color: #03cc54;
  position: relative;
  bottom: 345px;
  left: 145px;
  font-size: 19px;
  font-family: 'value_sans_proregular';
}

.server-down-onSend{
  color: #ff4d00;
  position: relative;
  bottom: 551px;
  left: 100px;
  font-size: 19px;
  font-family: 'value_sans_proregular';
}
.server-down-onsubmit, #otpExpired{
  color: #ff4d00;
  position: relative;
  bottom: 694px;
  left: 77px;
  font-size: 19px;
  font-family: 'value_sans_proregular';
}

#div-qag-Verify_CloseButton_SAD .fa {
  display: flex;
  position: absolute;
  right: 19%;
  top: 196%;
  z-index: 1;
}

#div-qag-PaperlessPDF_SAD {
  width: 90%;
}

#div-qag-EmailConsentTerms_SAD h4 {
  font-family: 'value_sans_proregular';
}

#div-qag-ConsentConfirmationPaperlessHeader_SAD h4 {
  font-family: 'value_sans_proregular';
}

#div-qag-ConsentConfirmationPaperless_SAD label {
  font-family: 'value_sans_proregular';
  font-size: 18px;
}

.apply-margin-top {
  margin-top: -220px
}

#viewPrint {
  font-family: 'value_sans_proregular';
}


.spouse_added{
	margin-left:10px;
	vertical-align: -2px !important;
	font-weight:bold;
	color: black !important;
}

.col-md-12.section-body.section-CHLIC_MN , .col-md-12.section-body.section-CHLIC_MN_APP2 {
	margin: 30px;
}
.cfdul {
    padding-inline-start: 20px !important;
}
.cfdul>li {
    padding: 1px !important;
    display: list-item;
    list-style: disc !important;
    width:78%;
    color: var(--gray-60);
}
.cfdparah {
    width:78% !important;
 }

#div-qag-Type_Of_Plans fieldset p {
  color: #333;
}

#div-qag-PrimaryMaritalStatus_New fieldset legend, #div-qag-PrimaryPhoneType_New fieldset legend, #div-qag-SecondaryPhone2Type_New fieldset legend {
  margin-bottom: 0px;
  border-bottom: 0px;
}

#div-qag-PrimaryMaritalStatus_New fieldset legend h4, #div-qag-PrimaryPhoneType_New fieldset legend h4, #div-qag-SecondaryPhone2Type_New fieldset legend h4 {
  margin-top: 0px;
}

#div-qag-PrimaryMaritalStatus_New .control-group, #div-qag-PrimaryPhoneType_New .control-group, #div-qag-SecondaryPhone2Type_New .control-group {
  position: relative;
  bottom: 23px;
}

#div-qag-PaymentOption fieldset legend, #div-qag-OngoingPaymentOption fieldset legend {
  margin-bottom: 0px;
  border-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

/*related-to-5557*/
.section-header.section-EmailConsentTerms_SAD {
	background-color:white;
}
.section-body.section-Primary_depend_tab{
	border-bottom: 1px solid rgb(164, 164, 164);
	left: 18px;
}
.section-body.section-Primary_depend_tab .row-1 {
	position:relative;
	top:4px;
	right: 14px;
}
ul.federal-cls {
  list-style: disc;
}
.federal-cls li {
  display: list-item;
  float: unset;
}

#div-qag-federal_NoticeText_1 .control-label{
font-size : 14px !important;

}

#div-qag-Medically_Underwritten_Plans {
    padding-left: 13px;
}
span.p_available {
    font-size: 18px;
    font-weight: 900 !important;
}
#div-qag-RPS_CHLIC_HHD .col-md-6 {
    font-weight: bold;
}
#div-qag-RPS_Online_Discount {
    font-weight: bold;
}
#div-qag-RPS_Premium_Discount {
    font-weight: bold;
}
#div-qag-Medically_Underwritten_Plans, .section-Underwritten_Review_Plans label {
    margin-top: 0px;
}

/* ChoiceHI Css Start */
#div-question-ChoiceHIApplication h4, #div-question-ChoiceHIBrochure h4, #div-qag-ChoiceHI_BenefitsText h4 {
  margin: 0px;
}
/* ChoiceHI Tooltip css start */
.EQN-PLAN .Info-benefit-display .Info-benefit-detail {
  z-index: 12;
  padding: 10px;
  min-width: max-content;
  right: unset;
}
.Info-benefit-detail p:last-child, .Info-benefit-detail p.mbZeroCustom {
  margin-bottom: 0;
}
#div-qag-ChoiceHI_HospitalRider, #div-qag-ChoiceHI_AmbulanceRider, #div-qag-ChoiceHI_HospitalRider_CA, 
#div-qag-ChoiceHI_OutpatientRider, #div-qag-ChoiceHI_ICURider {
  margin: 10px 0px 20px 0px;
}
#div-qag-ChoiceHICore_BenefitText, #div-qag-ChoiceHIPreferred_BenefitText, #div-qag-ChoiceHIPremier_BenefitText, 
#div-qag-ChoiceHICore_BenefitAmount, #div-qag-ChoiceHIPreferred_BenefitAmount, #div-qag-ChoiceHIPremier_BenefitAmount, 
#div-qag-ChoiceHICore_NoOfDays, #div-qag-ChoiceHIPreferred_NoOfDays, #div-qag-ChoiceHIPremier_NoOfDays, #div-qag-ChoiceHI_spacer12, 
#div-qag-ChoiceHI_spacer13, #div-qag-ChoiceHI_spacer14, #div-qag-ChoiceHICore_BenefitText2, #div-qag-ChoiceHIPreferred_BenefitText2, 
#div-qag-ChoiceHIPremier_BenefitText2, #div-qag-ChoiceHICore_BenefitAmount2, #div-qag-ChoiceHIPreferred_BenefitAmount2, 
#div-qag-ChoiceHIPremier_BenefitAmount2 {
	background-color: lightgray;
  max-width: 25%;
}
.row.equotes-row:has(#div-qag-ChoiceHI_Option1), .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitAmount), 
.row.equotes-row:has(#div-qag-ChoiceHI_Option2), .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitAmount2), .row.equotes-row:has(#div-qag-ChoiceHI_spacer52), 
.row.equotes-row:has(#div-qag-ChoiceHI_spacer12), .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitText2), .row.equotes-row:has(#div-qag-ChoiceHI_spacer19), 
.row.equotes-row:has(#div-qag-ChoiceHI_spacer18), .row.equotes-row:has(#div-qag-ChoiceHI_spacer9), .row.equotes-row:has(#div-qag-ChoiceHI_BenefitsText), 
.row.equotes-row:has(#div-qag-ChoiceHI_MHC_Core), .row.equotes-row:has(#div-qag-ChoiceHI_SUC_Core), .row.equotes-row:has(#div-qag-ChoiceHI_AMB_Preferred), 
.row.equotes-row:has(#div-qag-ChoiceHI_APP_Preferred), .row.equotes-row:has(#div-qag-ChoiceHI_EMT_Preferred), .row.equotes-row:has(#div-qag-ChoiceHI_SNF_Preferred), 
.row.equotes-row:has(#div-qag-ChoiceHI_ORS_Premier), .row.equotes-row:has(#div-qag-ChoiceHI_OSP_Premier), .row.equotes-row:has(#div-qag-ChoiceHI_XRI_Premier), 
.row.equotes-row:has(#div-qag-ChoiceHI_spacer77), .row.equotes-row:has(#div-qag-ChoiceHI_ConfinementText), .row.equotes-row:has(#div-qag-ChoiceHI_spacer25), 
.row.equotes-row:has(#div-qag-ChoiceHI_spacer23), .row.equotes-row:has(#div-qag-ChoiceHI_PlanPremium_StaticText), .row.equotes-row:has(#div-qag-ChoiceHI_Selectplan_StaticText), 
.row.equotes-row:has(#div-qag-ChoiceHI_KS_spacer1), .panel-body:has(#div-qag-ChoiceHI_KS_spacer1) .row.equotes-row:has(#div-qag-ChoiceHI_spacer66), 
.panel-body:has(#div-qag-ChoiceHI_KS_spacer1) .row.equotes-row:has(#div-qag-ChoiceHI_spacer76), .row.equotes-row:has(#div-qag-ChoiceHI_spacer3), 
.row.equotes-row:has(#div-qag-ChoiceHI_KS_spacer3) {
	margin: 0px 2px;
}
.row.equotes-row:has(#div-qag-ChoiceHI_Option1), .row.equotes-row:has(#div-qag-ChoiceHI_Option2) {
  border-top: 1px solid #BCB9C8;
  border-left: 1px solid #BCB9C8;
  border-right: 1px solid #BCB9C8;
}
.row.equotes-row:has(#div-qag-ChoiceHI_Option1) [id^=div-qag-ChoiceHI], .row.equotes-row:has(#div-qag-ChoiceHI_Option2) [id^=div-qag-ChoiceHI] {
  padding-top: 15px;
  border-left: 1px solid #BCB9C8;
}
#div-qag-ChoiceHI_PlanPremium_StaticText, #div-qag-ChoiceHI_Core_TotalPrice, #div-qag-ChoiceHI_Preferred_TotalPrice, #div-qag-ChoiceHI_Premier_TotalPrice {
  padding: 5px 15px;
}
#div-qag-ChoiceHI_PlanPremium_StaticText label, #div-qag-ChoiceHI_Core_TotalPrice label, #div-qag-ChoiceHI_Preferred_TotalPrice label, #div-qag-ChoiceHI_Premier_TotalPrice label {
  margin-top: 6px;
}
.BenefitsInclude, #div-qag-BenefitSInclude {
  padding: 0px;
}
.row.equotes-row:has(#div-qag-ChoiceHICore_BenefitText2) [id^=div-qag-ChoiceHI], .row.equotes-row:has(#div-qag-ChoiceHI_PlanPremium_StaticText) [id^=div-qag-ChoiceHI] {
  border-left: 1px solid #BCB9C8;
}
.row.equotes-row:has(#div-qag-ChoiceHI_spacer12) [id^=div-qag-ChoiceHI], .row.equotes-row:has(#div-qag-ChoiceHI_spacer12), .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitText2), 
.row.equotes-row:has(#div-qag-ChoiceHI_spacer17) [id^=div-qag], .row.equotes-row:has(#div-qag-ChoiceHI_spacer9) [id^=div-qag-ChoiceHI], .row.equotes-row:has(#div-qag-ChoiceHI_ConfinementText) [id^=div-qag-ChoiceHI], .row.equotes-row:has(#div-qag-ChoiceHI_spacer25) [id^=div-qag], 
.row.equotes-row:has(#div-qag-ChoiceHI_spacer23) [id^=div-qag-ChoiceHI], .BenefitsInclude , .row.equotes-row:has(#div-qag-ChoiceHI_spacer19) [id^=div-qag], .row.equotes-row:has(#div-qag-ChoiceHI_spacer52) [id^=div-qag], 
.row.equotes-row:has(#div-qag-ChoiceHI_KS_spacer3) [id^=div-qag-ChoiceHI] {
	border-left: 1px solid #BCB9C8;
  min-width: 25%;
}
.row.equotes-row:has(#div-qag-ChoiceHI_spacer12) [id^=div-qag-ChoiceHI]:nth-of-type(4), .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitText2), 
.row.equotes-row:has(#div-qag-ChoiceHI_spacer18), .row.equotes-row:has(#div-qag-ChoiceHI_spacer9), 
.row.equotes-row:has(#div-qag-ChoiceHI_MHC_Core), .row.equotes-row:has(#div-qag-ChoiceHI_SUC_Core), .row.equotes-row:has(#div-qag-ChoiceHI_AMB_Preferred), 
.row.equotes-row:has(#div-qag-ChoiceHI_APP_Preferred), .row.equotes-row:has(#div-qag-ChoiceHI_EMT_Preferred), .row.equotes-row:has(#div-qag-ChoiceHI_SNF_Preferred), 
.row.equotes-row:has(#div-qag-ChoiceHI_ORS_Premier), .row.equotes-row:has(#div-qag-ChoiceHI_OSP_Premier), .row.equotes-row:has(#div-qag-ChoiceHI_XRI_Premier), 
.row.equotes-row:has(#div-qag-ChoiceHI_ConfinementText), .row.equotes-row:has(#div-qag-ChoiceHI_spacer25), .row.equotes-row:has(#div-qag-ChoiceHI_spacer23), .row.equotes-row:has(#div-qag-ChoiceHI_PlanPremium_StaticText), 
.row.equotes-row:has(#div-qag-ChoiceHI_spacer19), .row.equotes-row:has(#div-qag-ChoiceHI_spacer52), .row.equotes-row:has(#div-qag-ChoiceHI_KS_spacer3) {
	border-right: 1px solid #BCB9C8;
  min-width: 25%;
}
.row.equotes-row:has(#div-qag-ChoiceHICore_BenefitAmount), .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitAmount2) {
  border-bottom: 1px solid #BCB9C8;
  border-left: 1px solid #BCB9C8;
  border-right: 1px solid #BCB9C8;
}
.row.equotes-row:has(#div-qag-ChoiceHI_PlanPremium_StaticText) [id^=div-qag-ChoiceHI] {
  border-top: 1px solid #BCB9C8;
  border-bottom: 1px solid #BCB9C8;
}
.row.equotes-row:has(#div-qag-ChoiceHICore_BenefitAmount) [id^=div-qag-ChoiceHI], .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitAmount2) [id^=div-qag-ChoiceHI] {
  padding-bottom: 15px;
	margin-bottom: 0px;
  border-left: 1px solid #BCB9C8;
}
#div-qag-ChoiceHI_PlanPremium_StaticText, #div-qag-ChoiceHI_Core_TotalPrice,
#div-qag-ChoiceHI_Preferred_TotalPrice, #div-qag-ChoiceHI_Premier_TotalPrice,
#div-qag-ChoiceHI_Selectplan_StaticText, #div-qag-ChoiceHICore_DESC,
#div-qag-ChoiceHIPreferred_DESC, #div-qag-ChoiceHIPremier_DESC {
  max-width: 25%;
  width: 25%;
}
#div-question-ChoiceHI_BasePremium {
  padding: 10px 10px;
  box-shadow: rgba(0, 0, 5, 0.2) 0px 0px 7px 0px !important;
  right: 18px;
  background-color: #fff;
  border-radius: 5px;
}
#div-qag-ChoiceHI_spacer3, #div-qag-ChoiceHI_CorePlanStaticText, 
#div-qag-ChoiceHI_PrefferedPlanStaticText, #div-qag-ChoiceHI_PremierPlanStaticText {
  min-width: 25%;
}
#div-qag-ChoiceHICore_NoOfDays h4 strong,#div-qag-ChoiceHIPreferred_NoOfDays h4 strong,#div-qag-ChoiceHIPremier_NoOfDays h4 strong {
  font-weight: 400;
} 
.row.equotes-row:has(#div-qag-ChoiceHI_Option1) [id^=div-qag-ChoiceHI]:nth-of-type(1), .row.equotes-row:has(#div-qag-ChoiceHI_Option2) [id^=div-qag-ChoiceHI]:nth-of-type(1) {
	border-left: none;
  width: 25%;
}
.BlueBAnner {
  background-color: rgba(173, 216, 230, 0.5); border:4px solid lightblue; margin-top: 20px; padding: 0px 15px; font-weight: lighter;
}
.BlueBAnner h4 {
  margin-top: 5px;
}
.BlueBAnner ul li, #div-question-NoticeText_1 li {
  display: list-item;
  list-style: disc;
  float: unset;
}
.row.equotes-row:has(#div-question-ChoiceHI_XRI_Premier) label, .row.equotes-row:has(#div-question-ChoiceHI_OSP_Premier) label, 
.row.equotes-row:has(#div-question-ChoiceHI_ORS_Premier) label, .row.equotes-row:has(#div-question-ChoiceHI_EMT_Premier) label, 
.row.equotes-row:has(#div-question-ChoiceHI_SNF_Premier) label, .row.equotes-row:has(#div-question-ChoiceHI_APP_Premier) label, 
.row.equotes-row:has(#div-question-ChoiceHI_AMB_Premier) label, .row.equotes-row:has(#div-question-ChoiceHI_SUC_Premier) label, 
.row.equotes-row:has(#div-question-ChoiceHI_MHC_Premier) label, #div-question-ChoiceHI_OR_Core label, #div-question-ChoiceHI_OR_Preferred label, 
#div-question-ChoiceHI_OR_Premier label {
  font-weight: 500;
  text-align: left;
  padding-bottom: 2px !important;
  font-size: 12px  !important;
}
#div-qag-ChoiceHICore_DESC .row, #div-qag-ChoiceHIPreferred_DESC .row, #div-qag-ChoiceHIPremier_DESC .row {
  display: grid;
  justify-content: center;
}
#div-qag-ChoiceHICore_DESC .row button, #div-qag-ChoiceHIPreferred_DESC .row button, #div-qag-ChoiceHIPremier_DESC .row button {
    box-shadow: none;
    border-radius: 64px !important;
    border: 1px solid #AFAFAF !important;
    background-color: transparent !important;
    height: 38px;
    width: auto !important;
    padding: 8px 16px !important;
    color: #AFAFAF !important;
    font-size: 16px;
    font-family: 'open sans regular';
    font-weight: 400;
    line-height: 21.28px;
}

/* Root variables to easily tweak colors/shadow */
:root {
  --bubble-bg: #9E28B5;
  --bubble-text: #ffffff;
  --bubble-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.live-help-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2147483647;

  /* Visuals */
  background-color: var(--bubble-bg);
  color: var(--bubble-text);
  border: 0;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  padding: 0; /* text is centered with flex; no extra padding needed */
  box-shadow: var(--bubble-shadow);
  cursor: pointer;

  /* Center text */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  /* Typography */
  font: 600 12px/1.15 Lato, Arial, sans-serif;

  /* For the pseudo-element tail */
  position: fixed;
  outline-offset: 3px; /* keyboard focus visibility */
}

/* The speech-bubble tail */
.live-help-btn::after {
  content: "";
  position: absolute;

  /* Position of the tail relative to the circle */
  right: -6px;     /* push slightly outside the circle */
  bottom: 10px;    /* attach lower-right area */

  width: 18px;
  height: 18px;
  background: var(--bubble-bg);

  /* Make a diamond and clip into a triangle-like tail */
  transform: rotate(45deg);
  box-shadow: var(--bubble-shadow);

  /* Slight trim to look like a tail rather than a square */
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* Optional hover/active states */
.live-help-btn:hover {
  filter: brightness(1.05);
}
.live-help-btn:active {
  transform: translateY(1px);
}

/* Ensure two-line layout for the text inside the bubble */
.live-help-btn__text {
  display: inline-block;
  line-height: 1.15;
  letter-spacing: 0.2px;
  white-space: nowrap;
  font-size: medium;	
}

/* High-contrast / forced-colors support (accessibility) */
@media (forced-colors: active) {
  .live-help-btn,
  .live-help-btn::after {
    box-shadow: none;
  }
}

.live-help-btn:hover { background-color: #9E28B5; } 


.live-help-btn[hidden] {
  display: none !important;
}

.EQN-PLAN .riders-info-banner {
  display: inline-flex;
  padding: 15px;
  width: auto;
  border-radius: 5px;
  margin-top: 10px;
  background: var(--cigna-blue-light-20);
}
.riders-info-banner span:nth-of-type(1) {
  color: var(--cigna-blue-dark);
  font-size: 20px;
}
.riders-info-banner p {
  margin-left: 15px;
  font-size: 13px;
  color: #333;
}
#div-qag-ChoiceHI_spacer46, #div-qag-ChoiceHI_spacer38, #div-qag-ChoiceHI_spacer49, #div-qag-ChoiceHI_spacer16, .row.equotes-row:has(#div-qag-ChoiceHI_spacer4) [id^=div-qag-ChoiceHI] {
  height: 0px;
}
#div-question-CSB_ChoiceHi_PlanSelectionHeaderText, #div-qag-ChoiceHI_SPOUSE_DOB {
  margin-top: 15px;
}
#div-qag-ChoiceHI_SPOUSE_DOB {
  margin-bottom: 25px;
}
#div-qag-ChoiceHI_Option1 .checkbox.checkbox-success {
  width: auto;
  margin: 0;
}
#div-question-ChoiceHI_BenefitsText {
  line-height: 0;
}
#addCore, #addPreferred, #addPremier, #div-qag-ChoiceHI_Option2 .new-radio, #div-qag-ChoiceHI_Option1 .new-radio {
  font-size: 18px;
  font-weight: 700;
}
#div-question-ChoiceHI_Selectplan_StaticText h4 {
  display: flex;
  align-items: center;
  height: 50px;
}
/* ChoiceHI Tooltip css end */
/* ChoiceHI Css End */
.EQN-VE .section-header.section-Review_Applicant_Row1, .EQN-VE .section-header.section-Review_Applicant_Row4{
   width: 82.5%;
}

#div-question-PartBDisclaimerPandS {
	margin-top: 0px !important;
}
#div-qag-MedicalQuestionNotes10-Heading {
    padding-top: 20px !important;
	margin-top: 32px !important;
}

.section-body.section-Eligibility1b h4,.section-body.section-EligibilityQ2 h4,.section-body.section-EligibilityQ3 h4 ,.section-body.section-Eligibility_Q4 h4,.section-body.section-EligibilityQ5 h4{
    width: 100%;
}

#div-qag-Medically_Underwritten_Plans {
    padding-left: 11px;
}
.col-md-12.section-body.section-Review_Plan_Company_Name {
    padding-left: 11px;
}
#div-question-RPS_CHLIC_HHDDisclaimer {
    padding-left: 11px;
}

/*plan chart to have default width*/
#MedSup_Plan_CvrgImgChart{width:1200px;}

/*SMS text Module starts*/
.section-TextConsent_SAD {
  width: 60%;
  border-radius: 50px;
  background-color: #f4f4f4;
  margin-left: 15px;
  padding-left: 30px;
}

body .section-TextConsent_SAD .fa {
  margin-top: 11px;
  margin-left: 89px;
  background-color: #00874d;
  width: 158px;
  height: 35px;
  color: white;
  text-align: center;
  padding-top: 8px;
  border-radius: 10px 10px 10px 10px;
}

.section-header.section-TextConsent_SAD {
	background: white;
}
/*end*/

/* print button on quotes page */
button.quotes.printT {
    font-size: 16px !important;
    font-weight: 700;
    color:  #1F1647;
    font-family: 'open sans Bold';
    padding: 10px 0px !important;
    width: 10%;
    margin-top: 1%;
    float: right;
    border: none;
    background-color:transparent;
    font-family: 'GothamSSM Medium', 'Open Sans', sans-serif !important;
}
i#print-quotes {
    font-weight: 900;
    font-size: 16px;
    margin-left: 5px;
}

@media print {
    .printT {
        display: none !important;
    }

    #print-quotes {
        display: none !important;
    }

    a[href]:after {
        content: "";
    }
    /*
    .EQN-PLAN_EE .btn-group-justified label {
        width: 202px !important;
        display: inline-block;
        margin-top: -65px !important;
    }*/

    .btn-group {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 1050px;
        margin-top: -65px !important;
    }

    .EQN-PLAN_EE .btn-group label {
        width: 195px !important;
        display: inline-block;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        page-break-inside: avoid;
    }
    #div-question-CHLIC_SPOUSE_MEDSUP_QUOTE{
        margin-bottom: 50px !important;
    }

    div.head-top {
        margin-top: 5px !important;
    }

    .applyTodayH3 {
    		margin-top: 5px;
    	    margin-left: 0%;
    }

    .col-12.col-sm-4 {
        display: inline-block !important;
        width: 30% !important;
        vertical-align: top;
    }

    .new_medsup_footer {
        margin-top: 20px !important;
    }

    .selectplan-orange {
      background-color: #9E28B5 !important;
      -webkit-print-color-adjust: exact;
    }

    .head-top h1 {
      margin-left: 30px !important;
      padding-bottom: 50px !important;
    }

    .planBtnStyle {
      background-color:#9E28B5 !important;
      border-radius: 32px !important;
    }

	  .btn.btn-default {
	    text-align: left;
	    font-family: 'Open Sans Bold';
	    width: 242px !important;
	    float: left !important;
	    height: auto;
	    padding-right:0;
	    padding-left: 10px;
	  }

    .selectplan {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
        font-size: 15px !important;
        border-radius: 64px;
        -webkit-print-color-adjust: exact;
    }

    .selectplan span {
        color: #fff !important;
    }

    #nav-continue input, #nav-save input {
        background-color: #e35205 !important;
        border: none;
    	-webkit-print-color-adjust: exact
    }

    #div-question-CHLIC_CIGNA_REWARDS-hAlign {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #div-question-CHLIC_CIGNA_REWARDS-hAlign > .col-md-6 {
        flex: 1;
        display: flex;
        align-items: center;
    }
    #div-question-CHLIC_CIGNA_REWARDS-hAlign .col-md-9 {
        flex: 1;
    }

    .icn {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

     @page {
            margin-bottom: 0;
     }
    body {
        padding-top: 72px;
        padding-bottom: 72px ;
    }

}
/* end of media print for quotes page */
#div-question-ADDSPOUSE .border-box {
    margin-bottom: 40px;
}

div[id^="div-qag-VERIFY_"] {
    width: 40% !important;
    float: left;
    height: 70px;
    padding-left: unset;
    padding-right: unset;
    margin-right: 14px;
}


#div-qag-TextConsent_SAD .checkbox  {
	width: fit-content;
}

.EQN_L1_Plan_Selection-Plan_Selection .section-Underwritten_Review_Plans .col-md-1 {
    width: 10px;
}

.EQN_L1_Plan_Selection-Plan_Selection .section-OE_Review_Plan .vertical-checkboxlist .checkbox-success.singleCheckboxPosition {
  margin-top: 0;
}

div#div-qag-none .col-md-1
 {
    margin-left: initial;
    margin-top: 5px;
}

div#div-question-none
 {
    margin-left: 0px;
}

div#div-qag-spouse_none .col-md-1
 {
    margin-left: initial;
    margin-top: 5px;
}

div#div-question-spouse_none {
    margin-left: 61px;
}
#div-question-PS_CT_EE_Total_Premium .planBtnStyle, #div-question-PS_LSC_EE_Total_Premium .planBtnStyle, #div-question-PS_LSH_EE_Total_Premium .planBtnStyle, 
#div-question-CSB_DVH_TotalPremium_Text .planBtnStyle {
  display: contents;
}

/*TSTC-3636-3637 radio button changes to CT,LSC and LSH*/
#div-qag-PS_EE_CT_CoverageType_Radio fieldset, #div-qag-PS_EE_LSC_CoverageType_Radio fieldset, #div-qag-PS_EE_LSH_CoverageType_Radio fieldset,
#div-qag-PS_EE_DVH_CoverageType_Radio fieldset,#div-qag-PS_EE_DVH_CoverageType_Radio fieldset,#div-qag-PS_EE_CHI_CoverageType_Radio fieldset{
             display: flex;
             gap: 10%;
             flex-direction: row;
             align-content: stretch;
             /*justify-content: space-between;*/
             padding-bottom: 2%;
}

#div-qag-PS_EE_CT_CoverageType_Radio fieldset .new-radio, #div-qag-PS_EE_LSC_CoverageType_Radio fieldset .new-radio,
#div-qag-PS_EE_LSH_CoverageType_Radio fieldset .new-radio,#div-qag-PS_EE_CHI_CoverageType_Radio fieldset .new-radio,
#div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio,#div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio
{
            display:flex;
            align-items:center;
            white-space: nowrap;
            margin-left:-6px;
            justify-content: center;
}

#div-qag-PS_EE_CT_CoverageType_Radio fieldset .new-radio label, #div-qag-PS_EE_LSC_CoverageType_Radio fieldset .new-radio label, #div-qag-PS_EE_LSH_CoverageType_Radio fieldset .new-radio label,
#div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio label, #div-qag-PS_EE_CHI_CoverageType_Radio fieldset .new-radio label{
            margin-left:-15px;
            font-size:16px;
}

#div-question-PS_EE_CT_CoverageType_Radio_Label label, #div-question-PS_EE_LSC_CoverageType_Radio_Label label,
#div-question-PS_EE_LSH_CoverageType_Radio_Label label, #div-question-PS_EE_DVH_CoverageType_Radio_Label label,
#div-qag-PS_EE_CHI_CoverageType_Radio_Label label{
            font-size:16px !important;
            text-align:center;
            line-height:3.5 !important;
            display:flex;
}

/* Core, Preferred, Premier Styles moving to Style.css from Liss/Rulebook */
     .shl-bundle-header-font-bold {
         border-bottom: 2px solid #000;
         padding: 3px;
         text-align: center;
       }

     .shl-card-footer {
         border-top: 2px solid #000;
         text-align: center;
         padding: 0px;
       }

    .shl-plans-container {
         display: flex;
         justify-content: center;
         flex-wrap: wrap;
         height: auto !important;
       }

    .shl-plan-card {
           padding: .8em;
           width: 100%;
           height: 100%;
           box-sizing: border-box;
           display: flex;
           flex-direction: column;
           justify-content: flex-start;
           box-shadow: rgba(0, 0, 5, 0.5) 0px 0px 7px 0px !important;
           font-size: 10px;
           border-radius: 5px;
           z-index: 1;
        }
    .shl-plan-card p {
        margin: 5px;
        line-height: 20px;
        }

   /* .shl-bundle-side-by-side {
         display: flex;
         gap:10px;
     	flex-wrap:wrap;
     	padding:5px;
     	box-sizing:border-box;
     	}

    .shl-bundle-side-by-side >p{
     	flex:1;
     	min-width:0;
     	word-break:break-word;
     	overflow-wrap:break-word;
     	white-space:normal;
     	text-align:center;
     	}*/

    .shl-bundle-font-bold {
         font-weight: bold;
         padding: 5px;
     	font-size:13px;
       }
    .shl-bundle-font-normal{
       font-weight:normal;
       padding:5px;
       font-size:11px;
       }

    .shl-bundle-anchortag-left{
       text-align:left;
       padding:5px;
       text-decoration: underline;
       font-size:12px;
       margin-top:auto;
       margin-bottom: 15px;
       }

.CTCorePrice, .CTPreferredPrice, .CTPremierPrice, .LSCCorePrice, .LSCPreferredPrice, .LSCPremierPrice,
.LSHCorePrice, .LSHPreferredPrice, .LSHPremierPrice, .DVHCorePrice, .DVHPreferredPrice, .HICorePrice,
.HIPreferredPrice, .HIPremierPrice{
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        margin: 15px 0 0 0;
        }

  /* .shl-bundle-ct {
         margin-top: 15px;
         background-color: #007bff;
         color: #fff;
         border: none;
         font-weight: bold;
         cursor: pointer;
         width: 140px;
         padding: 5px;

       }*/

    .shl-bundle-btn-group{
         display: flex;
         justify-content: center;
         gap: 4px;
         flex-wrap: wrap;
       }
/*
    .shl-bundle-ct:hover {
         background-color: #0056b3;
       }*/

   .btn-selected {
           background-color: #28a745;
           color: white;
           }

   .shl-bundle-ct.disabled{
               background-color: #ccc;
               cursor: not-allowed;
               opacity: 0.6;
      }
#div-qag-SHL_CT_BUNDLETYPE_BUTTON .btn-group, #div-qag-SHL_LSC_BUNDLETYPE_BUTTON .btn-group,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn-group, #div-qag-SHL_DVH_BUNDLETYPE_BUTTON .btn-group,
#div-qag-SHL_CHI_BUNDLETYPE_BUTTON .btn-group{
           display: flex;
           justify-content: space-between;
           padding-left: 8% !important;
		   padding-right: 8% !important;
       }
#div-qag-SHL_CT_BUNDLETYPE_BUTTON .btn-group.disabled, #div-qag-SHL_LSC_BUNDLETYPE_BUTTON .btn-group.disabled ,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn-group.disabled, #div-qag-SHL_DVH_BUNDLETYPE_BUTTON .btn-group.disabled,
#div-qag-SHL_CHI_BUNDLETYPE_BUTTON .btn-group.disabled{
                   background-color: #ccc;
                   cursor: not-allowed;
                   opacity: 0.6;
          }

#div-qag-SHL_CT_BUNDLETYPE_BUTTON label, #div-qag-SHL_LSC_BUNDLETYPE_BUTTON label,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON label, #div-qag-SHL_DVH_BUNDLETYPE_BUTTON label,
#div-qag-SHL_CHI_BUNDLETYPE_BUTTON label{
        align-items: center;
        box-shadow: none !important;
        border-color: transparent;
        color: white;
        background-color: #007bff;
        border-radius: 0;
        font-weight: bold;
        text-transform: uppercase;
        width: 20% !important;
    }
    .shl-bundle-font-bold {
         font-weight: bold;
         padding: 5px;
        font-size:15px;
       }

#div-qag-SHL_CT_BUNDLETYPE_BUTTON label.btn.btn-selected, #div-qag-SHL_LSC_BUNDLETYPE_BUTTON label.btn.btn-selected,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON label.btn.btn-selected, #div-qag-SHL_DVH_BUNDLETYPE_BUTTON label.btn.btn-selected,
#div-qag-SHL_CHI_BUNDLETYPE_BUTTON label.btn.btn-selected,#div-qag-SHL_CHI_BUNDLETYPE_BUTTON  label.btn.btn-selected,
#div-qag-ChoiceHICore_DESC label button.activatedButton, #div-qag-ChoiceHIPreferred_DESC label button.activatedButton, #div-qag-ChoiceHIPremier_DESC label button.activatedButton
      {
      background-color: green !important;
      color: white !important;
      border: 1px solid green !important;
      font-weight: 400 !important;
	  width: 20% !important;
      }

div#div-qag-CT_SPOUSE_DOB_Radio,div#div-qag-LSC_SPOUSE_DOB_Radio,div#div-qag-LSH_SPOUSE_DOB_Radio,
div#div-qag-DVH_SPOUSE_DOB_Radio, div#div-qag-CHI_SPOUSE_DOB_Radio
       {
          margin-bottom: 20px;
      }

#div-qag-CSB_DVH_Total_Premium .plan-rate {
  margin-left: 0%;
}

.brokerDetail{
    font-family:Open Sans Regular;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    overflow-wrap:break-word;
}

p.shl-bundle-font-bold {
    margin-top: 15px;
}

#div-qag-LSH_LearnMore a.learnMoreOnlineDiscount.btn-learnmore,
#div-qag-PS_EE_LSH_Brochure a.learnMoreLnk,
a.shl-bundle-anchortag-left {
    color: #9E28B5 !important;
    background-image: none !important;
    text-decoration: underline !important;
}

div#div-qag-LSC_EE_Coverage_Type, div#div-qag-LSH_EE_Coverage_Type , div#div-qag-CT_EE_Coverage_Type,
div#div-qag-DVH_EE_Coverage_Type, div#div-qag-ChoiceHI_CoverageTypeDropDown  {
		margin-bottom: 20px;
}

#div-qag-SHL_DVH_BUNDLETYPE_BUTTON label {
left:6%;
}

#div-qag-DVH_SPOUSE_DOB_Radio
{
width:33%;
}
#div-qag-SHL_DVH_BUNDLETYPE_BUTTON .btn-group {
    display: flex;
    align-items:center;
    left:11%;
}

div#div-qag-SHL_CHI_BUNDLETYPE_BUTTON {
  padding: 0 !important;
  width: 100% !important;
}
.footer_Cnhic,.footer_Notice,#div-question-CHLIC_CIGNA_REWARDS-hAlign p,.container-fluid 
.zipSpecfcFtr, .footer_Mclic, .footer_Cic, .footer_Loyal, .footer_Arlic, 
.footer_Chlic, .zipSpecfcFtr {
  font-size: 16px !important;
  font-family: 'Open Sans Bold' !important;
  line-height: 22.4px !important;
  color:  #1F1647  !important;
  font-weight: 700;
}
.callForQuestions,h4 #spouseAddedContent span,#addSpouseContent span{
  color:  #9E28B5 !important;
}
.cardTotlPrem .callForQuestions,#div-qag-ChoiceAcc_Total_Premium_Text #div-question-ChoiceAcc_Total_Premium_Text label p{
  line-height: 22.8px;
}
body,h4 #addSpouseContent .applicant2content{
  color: #1F1647 !important;
}
.logo_new{
  padding-right: 30px !important;
  padding-top: 45px !important;
  height: unset !important;
  line-height: unset !important;
}
#div-qag-TOOLTIP #div-question-TOOLTIP .applyTodayH3 strong{
  display: none !important;
}
#div-qag-VERIFY_SET_JAVASCRIPT_VARIABLES,#div-qag-VERIFY_CUSTOM_JAVASCRIPT_LINK{
  height: auto !important;
}
#div-qag-MCLIC_PRIMARY_PLAN_BUTTON .learnMoreLnk{
  text-align: center !important;
}
.cardTotlPrem .callToApply,.cardTotlPrem.contactAgentPrem{
	text-align: center !important;
	font-size: 14px !important;
  font-family: 'open sans Regular' !important;
  line-height: 19.6px !important;
  font-weight: 400;
  margin-bottom: 0px !important;
}
.cardTotlPrem{
  max-height: 280px !important;
}
.plan-selection-wrapper .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body[class*='section-'].collapse {
    border-radius: 0px 0px 16px 16px !important;
    margin-top: -26px !important;
    border-top: none !important;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2) !important;
}
.plan-selection-wrapper .EQN-PLAN .panel-body>.section-TOTAL_PREMIUM:has( #div-question-HI_SPOUSE_DOB_Radio_Spacer p:empty) ,
.section-TOTAL_PREMIUM:empty {
  display: none  !important;
}
.section-LSH_Accordian .equotes-row  #div-qag-LSH_LearnMore,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_Coverage_Type,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-PS_EE_CT_CoverageType,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_Coverage_Type,
.ancillary .section-LSC_Accordian #div-qag-LSC_SPOUSE_DOB{
  width: 50%;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_BaseBenefitAmount,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_LumpSumHeartStrokeBuilderRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_LumpSumCancerRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_Base_Policy_Series,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_LumpSumHeartStrokeRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_LumpSumCancerRider_BenefitAmount,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_BaseBenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_LumpSumHeartStrokeRider_BenefitAmount,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_RadiationAndChemotherapyRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_LumpSumCancerBuilderRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_HospitalIndemnityRider_BenefitAmount,#div-qag-LSC_EE_RadiationAndChemotherapyRider_BenefitAmount
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_IntensiveCareUnitRider_BenefitAmount,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_IntensiveCareUnitRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_HospitalIndemnityRider_BenefitAmount,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_IntensiveCareUnitRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_HospitalIndemnityRider_BenefitAmount,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_IntensiveCareUnitRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_HospitalBenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_AmbulanceBenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_OutpatientBenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_ICURider_BenefitAmount{
 width: 40%;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_BasePrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_LumpSumCancerRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_HeartRestorationRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_LumpSumHeartStrokeBuilderRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_Base_Policy_SeriesPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_LumpSumHeartStrokeRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_LumpSumCancerRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_BasePrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_CancerRecurrenceRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_LumpSumHeartStrokeRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_LumpSumCancerBuilderRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_RadiationAndChemotherapyRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_HospitalIndemnityRidePrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_IntensiveCareUnitRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_HospitalandIntensiveCareUnitIndemnityRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_HospitalIndemnityRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_IntensiveCareUnitRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_HospitalandIntensiveCareUnitIndemnityRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_HospitalIndemnityRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_IntensiveCareUnitRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_HospitalandIntensiveCareUnitIndemnityRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_LumpSumHeartStrokeRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_HospitalRiderPremium,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_AmbulanceRiderPremium,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_OutpatientRiderPremium,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_ICURiderPremium,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_RiderPremium{
 width: 10%;
 margin-top: 0.5%;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_HeartRestorationRider,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_CancerRecurrenceRider{
  width: 90%;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_CancerRecurrenceRider_BenefitAmount,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSH_Accordian #div-qag-SPACER, .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSH_Accordian #div-qag-LSH_EE_spacer2 {
  width: 0%;
  display: none;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_LumpSumCancerBuilderRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_RadiationAndChemotherapyRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_LumpSumHeartStrokeRiderPrice{
  margin-top: -0.8% !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_BasePrice{
    margin-top:3% ;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_Base_Policy_SeriesPrice{
margin-top:2%
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_BasePrice{
  margin-top:5%
}
@media (min-width:320px) and (max-width:767px){ 
  img#hs_logo_img {
    margin-left: 4px;
  }

  #addSpouse {
    width: 100%;
  } 
.medicare-supplement-text {
  font-size: 24px !important;
  line-height: 28.8px !important;
  margin-top: -60px;
}
.medsupHdr,.ancillaryHdr,.sadAppHdr,.sadHdr,.medsupAppHdr,.ancAppHdr,.EQN_L1_ANCILLARY_FLEXCHOICE-ANCILLARY_FLEXCHOICE .page-header-name,
#div-question-LSC_Header_Recommended_Coverage_Options h4,
#div-qag-ChoiceHI_CorePlanStaticText h4 strong,#div-qag-ChoiceHI_PrefferedPlanStaticText h4 strong,#div-qag-ChoiceHI_BenefitsText h4 strong,#div-qag-ChoiceHI_PlanPremium_StaticText h4 strong,#div-qag-ChoiceHI_Selectplan_StaticText h4 strong,
#div-qag-ChoiceHI_Core_TotalPrice h4,#div-qag-ChoiceHI_Preferred_TotalPrice h4,#div-qag-ChoiceHI_Premier_TotalPrice h4,#div-qag-ChoiceHI_ConfinementText h4 b,#div-qag-ChoiceHI_ConfinementText2 h5,#div-qag-ChoiceHI_ConfinementText3 h5,#div-qag-ChoiceHI_ConfinementText4 h5{
  font-size: 18px !important;
  line-height: 26.88px !important;
}
div#div-question-EE_ZIP_CODE label {
   line-height: 21.28px !important;
}
body h2{
  font-size: 18px !important;
}
.EQN_L1_MB-MB .page-header-name{
  font-size: 16px !important;
  line-height: 21.28px !important;
}
.EQN_L1_MB-MB .qDesc{
   line-height: 22.4px !important;
}
.plan-rate{
  font-size: 28px !important;
  line-height: 36.4px !important;
}
.EQN_L1_ANCILLARY_FLEXCHOICE-ANCILLARY_FLEXCHOICE  .page-header-name{
  font-size: 24px !important;
}
.EQN_L1_DBS-DBS .page-header-name{
  margin-left: 28px !important;
}

#div-qag-ApplicationID .displayed h2 p,#div-qag-ChoiceAcc_Total_Premium_Text #div-question-ChoiceAcc_Total_Premium_Text label h4 strong {
  font-size: 24px !important;
}
#div-qag-TOBACCO_CHECKLIST,.panel-body,#element-PrimarySSN, #div-qag-PrimarySSN, #element-MedicareCardNumber, #div-qag-MedicareCardNumber, #element-PTBEffectiveDate, 
#div-qag-PersonalRepNameHIPAA input, #div-qag-PersonalRepRelationshipHIPAA input,
#element-PrimaryFirstName, #element-PrimaryMiddleInitial, #element-PrimaryLastName, #element-PrimarySuffix,#element-PrimaryGender, #element-PrimaryDOB, #element-PrimaryAge, #element-ResidentCity, #element-ResidentState, #element-ResidentZip, #element-Applicant_2_FirstName, 
#element-Applicant_2_MI, #element-Applicant_2_LastName, #element-Applicant_2_Gender, #element-Applicant_2_DOB, #element-Applicant_2_Age,#element-ResidentStreet, #element-ResidentStreetSecond,
#element-EmailAddress, #element-HomePhone, #element-HomePhone2, #element-EmailAddress2  {
  width: 100% !important;
}


#element-EE_SZIP_CODE{
    margin-left: 0px; 
    width: clamp(340px, 90vw, 400px) !important;
    height: 40px !important; 
}
#div-qag-SPOUSE_FIRST_NAME, #div-qag-SPOUSE_LAST_NAME{
    width: clamp(340px, 90vw, 400px) !important;
    height: 40px !important;
    margin-left: -10px !important;  
}
#element-SPOUSE_FIRST_NAME, #element-SPOUSE_LAST_NAME {
    width: clamp(340px, 90vw, 400px) !important;
    height: 40px !important; 
}
#div-qag-SPOUSE_DOBM select.form-control {
    width: clamp(340px, 90vw, 400px) !important;
    height: 40px !important; 
    margin-left: -20px !important;  
}
.section-Section21 .col-md-12{
  margin-left: 1px !important
}
.section-Section500 #div-qag-SPOUSE_DOBM select.form-control {
    margin-left: 16px !important;  
}
.section-Section500 .row-0{
  margin-right:0 !important;
}
#div-qag-SPOUSE_DOBD .form-control, #div-qag-SPOUSE_DOBY .form-control{
    width: clamp(340px, 90vw, 400px) !important;
    height: 40px !important; 
    margin-left: -18px !important; 
}
.EQN_L1_GN-GN .page-header-name{
  margin-left: 27px !important;
}
#div-question-SPOUSE_DOBM {
  margin-left: -10px; 
}
.section-Section500 #div-question-SPOUSE_DOBM {
  margin-left: 18px !important; 
  margin-top: -18px !important;
}

.section-Section500 #div-question-SPOUSE_DOBY, #div-question-SPOUSE_DOBD {
  margin-top: 8px !important;
}
 #div-question-SPOUSE_DOBD, #div-question-SPOUSE_DOBY{
  margin-left: -15px;
 }
 #div-qag-QUOTE_PRIMARY_EMAIL, #div-qag-QUOTE_SPOUSE_EMAIL, #div-qag-SPOUSE_QUOTE_PHONE,#element-QUOTE_PRIMARY_EMAIL, #element-PRIMARY_QUOTE_PHONE, #element-QUOTE_SPOUSE_EMAIL, #element-SPOUSE_QUOTE_PHONE,
 #div-qag-INFO_EMAIL_PRIMARY,#div-qag-PRIMARY_QUOTE_PHONE,#div-qag-CONTACT_CONSENT,#div-qag-INFO_EMAIL_SPOUSE,#div-qag-SPOUSE_CONTACT_INFO,.section-header.section-Review_Applicant_Row1, .section-header.section-Review_Applicant_Row4,
 .AndroidmobileDeviceWrapper #div-qag-PrimarySSN,#div-qag-PrimarySSN .row div:not(:first-child),#div-qag-PrimaryFirstName, #div-qag-PrimaryMiddleInitial, #div-qag-PrimaryLastName,#div-qag-PrimarySuffix,
 #div-qag-PrimaryGender, #div-qag-PrimaryDOB, #div-qag-ResidentState, #div-qag-ResidentCity, #div-qag-Applicant_2_FirstName, #div-qag-Applicant_2_MI, #div-qag-Applicant_2_LastName, #div-qag-Applicant_2_Gender, #div-qag-Applicant_2_DOB, #div-qag-Applicant_2_Age,
 #div-qag-ResidentStreetSecond,#div-qag-EmailAddress2, #div-qag-ResidentStree,#div-qag-PrimaryAge, #div-qag-ResidentZip,#div-qag-EmailAddress, #div-qag-HomePhone2,#div-qag-HomePhone,#div-qag-PTBEffectiveDate,#div-qag-ResidentStreetSecond, #div-qag-ResidentStreet, #div-qag-MedicareCardNumber .row div:not(:first-child){
  width: 100% !important;
  padding-right: 2px !important;
 }
 div[id^="div-qag-VERIFY_"] {
    width: 100% !important;
 }
.section-body:not(:has(#div-qag-VERIFY_TOBACCO)) #div-qag-VERIFY_PRIMARY_PHONE,.section-body:not(:has(#div-qag-VERIFY_SPOUSE_TOBACCO)) #div-qag-VERIFY_SPOUSE_PHONE {
    margin-left: unset !important;
}

#div-qag-PTBEffectiveDate .row div:not(:first-child){
  padding-right: 48px !important;
}

#div-question-PrimarySSN, #div-question-MedicareCardNumber {
  width: auto;
}

.question-answer-group{
  width: auto;
}
.EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Mailing_Address .question-answer-group{
  width: 100%;
}
.EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Mailing_Address{
  margin-right: 3.5%  !important;
}
.EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_2_Info {
   margin-right: 7%  !important;
   margin-left: 6px  !important;
}
.section-MarketingHIPAA .col-md-12{
	margin-left: 2px !important;
	margin-right: 10px !important;
  margin-top: 5px !important;
}
#div-question-MarketingHIPAA{
	width: 95% !important;
}
.row-13 .text-uppercase{
  min-width: 95% !important;
  max-width: 95% !important;
}
.row-16 .text-uppercase{
	min-width: 95% !important;
  max-width: 95% !important;
}
.EQN_L1_MED_MKTG_HIPAA-MED_MKTG_HIPAA .page-header-name{
	margin-top: 20px !important;
	margin-left: 23px !important;
}
.section-section42 .control-label {
	margin-bottom: 30px !important;
}
.EQN_L1_ANCILLARY_MKTG_HIPPA-ANCILLARY_MKTG_HIPPA .page-header-name{
	margin-left: 21px !important;
}
#div-question-GrantAuthorization{
	width : 95% !important;
}
#div-qag-PersonalRepNameHIPAA .col-md-12 .text-uppercase{
	width: 386px !important;
}
#div-qag-PersonalRepRelationshipHIPAA.col-md-12 .text-uppercase{
	width: 386px !important;
}
}

#div-question-HIPAANote1 strong,#div-qag-FalseInformation_WA_LSCH #div-question-FalseInformation_WA_LSCH label{
  font-weight: 700 !important;
}
#div-qag-AccountInformationHeader #div-question-AccountInformationHeader h4{
  font-weight: 700 !important;
}
#div-qag-PersonalRepresentativeHeaderHIPAA #div-question-PersonalRepresentativeHeaderHIPAA label{
  font-size: 20px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ms-insurance-margin{
  margin-bottom: 48px
}

#div-qag-ChoiceAcc_PMPM_LOV {
  margin-top: -4%;
}
#div-qag-ChoiceAcc_Total_Premium_Text{
  margin-top: 30px;
}
#div-qag-ChoiceAcc_PMPM_Text{
  margin-top: 5.5%;
}
#div-qag-ChoiceAcc_Total_Premium{
  display: none;
}
#div-qag-ChoiceAcc_CorePremium,#div-qag-ChoiceAcc_PreferredPremium,#div-qag-ChoiceAccCore_DESC,#div-qag-ChoiceAccPreferred_DESC{
  width: 15%;
  margin-left: 30px;
}
#div-qag-ChoiceAcc_PlanDesign{
  margin-top: 6%;
  margin-bottom: 10px;
}
#div-qag-HI_Header_Info,#div-qag-ChoiceAcc_OptionalRiders{
  width: 100%;
}
#div-qag-HI_EE_Senior_Total_Premium{
  width: 40%;
}
#div-qag-HI_EE_Senior_Choice_1_HospConf{
  margin-top: -7%;
  width: 55%;
}
#div-qag-HI_EE_CoverageType,.ancillary .section-HI_Accordian #div-qag-HI_SPOUSE_DOB{
  width: 55%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#div-qag-HI_LearnMore{
  white-space: nowrap;
    margin-bottom: 10px;
}
#div-qag-HI_EE_Senior_Choice_1_DESC,#div-qag-HI_EE_Senior_Choice_1_TotalPrice,
#div-qag-HI_EE_Senior_Choice_2_DESC,#div-qag-HI_EE_Senior_Choice_3_DESC,#div-qag-HI_EE_Senior_Choice_1_HospConfP,
#div-qag-HI_EE_Senior_Choice_2_HospConfP,#div-qag-HI_EE_Senior_Choice_3_HospConfP,
#div-qag-HI_EE_Senior_Choice_2_Obsv,#div-qag-HI_EE_Senior_Choice_3_HospAdm,
#div-qag-HI_EE_Senior_Choice_2_SkilNurs,#div-qag-HI_EE_Senior_Choice_3_Obsv,#div-qag-HI_EE_Senior_Choice_2_HospConf,#div-qag-HI_EE_Senior_Choice_3_HospConf,
#div-qag-HI_EE_Senior_Choice_3_SkilNurs,#div-qag-HI_EE_Senior_Choice_3_ER,#div-qag-HI_EE_Senior_Choice_3_AmbGnd,#div-qag-HI_EE_Senior_Choice_3_AmbAir{
  width: 33%;
}
#div-qag-HI_EE_Senior_Choice_2_DESC,#div-qag-HI_EE_Senior_Choice_2_Obsv,#div-qag-HI_EE_Senior_Choice_2_SkilNurs,#div-qag-HI_EE_Senior_Choice_3_TotalPrice{
  margin-left: 8%;
}
#div-qag-HI_EE_Senior_Choice_1_DESC{
  margin-top: -2%;
}
#div-qag-HI_EE_Senior_Choice_3_AmbGnd,#div-qag-HI_EE_Senior_Choice_3_AmbAir{
margin-left: 66%;
}
#div-qag-HI_EE_Senior_Choice_3_SkilNurs,#div-qag-HI_EE_Senior_Choice_3_ER{
  margin-left: 16%;
}
#div-qag-HI_BROCHURE label{
  margin-top: 75%;
}
#div-qag-HI_EE_Senior_Choice_3_AmbAir{
  margin-left: 66%;
  margin-top: -6%;
}
#div-qag-HI_EE_Senior_Choice_3_AmbGnd{
  margin-top: -12.5%;
  margin-left: 66%;
}
#div-qag-HI_EE_Senior_Choice_1_HospConfP,#div-qag-ChoiceAcc_CoverageTypeDropDown{
  margin-top: -7%;
}
#div-qag-HI_EE_Senior_Choice_1_DESC,#div-qag-HI_EE_Senior_Choice_1_TotalPrice{
  margin-top: -2%;
}
#div-qag-MarketingHIPAA #div-question-MarketingHIPAA p strong{
 font-weight: 400 !important;
}
#div-qag-ChoiceAcc_Total_Premium_Text{
  width: 360px !important;
}

#div-question-ChoiceAcc_Total_Premium_Text .totalPrem h4 strong,
#div-question-ChoiceHI_BasePremium .totalPrem h4 strong {
    font-size: 24px;
    font-family: 'Open Sans Bold';
}

.getQuote{
  margin-left: 26px;
  margin-top: -10px;
}

/* Galaxy tab 10 */
@media  (max-width: 876px) {

  .pro-bar p{
    top: 0px !important;
  }

  #element-EE_ZIP_CODE {
    width: 90% !important;
  }

  

  progress {
    margin-top: 0;
  }

  div#div-qag-VERIFY_GENDER{
    width: 40% !important; 
  }

  div[id^="div-qag-VERIFY_"] {
    margin-right: 49px !important; 
  }

  #div-qag-AddChild, #div-qag-RemoveChild2, #div-qag-RemoveChild3, #div-qag-RemoveChild4{
    margin-left: 15px; 
  }

  #div-qag-Child1_Age, #div-qag-Child1_Gender{
    margin-top: 12px; 
  }

  #div-qag-Child2_Gender, #div-qag-Child2_Gender, 
  #div-qag-Child3_Gender, #div-qag-Child3_Gender, 
  #div-qag-Child4_Gender, #div-qag-Child4_Gender { 
    margin-top: 4px; 
  }

  
}

@media (max-width: 767px) {

  #div-qag-PS_EE_LSC_CoverageType_Radio fieldset {
    flex-direction: column;
    margin-left: 0;
    gap: 0;
    padding-bottom: 10%;
  }

  .ancSubTotalPrem {
    right: 0;
    float: none !important;
    height: auto;
    width: auto;
  }

  #div-qag-SHL_LSC_BUNDLETYPE_BUTTON {
    float: none;
    padding-left: 0;
	width: 100% !important;
  }

  #div-qag-SHL_LSC_BUNDLETYPE_BUTTON .btn-group {
    left: 0;
  }

  #div-qag-HI_EE_Senior_Choice_1_HospConf {
    margin-top: 0;
  }

  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_Coverage_Type,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_BaseBenefitAmount,
  #div-qag-LSC_EE_RadiationAndChemotherapyRiderPrice,
  #div-qag-LSC_EE_LumpSumHeartStrokeRiderPrice,
  #div-qag-LSC_EE_LumpSumCancerBuilderRiderPrice,
  #div-qag-HI_EE_Senior_Total_Premium,
  #div-qag-HI_EE_Senior_Choice_1_HospConf,
  #div-qag-HI_EE_CoverageType,
  #div-qag-HI_EE_Senior_Choice_1_DESC, 
  #div-qag-HI_EE_Senior_Choice_1_TotalPrice, 
  #div-qag-HI_EE_Senior_Choice_2_DESC, 
  #div-qag-HI_EE_Senior_Choice_3_DESC, 
  #div-qag-HI_EE_Senior_Choice_1_HospConfP, 
  #div-qag-HI_EE_Senior_Choice_2_HospConfP, 
  #div-qag-HI_EE_Senior_Choice_3_HospConfP, 
  #div-qag-HI_EE_Senior_Choice_2_Obsv, 
  #div-qag-HI_EE_Senior_Choice_3_HospAdm, 
  #div-qag-HI_EE_Senior_Choice_2_SkilNurs, 
  #div-qag-HI_EE_Senior_Choice_3_Obsv, 
  #div-qag-HI_EE_Senior_Choice_2_HospConf, 
  #div-qag-HI_EE_Senior_Choice_3_HospConf, 
  #div-qag-HI_EE_Senior_Choice_3_SkilNurs, 
  #div-qag-HI_EE_Senior_Choice_3_ER, 
  #div-qag-HI_EE_Senior_Choice_3_AmbGnd, 
  #div-qag-HI_EE_Senior_Choice_3_AmbAir,
  #div-qag-MEDICAREA_DATEM, #div-qag-MEDICAREB_DATEM, #div-qag-SPOUSE_MEDICAREA_DATEM, #div-qag-SPOUSE_MEDICAREB_DATEM  {
    width: 100%
  }

  .ancillary_mobile_wrapper #div-qag-HI_EE_Senior_Choice_3_SkilNurs,
  .ancillary_mobile_wrapper #div-qag-HI_EE_Senior_Choice_2_Obsv, 
  #div-qag-HI_EE_Senior_Choice_2_SkilNurs  {
    margin-left: 0 !important;
  }

  #div-qag-HI_LearnMore,
  #div-qag-ApplicationID .answer-display .displayed strong {
    white-space: normal;
  }

  #div-qag-MEDICAREA_DATED, #div-qag-MEDICAREB_DATED, #div-qag-SPOUSE_MEDICAREA_DATED,  #div-qag-SPOUSE_MEDICAREB_DATED,
  #div-qag-MEDICAREA_DATEY, #div-qag-MEDICAREB_DATEY, #div-qag-SPOUSE_MEDICAREA_DATEY, #div-qag-SPOUSE_MEDICAREB_DATEY {
    left: 0;
  }


#div-qag-MEDICAREA_DATED, #div-qag-MEDICAREA_DATEY, 
#div-qag-MEDICAREB_DATEY, #div-qag-MEDICAREB_DATED,
#div-qag-SPOUSE_MEDICAREA_DATED, #div-qag-SPOUSE_MEDICAREA_DATEY, 
#div-qag-SPOUSE_MEDICAREB_DATED, #div-qag-SPOUSE_MEDICAREB_DATEY
{
  width: 100%;
}

#div-qag-SPOUSE_MEDICAREA_DATEY, #div-qag-SPOUSE_MEDICAREB_DATEY, 
#div-qag-SPOUSE_MEDICAREA_DATEM, #div-qag-SPOUSE_MEDICAREB_DATEM, 
#div-qag-SPOUSE_MEDICAREA_DATED, #div-qag-SPOUSE_MEDICAREB_DATED
{
  padding-right: 8px; 
}

    #nav-change-answers input{
      margin-left: 0px; 
    }




.page-header-name.effective-title{
  padding-left: 15px; 
}

.qDesc.effectiveDates{
  padding-left: 12px; 
}

#medicareImg{
  width: 320px; 
}


  #div-qag-MEDICAREA_DATED input.form-control , #div-qag-MEDICAREA_DATEY input.form-control,  
  #div-qag-MEDICAREB_DATEY input.form-control,  #div-qag-MEDICAREB_DATED input.form-control,
  #div-qag-MEDICAREA_DATEM select.form-control, #div-qag-MEDICAREB_DATEM select.form-control
  {
    width: 106% !important;
  }

  #div-qag-SPOUSE_MEDICAREA_DATED .form-control, #div-qag-SPOUSE_MEDICAREA_DATEY .form-control, 
  #div-qag-SPOUSE_MEDICAREB_DATED .form-control, #div-qag-SPOUSE_MEDICAREB_DATEY .form-control,
  #div-qag-SPOUSE_MEDICAREA_DATEM select.form-control, 
  #div-qag-SPOUSE_MEDICAREB_DATEM select.form-control{
      width: 95% !important; 
    }

  .section-Section22 {
    padding-left: 24px;
    padding-right: 48px;
  }

  .page-header-name {
    margin-left: 25px;
  }


  #div-qag-MEDICAREB_DATED, #div-qag-MEDICAREA_DATED,
  #div-qag-MEDICAREB_DATEY, #div-qag-MEDICAREA_DATEY, 
  #div-qag-MEDICAREA_DATEM, #div-qag-MEDICAREB_DATEM {
    padding-right: 2px;
    margin-left: -10px
  }
  #div-qag-MEDICAREA_DESC, #div-qag-MEDICAREB_DESC
  {
    margin-left: -10px; 
  }


  .pro-bar p {
    top: -4px;
  }

  progress {
    margin-top: 0;
  }

  .plan-onclic label {
    width: 100% !important;
  }

  .selectplan {
    width: 100%;
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
  }

  .applyTodayH3 {
    margin-left: 0;
  }
  
  #div-qag-CHLIC_APPLY_BY_CALL {
    padding-left: 0 !important;
  }

  #div-qag-CHLIC_APPLY_BY_CALL .alignCenter {
    text-align: center !important;
  }

  #div-question-CHLIC_APPLY_BY_CALL {
    padding: 0 !important;
  }

  .EQN_L1_PLAN_EE-PLAN_EE .btn-group-toggle label {
    height: 380px !important;
  }

  #div-question-CHLIC_CIGNA_REWARDS-hAlign .col-md-6 {
    display: flex;
  }

  .plan-f-1 {
    padding: 32px !important;
  }

  .sedDisplay {
    text-align: center !important;
    float: none !important;
  }

  #div-qag-Eligibility_Q3aStartDate, 
  #div-qag-Eligibility_Q3aEndDate, 
  #div-qag-Eligibility_Q4b_Other, 
  #div-qag-Eligibility_Q4b_Plan_LOV,
  #div-qag-Eligibility_Q5bStartDate,
  #div-qag-Eligibility_Q5bEndDate,
  #div-qag-Eligibility_Q4b_Company_LOV{
    width: clamp(340px, 90vw, 390px) !important;
  }

}

.new-error{
  color:#BA0000 !important;
  margin: 6px 0px;
}

#div-question-Employer .control-label {
  margin-bottom: 8px;
}
input#element-Employer.output.form-control{
  margin-bottom: 24px;
}
#div-question-Title_Duties .control-label {
  margin-bottom: 8px;
}
input#element-Title_Duties.output.form-control{
  margin-bottom: 24px;
}
#div-question-WorkLocationID .control-label {
  margin-bottom: 8px;
}
input#element-WorkLocationID.output.form-control{
  margin-bottom: 24px;
}
#div-question-EmployerAddress .control-label {
  margin-bottom: 8px;
}
input#element-EmployerAddress.output.form-control{
  margin-bottom: 24px;
}
#div-question-Applicant1Name .control-label {
  margin-bottom: 8px;
}
input#element-Applicant1Name.output.form-control{
  margin-bottom: 24px;
}
#div-question-Beneficiary1Name .control-label {
  margin-bottom: 8px;
}
input#element-Beneficiary1Name.output.form-control{
  margin-bottom: 24px;
}
#div-question-Beneficiary1DOB .control-label {
  margin-bottom: 8px;
}
input#element-Beneficiary1DOB.output.form-control{
  margin-bottom: 24px;
}
#div-question-Beneficiary1Relationship .control-label {
  margin-bottom: 8px;
}
input#element-Beneficiary1Relationship.output.form-control{
  margin-bottom: 24px;
}
#div-question-PrimaryContingent1 .control-label {
  margin-bottom: 8px;
}
input#element-PrimaryContingent1.output.form-control{
  margin-bottom: 24px;
}
#div-question-PercentageofBenefit_1 .control-label {
  margin-bottom: 8px;
}
input#element-PercentageofBenefit_1.output.form-control{
  margin-bottom: 24px;
}
#div-question-Applicant2Name .control-label {
  margin-bottom: 8px;
}
input#element-Applicant2Name.output.form-control{
  margin-bottom: 24px;
}
#div-question-Beneficiary2Name .control-label {
  margin-bottom: 8px;
}
input#element-Beneficiary2Name.output.form-control{
  margin-bottom: 24px;
}
#div-question-Beneficiary2DOB .control-label {
  margin-bottom: 8px;
}
input#element-Beneficiary2DOB.output.form-control{
  margin-bottom: 24px;
}
#div-question-Beneficiary2Relationship .control-label {
  margin-bottom: 8px;
}
input#element-Beneficiary2Relationship.output.form-control{
  margin-bottom: 24px;
}
#div-question-PrimaryContingent2 .control-label {
  margin-bottom: 8px;
}
input#element-PrimaryContingent2.output.form-control{
  margin-bottom: 24px;
}
#div-question-PercentageofBenefit_2 .control-label {
  margin-bottom: 8px;
}
input#element-PercentageofBenefit_2.output.form-control{
  margin-bottom: 24px;
}

select#element-PrimaryContingent2{
  margin-bottom: 24px;
}

select#element-PrimaryContingent1{
  margin-bottom: 24px;
}

input#el-content-form_currentPage_allQuestions_64__answers_0__value{
  margin-bottom: 24px;
}

div#div-question-EmploymentStatus_Header {
  margin-top: 24px;
  margin-bottom: 24px;
}

div#div-question-BeneficiarySectionHeader {
    margin-bottom: 8px;
}

div#div-question-Beneficiary_Optional_Note {
    margin-bottom: 24px;
    text-align: left;
}

div#div-question-Beneficiary_Text{
  text-align:left; 
  padding-bottom: 24px; 
}

input#el-content-form_currentPage_allQuestions_51__answers_0__value{
  margin-bottom: 24px; 
}

input#el-content-form_currentPage_allQuestions_74__answers_0__value{
	margin-bottom: 24px;	
}

input#el-content-form_currentPage_allQuestions_62__answers_0__value{
	margin-bottom: 24px;
}

.CompletePagesPrompt .modal-footer .btn-default{
    border-radius: var(--border-radius-pill, 64px) !important;
    border: 1px solid #9E28B5 !important;
    background: var(--light-purple-100, #9E28B5) !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none;
}
.CompletePagesPrompt .modal-footer .btn-default:hover{
  background-color: #7e2091 !important;
}
div#div-question-AI_PrimaryHeightft,
div#div-question-AI_PrimaryHeightin,
div#div-question-AI_PrimaryWeight, 
div#div-question-AI_SpouseHeightft,
div#div-question-AI_SpouseHeightin,
div#div-question-AI_SpouseWeight {
  margin-bottom: 8px;
}

.ancillary_footer {
  padding-bottom: 0 !important;
}

@media (min-width:320px) and (max-width:767px) {
  input#element-AI_PrimaryHeightft, input#element-AI_PrimaryHeightin, input#element-AI_PrimaryWeight{
    width:100%;
    margin-bottom: 24px;
  }
}

div#div-question-PrimaryApplicantHeader {
  margin-bottom: 24px;
}

#div-question-AncillaryHIPAAScopeofAuthority.control-label{
margin-top: 0px !important;
}

@media (min-width:320px) and (max-width:767px) {
  .page-header-name {
    font-size: 24px;
    width: 94%;
    font-size: 18px !important;
  }

    #div-qag-Eligibility-Note,
    #div-qag-EligibilityNote3 {
      padding-bottom: 0px;
    }
  
    #div-question-EligibilityNote2 {
      padding-bottom: 0px;
    }
    
    #surfly-snippet {
      margin-left: 1.875rem;
      margin-top: 0.5rem;
    }
  .EQN_L1_NA-NA   .page-header-name,.EQN_L1_HHD-HHD .page-header-name,
  .EQN_L1_NAS-NAS  .page-header-name,.EQN_L1_GNS-GNS .page-header-name,
  .EQN_L1_CIS-CIS .page-header-name,.EQN_L1_VE-VE .page-header-name,
  .EQN_L1_Applicant_Information-Applicant_Information .page-header-name,
  .EQN_L1_TU_SPOUSE-TU_SPOUSE .page-header-name,.EQN_L1_TU-TU .page-header-name{
    margin-left: 24px !important;
  }
  .EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Resident_Address {
    margin-top: 2px;
}
.EQN_L1_Applicant_Information-Applicant_Information .navigation-buttons{
  margin-top: 8% !important;
}
  .ancillary  .EQN_L1_CIS-CIS .page-header-name,.ancillary  .EQN_L1_VE-VE  .page-header-name,.EQN_L1_HHD-HHD .page-header-name,
  .ancillary  .EQN_L1_Applicant_Information-Applicant_Information .page-header-name,.ancillary_mobile_wrapper    .EQN_L1_NA-NA .page-header-name,.EQN_L1_Applicant_Information-Applicant_Information .page-header-name{
    margin-left: 27px !important;
   }
    .ancillary .EQN_L1_Applicant_Information-Applicant_Information .page-header-name{
    margin-left: 24px !important;
   }
   #MedSup_Plan_CvrgImgChart {
    width: 350px !important;
}
.EQN_L1_PLAN_EE-PLAN_EE .panel-body{
  padding-right: 35px !important;
}
  .EQN_L1_NA-NA .section-Section18{
     margin-left: 5px !important;
     margin-right: 22px  !important;
  }
  .EQN_L1_Applicant_Information-Applicant_Information #div-question-IsHomeAlsoMailingAddress
 {
    margin-bottom: 12px !important;
  }
  .EQN_L1_CIS-CIS .section-Section514,.EQN_L1_CIS-CIS .section-Section516,
  .EQN_L1_HHD-HHD .section-QUOTE_HHD,.EQN_L1_CIS-CIS .section-Section517,
  .EQN_L1_CIS-CIS .section-last_section{
    margin-left: 6px !important;
    margin-right: 4% !important;
  }
    .ancillary_mobile_wrapper .EQN_L1_NA-NA .section-Section18,
    .ancillary_mobile_wrapper .EQN_L1_CIS-CIS .section-Section514,
    .ancillary_mobile_wrapper .EQN_L1_CIS-CIS .section-Section516
      {
        margin-left: 6px !important;
      }
  .ancillary_mobile_wrapper .EQN_L1_GN-GN .section-Section21{
      margin-left: -6px !important;
  }
  .ancillary_mobile_wrapper  .EQN_L1_GN-GN .section-Section21,.ancillary_mobile_wrapper .section-last_section{
      margin-left: 6px !important;
  }
 .EQN_L1_Applicant_Information-Applicant_Information .section-AppInfo .equotes-row,.EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Page_Name .equotes-row,
 .EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Resident_Address .equotes-row,
 .EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Resident_Address  .equotes-row{
    margin-right: 0% !important;
  }
 .EQN_L1_Applicant_Information-Applicant_Information .section-AppInfo,.EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Page_Name,
 .EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Resident_Address,.EQN_L1_Applicant_Information-Applicant_Information .section-Section561 ,
 .EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Resident_Address
  {
    margin-left: 6px !important;
  }
     .ancillary_mobile_wrapper .EQN_L1_VE-VE .section-header.section-Review_Applicant_Row1,.ancillary_mobile_wrapper .EQN_L1_VE-VE .section-header.section-Review_Applicant_Row4,
     .EQN_L1_HHD-HHD #div-question-ADDSPOUSE {
        margin-left: -2px !important;
        width: 100% !important;
    }
    .ancillary_mobile_wrapper .section-Review_Applicant_Row1,
    .ancillary_mobile_wrapper .section-Review_Applicant_Row2{
      margin-left: 14px !important;
      padding-right: 50px !important;
    }
    .ancillary_mobile_wrapper .EQN_L1_VE-VE .section-header.section-Review_Applicant_Row1{
      margin-left: -8px !important;
     }
   .ancillary  #div-qag-VERIFY_PRIMARY_FIRST_NAME,.ancillary  #div-qag-VERIFY_PRIMARY_LAST_NAME,
   .ancillary  #div-qag-VERIFY_ZIP_CODE,.ancillary  #div-qag-VERIFY_GENDER {
        padding-right: 7.9% !important;
    }
    .ancillary_mobile_wrapper .section-Review_Applicant_Row2{
       width: 105% !important;
    }
        .EQN_L1_PLAN_EE-PLAN_EE .panel-body{
      padding-top: 0px  !important;
    }
    .EQN_L1_PLAN_EE-PLAN_EE .panel-body    .selectplan{
      margin-top: 24px !important;
    }
        .EQN_L1_PLAN_EE-PLAN_EE .btn-group-toggle label{
          margin-bottom: 14px  !important;
        }
        .EQN_L1_PLAN_EE-PLAN_EE #div-qag-CHLIC_RATES_DISCLAIMER,.EQN_L1_PLAN_EE-PLAN_EE #div-question-CNHIC_RATES_DISCLAIMER_IA,
        .EQN_L1_PLAN_EE-PLAN_EE #div-qag-CHLIC_CIGNA_REWARDS_hAlign #div-question-CHLIC_CIGNA_REWARDS-hAlign .block-icn{
          margin-left: 8px  !important;
        }
       .EQN_L1_PLAN_EE-PLAN_EE #div-question-CHLIC_PROGRAMS_INCLUDED{
          padding-left: 11px !important;
    padding-right: 20px !important;
        }
         .medsup .EQN_L1_PLAN_EE-PLAN_EE .navigation-buttons{
          display: none !important;
        }
        .EQN_L1_PLAN_EE-PLAN_EE #div-qag-CHLIC_RATES_DISCLAIMER{
          padding-left: 0px  !important;
        }
       .EQN_L1_PLAN_EE-PLAN_EE #div-question-TOOLTIP{
        padding-left: 42px  !important;
       }
       .EQN_L1_PLAN_EE-PLAN_EE #div-question-TOOLTIP .text-bullet{
        margin-left: 0px !important;
       }
       .EQN_L1_HHD-HHD #div-qag-MSINSURANCEPOLICY_NEWS{
             margin-top: -10% !important;
    margin-bottom: 4% !important;
       }
       #div-question-ADDSPOUSE .border-box{
        margin-bottom: 20px !important;
       }
     .EQN_L1_HHD-HHD .section-body .row-2  #div-qag-SE_NEWS_MESSAGE {
        margin-bottom: 14%;
    }
    .EQN_L1_PLAN_EE-PLAN_EE #div-question-CNHIC_RATES_DISCLAIMER_IA{
      margin-left: -8px  !important;
    }
    .EQN_L1_PLAN_EE-PLAN_EE #div-qag-TX_DISCLAIMER{
      margin-left: 4px  !important;
    }
    .EQN_L1_PLAN_EE-PLAN_EE #div-qag-TX_DISCLAIMER img{
      margin-left: 12px  !important;
    }
  .EQN_L1_GN-GN .section-Section21,.EQN_L1_TU-TU .section-Section25{
      margin-left: 8px !important;
  }
  .EQN_L1_HHD-HHD #div-qag-ADDSPOUSE{
     margin-left: 2% !important;
  }
  .EQN_L1_NAS-NAS .section-Section202{
    margin-left: 0.8% !important;
  }
  .EQN_L1_GNS-GNS .section-Section503{
    margin-left: 6px !important;
  }
  .EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Resident_Address,.EQN_L1_Applicant_Information-Applicant_Information .section-AppInfo,
  .EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Page_Name {
    margin-left: 3px  !important;
  }
   #div-qag-CHLIC_APPLY_BY_CALL .ratesDisclaimer,#div-question-TX_DISCLAIMER h3{
      padding-left: 16%;
      padding-right: 8%;
      margin-bottom: 12px !important;
  }
  .EQN_L1_CIS-CIS .section-Section514,.EQN_L1_CIS-CIS .section-Section516{
    margin-right: 8% !important;
}
.EQN_L1_CIS-CIS #div-qag-QUOTE_SPOUSE_EMAIL,.EQN_L1_CIS-CIS #div-qag-SPOUSE_QUOTE_PHONE,.EQN_L1_CIS-CIS #div-qag-CONTACT_CONSENT{
  padding-right: 4% !important;
}
    .EQN_L1_VE-VE .section-header .section-Review_Applicant_Row1,.EQN_L1_VE-VE .section-header.section-Review_Applicant_Row4 {
      margin-left: -3px;
      width: 100% !important;
    }
    .EQN_L1_VE-VE .section-header.section-Review_Applicant_Row1 {
      margin-left: -3px;
    }
    .EQN_L1_HHD-HHD .section-QUOTE_HHD,.EQN_L1_HHD-HHD  .section-QUOTE_SE,.EQN_L1_HHD-HHD .section-QUOTE_SE_OnYes{
      margin-left: 7px !important;
      margin-right: 16px !important;
    }
    .EQN_L1_TU_SPOUSE-TU_SPOUSE .section-Section513{
      margin-left: 7px !important;
    }
    div[id^="div-qag-VERIFY_"] {
      padding-right: 12% !important;
      margin-right: unset !important;
    }
    .mobileDeviceWrapper #div-qag-VERIFY_GENDER,.mobileDeviceWrapper #div-qag-VERIFY_SPOUSE_GENDER{
      width: 100% !important;
    }
    #div-qag-VERIFY_PRIMARY_FIRST_NAME,#div-qag-VERIFY_PRIMARY_LAST_NAME,#div-qag-VERIFY_ZIP_CODE,#div-qag-VERIFY_GENDER{
      padding-right: 1% !important;
    }
    .mobileDeviceWrapper .head-top .medsupHdr{
    margin-top: 20px !important;
    }
    #div-question-TOOLTIP img{
      width: 100%  !important;
    }
    div#div-qag-TOOLTIP {
    padding-left: 1% !important;
    padding-right: 4% !important;
    }
    #div-qag-CHLIC_CIGNA_REWARDS_hAlign{
      margin-left: 6px !important;
    }
    #div-qag-CHLIC_PROGRAMS_INCLUDED {
    margin-left: 35px !important;
    }
    #div-qag-SE_NEWS_MESSAGE_90,#div-qag-SE_NEWS_MESSAGE {
    margin-bottom: 5px;
    margin-left: -2px !important;
    width: 100%;
    }
    #div-qag-MSINSURANCEPOLICYNO_NEWS,#div-qag-MSINSURANCEPOLICY_NEWS{
      margin-left: -2px !important;
    }
    /* #div-question-SE_NEWS_MESSAGE:has(h4.border-box[style*="display: none"]),
    #div-qag-SE_NEWS_MESSAGE_90:has(h4.border-box[style*="display: none"]),
    #div-qag-SE_NEWS_MESSAGE:has(h4.border-box[style*="display: none"]) {
  display: none;
} */
    #div-qag-MCLIC_PRIMARY_PLAN_BUTTON,#div-qag-MCLIC_SPOUSE_PLAN_BUTTON{
      margin-right: 6% !important;
    }
    #div-qag-CHLIC_APPLY_BY_CALL #nav-continue #el-content-form_nextPageContinue_execute {
      margin-left: 16% !important;
        margin-right: 8% !important;
        margin-top: unset !important;
    }
  @media (max-width: 767px) {
    .EQN_L1_HHD-HHD #div-qag-ADDSPOUSE {
        margin-left: 0% !important;
        margin-right: -1% !important;
    }
}
    .mobileDeviceWrapper .section-body.section-Review_Applicant_Row1{
      padding-right: 19% !important;
    }
  }
.plan-selection-wrapper .panel-body .section-body .row[class*='equotes-row'] .control-label>h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card{
    padding: 24px !important;
    box-shadow: unset !important;
    border-radius: 8px !important;
    border: 1px solid #BCB9C8 !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card .shl-bundle-header-font-bold{
  border-bottom: 1px solid #BCB9C8 !important;
  margin-bottom: 10px !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card .shl-card-footer{
   border-top: 1px solid #BCB9C8 !important;
   margin-top: auto !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card .shl-bundle-header-font-bold h5,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card .shl-bundle-font-bold,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card .shl-card-footer .LSCCorePrice{
  line-height: 24px !important;
  font-weight: 700 !important;  
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card .shl-bundle-font-bold,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card .shl-bundle-font-normal,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card .shl-bundle-anchortag-left{
  font-size: 16px !important;
  line-height: 24px !important;
      margin-top: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
}
#div-qag-SHL_LSC_BUNDLETYPE_BUTTON .btn.disabled,#div-qag-SHL_LSC_BUNDLETYPE_BUTTON .active,
#div-qag-SHL_CT_BUNDLETYPE_BUTTON .btn.disabled,#div-qag-SHL_CT_BUNDLETYPE_BUTTON .active,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn.disabled, #div-qag-SHL_LSH_BUNDLETYPE_BUTTON .active,
#div-qag-SHL_LSC_BUNDLETYPE_BUTTON .btn-secondary,
#div-qag-SHL_CT_BUNDLETYPE_BUTTON .btn-secondary,
 #div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn-secondary,
 #div-qag-SHL_CHI_BUNDLETYPE_BUTTON  .btn-secondary.disabled,
 #div-qag-ChoiceHICore_DESC label .btn.disabled, #div-qag-ChoiceHIPreferred_DESC label .btn.disabled, #div-qag-ChoiceHIPremier_DESC label .btn.disabled{
      border-radius: 64px !important;
    border: 1px solid #AFAFAF !important;
    background-color: transparent !important;
        height: 38px;
    width: 20% !important;
    padding: 8px  !important;
}
#div-qag-SHL_LSC_BUNDLETYPE_BUTTON .btn-secondary,
#div-qag-SHL_CT_BUNDLETYPE_BUTTON .btn-secondary,
 #div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn-secondary,
  #div-qag-SHL_CHI_BUNDLETYPE_BUTTON  .btn-secondary,
  #div-qag-SHL_LSH_BUNDLETYPE_BUTTON .active,#div-qag-SHL_CHI_BUNDLETYPE_BUTTON .active,
#div-qag-ChoiceHICore_DESC label button.btn-default, #div-qag-ChoiceHIPreferred_DESC label button.btn-default, #div-qag-ChoiceHIPremier_DESC label button.btn-default {
  border: 1px solid #9E28B5 !important;
  color: #1F1647 !important;
   border-radius: 64px !important;
    background-color: transparent !important;
    height: 38px;
    padding: 8px  !important;
     width: 20% !important;
 }
  #div-qag-ChoiceHICore_DESC label button:disabled, #div-qag-ChoiceHIPreferred_DESC label button:disabled, #div-qag-ChoiceHIPremier_DESC label button:disabled{
      border-radius: 64px !important;
    border: 1px solid #AFAFAF !important;
    background-color: transparent !important;
        height: 38px;
    width: 95px !important;
    padding: 8px  !important;
}
#div-qag-SHL_LSC_BUNDLETYPE_BUTTON .btn.disabled .select-label,#div-qag-SHL_CT_BUNDLETYPE_BUTTON .btn.disabled .select-label,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn.disabled .select-label {
  color: #AFAFAF !important;
}
#div-qag-SHL_LSC_BUNDLETYPE_BUTTON .active,#div-qag-SHL_CT_BUNDLETYPE_BUTTON .active,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON .active,#div-qag-SHL_CHI_BUNDLETYPE_BUTTON .active,
#div-qag-ChoiceHICore_DESC label button.activatedButton, #div-qag-ChoiceHIPreferred_DESC label button.activatedButton, #div-qag-ChoiceHIPremier_DESC label button.activatedButton{
   background-color: #006938 !important;
   width: 100px !important;
   color: #fff !important;
}
#div-qag-ChoiceHICore_DESC label button.activatedButton, #div-qag-ChoiceHIPreferred_DESC label button.activatedButton, #div-qag-ChoiceHIPremier_DESC label button.activatedButton{
   background-color: #006938 !important;
   width: 165px !important;
   color: #fff !important;
}
#div-qag-LSC_Coverage_OwnChoice h3,#div-question-CT_Coverage_OwnChoice h3,#div-question-LSH_Coverage_OwnChoice h3,#div-question-CHI_Header_Recommended_Coverage_Options h3 b,
#div-qag-ChoiceHI_PlanPremium_StaticText h4 strong,.mobileDeviceWrapper #div-question-SPOUSE_CONTACT_INFO h2{
  font-size: 18px !important;
}
#div-qag-ChoiceHI_BenefitsText h4 b {
  font-size: 16px !important; 
}

.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card .shl-bundle-anchortag-left {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    color: #9E28B5 !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .shl-plan-card .shl-bundle-header-font-bold h5{
  margin-top: unset !important;
}
#div-question-ChoiceHI_BasePremium h4{
  margin: 0px !important;
}
#div-question-ChoiceHIApplication h6 h4 u strong{
  color: #9E28B5 !important;
  white-space: nowrap;
  font-weight: 400 !important;
  text-decoration: underline !important;
}
#div-qag-SHL_LSC_BUNDLETYPE_BUTTON .active .select-label,#div-qag-SHL_CT_BUNDLETYPE_BUTTON .active .select-label,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn-group-toggle .active .select-label,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON .active .select-label{
   color: #FFF !important;
}
 #div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn-secondary .select-label{
  color: #1F1647 !important
}
#div-qag-ChoiceHICore_DESC,#div-qag-ChoiceHIPreferred_DESC,#div-qag-ChoiceHIPremier_DESC{
  margin-top: 10px;
}

.section-CHI_Accordian div[id^="div-qag-ChoiceHI"] label.control-label,
#div-qag-ChoiceHI_ConfinementText h4 b,#div-qag-ChoiceHI_ConfinementText2 h5,#div-qag-ChoiceHI_ConfinementText3 h5,#div-qag-ChoiceHI_ConfinementText4 h5 {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.EQN_L1_ANCILLARY_MKTG_HIPPA-ANCILLARY_MKTG_HIPPA {
  padding-bottom: 80px;
}

.EQN_L1_RequiredFederalNotice-RequiredFederalNotice .page-header-name {
  margin-left: 24px;
}

.EQN_L1_RequiredFederalNotice-RequiredFederalNotice .panel-body {
  padding-left: 10px;
}

#div-question-NoticeText_1 ul {
  margin-left: -23px;
}

.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSC_EE_LumpSumHeartStrokeRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSC_EE_LumpSumCancerBuilderRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSC_EE_RadiationAndChemotherapyRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSC_EE_HospitalIndemnityRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSC_EE_IntensiveCareUnitRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSC_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-CT_EE_LumpSumHeartStrokeRider_BenefitAmount  .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-CT_EE_HospitalIndemnityRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-CT_EE_IntensiveCareUnitRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-CT_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-CT_EE_LumpSumCancerRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHICore_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPreferred_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPremier_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHICore_NoOfDays .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPreferred_NoOfDays .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPremier_NoOfDays .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHICore_BenefitAmount2 .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPreferred_BenefitAmount2 .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPremier_BenefitAmount2 .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSH_EE_LumpSumCancerRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSH_EE_LumpSumHeartStrokeBuilderRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSH_EE_HospitalIndemnityRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSH_EE_IntensiveCareUnitRider_BenefitAmount .form-control,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-LSH_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount .form-control

{
  background-color: #fff;
  height: 38px !important;
 }
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .form-control{
  height: 38px !important;
}
#div-question-ChoiceHI_CoverageTypeDropDown  .control-label{
  display:unset !important;
}
#div-question-ChoiceHI_BasePremium{
  padding: 16px;
    box-shadow: rgba(0, 0, 5, 0.5) 0px 0px 7px 0px !important;
    right: 5%;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 16px;
    float: right !important;
    height: 92px;
    width: 360px;
    border: 1px solid #BCB9C8 !important;
}
/* Pro max  */
@media only screen and (min-device-width: 932px) and (max-device-width: 933px) and (orientation: landscape){

.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-RequestedEffectiveDate{
      width: 100% !important;
    margin-bottom: 10% !important;
}
.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-RequestedEffectiveDate input{
      width: 100% !important;
}
 .ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-RequestedEffectiveDate{
          &:has(#RequestedEffectiveDateError) {
            margin-bottom: 90px !important;
        }
      }
      .ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-RequestedEffectiveDate,
.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #el-content-form_currentPage_allQuestions_3__answers_0__value
 {
  width: 100% !important;
}
.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #element-PrimarySSN{
  width: 185%  !important;
}
.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-question-RequestedEffectiveDate{
  margin-bottom: 8px  !important;
}
.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-EffectiveDateRequest{
  margin-bottom: 16px  !important;
}
    #div-qag-SPOUSE_MEDICAREA_DATED .form-control, #div-qag-SPOUSE_MEDICAREA_DATEY .form-control, 
    #div-qag-SPOUSE_MEDICAREB_DATED .form-control, #div-qag-SPOUSE_MEDICAREB_DATEY .form-control,
    #div-qag-SPOUSE_MEDICAREA_DATEM select.form-control, #div-qag-SPOUSE_MEDICAREB_DATEM select.form-control
    {
      width: 100% !important; 

    }

    #div-qag-SPOUSE_MEDICAREA_DATED , #div-qag-SPOUSE_MEDICAREA_DATEY , 
    #div-qag-SPOUSE_MEDICAREB_DATED , #div-qag-SPOUSE_MEDICAREB_DATEY 
    {
      width:30%; 
    }

    #div-qag-SPOUSE_MEDICAREA_DATEM , #div-qag-SPOUSE_MEDICAREB_DATEM{
      width: 40%
    }

    .qDesc.spouse-medicare-title{
      margin-left: 38px; 
    }

    .page-header-name.spouse-title{
      margin-left: 34px; 
    }

    #nav-change-answers input{
      margin-left: 0px; 
    }


}


  /* SE */
  @media only screen and (min-device-width: 430px) and (max-device-width: 933px) and (orientation: landscape) {

    #nav-change-answers input{
      margin-left: 0px; 
    }


   .page-header-name{
    margin-left: 38px !important;
   }
.EQN_L1_Applicant_Information-Applicant_Information .page-header-name{
    margin-left: 34px !important;
   }
   .EQN_L1_SZC-SZC .page-header-name{
    margin-left: 26px !important;
   }
   .EQN_L1_GN-GN .page-header-name{
		margin-left: 38px !important;
	}
  .EQN_L1_DBS-DBS .page-header-name {
     margin-left: 30px !important ;
    }
  .section-Section21 .col-md-12{
     margin-left: 3px !important;
    }

  #div-qag-MEDICAREA_DATED input.form-control , #div-qag-MEDICAREA_DATEY input.form-control,  
  #div-qag-MEDICAREB_DATEY input.form-control,  #div-qag-MEDICAREB_DATED input.form-control,
  #div-qag-MEDICAREA_DATEM select.form-control, #div-qag-MEDICAREB_DATEM select.form-control

  {
    width: 118% !important;
    margin-left: -12px; 
  }


    #div-qag-SPOUSE_MEDICAREA_DATED .form-control, #div-qag-SPOUSE_MEDICAREA_DATEY .form-control, 
    #div-qag-SPOUSE_MEDICAREB_DATED .form-control, #div-qag-SPOUSE_MEDICAREB_DATEY .form-control,
    #div-qag-SPOUSE_MEDICAREA_DATEM select.form-control, #div-qag-SPOUSE_MEDICAREB_DATEM select.form-control
    {
      width: 100% !important; 

    }

  #div-qag-MEDICAREA_DATEM, #div-qag-MEDICAREB_DATEM{
    width: 30%;
  }

  .page-header-name.effective-title{
    padding-left:0px; 
  }

  #div-qag-eSignApplicantSignature{
    width: 100%; 
  }

  .ancillaryHdr{
    margin-top: 40px; 
  }
  .ancAppHdr{
    margin-top: 50px; 
  }

}

#div-question-HMO{
  margin-top:15px;
  text-align: left;
}

#div-question-Medicare, #div-question-TitleXIXProgram {
  padding-top: 15px;
}

#div-question-Applicant1Heading {
  padding-bottom: 15px;
}

#div-qag-Discrimination, #div-qag-Discrimination_Rebranded {
  padding-bottom: 16px;
}

@media (min-width:320px) and (max-width:767px) {
#div-question-AIDS, #div-question-Heart, #div-question-TransientStroke, #div-qag-EffectiveDateRequest, #div-qag-RequestedEffectiveDate, div#div-question-Cancer, #div-question-Test {
    padding-bottom: 15px;
    padding-top: 20px;
    width: 100%; 
    text-align: left;
}
}

#div-question-HOST_MIB_QUESTION_1, #div-question-HerebyApply_NJ_LSCH {
    margin-top: 15px;
}


@media (max-width: 767px) and (orientation: portrait) {

  #element-MQ_PrimaryHeightf,
  #element-MQ_PrimaryHeightin,
  #element-MQ_PrimaryWeightf,
  #element-Medication1,
  #element-Taken1,
  #element-Condition1,
  #element-MQ_PrimaryHeightft,
  #element-MQ_PrimaryWeight {
    width: clamp(340px, 90vw, 390px) !important;
  }


  .page-header-name {
    margin-left: 19px;
  }

  .page-header-name.important-statements{
    margin-left: 21px !important;
    margin-bottom: 20px !important; 
  }

  #div-question-RequestedEffectiveDate{
		margin-bottom: -5px !important;
	}
   
  #div-qag-eSignApplicantSignature{
      width: 100%; 
    }

  #div-question-eSignApplicantSignature {
    width: 100%; 
  }

  .EQN_L1_ZC-ZC  .panel-body .navigation-buttons{
    margin-left: 0px; 
  }

  .EQN_L1_NAS-NAS .panel-body .navigation-buttons{
    margin-top: 80px !important;
    margin-left: -10px;
  }

  .EQN_L1_SZC-SZC .panel-body .navigation-buttons{
    margin-left: -4px !important;
  }
  .EQN_L1_NAS-NAS .page-header-name{
    margin-left: 14px !important;
  }

  #div-qag-EE_SZIP_CODE{
    margin-top: -40px;
    margin-bottom: -10px;
  }

    #div-qag-RequestedEffectiveDate {
    margin-bottom: 15px !important;
    
  &:has(#RequestedEffectiveDateError) {
    margin-bottom: 75px !important;
    }
  }
  #el-content-form_currentPage_allQuestions_0__answers_0__value{
		width: 100%;
	}
  #div-question-ImportantStatementsforApplicant{
		margin-top: -15px;
		width: 373px !important;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
  .page-header-name {
    margin-left: 19px;
  }
  .page-header-name.important-statements{
		margin-left: 30px !important;
		width: 100% !important;
		margin-bottom: 20px !important
	}

  .mobileDeviceWrapper .panel-body {
    margin-left: 0px !important;
  }
    .navigation-buttons {
      margin-left: 10px !important;
    }

    .EQN_L1_MedSupSubmition-MedSupSubmition .panel-body{
      width: 100% !important;
    }
  .EQN_L1_NA-NA .page-header-name,.EQN_L1_HHD-HHD .page-header-name, .EQN_L1_GNS-GNS .page-header-name,
  .EQN_L1_CIS-CIS .page-header-name{
    margin-left: 34px !important;
   }
   .mobileDeviceWrapper .EQN_L1_HHD-HHD #div-qag-QUOTE_HHD,.mobileDeviceWrapper .EQN_L1_HHD-HHD #div-qag-ADDSPOUSE ,
   .mobileDeviceWrapper .EQN_L1_HHD-HHD #div-qag-INFO_EMAIL_PRIMARY    {
      width: 110% !important;
    }
    .EQN_L1_TU-TU .section-Section25 {
      margin-left: 2px !important;
    }
    .section-body:not(:has(#div-qag-VERIFY_TOBACCO)) #div-qag-VERIFY_PRIMARY_PHONE, .section-body:not(:has(#div-qag-VERIFY_SPOUSE_TOBACCO)) #div-qag-VERIFY_SPOUSE_PHONE {
    margin-left: 44.6% !important;
    margin-bottom: 0px !important;
}
.ancillary_mobile_wrapper #div-qag-VERIFY_PRIMARY_PHONE, .ancillary_mobile_wrapper .section-body:not(:has(#div-qag-VERIFY_SPOUSE_TOBACCO)) #div-qag-VERIFY_SPOUSE_PHONE {
    margin-left: 44% !important;
}
}

@media (min-width:320px) and (max-width:767px) {
.loading-spinner {
  height: 144px;
  width: 144px;
  animation: spin 1.7s infinite linear;
  border: 24px solid #9E28B5;
   border-left-color: #e9e8ed;
  border-radius: 50%;
  margin-top: 56%;
  margin-left: 33%!important;
  align-content: center;
  gap: 32px;
  display: flex;
  justify-content: center;
 }
 .text-gray-40 {
   color: #1F1647 !important;
   font-family: 'Open Sans Bold' !important;
   font-weight: 700 !important;
   font-style: Bold;
   font-size: 42px;
   line-height: 100%;
   letter-spacing: 0%;
   height: 57px;
   margin-top: 20px;
   display: flex;
   margin-left: 31% !important;
 }
}

@media only screen and (min-device-width: 430px) and (max-device-width: 932px) and (orientation: portrait) {
#div-question-ImportantStatementsforApplicant{
		width: 100% !important;
	}
#div-question-ImportantStatementsIUnderstand{
	width: 100% !important;
}
	#div-question-Discrimination {
		width: 100% !important;
	}
	#div-question-Discrimination h4{
		margin-bottom: 10px !important;
	}
  #el-content-form_currentPage_allQuestions_0__answers_0__value{
		width: 390px;
	}
}

@media only screen and (min-device-width: 430px) and (max-device-width: 932px) and (orientation: landscape) {
.loading-spinner {
  height: 144px;
  width: 144px;
  animation: spin 1.7s infinite linear;
  border: 24px solid #9E28B5;
   border-left-color: #e9e8ed;
  border-radius: 50%;
  margin-top: 15%;
  margin-left: 168%!important;
  align-content: center;
  gap: 32px;
  display: flex;
  justify-content: center;
 }
 .text-gray-40 {
   color: #1F1647 !important;
   font-family: 'Open Sans Bold' !important;
   font-weight: 700 !important;
   font-style: Bold;
   font-size: 42px;
   line-height: 100%;
   letter-spacing: 0%;
   height: 57px;
   margin-top: 25px;
   display: flex;
   margin-left: 166% !important;
 }
         .section-body:not(:has(#div-qag-VERIFY_TOBACCO)) #div-qag-VERIFY_PRIMARY_PHONE, .section-body:not(:has(#div-qag-VERIFY_SPOUSE_TOBACCO)) #div-qag-VERIFY_SPOUSE_PHONE {
    margin-left: 44.2% !important;
    margin-bottom: 0px !important;
}
.EQN_L1_Applicant_Information-Applicant_Information .question-answer-group{
  width: 100%  !important;
} 
.EQN_L1_Applicant_Information-Applicant_Information #div-qag-PrimaryFirstName,.EQN_L1_Applicant_Information-Applicant_Information #div-qag-PrimaryMiddleInitial,
.EQN_L1_Applicant_Information-Applicant_Information #div-qag-PrimaryLastName ,#element-PrimaryFirstName, #element-PrimaryMiddleInitial, #element-PrimaryLastName, #element-PrimarySuffix ,
#div-qag-PrimarySuffix,#div-qag-PrimaryGender,#element-PrimaryGender, #element-PrimaryDOB,#div-qag-PrimaryAge,#div-qag-EmailAddress,#div-qag-HomePhone ,
#element-ResidentStreet, #element-ResidentStreetSecond,#div-qag-PrimaryGender, #div-qag-PrimaryDOB, #div-qag-ResidentState, #div-qag-ResidentCity, #div-qag-Applicant_2_FirstName, #div-qag-Applicant_2_MI, #div-qag-Applicant_2_LastName, #div-qag-Applicant_2_Gender, #div-qag-Applicant_2_DOB, #div-qag-Applicant_2_Age ,
#element-PrimaryGender, #element-PrimaryDOB, #element-PrimaryAge, #element-ResidentCity, #element-ResidentState, #element-ResidentZip, #element-Applicant_2_FirstName, #element-Applicant_2_MI, #element-Applicant_2_LastName, #element-Applicant_2_Gender, #element-Applicant_2_DOB, #element-Applicant_2_Age ,
#element-EmailAddress,#div-qag-ResidentZip, #element-HomePhone, #element-HomePhone2, #element-EmailAddress2,#div-qag-EmailAddress, #div-qag-HomePhone2 ,#div-qag-ResidentStreetSecond, #div-qag-ResidentStreet,#div-qag-ResidentStreetSecond, #div-qag-ResidentStreet {

    width: 100%  !important;
}
.EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Resident_Address {
    margin-top: 12px;
}
/* .EQN_L1_Applicant_Information-Applicant_Information .page-header-name{
    margin-left: 34% !important;
} */
 .section-MarketingHIPAA .col-md-12{
	margin-left: 2px !important;
}
 #div-question-Disclaimer_M_HIPAA{
	margin-left: -8px !important;
}
.EQN_L1_MED_MKTG_HIPAA-MED_MKTG_HIPAA .page-header-name{
	margin-left: 22px !important
}
#div-question-GrantAuthorization{
	width: 100% !important;
}
.subQuestions .control-label{
	margin-left: -12px !important;
	width:100% !important;
}
}
@media only screen and (orientation: portrait) and (min-width: 375px) and (max-width: 429px){
#div-qag-PersonalRepNameHIPAA .col-md-12 .text-uppercase{
	width: 333px !important;
	margin-left: 2px !important;
}
#div-qag-PersonalRepRelationshipHIPAA.col-md-12 .text-uppercase{
	width: 333px !important;
	margin-left: 2px !important;
}
}
@media only screen 
and (orientation: landscape)
and (max-width: 932px) and (min-width: 670px){
  #div-question-Disclaimer_M_HIPAA{
	margin-left: 0 !important;
}
 #element-PersonalRepName{
	margin-left: -15px !important;
}
#element-PersonalRepRelationship{
	margin-left: -15px !important;
}
.row-13 .text-uppercase {
	min-width: 400px !important;
	}
.row-16 .text-uppercase{
	min-width: 400px !important;
}
.EQN_L1_MED_MKTG_HIPAA-MED_MKTG_HIPAA .page-header-name{
	margin-left: 43px !important;
}
.EQN_L1_ANCILLARY_MKTG_HIPPA-ANCILLARY_MKTG_HIPPA .page-header-name{
	margin-left: 30px !important;
}
#div-qag-PersonalRepNameHIPAA .col-md-12 .text-uppercase{
	width: 400px !important;
  margin-left:-12px !important;
}
#div-qag-PersonalRepRelationshipHIPAA .col-md-12 .text-uppercase{
	width: 400px !important;
  margin-left:-12px !important;
}
#div-qag-ScopeofAuthorityHIPAA .col-md-12 .text-uppercase{
	width: 400px !important;
	margin-left:-12px !important;
}
#div-question-PersonalRepresentativeHeaderHIPAA{
	width: 650px !important;
}
#div-qag-RequestedEffectiveDate {
    margin-bottom: 15px !important;
    
  &:has(#RequestedEffectiveDateError) {
    margin-bottom: 100px !important;
    }
  }
  #element-eSignApplicantSignature{
	width: 393px !important;
}
#el-content-form_currentPage_allQuestions_0__answers_0__value{
	width: 393px !important;
}
}
@media only screen 
and (orientation: landscape)
and (min-width: 667px) and (max-width:801px){
  #div-qag-RequestedEffectiveDate {
    margin-bottom: 15px !important;
    
  &:has(#RequestedEffectiveDateError) {
    margin-bottom: 100px !important;
    }
  }
  #element-eSignApplicantSignature{
	width: 393px !important;
}
#el-content-form_currentPage_allQuestions_0__answers_0__value{
	width: 393px !important;
}
#div-question-GrantAuthorization{
	margin-left:-1px !important;
}
.section-MarketingHIPAA .col-md-12{
	margin-left:-2px !important;
}
#div-question-MarketingHIPAA{
	margin-left: -8px !important;
}
#div-question-MarketingHIPAA_CIC{
	margin-left: -8px !important;
}
#div-question-PersonalRepresentativeHeader{
	margin-left: -8px !important;
}
#div-qag-Disclaimer_M_HIPAA{
	margin-left: 7-8x !important;
}
#div-qag-MKT_HIPAA_OPTIONAL_DISCLAIMER_Note{
	margin-left: -8px !important;
}
#div-question-PersonalRepName{
	margin-left: -8px !important;
}
#div-question-PersonalRepRelationship{
	margin-left: -8px!important;
}
.row-13 .text-uppercase {
	min-width: 398px !important;
	margin-left: -20px !important;
}
.row-16 .text-uppercase {
	min-width: 398px !important;
	margin-left: -20px !important;
}
.EQN_L1_MED_MKTG_HIPAA-MED_MKTG_HIPAA .page-header-name{
	margin-left: 25px !important;
}
.EQN_L1_GN-GN .page-header-name{
	margin-left: 25px !important;
}
.section-Section21 .col-md-12{
	margin-left: -3px !important;
}
.EQN_L1_ANCILLARY_MKTG_HIPPA-ANCILLARY_MKTG_HIPPA .page-header-name{
	margin-left: 25px !important;
}
#div-qag-PersonalRepNameHIPAA .col-md-12 .text-uppercase{
	width: 400px !important;
	margin-left: -20px !important;
}
#div-qag-PersonalRepRelationshipHIPAA .col-md-12 .text-uppercase{
	width:  400px!important;
	margin-left: -20px !important;
}
#div-qag-ScopeofAuthorityHIPAA .col-md-12 .text-uppercase{
	width: 400px !important;
	margin-left: -12px !important;
}
#div-question-PersonalRepNameHIPAA{
	margin-left: -8px !important;
}
#div-question-PersonalRepRelationshipHIPAA{
	margin-left: -8px !important;
}
#div-question-PersonalRepresentativeHeaderHIPAA{
  width: 578px !important;
	margin-left: -8px !important;
}
#div-question-SHL_MKT_HIPAA_OPTIONAL_DISCLAIMER_Note{
	margin-left: -8px !important;
}
#div-qag-ScopeofAuthorityHIPAA{
	margin-left: -8px !important;
}
}
@media only screen 
and (orientation: landscape)
and (max-width: 812px){
    .EQN_L1_VE-VE .section-header .section-Review_Applicant_Row1, .EQN_L1_VE-VE .section-header.section-Review_Applicant_Row4,
            .EQN_L1_VE-VE .section-header.section-Review_Applicant_Row1
             {
        margin-left: 3px;
    }
        .mobileDeviceWrapper .section-body.section-Review_Applicant_Row1 {
     
        margin-left: 5px !important;
    }
        .mobileDeviceWrapper #div-qag-VERIFY_ZIP_CODE,.mobileDeviceWrapper #div-qag-VERIFY_PRIMARY_EMAIL,.mobileDeviceWrapper #div-qag-VERIFY_TOBACCO {
        
        margin-left: 0px !important;
    }
        .section-body:not(:has(#div-qag-VERIFY_TOBACCO)) #div-qag-VERIFY_PRIMARY_PHONE, .section-body:not(:has(#div-qag-VERIFY_SPOUSE_TOBACCO)) #div-qag-VERIFY_SPOUSE_PHONE {
        margin-left: 0% !important;
    }
    .mobileDeviceWrapper .section-body.section-Review_Applicant_Row1{
      padding-right: 13.5% !important;
    }

.EQN_L1_Applicant_Information-Applicant_Information .question-answer-group{
  width: 100%  !important;
} 
.EQN_L1_Applicant_Information-Applicant_Information #div-qag-PrimaryFirstName,.EQN_L1_Applicant_Information-Applicant_Information #div-qag-PrimaryMiddleInitial,
.EQN_L1_Applicant_Information-Applicant_Information #div-qag-PrimaryLastName  {

    width: 100%  !important;
}
.EQN_L1_Applicant_Information-Applicant_Information .page-header-name{
  margin-left: 34px  !important;
}
    .EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_2_Info {
        margin-right: 4% !important;
    }
        .ancillary_mobile_wrapper .section-Review_Applicant_Row1,
        .ancillary_mobile_wrapper .section-Review_Applicant_Row2 {
        margin-left: 8px !important;
    }
        .ancillary_mobile_wrapper .EQN_L1_VE-VE .section-header.section-Review_Applicant_Row1{
          margin-left: 2px !important;
        }
    
  }
@media only screen and (min-width:320px) and (max-width:767px) and (orientation: portrait) {

  .navigation-buttons {
    float: none;
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-left: -6px;
    padding-right: 6px;
    width: clamp(340px, 92vw, 400px) !important;
  }

  #nav-continue input,
  #nav-back input,
  #nav-change-answers input {
    width: 100% !important;
  }

  #nav-back,
  #nav-change-answers {
    margin-right: 0;
  }

  #nav-back input,
  #nav-change-answers input {
    margin-top: 0;
    margin-bottom: 0;
  }

  #nav-continue input {
    margin-top: -120px;
  }

  .EQN_L1_DB-DB .page-header-name {
    margin-left: 25px !important;
  }

  .mobileDeviceWrapper #div-qag-PRIMARY_DOBM,
  .mobileDeviceWrapper #div-qag-PRIMARY_DOBD,
  .mobileDeviceWrapper #div-qag-PRIMARY_DOBY {
    width: 100% !important;
  }

  #div-qag-PRIMARY_DOBD,
  #div-qag-PRIMARY_DOBY {
    width: 100% !important;
  }

  div#div-question-PRIMARY_DOBM,
  div#div-question-PRIMARY_DOBD,
  div#div-question-PRIMARY_DOBY {
    margin-bottom: 8px;
  }

  div#div-question-PRIMARY_DOBD {
    margin-bottom: 8px;
    margin-left: -2px !important;
  }

  #div-qag-PRIMARY_DOBM select.form-control {
    margin-bottom: 24px;
    width: 98% !important;
    height: 40px !important;
  }

  #div-qag-PRIMARY_DOBD .form-control {
    margin-bottom: 24px;
    width: 89.2% !important;
    height: 40px !important;
    margin-left: -2.5px !important;
  }

  #div-qag-PRIMARY_DOBY .form-control {
    width: 89.2% !important;
    height: 40px !important;
  }

  #div-qag-PRIMARY_DOBM {
    padding-left: 0px !important;
  }

  .loading-spinner {
    height: 144px;
    width: 144px;
    animation: spin 1.7s infinite linear;
    border: 24px solid #9E28B5;
    border-left-color: #e9e8ed;
    border-radius: 50%;
    margin-top: 54%;
    margin-left: 34% !important;
    align-content: center;
    gap: 32px;
    display: flex;
    justify-content: center;
  }

  .text-gray-40 {
    color: #1F1647 !important;
    font-family: 'Open Sans Bold' !important;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    height: 57px;
    margin-top: 20px;
    display: flex;
    margin-left: 32% !important;
  }

  .EQN_L1_Consent_Electronic_Delivery-Consent_Electronic_Delivery .page-header-name {
    margin-left: 19px !important;
  }

  #div-question-Consent h4 {
    width: 100% !important;
  }

  #div-question-Consent p {
    width: 100% !important;
  }

  #div-question-Consent li {
    width: 100% !important;
  }
  
  .EQN_L1_ANCILLARY_HIPPA-ANCILLARY_HIPPA .page-header-name {
    margin-left: 18px !important;
  }

#element-MedSuppHIPAAPersonalRepName, #element-MedSuppHIPAAPersonalRepRelationship {
    width: 100% !important;
    height: 40px !important;
    padding: 8px 16px;
}

#element-MedSuppHIPAAPersonalRepRelationship{
  margin-bottom: 24px !important;
}

.EQN_L1_MedSuppHipaa-MedSuppHipaa .panel-body .navigation-buttons {
  width: 105% !important;
  margin-left: -6px !important;
}

#div-qag-RoutingNumber,
#div-qag-RequestedWithdraw {
  width: 100% !important;
}

#div-qag-AccountType,
#div-qag-FinancialInstitution,
#div-qag-AccountNumber {
  width: 100% !important;
}

.EQN_L1_MedSuppHipaa-MedSuppHipaa .page-header-name {
  margin-left: 18px !important;
}

.EQN_L1_DB-DB .panel-body .navigation-buttons {
  width: 100% !important;
  margin-left: 0 !important;
}

.EQN_L1_MED_EFT-MED_EFT .panel-body .navigation-buttons {
  width: 104.8% !important;
}

#div-qag-BankVerificationQ3 {
  margin-bottom: -20px !important;
  margin-top: 20px !important;
}

#div-qag-BankConsentVerification {
  margin-bottom: 24px !important;
}

#div-qag-Policyowner_Note .exceptionPopup {
  margin-top: 98px !important;
}

.EQN_L1_ANCILLARY_EFT-ANCILLARY_EFT .panel-body .navigation-buttons {
  width: clamp(340px, 92vw, 400px) !important;
}

#div-question-MedSuppHIPAAScopeofAuthority {
  margin-bottom: 24px;
}

#div-qag-HIPAANote1 {
  width: 100% !important;
}

.EQN_L1_ANCILLARY_HIPPA-ANCILLARY_HIPPA .panel-body .navigation-buttons {
  width: 105% !important;
}

#div-qag-PersonalRepName,
#div-qag-PersonalRepRelationship {
  width: 100% !important;
}

.EQN_L1_Consent_Electronic_Delivery-Consent_Electronic_Delivery .mobileDeviceWrapper .panel-body {
  width: 100% !important;
}

.EQN_L1_Consent_Electronic_Delivery-Consent_Electronic_Delivery .mobileDeviceWrapper #div-qag-Consent .control-label {
  width: 100% !important;
}

.EQN_L1_Consent_Electronic_Delivery-Consent_Electronic_Delivery .panel-body .navigation-buttons {
  width: 105% !important;
}

#element-MedSuppHIPAAPersonalRepName,
#element-MedSuppHIPAAPersonalRepRelationship,
#element-PersonalRepName,
#element-PersonalRepRelationship {
  width: 100% !important;
  height: 40px !important;
  padding: 8px 16px;
}

#div-question-AccountInformation {
  margin-top: -24px !important;
}

.mobileDeviceWrapper .container-fluid .plan-selection-wrapper [class*="EQN_L1_MED_ELIGIBLITY-"] .section-body .new-radio,
.mobileDeviceWrapper .container-fluid .plan-selection-wrapper [class*="EQN_L1_MED_ELIGIBLITY-"] .section-body fieldset,
.EQN_L1_Prior_or_Other_Coverage-Prior_or_Other_Coverage .section-body .new-radio,
.EQN_L1_Prior_or_Other_Coverage-Prior_or_Other_Coverage .section-body fieldset,
.mobileDeviceWrapper .container-fluid .plan-selection-wrapper [class*="EQN_L1_MED_QUESTIONS-"] .section-body .new-radio,
.mobileDeviceWrapper .container-fluid .plan-selection-wrapper [class*="EQN_L1_MED_QUESTIONS-"] .section-body fieldset,
.EQN_L1_ANCILLARY_EFT-ANCILLARY_EFT .section-body .new-radio, 
.EQN_L1_ANCILLARY_EFT-ANCILLARY_EFT .section-body fieldset {
  display: block !important;
}

#element-PTBEffectiveDate,
#element-MedicareNumber,
#element-PrimarySSN {
  width: clamp(340px, 90vw, 400px) !important;
}

}

@media only screen and (min-width: 430px) and (max-width: 932px) and (orientation: landscape) {
  .navigation-buttons {
    float: none;
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-left: 16px;
    padding-right: 0px;
    width: clamp(340px, 92vw, 400px) !important;
  }

  #nav-continue input,
  #nav-back input,
  #nav-change-answers input {
    width: 100% !important;
  }

  #nav-back,
  #nav-change-answers {
    margin-right: 0;
  }

  #nav-back input,
  #nav-change-answers input {
    margin-top: 0;
    margin-bottom: 0;
  }

  #nav-continue input {
    margin-top: -120px;
  }

  .EQN_L1_DB-DB .page-header-name {
    margin-left: 25px !important;
  }
   .ancillary_mobile_wrapper .EQN_L1_DB-DB .page-header-name {
    margin-left: 16px !important;
  }

  #div-qag-PRIMARY_DOBD,
  #div-qag-PRIMARY_DOBY,
  #div-question-PRIMARY_DOBM {
    width: 100% !important;
  }

  div#div-question-PRIMARY_DOBM,
  div#div-question-PRIMARY_DOBD,
  div#div-question-PRIMARY_DOBY {
    margin-bottom: 8px;
  }

  div#div-question-PRIMARY_DOBD {
    margin-bottom: 8px;
    margin-left: -2px !important;
  }

  #div-qag-PRIMARY_DOBM select.form-control {
    margin-bottom: 24px;
    width: 99.4% !important;
    height: 40px !important;
  }

  #div-qag-PRIMARY_DOBD .form-control {
    margin-bottom: 24px;
    width: 98.1% !important;
    height: 40px !important;
    margin-left: -2.5px !important;
  }

  #div-qag-PRIMARY_DOBY .form-control {
    width: 98.2% !important;
    height: 40px !important;
  }

  .mobileDeviceWrapper #div-qag-PRIMARY_DOBM,
  .mobileDeviceWrapper #div-qag-PRIMARY_DOBD,
  .mobileDeviceWrapper #div-qag-PRIMARY_DOBY {
    width: 100% !important;
  }

  #div-qag-PRIMARY_DOBM {
    padding-left: 10px !important;
    width: 100% !important;
  }

  #div-qag-PRIMARY_DOBD {
    margin-left: 13px !important;
    width: 100% !important;
  }

  #div-qag-PRIMARY_DOBY {
    margin-left: 10px !important;
    width: 100% !important;
  }

  .loading-spinner {
    height: 144px;
    width: 144px;
    animation: spin 1.7s infinite linear;
    border: 24px solid #9E28B5;
    border-left-color: #e9e8ed;
    border-radius: 50%;
    margin-top: 12.5%;
    margin-right: 3.5rem !important;
    align-content: center;
    gap: 32px;
    display: flex;
    justify-content: center;
  }

  .text-gray-40 {
    color: #1F1647 !important;
    font-family: 'Open Sans Bold' !important;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    height: 57px;
    margin-top: 25px;
    display: flex;
    margin-right: 3.7rem !important;
  }

  .EQN_L1_Consent_Electronic_Delivery-Consent_Electronic_Delivery .page-header-name {
    margin-left: 38px !important;
  }

  .EQN_L1_ANCILLARY_EFT-ANCILLARY_EFT .page-header-name {
    margin-left: 28px !important;
  }


  #div-question-Consent h4 {
    width: 100% !important;
  }

  #div-question-Consent p {
    width: 100% !important;
  }

  #div-question-Consent li {
    width: 100% !important;
  }

  .EQN_L1_DB-DB .col-md-12.section-body.section-Section19 {
    padding-left: 5px !important;
  }

  .EQN_L1_DB-DB .panel-body {
    width: 100% !important;
  }

.EQN_L1_ANCILLARY_HIPPA-ANCILLARY_HIPPA .page-header-name {
  margin-left: 28px !important;
}

#element-MedSuppHIPAAPersonalRepName,
#element-MedSuppHIPAAPersonalRepRelationship {
  width: 100% !important;
  height: 40px !important;
  padding: 8px 16px;
}

#div-qag-RoutingNumber,
#div-qag-RequestedWithdraw {
  width: 100% !important;
}

#div-qag-AccountType,
#div-qag-FinancialInstitution,
#div-qag-AccountNumber {
  width: 100% !important;
}

#element-MedSuppHIPAAPersonalRepRelationship {
  margin-bottom: 24px !important;
}

.EQN_L1_MedSuppHipaa-MedSuppHipaa .panel-body .navigation-buttons {
  width: 94.9% !important;
  margin-left: 15px !important;
}

.EQN_L1_MedSuppHipaa-MedSuppHipaa .page-header-name {
  margin-left: 38px !important;
}

.EQN_L1_DB-DB .panel-body .navigation-buttons {
  margin-left: 0px !important;
  width: 99.4% !important;
}
 .EQN_L1_MED_EFT-MED_EFT .panel-body .navigation-buttons {
   width: 95% !important;
 }

 #div-qag-BankVerificationQ3 {
   margin-bottom: -20px !important;
   margin-top: 20px !important;
 }

 #div-qag-BankConsentVerification {
   margin-top: -55px !important;
   margin-bottom: 24px !important;
 }

 #div-qag-Policyowner_Note .exceptionPopup {
   margin-top: 65px !important;
 }

 .EQN_L1_ANCILLARY_EFT-ANCILLARY_EFT .panel-body .navigation-buttons {
   width: 100% !important;
 }

 #div-question-MedSuppHIPAAScopeofAuthority {
   margin-bottom: 24px;
 }

 #div-qag-HIPAANote1 {
   width: 100% !important;
 }

 .EQN_L1_ANCILLARY_HIPPA-ANCILLARY_HIPPA .panel-body .navigation-buttons {
   width: 95.3% !important;
 }

 #div-qag-PersonalRepName,
 #div-qag-PersonalRepRelationship {
   width: 100% !important;
 }

 .EQN_L1_Consent_Electronic_Delivery-Consent_Electronic_Delivery .mobileDeviceWrapper .panel-body {
   width: 100% !important;
 }

 .EQN_L1_Consent_Electronic_Delivery-Consent_Electronic_Delivery .mobileDeviceWrapper #div-qag-Consent .control-label {
   width: 100% !important;
 }

 .EQN_L1_Consent_Electronic_Delivery-Consent_Electronic_Delivery .panel-body .navigation-buttons {
   width: 97% !important;
 }


 #element-MedSuppHIPAAPersonalRepName,
 #element-MedSuppHIPAAPersonalRepRelationship,
 #element-PersonalRepName,
 #element-PersonalRepRelationship {
   width: 100% !important;
   height: 40px !important;
   padding: 8px 16px;
 }

 #div-question-AccountInformation {
   margin-top: -18px !important;
 }

   #element-PTBEffectiveDate, #element-MedicareNumber, #element-PrimarySSN{
    width: clamp(340px, 90vw, 400px) !important;
  }

    .EQN_L1_Prior_or_Other_Coverage-Prior_or_Other_Coverage .page-header-name,
    .EQN_L1_ANCILLARY_APPLICANT-ANCILLARY_APPLICANT .page-header-name {
      margin-left: 30px !important;
    }

  #div-qag-PrimaryContingent1, #div-qag-PrimaryContingent2{
    width: 25.25rem !important;
  }

    .section-Replace_OnYes .subQuestions {
      margin-left: 15px !important;
    }
  
    .mobileDeviceWrapper .container-fluid .plan-selection-wrapper [class*="EQN_L1_MED_ELIGIBLITY-"] .section-body .new-radio,
    .mobileDeviceWrapper .container-fluid .plan-selection-wrapper [class*="EQN_L1_MED_ELIGIBLITY-"] .section-body fieldset,
    .EQN_L1_Prior_or_Other_Coverage-Prior_or_Other_Coverage .section-body .new-radio,
    .EQN_L1_Prior_or_Other_Coverage-Prior_or_Other_Coverage .section-body fieldset,
    .mobileDeviceWrapper .container-fluid .plan-selection-wrapper [class*="EQN_L1_MED_QUESTIONS-"] .section-body .new-radio,
    .mobileDeviceWrapper .container-fluid .plan-selection-wrapper [class*="EQN_L1_MED_QUESTIONS-"] .section-body fieldset,
    .EQN_L1_ANCILLARY_EFT-ANCILLARY_EFT .section-body .new-radio, 
    .EQN_L1_ANCILLARY_EFT-ANCILLARY_EFT .section-body fieldset  {
      display: block !important;
    }
}

@media only screen and (max-width: 375px) and (orientation: portrait) {
  .EQN_L1_DB-DB .panel-body .navigation-buttons {
    margin-left: 0px !important;
    width: 101.5% !important;
  }
}
@media  (min-width: 1900px) and (max-width:19999px) {
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-HI_Accordian #div-qag-HI_EE_Senior_Choice_1_HospConfP{
  float: right !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-SHL_LSC_BUNDLETYPE_BUTTON .btn-group label:nth-child(2),
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE  #div-qag-SHL_CT_BUNDLETYPE_BUTTON .btn-group label:nth-child(2){
      margin-left: 40px !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-SHL_LSC_BUNDLETYPE_BUTTON .btn-group label:nth-child(3){
      margin-left: 50px !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-SHL_CHI_BUNDLETYPE_BUTTON .btn-group label:nth-child(2){
      margin-left: 50px !important;
} 
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-SHL_CHI_BUNDLETYPE_BUTTON .btn-group label:nth-child(3){
      margin-left: 50px !important;
} 
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn-group label:nth-child(2){
      margin-left: 20px !important;
} 
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn-group label:nth-child(3),
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn-group label:nth-child(2){
      margin-left: 50px !important;
} 
#div-qag-SHL_CT_BUNDLETYPE_BUTTON  .btn-group label:nth-child(3){
   margin-left: 50px !important;
}
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body #div-qag-LSC_EE_Coverage_Type .control-label,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body #div-qag-LSC_EE_BaseBenefitAmount .control-label,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body #div-question-PS_EE_CT_CoverageType .control-label,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body #div-question-CT_EE_Base_Policy_Series .control-label,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body #div-question-ChoiceHI_CoverageTypeDropDown .control-label,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body #div-question-HI_EE_Senior_Choice_1_HospConf .control-label,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body #div-question-HI_EE_CoverageType .control-label,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body #div-question-LSH_EE_Coverage_Type .control-label,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body #div-question-LSH_EE_BaseBenefitAmount .control-label{
  margin-bottom: 20px !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .question-answer-group fieldset input[type=radio] {
  margin-top: unset !important;
 }
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {

  .EQN_L1_MedSuppHipaa-MedSuppHipaa .page-header-name {
    margin-left: 28px !important;
  }

  .EQN_L1_Consent_Electronic_Delivery-Consent_Electronic_Delivery .page-header-name {
    margin-left: 28px !important;
  }

  #div-qag-Policyowner_Note .exceptionPopup {
    margin-top: 80px !important;
  }

  .EQN_L1_MedSuppHipaa-MedSuppHipaa .panel-body .navigation-buttons {
    width: 92.6% !important;
    margin-left: 15px !important;
  }

  .EQN_L1_MED_EFT-MED_EFT .panel-body .navigation-buttons {
    width: 93% !important;
    margin-left: 15px !important;
  }

  .EQN_L1_MED_EFT-MED_EFT .page-header-name {
    margin-left: 28px !important;
  }

  .EQN_L1_DB-DB .page-header-name {
    margin-left: 15px !important;
  }

  .EQN_L1_DB-DB .panel-body .navigation-buttons {
    margin-left: 0px !important;
    width: 100% !important;
  }
    .EQN_L1_ANCILLARY_HIPPA-ANCILLARY_HIPPA .panel-body .navigation-buttons {
      width: 95.3% !important;
      margin-left: 15px !important;
    }
    }
  
    @media only screen and (min-device-width: 812px) and (max-device-width: 932px) and (orientation: landscape) {
      #element-PersonalRepName,
      #element-PersonalRepRelationship {
        margin-left: 0px !important;
      }
    }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
     .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBM,
     .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBY {
      margin-left: 21px !important;
    }
    
     .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBD {
      margin-left: 23px !important;
    }
    .ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-EffectiveDateRequest{
      padding-bottom: 10%;
    padding-top: 0px;
    }
    .ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-RequestedEffectiveDate input{
      width: 103% !important;
    }
    .ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #RequestedEffectiveDateError{
      width: 105% !important;
      line-height: 14px;
    }
    .ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-RequestedEffectiveDate,
        .ancillary_mobile_wrapper #div-qag-PrimarySSN input{
      width: 97%  !important;
    }
        .ancillary_mobile_wrapper #div-qag-PrimarySSN{
          width: 100% !important;
        }
        .ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-RequestedEffectiveDate{
          &:has(#RequestedEffectiveDateError) {
            margin-bottom: 36px !important;
        }
        }
      .ancillary_mobile_wrapper .EQN_L1_DB-DB  .page-header-name{
     margin-left: 25px !important;
    }

     .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBD .form-control,
     .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBY .form-control
    {
      width: 89% !important;
    }
     
     .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBM .form-control
    {
      width: 94.3% !important;
    }
     .EQN_L1_Applicant_Information-Applicant_Information .section-Applicant_Resident_Address #div-qag-ResidentStreet{
     margin-top: -6% !important;
     margin-bottom: 3% !important;
    }
}

@media (max-width: 767px) and (orientation: landscape)
{
    .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBM{
      margin-left: 6px !important;
  }
       .ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept .page-header-name{
          margin-left: 30px  !important;
}
.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-RequestedEffectiveDate,
.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #el-content-form_currentPage_allQuestions_3__answers_0__value,
.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #element-PrimarySSN {
  width: 100% !important;
}
.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-PrimarySSN{
  width: 98%  !important;
}
.ancillary_mobile_wrapper .EQN_L1_Ancillary_ReviewAndAccept-Ancillary_ReviewAndAccept #div-qag-EffectiveDateRequest{
  margin-top: -4% !important;
  margin-bottom: 16px  !important;
}
    #div-qag-RequestedEffectiveDate {
        &:has(#RequestedEffectiveDateError) {
            margin-bottom: 75px !important;
        }
    }
}

div#div-question-AIDS_Declined, div#div-question-Cancer_Explain, div#div-question-Test_Explain, div#div-question-Heart_Explain, div#div-question-TransientStroke_Explain {
  padding-bottom: 25px !important; 
  padding-top: 5px; 
}

@media (min-width:320px) and (max-width:767px){
  div#div-question-Cancer_ExplainName_Applicant1, div#div-question-Cancer_ExplainName_Applicant2,
  div#div-qag-Test_ExplainName_Applicant1, div#div-qag-Test_ExplainName_Applicant2,
  div#div-qag-Heart_ExplainName_Applicant1, div#div-qag-Heart_ExplainName_Applicant2, 
  div#div-qag-TransientStroke_ExplainName_Applicant1, div#div-qag-TransientStroke_ExplainName_Applicant2{
    width:300px;
  }
  .row.equotes-row.row-105, .row.equotes-row.row-107, .row.equotes-row.row-98, .row.equotes-row.row-100, .row.equotes-row.row-22, .row.equotes-row.row-24, .row.equotes-row.row-15, .row.equotes-row.row-17{
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .content.EQN_L1_ANCILLARY_Health_History_Information-ANCILLARY_Health_History_Information {
    padding-left: 20px;
    margin-top: 30px;
  }
}
#div-question-PS_LSC_EE_Total_Premium .plan-rate,#div-question-PS_CT_EE_Total_Premium .plan-rate,
#div-question-PS_LSH_EE_Total_Premium .plan-rate,#div-question-HI_EE_Senior_Total_Premium .plan-rate{
   display: inline;
}
#div-qag-SHL_LSC_BUNDLETYPE_BUTTON .btn-secondary .select-label, #div-qag-SHL_CT_BUNDLETYPE_BUTTON .btn-secondary .select-label,
 #div-qag-SHL_LSH_BUNDLETYPE_BUTTON .btn-secondary .select-label, #div-qag-SHL_CHI_BUNDLETYPE_BUTTON  .btn-secondary .select-label{
    font-weight: 400 !important;
}
.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .pricedisplay h6 strong ,
.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-PS_EE_LSC_Brochure label a,
.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-CT_EE_BROCHURE label a,
.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-CT_EE_SPBROCHURE label u a,
.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-HI_LearnMore a{
text-decoration: underline;
    background-image: none  !important;
}
.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-CT_EE_SPBROCHURE{
  margin-top: 6px !important;
}
.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-CT_EE_RiderNote,
.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSH_Accordian #div-question-LSH_EE_RiderNote{
  margin-top: 30px  !important;
}
#div-qag-PS_EE_LSH_CoverageType_Radio fieldset{
  gap: 6% !important;
}
.ancillary .EQN-PLAN #div-question-LSH_Header_Recommended_Coverage_Options .control-label p{
  font-weight: 400 !important;
  margin-top: 10px !important;
}
.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-ChoiceAcc_OptionalRiders h4 strong{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-ChoiceAcc_RiderTotalPremium{
  display: none !important;
}
#div-qag-PS_EE_CT_CoverageType_Radio fieldset{
  gap: 10%  !important;
}
.section-HI_Accordian #div-question-HI_LearnMore label label{
      margin: 15px 0px 0px 0px !important;
}
.section-HI_Accordian #div-qag-HI_EE_Senior_Choice_1_TotalPrice #div-question-HI_EE_Senior_Choice_1_TotalPrice strong{
  margin-left: 7.5%  !important;
}
.section-HI_Accordian #div-qag-HI_EE_Senior_Choice_1_HospConfP{
  margin-top: -60px !important;
}
#div-qag-ChoiceAcc_BasePremium #div-question-ChoiceAcc_BasePremium h4 strong{
  margin-left: -2% !important;
}
#div-qag-ChoiceAccCore_DESC{
  margin-left: 0px !important;
}
#div-question-ChoiceAccBrochure{
  margin-bottom: -8% !important;
}
 .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE  .section-Section539 {
    
  &:has(#div-question-ANCILLARY_QUOTE_SET_JAVASCRIPT_VARIABLES label script) {
    display:none !important;
    }
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE  .section-Section539 {
    &:has(#div-qag-DVH_CustomScripts label script) {
    display:none !important;
  }    
  }
    .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE  .section-Section540 {
    &:has(#div-question-DVH_CustomScripts label script) {
    display:none !important;
  }    
  }
  .sessionTimeOutPrompt .modal-dialog .modal-footer .btn-primary{
        border-radius: 64px !important;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE  .totalPrem span:last-child{
    font-size: 16px  !important;
    font-weight: 700;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .question-answer-grouplabel h4 b{
    font-size: 18px !important;
  }
   .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .panel-title .pricedisplay .pricedetail {
    z-index: 9999;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE select[disabled]{
        background-color: #E9E8ED !important;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-ChoiceHICore_BenefitAmount2 h4 strong,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-ChoiceHIPreferred_BenefitAmount2 h4 strong,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-ChoiceHIPremier_BenefitAmount2 h4 strong,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-ChoiceHICore_BenefitAmount h4 strong,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-ChoiceHIPreferred_BenefitAmount h4 strong,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-ChoiceHIPremier_BenefitAmount h4 strong{
    font-weight: 400 !important;
    word-break: break-word;
  }
 #div-question-LSC_Header_Recommended_Coverage_Options label h4 b,
 #div-question-CT_Header_Recommended_Coverage_Options label h4 b,
 #div-question-LSH_Header_Recommended_Coverage_Options label h4 b
 {
    font-size: 18px  !important;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE select{
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    padding-right: 34px !important;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE [style*="background-color: rgb(0, 31, 153)"]:has(:not(:empty)){
    background-color: var(--digital-blue) !important;
    border: 2px solid #006938 !important;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHICore_BenefitText2,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPreferred_BenefitText2,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPremier_BenefitText2{
    border-top: unset !important;
    border-bottom: unset !important;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHICore_NoOfDays,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPreferred_NoOfDays,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPremier_NoOfDays {
    border-bottom: unset !important;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHICore_BenefitAmount2,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPreferred_BenefitAmount2,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-ChoiceHIPremier_BenefitAmount2{
    border-top: unset !important;
  }
  .ancillary  .side-div:has(>div:nth-child(2)[style*=" display: none"])
   >div:first-child{
    display:block !important;
   }
   .new-radio label {
    padding-right: 10px !important;
      }
   #div-qag-PS_EE_CT_CoverageType_Radio fieldset .new-radio label,
    #div-qag-PS_EE_LSC_CoverageType_Radio fieldset .new-radio label, 
    #div-qag-PS_EE_LSH_CoverageType_Radio fieldset .new-radio label, 
    #div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio label, 
    #div-qag-PS_EE_CHI_CoverageType_Radio fieldset .new-radio label {
    margin-left: -22px !important;    
    }

  .ancillary .section-CHI_Accordian #div-qag-ChoiceHI_Core_TotalPrice h4, 
  .ancillary .section-CHI_Accordian #div-qag-ChoiceHI_Preferred_TotalPrice h4, 
  .ancillary .section-CHI_Accordian #div-question-ChoiceHI_Premier_TotalPrice h4{
    font-weight: 700  !important;
   }
   .ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body a{
    text-decoration: underline !important;
    background-image: none !important;
   }
   .ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .pricedisplay h6 strong:after {
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 4px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
 .ancillary u .ancillary_footer a:hover,.ancillary u .ancillary_footer  a:focus,
  .ancillary u #surfly-snippet a:hover,.ancillary u #surfly-snippet  a:focus{
    background-color:unset !important;
    background-image:unset !important;
  }
  .plan-selection-wrapper .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .panel-body>.section-body .row[class*='equotes-row'] #div-qag-LSC_EE_HospitalIndemnityRidePrice .control-label>strong,
  .plan-selection-wrapper .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .panel-body>.section-body .row[class*='equotes-row'] #div-qag-LSC_EE_IntensiveCareUnitRiderPrice .control-label>strong,
  .plan-selection-wrapper .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .panel-body>.section-body .row[class*='equotes-row'] #div-qag-LSC_EE_HospitalandIntensiveCareUnitIndemnityRiderPrice .control-label>strong{
   padding-top: 5px !important;
  }
  .section-CHI_Accordian #div-qag-ChoiceHI_CorePlanStaticText h4 strong,
  .section-CHI_Accordian #div-qag-ChoiceHI_PrefferedPlanStaticText h4 strong,
  .section-CHI_Accordian #div-question-ChoiceHI_PremierPlanStaticText h4 strong,
  .section-CHI_Accordian #div-qag-ChoiceHI_Core_TotalPrice h4,
  .section-CHI_Accordian #div-qag-ChoiceHI_Preferred_TotalPrice h4,
  .section-CHI_Accordian #div-question-ChoiceHI_Premier_TotalPrice h4,
  .section-CHI_Accordian #div-question-ChoiceHI_Selectplan_StaticText h4 strong{
    font-size: 12px !important;
  }
  .section-CHI_Accordian #div-question-ChoiceHI_Selectplan_StaticText h4 strong{
    font-weight: 400 !important;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-qag-HI_EE_RiderBenefitAmountText{
    display: none !important;
  }
.section-CHI_Accordian u #div-qag-ChoiceHI_BasePremium #div-question-ChoiceHI_BasePremium  .plan-rate{
  margin-top: 0px;
} 
.section-CHI_Accordian  #div-qag-PS_EE_CHI_CoverageType_Radio fieldset{
    gap: 6% !important;
}
.section-CHI_Accordian #div-qag-ChoiceHI_CoverageTypeDropDown,
.section-CHI_Accordian #div-qag-ChoiceHI_SPOUSE_DOB{
  margin-bottom: 0px !important;
  width: 35% !important;
}
.section-CHI_Accordian .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitAmount){
  margin-bottom: 15px !important;
}
 .ancillary  .section-header.section-CHI_NAAccordian {
  border-radius: 8px;
  border-radius: var(--radius-m);
  border: 1px solid #e4e4e4;
  border: 1px solid var(--gray-05);
    border: 1px solid var(--gray-05);
    min-height: 56px !important;
    border: 1px solid #BCB9C8 !important;
    border-radius: 16px !important;
    padding: 16px !important;
    background-color: #fff !important;
    margin-top: 8px !important;
    width: 92% !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 375px) and (orientation: portrait) {
  .ancillary_mobile_wrapper .EQN_L1_DB-DB .panel-body .navigation-buttons {
        width: 102% !important;
        margin-left: 0 !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
    .ancillary_mobile_wrapper .EQN_L1_DB-DB .panel-body .navigation-buttons {
        margin-left: 6px !important;
        width: 100% !important;
    }

    .ancillary_mobile_wrapper .EQN_L1_DB-DB .page-header-name {
        margin-left: 23px !important;
    }

    .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBY{
      margin-left: 17px !important;
    }

    .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBD {
        margin-left: 19px !important;
    }

    .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBY .form-control {
        width: 98% !important;
    }

    .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBD .form-control {
        width: 98% !important;
    }

    .ancillary_mobile_wrapper .EQN_L1_DB-DB #div-qag-PRIMARY_DOBM .form-control {
        width: 100% !important;
    }
}

/*Health History Page Mobile Start */
@media (min-width: 320px) and (max-width: 719px) and (orientation: portrait) {
	div#div-question-Heart_ExplainName_Applicant1, div#div-question-Heart_ExplainName_Applicant2, 
	div#div-question-TransientStroke_ExplainName_Applicant1, div#div-question-TransientStroke_ExplainName_Applicant2,
	div#div-question-Cancer_ExplainName_Applicant1, div#div-question-Cancer_ExplainName_Applicant2,
	div#div-question-Test_ExplainName_Applicant1, div#div-question-Test_ExplainName_Applicant2 {
	  margin-left: 12% !important;
	  margin-top: -19px !important; 
	  margin-bottom: 10px !important;
	}
	
	div#div-qag-Heart_ExplainDetails_Applicant1, div#div-qag-Heart_ExplainDetails_Applicant2,
	div#div-qag-TransientStroke_ExplainDetails_Applicant1, div#div-qag-TransientStroke_ExplainDetails_Applicant2,
	div#div-qag-Cancer_ExplainDetails_Applicant1, div#div-qag-Cancer_ExplainDetails_Applicant2,
	div#div-qag-Test_ExplainDetails_Applicant1, div#div-qag-Test_ExplainDetails_Applicant2 {
		width: 105% !important;
		margin-left: -1% !important;
	}
	.EQN_L1_ANCILLARY_Health_History_Information-ANCILLARY_Health_History_Information .new-radio.singleCheckboxPosition {
	 padding-top: 30px !important;
	}
   .EQN_L1_ANCILLARY_Health_History_Information-ANCILLARY_Health_History_Information .page-header-name {
    margin-left: 15px;
  }
}

/* SE Landscape */
@media (max-width: 670px) and (orientation: landscape) {
  div#div-question-Heart_ExplainName_Applicant1,div#div-question-Heart_ExplainName_Applicant2, 
  div#div-question-TransientStroke_ExplainName_Applicant1, div#div-question-TransientStroke_ExplainName_Applicant2,
  div#div-question-Cancer_ExplainName_Applicant1, div#div-question-Cancer_ExplainName_Applicant2,
	div#div-question-Test_ExplainName_Applicant1, div#div-question-Test_ExplainName_Applicant2 {
	  margin-left: 17% !important;
	  margin-top: -7% !important;
	}
	div#div-qag-Heart_ExplainDetails_Applicant1, div#div-qag-Heart_ExplainDetails_Applicant2,
	div#div-qag-TransientStroke_ExplainDetails_Applicant1, div#div-qag-TransientStroke_ExplainDetails_Applicant2,
  div#div-qag-Cancer_ExplainDetails_Applicant1, div#div-qag-Cancer_ExplainDetails_Applicant2,
	div#div-qag-Test_ExplainDetails_Applicant1, div#div-qag-Test_ExplainDetails_Applicant2 {
		margin-top: 50px !important;
		margin-left: -57% !important;	
		width: 78% !important;
	}
	div#div-question-Heart_ExplainDetails_Applicant1, div#div-question-Heart_ExplainDetails_Applicant2,
	div#div-question-TransientStroke_ExplainDetails_Applicant1, div#div-question-TransientStroke_ExplainDetails_Applicant2,
	div#div-question-Test_ExplainDetails_Applicant1, div#div-question-Test_ExplainDetails_Applicant2, 
	div#div-question-Cancer_ExplainDetails_Applicant1, div#div-question-Cancer_ExplainDetails_Applicant2 {
	  margin-left: 10px !important;
	}
	.new-radio.singleCheckboxPosition {
	  margin-left: -4% !important;
		padding-top: 13% !important;
	}
}
   @media (min-width:1200px) and (max-width:1299px) ,
    (min-width: 1090px)and (max-width:1099px) {
    #div-qag-PS_EE_CT_CoverageType_Radio fieldset, #div-qag-PS_EE_LSC_CoverageType_Radio fieldset, 
    #div-qag-PS_EE_LSH_CoverageType_Radio fieldset, #div-qag-PS_EE_DVH_CoverageType_Radio fieldset, 
    #div-qag-PS_EE_DVH_CoverageType_Radio fieldset, #div-qag-PS_EE_CHI_CoverageType_Radio fieldset {
      gap:2% !important;
    }
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_BasePrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_LumpSumCancerRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_HeartRestorationRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_LumpSumHeartStrokeBuilderRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_LumpSumHeartStrokeRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_LumpSumCancerRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_BasePrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_CancerRecurrenceRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_LumpSumHeartStrokeRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_LumpSumCancerBuilderRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_RadiationAndChemotherapyRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_HospitalIndemnityRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_IntensiveCareUnitRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_HospitalandIntensiveCareUnitIndemnityRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_HospitalIndemnityRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_IntensiveCareUnitRiderPrice,.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_HospitalandIntensiveCareUnitIndemnityRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_LumpSumHeartStrokeRiderPrice,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_HospitalRiderPremium,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_AmbulanceRiderPremium,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_OutpatientRiderPremium,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_ICURiderPremium,
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-ChoiceHI_RiderPremium{

 margin-top: 1%;
}
#div-qag-PS_EE_LSH_CoverageType_Radio fieldset,
.section-CHI_Accordian #div-qag-PS_EE_CHI_CoverageType_Radio fieldset {
  gap: 1% !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_BasePrice{
  margin-top:3.8% !important;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_BasePrice{
  margin-top:5.9% !important;
}
    #div-qag-HI_EE_Senior_Total_Premium {
        width: 43% !important;
    }
   
   .section-CHI_Accordian #div-qag-CHI_Recommended_Core_TIERIII #div-question-CHI_Recommended_Core_TIERIII .shl-plans-container, .section-CHI_Accordian #div-qag-CHI_Recommended_Preferred_TIERIII #div-question-CHI_Recommended_Preferred_TIERIII .shl-plans-container, .section-CHI_Accordian #div-qag-CHI_Recommended_Premier_TIERIII #div-question-CHI_Recommended_Premier_TIERIII .shl-plans-container {
    height: 1520px !important;
    }
    .ancillary   #div-qag-PS_EE_LSH_Brochure a.learnMoreLnk
    {
      white-space: nowrap !important;
     }
     .ancillary .section-LSH_Accordian #div-qag-PS_EE_LSH_Brochure{
      width: 50% !important;
     }
  }
/* Other phone Landscape */
@media (min-width: 720px) and (max-width: 932px) and (orientation: landscape) {
	div#div-question-Heart_ExplainName_Applicant1, div#div-question-Heart_ExplainName_Applicant2, 
  div#div-question-TransientStroke_ExplainName_Applicant1, div#div-question-TransientStroke_ExplainName_Applicant2,
	div#div-question-Cancer_ExplainName_Applicant1, div#div-question-Cancer_ExplainName_Applicant2,
	div#div-question-Test_ExplainName_Applicant1, div#div-question-Test_ExplainName_Applicant2 {
	  margin-left: 55px !important;
	  margin-top: -8% !important;
	  text-wrap: nowrap;
	}
	div#div-qag-Heart_ExplainDetails_Applicant1, div#div-qag-Heart_ExplainDetails_Applicant2,
	div#div-qag-TransientStroke_ExplainDetails_Applicant1, div#div-qag-TransientStroke_ExplainDetails_Applicant2,
	div#div-qag-Cancer_ExplainDetails_Applicant1, div#div-qag-Cancer_ExplainDetails_Applicant2,
	div#div-qag-Test_ExplainDetails_Applicant1, div#div-qag-Test_ExplainDetails_Applicant2 {
		margin-left: 0px !important;
		padding-left: 0px;
		width: 100% !important;
		margin-bottom: 30px;
	}
	div#div-question-Heart_ExplainDetails_Applicant1, div#div-question-Heart_ExplainDetails_Applicant2,
	div#div-question-TransientStroke_ExplainDetails_Applicant1, div#div-question-TransientStroke_ExplainDetails_Applicant2,
	div#div-question-Test_ExplainDetails_Applicant1, div#div-question-Test_ExplainDetails_Applicant2, 
	div#div-question-Cancer_ExplainDetails_Applicant1, div#div-question-Cancer_ExplainDetails_Applicant2 {
	  margin-left: 10px !important;
	}
	input#element-TransientStroke_ExplainName_Applicant1-singlecheckbox, input#element-TransientStroke_ExplainName_Applicant2-singlecheckbox,
  input#element-Heart_ExplainName_Applicant1-singlecheckbox, input#element-Heart_ExplainName_Applicant2-singlecheckbox,
  input#element-Cancer_ExplainName_Applicant1-singlecheckbox, input#element-Cancer_ExplainName_Applicant2-singlecheckbox,
  input#element-Test_ExplainName_Applicant1-singlecheckbox, input#element-Test_ExplainName_Applicant2-singlecheckbox {
	  margin-left: -10px !important;
	}
	div#div-question-TransientStroke{
		padding-top: 20px !important;
	}
	.EQN_L1_ANCILLARY_Health_History_Information-ANCILLARY_Health_History_Information .page-header-name {
	    margin-left: 10px;
  }
  input#element-Test_ExplainDetails_Applicant1, input#element-Test_ExplainDetails_Applicant2, 
  input#element-Cancer_ExplainDetails_Applicant1, input#element-Cancer_ExplainDetails_Applicant2,
  input#element-Heart_ExplainDetails_Applicant1, input#element-Heart_ExplainDetails_Applicant2,
  input#element-TransientStroke_ExplainDetails_Applicant1, input#element-TransientStroke_ExplainDetails_Applicant2  {
    width: 400px !important;
  }
}

/*Health History Page Mobile End */

div#div-qag-Heart_ExplainDetails_Applicant1, div#div-qag-Heart_ExplainDetails_Applicant2,
div#div-qag-TransientStroke_ExplainDetails_Applicant1, div#div-qag-TransientStroke_ExplainDetails_Applicant2,
div#div-qag-Cancer_ExplainDetails_Applicant1, div#div-qag-Cancer_ExplainDetails_Applicant2,
div#div-qag-Test_ExplainDetails_Applicant1, div#div-qag-Test_ExplainDetails_Applicant2{
    padding-bottom: 20px;
  }

  	.new-radio.singleCheckboxPosition {
	  margin-top: 0px !important;
	}

/* Quote Display Page Mobile Portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 932px) {

  .plan-selection-wrapper .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-header[class*='section-'][class*='_Accordian'],
  .plan-selection-wrapper .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body[class*='section-'][class*='_Accordian'] {
    Width: 100% !important;
  }

  .ancSubTotalPrem {
    margin-top: 22% !important;
  }

  .plan-rate {
    display: inline !important;
  }

  #div-qag-LSC_LearnMore .row,
  #div-qag-CT_LearnMore .row,
  #div-qag-CT_EE_Base_Policy_Series {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #div-qag-PS_LSC_EE_Total_Premium,
  #div-qag-PS_CT_EE_Total_Premium,
  #div-qag-ChoiceHI_BasePremium,
  #div-question-ChoiceHI_BasePremium,
  #div-qag-PS_LSH_EE_Total_Premium {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  #div-qag-ChoiceHIApplication,
  #div-qag-LSH_LearnMore,
  #div-qag-LSC_Header_Recommended_Coverage_Options,
  #div-qag-CT_Header_Recommended_Coverage_Options,
  #div-qag-ChoiceHI_CoverageTypeDropDown,
  #div-qag-LSH_Header_Recommended_Coverage_Options,
  #div-qag-PS_EE_LSC_CoverageType_Radio_Label,
  #div-qag-PS_EE_CT_CoverageType_Radio_Label,
  #div-qag-CSB_ChoiceHi_PlanSelectionHeaderText,
  #div-qag-PS_EE_LSH_CoverageType_Radio_Label,
  #div-qag-LSC_Recommended_Core,
  #div-qag-CT_Recommended_Core,
  #div-qag-LSH_Recommended_Core,
  #div-qag-LSC_Recommended_Preferred,
  #div-qag-CT_Recommended_Preferred,
  #div-qag-LSH_Recommended_Preferred,
  #div-qag-LSC_Recommended_Premier,
  #div-qag-CT_Recommended_Premier,
  #div-qag-LSH_Recommended_Premier,
  #div-qag-LSC_Coverage_OwnChoice,
  #div-qag-CT_Coverage_OwnChoice,
  #div-qag-LSH_Coverage_OwnChoice,
  #div-qag-LSC_Header,
  #div-qag-CT_Header,
  #div-qag-CSB_ChoiceHi_CoverageHeader,
  #div-qag-LSH_EE_Header_Info,
  #div-qag-ChoiceAcc_CoverageHeader,
  #div-qag-ChoiceAcc_PMPM_Text,
  #div-qag-LSC_EE_BasePrice,
  #div-qag-CT_EE_BasePrice,
  #div-qag-LSH_EE_BasePrice,
  #div-qag-LSC_EE_RiderNote,
  #div-qag-CT_EE_RiderNote,
  #div-qag-LSH_EE_RiderNote,
  #div-qag-LSC_EE_CancerRecurrenceRider,
  #div-qag-CT_EE_CancerRecurrenceRider,
  #div-qag-LSH_EE_HeartRestorationRider,
  #div-qag-LSC_EE_LumpSumHeartStrokeRider,
  #div-qag-CT_EE_LumpSumHeartStrokeRider,
  #div-qag-LSH_EE_LumpSumCancerRider,
  #div-qag-LSC_EE_LumpSumCancerBuilderRider,
  #div-qag-CT_EE_LumpSumCancerRider,
  #div-qag-LSH_EE_LumpSumHeartStrokeBuilderRider,
  #div-qag-LSC_EE_RadiationAndChemotherapyRider,
  #div-qag-CT_EE_RadiationAndChemotherapyRider,
  #div-qag-LSC_EE_HospitalIndemnityRider,
  #div-qag-CT_EE_HospitalIndemnityRider,
  #div-qag-LSH_EE_HospitalIndemnityRider,
  #div-qag-LSC_EE_IntensiveCareUnitRider,
  #div-qag-CT_EE_IntensiveCareUnitRider,
  #div-qag-LSH_EE_IntensiveCareUnitRider,
  #div-qag-LSC_EE_HospitalandIntensiveCareUnitIndemnityRider,
  #div-qag-CT_EE_HospitalandIntensiveCareUnitIndemnityRider,
  #div-qag-LSH_EE_HospitalandIntensiveCareUnitIndemnityRider,
  #div-qag-PS_EE_LSC_Brochure,
  #div-qag-CT_EE_BROCHURE,
  #div-qag-PS_EE_LSH_Brochure,
  #div-qag-LSH_EE_BaseBenefitAmount,
  #div-qag-CT_EE_Base_Policy_SeriesPrice,
  #div-qag-CT_EE_SPBROCHURE,
  #div-qag-ChoiceAcc_CoverageTypeDropDown,
  #div-qag-ChoiceAcc_PMPM_LOV,
  #div-qag-ChoiceAcc_PlanDesign,
  #div-qag-ChoiceAcc_OptionalRiders,
  #div-qag-ChoiceAcc_Health_Screening_Benefit_Rider,
  #div-qag-ChoiceAccBrochure,
  #div-qag-LSC_SPOUSE_DOB,
  #div-qag-LSC_SPOUSE_DOB_Radio,
  #div-question-LSH_SPOUSE_DOB_Radio,
  #div-qag-LSH_SPOUSE_DOB,
  #div-question-CT_SPOUSE_DOB_Radio,
  #div-qag-CT_SPOUSE_DOB,
  #div-qag-ChoiceHI_SPOUSE_DOB,
  #div-qag-ChoiceAccApplication,
  #div-qag-ChoiceAcc_RiderTotalPremiumText,
  #div-qag-BenefitSInclude,
  #div-qag-ChoiceHI_ConfinementText,
  #div-qag-ChoiceHI_ConfinementText2,
  #div-qag-ChoiceHI_ConfinementText3,
  #div-qag-ChoiceHI_ConfinementText4,
  #div-qag-HI_Header_Info,
  #div-qag-HI_EE_Senior_Choice_1_HospConf,
  #div-qag-HI_EE_CoverageType,
  #div-qag-HI_LearnMore,
  #div-qag-HI_EE_Senior_Choice_2_HospConf,
  #div-qag-HI_EE_Senior_Choice_1_HospConfP,
  #div-qag-HI_EE_Senior_Choice_2_HospConfP,
  #div-qag-HI_EE_Senior_Choice_2_HospAdm_NJ,
  #div-qag-HI_BROCHURE,
  #div-qag-HI_EE_Senior_Choice_1_DESC,
  #div-qag-HI_EE_Senior_Choice_2_DESC,
  #div-qag-HI_EE_Senior_Choice_2_TotalPrice,
  #div-qag-HI_EE_Senior_Choice_1_TotalPrice,
  #div-qag-CHI_Header_Recommended_Coverage_Options,
  #div-qag-PS_EE_CHI_CoverageType_Radio_Label,  
  #div-qag-CHI_Coverage_OwnChoice,
  #div-qag-CHI_SPOUSE_DOB_Radio,
  #div-qag-ChoiceHI_SelectBenefitRidersCoverageText {
    margin-right: 19px !important;
    margin-left: 19px !important;
    width: 91% !important;
  }

  #div-qag-HI_EE_Senior_Total_Premium{
    margin-right: 19px !important;
    margin-left: 19px !important;
    width: 89% !important;
    margin-bottom: 20px !important;
  } 

  .section-HI_Accordian #div-qag-HI_EE_Senior_Choice_1_HospConfP,
  .section-HI_Accordian #div-qag-HI_EE_Senior_Choice_2_HospConfP,
  .section-HI_Accordian #div-qag-HI_EE_Senior_Choice_2_HospConf,
  .section-HI_Accordian #div-qag-HI_EE_Senior_Choice_2_HospAdm_NJ{
    margin-top: 26px !important;
  }

  #div-qag-LSC_EE_Coverage_Type .row,
  #div-qag-LSC_EE_BaseBenefitAmount .row,
  #div-qag-PS_EE_CT_CoverageType .row,
  #div-qag-LSH_EE_Coverage_Type .row,
  #div-qag-CT_EE_Base_Policy_Series .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  #div-qag-LSC_EE_CancerRecurrenceRiderPrice,
  #div-qag-LSH_EE_HeartRestorationRiderPrice,
  #div-qag-LSH_EE_LumpSumCancerRiderPrice {
    float: right !important;
    margin-right: 30px !important;
  }

  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSC_Accordian #div-qag-PS_EE_LSC_CoverageType_Radio,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSH_Accordian #div-qag-PS_EE_LSH_CoverageType_Radio {
    margin-left: 6% !important;
  }

  #div-qag-PS_EE_CT_CoverageType,
  #div-qag-LSH_EE_Coverage_Type,
  #div-qag-CT_EE_Base_Policy_Series {
    width: 100% !important;
  }

  #div-qag-PS_EE_CT_CoverageType_Radio fieldset,
  #div-qag-PS_EE_LSC_CoverageType_Radio fieldset,
  #div-qag-PS_EE_LSH_CoverageType_Radio fieldset,
  #div-qag-PS_EE_DVH_CoverageType_Radio fieldset,
  #div-qag-PS_EE_DVH_CoverageType_Radio fieldset,
  #div-qag-PS_EE_CHI_CoverageType_Radio fieldset,
  #div-qag-PS_EE_CT_CoverageType_Radio fieldset .new-radio,
  #div-qag-PS_EE_LSC_CoverageType_Radio fieldset .new-radio,
  #div-qag-PS_EE_LSH_CoverageType_Radio fieldset .new-radio,
  #div-qag-PS_EE_CHI_CoverageType_Radio fieldset .new-radio,
  #div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio,
  #div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio {
    display: block !important;
  }

  #div-qag-LSC_EE_LumpSumHeartStrokeRider_BenefitAmount,
  #div-qag-LSC_EE_LumpSumCancerBuilderRider_BenefitAmount,
  #div-qag-LSC_EE_RadiationAndChemotherapyRider_BenefitAmount,
  #div-qag-LSC_EE_HospitalIndemnityRider_BenefitAmount,
  #div-qag-LSC_EE_IntensiveCareUnitRider_BenefitAmount,
  #div-qag-LSC_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount,
  #div-qag-CT_EE_LumpSumHeartStrokeRider_BenefitAmount,
  #div-qag-CT_EE_LumpSumCancerRider_BenefitAmount,
  #div-qag-CT_EE_RadiationAndChemotherapyRider_BenefitAmount,
  #div-qag-CT_EE_HospitalIndemnityRider_BenefitAmount,
  #div-qag-CT_EE_IntensiveCareUnitRider_BenefitAmount,
  #div-qag-CT_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount,
  #div-qag-LSH_EE_LumpSumCancerRider_BenefitAmount,
  #div-qag-LSH_EE_LumpSumHeartStrokeBuilderRider_BenefitAmount,
  #div-qag-LSH_EE_HospitalIndemnityRider_BenefitAmount,
  #div-qag-LSH_EE_IntensiveCareUnitRider_BenefitAmount,
  #div-qag-LSH_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount {
    margin-left: 19px !important;
    width: 72% !important;
  }

  #div-qag-PS_EE_CT_CoverageType,
  #div-qag-CT_EE_Base_Policy_Series,
  #div-qag-CT_EE_LumpSumHeartStrokeRider_BenefitAmount,
  #div-qag-CT_EE_LumpSumCancerRider_BenefitAmount,
  #div-qag-CT_EE_RadiationAndChemotherapyRider_BenefitAmount,
  #div-qag-CT_EE_HospitalIndemnityRider_BenefitAmount,
  #div-qag-CT_EE_IntensiveCareUnitRider_BenefitAmount,
  #div-qag-CT_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount,
  #div-qag-LSH_EE_LumpSumCancerRider_BenefitAmount,
  #div-qag-LSH_EE_LumpSumHeartStrokeBuilderRider_BenefitAmount,
  #div-qag-LSH_EE_HospitalIndemnityRider_BenefitAmount,
  #div-qag-LSH_EE_IntensiveCareUnitRider_BenefitAmount,
  #div-qag-LSH_EE_HospitalandIntensiveCareUnitIndemnityRider_BenefitAmount,
  #div-qag-LSH_EE_BaseBenefitAmount {
    margin-bottom: 20px !important;
  }

  #div-qag-ChoiceAcc_Total_Premium_Text {
    width: 90% !important;
    margin-top: -6% !important;
  }

  #div-qag-ChoiceAcc_CoverageTypeDropDown,
  #div-qag-ChoiceAcc_PMPM_LOV {
    margin-top: 6% !important;
  }

  

  #div-question-ChoiceHICore_DESC #addCore,
  #div-question-ChoiceHIPreferred_DESC #addPreferred,
  #div-question-ChoiceHIPremier_DESC #addPremier {
    width: 100% !important;
  }
  
div.row.equotes-row:has(#div-qag-ChoiceHI_Option1,
  #div-qag-ChoiceHI_Option2,
  #div-qag-ChoiceHICore_BenefitAmount2,
  #div-qag-ChoiceHICore_BenefitText2) {
  margin-left: 6px !important;
  margin-right: 6px !important;
  width: 97% !important;
}

#div-qag-SHL_LSC_BUNDLETYPE_BUTTON {
  margin-left: 27px !important;
  width: 100% !important;
}
#div-qag-SHL_CT_BUNDLETYPE_BUTTON,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON {
  margin-left: -18px !important;
  width: 100% !important;
}

#div-qag-PersonalizedQuote{
  margin-left: 19px !important;
  margin-right: 19px !important;
}

#div-qag-PersonalizedQuote #div-question-PersonalizedQuote label h1 {
  font-size: 18px !important;
}

#div-question-ChoiceHIApplication h6 h4 u strong{
  white-space: normal !important;
}

.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .panel-body{
    text-align: left !important;
  }

  .section-CHI_Accordian #div-qag-ChoiceHI_CoverageTypeDropDown, .section-CHI_Accordian #div-qag-ChoiceHI_SPOUSE_DOB {
    margin-bottom: 0px !important;
    width: 91% !important;
}

#div-question-BenefitSInclude .control-label {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
    width: 97%;

    .BenefitsInclude {
      display: flex !important;
      flex-direction: column !important;
    }
  }

    #div-question-BenefitSInclude .control-label :not(:has(#div-qag-ChoiceHI_OR_Core, #div-qag-ChoiceHI_OR_Preferred, #div-question-ChoiceHI_OR_Premier)) {
      flex-direction: row !important;
    }

  .row.equotes-row:has(#div-qag-ChoiceHI_spacer12) [id^=div-qag-ChoiceHI],
  .row.equotes-row:has(#div-qag-ChoiceHI_spacer12),
  .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitText2),
  .row.equotes-row:has(#div-qag-ChoiceHICore_BenefitText2) [id^=div-qag-ChoiceHI],
  .row.equotes-row:has(#div-qag-ChoiceHI_spacer17) [id^=div-qag],
  .row.equotes-row:has(#div-qag-ChoiceHI_spacer9) [id^=div-qag-ChoiceHI],
  .row.equotes-row:has(#div-qag-ChoiceHI_ConfinementText) [id^=div-qag-ChoiceHI],
  .row.equotes-row:has(#div-qag-ChoiceHI_spacer25) [id^=div-qag],
  .row.equotes-row:has(#div-qag-ChoiceHI_spacer23) [id^=div-qag-ChoiceHI],
  .row.equotes-row:has(#div-qag-ChoiceHI_PlanPremium_StaticText) [id^=div-qag-ChoiceHI],
  .BenefitsInclude,
  .row.equotes-row:has(#div-qag-ChoiceHI_spacer19) [id^=div-qag],
  .row.equotes-row:has(#div-qag-ChoiceHI_spacer52) [id^=div-qag],
  .row.equotes-row:has(#div-qag-ChoiceHI_KS_spacer3) [id^=div-qag-ChoiceHI] {
    border: none !important;
  } 
   
  div.row.equotes-row:has(#div-qag-ChoiceHI_BenefitsText,
  #div-qag-ChoiceHI_MHC_Core,
  #div-qag-ChoiceHI_SUC_Core,
  #div-qag-ChoiceHI_AMB_Preferred,
  #div-qag-ChoiceHI_APP_Preferred,
  #div-qag-ChoiceHI_EMT_Preferred,
  #div-qag-ChoiceHI_ORS_Premier,
  #div-qag-ChoiceHI_OSP_Premier,
  #div-qag-ChoiceHI_XRI_Premier,
  #div-qag-ChoiceHI_SNF_Preferred) [id^=div-qag]:not(:first-child) {
  border: none !important;
}

#div-qag-PS_EE_LSH_CoverageType_Radio fieldset .new-radio label,
#div-qag-PS_EE_CHI_CoverageType_Radio fieldset .new-radio label,
#div-qag-PS_EE_LSC_CoverageType_Radio fieldset .new-radio label{
    white-space: normal !important;
   }

  .ancillary .section-header.section-CHI_NAAccordian{
    width: 100% !important;
   }

   .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .panel-body .navigation-buttons{
    margin-top: 82px !important;
   }

   #div-qag-HI_EE_Senior_Choice_2_DESC{
    margin-bottom: 20px !important;
   }

   #div-qag-HI_EE_Senior_Choice_1_TotalPrice{
        margin-left: 27px !important;
        margin-top: 10px !important;
   }

   #div-qag-HI_EE_Senior_Choice_2_TotalPrice{
        margin-top: 20px !important;
   }

   .ancillary .section-CHI_Accordian #div-qag-PS_EE_CHI_CoverageType_Radio{
    margin-left: 5% !important;
   }

   #div-question-ChoiceHI_BasePremium{
    height: 122px !important;
   }

   #div-qag-PS_EE_CT_CoverageType_Radio fieldset .new-radio label, 
   #div-qag-PS_EE_LSC_CoverageType_Radio fieldset .new-radio label, 
   #div-qag-PS_EE_LSH_CoverageType_Radio fieldset .new-radio label, 
   #div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio label, 
   #div-qag-PS_EE_CHI_CoverageType_Radio fieldset .new-radio label{
    margin-left: 0px !important;
   }

   #div-qag-LSC_Recommended_Preferred, #div-qag-CT_Recommended_Preferred, #div-qag-LSH_Recommended_Preferred{
    margin-bottom: 20px !important;
   }

   #div-qag-CHI_Recommended_Core_TIERIII, #div-qag-CHI_Recommended_Preferred_TIERIII, #div-qag-CHI_Recommended_Premier_TIERIII{
    margin-left: 19px !important;
    margin-right: 19px !important;
    margin-bottom: 20px !important;
   }

   .row.equotes-row:has(#div-qag-ChoiceHI_OptionalRider){
    margin-left: 0px !important;
    margin-right: 19px !important;
   }

   .row.equotes-row:has(#div-qag-ChoiceHI_HospitalRider), 
   .row.equotes-row:has(#div-qag-ChoiceHI_AmbulanceRider),
   .row.equotes-row:has(#div-qag-ChoiceHI_OutpatientRider),
   .row.equotes-row:has(#div-qag-ChoiceHI_ICURider){
    width: 85% !important;
    margin-left: 0px !important;
    margin-right: 23px !important;
   }

   #div-qag-ChoiceHI_HospitalBenefitAmount,
   #div-qag-ChoiceHI_AmbulanceBenefitAmount,
   #div-qag-ChoiceHI_OutpatientBenefitAmount,
   #div-qag-ChoiceHI_ICURider_BenefitAmount{
    width: 100% !important;
    margin-right: 20px !important;
   }

   #div-qag-ChoiceHI_AmbulanceRider{
    width: 38% !important;
   }

   .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .panel-title .pricedisplay .pricedetail{
    width: 40% !important;
   }

   #div-qag-ChoiceHI_PlanPremium_StaticText{
    padding-left: 20px;
   }
   #div-qag-ChoiceHI_PlanPremium_StaticText,
   #div-qag-ChoiceHI_Core_TotalPrice,
   #div-qag-ChoiceHI_Preferred_TotalPrice{
    width: 25% !important;
   }
   #div-qag-ChoiceHI_Premier_TotalPrice {
    width: 20% !important;
   }
}

@media only screen and (min-width: 300px) and (max-width: 432px){
  .section-body[class*='section-Child'] [id^='div-qag-AddChild'] input {
    margin-left: 25px; 
  }

  #div-qag-Child1_Gender , #div-qag-Child1_Age, #div-qag-Child1_DOB{
    width: 96%; 
  }
}



@media only screen and (min-width:414px) and (max-width:932px) {
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSH_Accordian #div-qag-PS_EE_LSH_CoverageType_Radio,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-CT_Accordian #div-qag-PS_EE_CT_CoverageType_Radio {
    float: none  !important;
  }
}

@media (max-width:375px) {
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSH_Accordian #div-qag-PS_EE_LSH_CoverageType_Radio,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-CT_Accordian #div-qag-PS_EE_CT_CoverageType_Radio {
    margin-left: 47% !important;
  }

  #div-question-ChoiceHI_BasePremium {
    width: 307px !important;
  }

   #div-qag-PS_EE_LSH_CoverageType_Radio fieldset .new-radio label, #div-qag-PS_EE_LSC_CoverageType_Radio fieldset .new-radio label,
   #div-qag-PS_EE_CT_CoverageType_Radio fieldset .new-radio label, .EQN-PLAN .control-label .planBtnStyle{
    white-space: normal !important;
   }  
}


@media only screen and (min-device-width: 320px) and (max-device-width: 932px) and (orientation: landscape) {

  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .panel-body{
    width: 100% !important;
  }

  .ancSubTotalPrem{
    margin-top: 4% !important;
  }

    .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSC_Accordian #div-qag-PS_EE_LSC_CoverageType_Radio{
      margin-left: 4% !important;
    }
    
    .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-CT_Accordian #div-qag-PS_EE_CT_CoverageType_Radio{
    margin-left:44% !important;
     }

  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_Coverage_Type,
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_BaseBenefitAmount{
    width: 100% !important;
  }

  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSH_Accordian #div-qag-PS_EE_LSH_CoverageType_Radio{
    margin-left: 44% !important;
  }

  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_BaseBenefitAmount{
    width: 97% !important;
    margin-left: 8px !important;
  }

  #div-qag-ChoiceHI_BasePremium{
    float: right !important;
  }

  #div-qag-PS_EE_CT_CoverageType_Radio fieldset .new-radio label, #div-qag-PS_EE_LSC_CoverageType_Radio fieldset .new-radio label, #div-qag-PS_EE_LSH_CoverageType_Radio fieldset .new-radio label, #div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio label, #div-qag-PS_EE_CHI_CoverageType_Radio fieldset .new-radio label {
    margin-left: -5px !important;    
  }

  div.row.equotes-row:has(#div-qag-ChoiceHI_Option1,
  #div-qag-ChoiceHI_Option2,
  #div-qag-ChoiceHICore_BenefitAmount2,
  #div-qag-ChoiceHICore_BenefitText2) {
  display: flex !important;
  flex-direction: column !important;
  }

#div-qag-PS_EE_CHI_CoverageType_Radio{
  float: none !important;
  margin-left: 54% !important;
}

.ancillary .section-CHI_Accordian #div-qag-PS_EE_CHI_CoverageType_Radio{
  margin-left: 55% !important;
}

#div-qag-ChoiceHI_AmbulanceRider{
    width: 100% !important;
}

}

div#div-question-Flex_AIDS_Declined, div#div-question-Flex_Test_Declined, div#div-question-Flex_Result_Declined, div#div-question-Flex_Stroke_Declined, div#div-question-Flex_Diabetes_Declined, 
div#div-question-Flex_Kidney_Declined, div#div-question-Flex_Carcinoma_Declined, div#div-question-Flex_SITU_Declined, div#div-question-Flex_Cancer_Declined {
    padding-bottom: 20px;
}


@media only screen and (max-width:375px) and (orientation: landscape) {
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSC_Accordian #div-qag-PS_EE_LSC_CoverageType_Radio {
    margin-left: 4% !important;
  }

  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-CT_Accordian #div-qag-PS_EE_CT_CoverageType_Radio {
    margin-left: 38% !important;
  }

  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSH_Accordian #div-qag-PS_EE_LSH_CoverageType_Radio{
    margin-left: 52% !important;
  }

  #div-qag-LSH_EE_HeartRestorationRiderPrice{
    margin-right: 9% !important;
  }
}

h2.medsupAppHdr {
  margin-left: 25px;
}

@media only screen and (min-width:414px) and (max-width:932px) and (orientation: landscape) {
  #div-qag-HI_EE_Senior_Total_Premium{
        margin-right: 19px !important;
        margin-left: 19px !important;
        width: 93% !important;
        padding: 11px;
        margin-bottom: 80px !important;
  } 

  #div-qag-HI_EE_Senior_Choice_1_DESC{
    width: 35% !important;    
    float: right !important;
    margin-top: -25px !important;
  }

  #div-qag-HI_EE_Senior_Choice_2_DESC{
    width: 35% !important;    
    margin-left: 0px !important;
  }

  #div-qag-HI_EE_Senior_Choice_1_TotalPrice{
    width: 35% !important;
    float: right;
    margin-top: -23px !important;
  }

  #div-qag-HI_EE_Senior_Choice_2_TotalPrice{
    width: 35% !important;
  }

  #div-qag-HI_EE_Senior_Choice_2_HospAdm_NJ{
    margin-left: -11px !important;
  }
}

div#div-question-CNHIC_Muscular, div#div-question-CNHIC_Heart2,
div#div-question-CNHIC_Cancer2, div#div-question-Organ, div#div-question-Assistance, 
div#div-question-CNHIC_Angio, div#div-question-CNHIC_Heart2, div#div-question-CNHIC_Hyper, 
div#div-question-CNHIC_Oxygen{
    text-align: left;
}

#div-question-Discrimination_Rebranded h1 {
  font-size: 20px !important;
}

@media only screen and (min-width: 320px) and (max-width:932px) and (orientation: portrait) and (min-resolution: 150dpi){
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-LSH_Accordian #div-qag-PS_EE_LSH_CoverageType_Radio{
    margin-left: 47% !important;
  }
  #div-qag-ChoiceHI_BasePremium{
    width: 82% !important;
    margin-left: 63px !important;
  }

  #div-question-ChoiceHI_BasePremium{
    width: 97% !important;
  }
  .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-CT_Accordian #div-qag-PS_EE_CT_CoverageType_Radio{
    float: none;
    margin-left: 47% !important;
  }

  #div-qag-PS_EE_CT_CoverageType_Radio fieldset .new-radio label{
    white-space: normal !important;
  }
}

.row.equotes-row.row-64, .row.equotes-row.row-68, .row.equotes-row.row-72, .row.equotes-row.row-76 {
    padding-bottom: 10px;
}

.EQN_L1_HouseholdMembers-HouseholdMembers #div-qag-LWSDateofBirth h4,
.EQN_L1_HouseholdMembers-HouseholdMembers #div-question-LWS_Disclaimer h5 {
    font-size: 16px;
}

div#div-question-LWS_Disclaimer {
    margin-top: 20px;
}

div#div-question-MedSuppHIPAAScopeofAuthority {
    padding-bottom: 16px;
}

div#div-question-PersonalRepresentativeHeader, div#div-question-Disclaimer_M_HIPAA {
    padding-bottom: 10px;
}

div#div-question-ArbitrationNote1, div#div-question-ImportantStatementsforApplicant {
    text-align: left;
}

div#div-question-ImportantStatementsIUnderstand {
    margin-top: -25px;
}

div#div-question-SELECTONE_TEXT {
    margin-left: 10px;
}

div#div-qag-SHL_LSC_BUNDLETYPE_BUTTON {
    padding: 0 !important;
	width: 100% !important;
}

.ancillary .EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE #div-question-CT_EE_RiderNote {
    margin-bottom: 24px !important;
}

div#div-qag-SHL_CT_BUNDLETYPE_BUTTON {
    padding: 0 !important;
    margin-left: -5px !important;
	width: 100% !important;
}

div#div-qag-SHL_LSH_BUNDLETYPE_BUTTON {
    padding: 0 !important;
	width: 100% !important;
}


@media (min-width:1024px){
  #div-question-SELECTONE_TEXT_SPOUSE .control-label{
  font-size: 16px !important;
}

#div-qag-SITUATIONS_OPTION_SPOUSE.situations-option{
  padding-left: 25px !important;
}
}

.col-md-12.section-body.section-ChoiceHI_Alzheimers, .col-md-12.section-body.section-ChoiceHI_Gastroparesis {
  padding-top: 15px !important;
}

div#div-question-situation1, div#div-question-situation2, div#div-question-situation3, div#div-question-situation4, div#div-question-situation5, div#div-question-situation6, div#div-question-situation7, div#div-question-situation8, div#div-question-situation9, div#div-question-situation10, div#div-question-situation11, div#div-question-situation12, div#div-question-situation13, div#div-question-situation14, div#div-question-situation15, div#div-question-situation16{
    margin-left: -50px;
} 


#div-question-CNHIC_Oxygen li,
#div-question-CNHIC_Diabetes li,
#div-question-CNHIC_Osteo li,
#div-question-CNHIC_Hepatitis li,
#div-question-CNHIC_Dementia li,
#div-question-CNHIC_PSA li{
  margin-left: 0px !important;
}
.section-Review_Plan_Company_Name #div-qag-MS_COMPANY_CODE_CHLID #div-question-MS_COMPANY_CODE_CHLID h4{
  font-size: 16px !important;
}
.section-Review_Plan_Company_Name #div-qag-MS_COMPANY_CODE_CHLID #div-question-MS_COMPANY_CODE_CHLID h5{
  font-weight: 400 !important;
  font-family: 'open sans regular' !important;
  font-size: 16px !important;
}
.section-Underwritten_Review_Plans  .equotes-row:not(:last-child){
  padding-bottom: 10px !important;
}
.EQN_L1_Plan_Selection-Plan_Selection .new-radio.singleCheckboxPosition label {
    padding-left: 2px;
}
@media (min-width: 1900px) and (max-width: 1999px) {
#div-qag-PS_EE_CT_CoverageType_Radio fieldset .new-radio, #div-qag-PS_EE_LSC_CoverageType_Radio fieldset .new-radio,
#div-qag-PS_EE_LSH_CoverageType_Radio fieldset .new-radio,#div-qag-PS_EE_CHI_CoverageType_Radio fieldset .new-radio,
#div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio,#div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio
{
            margin-left:0px !important;
}

.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSC_EE_BasePrice{
    margin-top:2.5% ;
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-CT_EE_Base_Policy_SeriesPrice{
margin-top:1.5%
}
.EQN_L1_ANCILLARY_QUOTE-ANCILLARY_QUOTE .section-body .equotes-row #div-qag-LSH_EE_BasePrice{
  margin-top:4%
}
}
@media (min-width:1200px) and (max-width:1299px){
#div-qag-PS_EE_CT_CoverageType_Radio fieldset .new-radio, #div-qag-PS_EE_LSC_CoverageType_Radio fieldset .new-radio,
#div-qag-PS_EE_LSH_CoverageType_Radio fieldset .new-radio,#div-qag-PS_EE_CHI_CoverageType_Radio fieldset .new-radio,
#div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio,#div-qag-PS_EE_DVH_CoverageType_Radio fieldset .new-radio
{
            margin-left:-9px !important;
}
}

#div-question-NotSubstitute_CO_LSCH {
    display: none;
}

#div-qag-Applicant2 {
    margin-top: 25px;
}

div#div-question-ChoiceApplicant1Name, div#div-question-ChoiceBeneficiary1Relationship, div#div-question-ChoiceApplicant1Phone,
div#div-question-ChoiceApplicant1Address, div#div-question-ChoiceBeneficiary1DOB, div#div-question-ChoiceApplicant2Name, 
div#div-question-ChoiceBeneficiary2Relationship, div#div-question-ChoiceApplicant2Phone,
div#div-question-ChoiceApplicant2Address, div#div-question-ChoiceBeneficiary2DOB {
    padding-bottom: 10px;
}

div#div-question-ChoiceApplicant1Address, div#div-question-ChoiceBeneficiary1DOB,
div#div-qag-ChoiceApplicant2Address, div#div-qag-ChoiceBeneficiary2DOB{
	padding-top: 40px;
}

#div-qag-ChoiceHI_spacer13, #div-qag-ChoiceHI_spacer14 {
  background-color: transparent !important;
}

@media (min-width: 320px) and (max-width: 896px) {
  h2.medsupAppHdr {
    margin-left: 0;
  }
}
#div-qag-ChoiceHI_spacer13, #div-qag-ChoiceHI_spacer14 {
background-color: transparent !important;
}

.row:has(#div-qag-CHI_Recommended_Core_TIERII),
.row:has(#div-qag-CHI_Recommended_Preferred_TIERII),
.row:has(#div-qag-CHI_Recommended_Premier_TIERII),
.row:has(#div-qag-LSC_Recommended_Core),
.row:has(#div-qag-LSC_Recommended_Preferred),
.row:has(#div-qag-LSC_Recommended_Premier),
.row:has(#div-qag-LSH_Recommended_Core),
.row:has(#div-qag-LSH_Recommended_Preferred),
.row:has(#div-qag-LSH_Recommended_Premier),
.row:has(#div-qag-CT_Recommended_Core),
.row:has(#div-qag-CT_Recommended_Preferred),
.row:has(#div-qag-CT_Recommended_Premier)   {
    display: flex;
}

/* #div-qag-CHI_Recommended_Core_TIERII .row, #div-qag-CHI_Recommended_Preferred_TIERII .row, 
#div-qag-CHI_Recommended_Premier_TIERII .row, #div-question-CHI_Recommended_Core_TIERII, 
#div-question-CHI_Recommended_Preferred_TIERII, #div-question-CHI_Recommended_Premier_TIERII, 
#div-question-CHI_Recommended_Core_TIERII .control-label, #div-question-CHI_Recommended_Preferred_TIERII .control-label, 
#div-question-CHI_Recommended_Premier_TIERII .control-label, .shl-plans-container {
    height: stretch !important;
} */

div[id*="_Recommended_Core"], div[id*="_Recommended_Core"] .control-label, div[id*="_Recommended_Core"] .row, div[id*="_Recommended_Preferred"], div[id*="_Recommended_Preferred"] .control-label, div[id*="_Recommended_Preferred"] .row, div[id*="_Recommended_Premier"], div[id*="_Recommended_Premier"] .control-label, div[id*="_Recommended_Premier"] .row {
    min-width: 33.33333333%;
/*    height: stretch; */
}

#div-qag-SHL_CHI_BUNDLETYPE_BUTTON .input-group-append,
#div-qag-SHL_CT_BUNDLETYPE_BUTTON .input-group-append, #div-qag-SHL_LSC_BUNDLETYPE_BUTTON .input-group-append,
#div-qag-SHL_LSH_BUNDLETYPE_BUTTON .input-group-append, #div-qag-SHL_DVH_BUNDLETYPE_BUTTON .input-group-append {
    display: none;
}

#div-qag-Attestation_CO_LSC, #div-qag-ChoiceHI_Disclaimer, #div-qag-Attestation_CO_LSH, #div-qag-CA_ACA_Disclaimer {
  width: 100%;
  text-align: left;
}

#div-question-CA_ACA_Disclaimer .control-label {
  font-weight: 700 !important;
}

#div-question-LSH_LearnMore .control-label {
  text-align: left;
}

.EQN_L1_ANCILLARY_APPLICANT-ANCILLARY_APPLICANT {
  padding-left: 15px;
}

.EQN_L1_Prior_or_Other_Coverage-Prior_or_Other_Coverage .page-header-name,
.EQN_L1_ANCILLARY_MKTG_HIPPA-ANCILLARY_MKTG_HIPPA .page-header-name,
.EQN_L1_ANCILLARY_FLEXCHOICE-ANCILLARY_FLEXCHOICE .page-header-name,
.EQN_L1_OH_StateForm-OH_StateForm .page-header-name,
.EQN_L1_OH_StateForm-OH_StateForm div h4 {
  margin-left: 24px;
}

#div-question-Applicant1Heading {
  padding-left: 10px;
}

#div-qag-GrantAuthorization fieldset {
  padding-left: 3px;
}

.EQN_L1_OH_StateForm-OH_StateForm {
  padding-left: 15px;
}

.EQN_L1_OH_StateForm-OH_StateForm div h4 {
  width: 75%; 
}

#div-qag-PS_EE_LSC_CoverageType_Radio_Label, #div-qag-PS_EE_CT_CoverageType_Radio_Label,
#div-qag-PS_EE_LSH_CoverageType_Radio_Label, #div-qag-PS_EE_CHI_CoverageType_Radio_Label {
  width: 100%;
}

div#div-qag-EmailConsent {
    padding-top: 10px;
}

div#div-qag-SPACER, div#div-qag-ChoiceHICore_BenefitText2,
div#div-qag-ChoiceHIPreferred_BenefitText2, div#div-qag-ChoiceHIPremier_BenefitText2 {
  width: 25%;
}

@media screen and (min-device-width: 933px) {
  #div-qag-ChoiceAcc_CoverageHeader {
    margin-bottom: 64px;
    width: 100%;
  }
}